• R
    UI: Prevent name collision during scene collection import · 2d1b0666
    Ryan Foster 提交于
    The Scene Collection Importer would attempt to set the new filename
    using the name property of the scene collection. However, it would
    determine an unused filename, and then replace spaces with underscores,
    which could cause a name collision. This changes the importer to replace
    spaces with underscores first for the base filename, and then determine
    an unused filename.
    2d1b0666
window-importer.cpp 15.5 KB