DarkRadiant: master 2ea59909

Author Committer Branch Timestamp Parent
greebo greebo master 19.04.2020 18:53 master 9ebf5505
Affected Issues  0005220: Resized Models lose their scale in auto-saved maps
Changeset 0005220: Towards fixing models losing their scale: preserve any modified scale at the point right before the scene is passed to the map writers.
In regular save events no models will have a modified scale anymore since the rescaled models will have been written to disk already, but in the case of auto-saves or (prefab) export no models will have been processed.
mod - include/imodel.h Diff File
mod - radiant/md5model/MD5ModelNode.cpp Diff File
mod - radiant/md5model/MD5ModelNode.h Diff File
mod - radiant/model/NullModelNode.cpp Diff File
mod - radiant/model/NullModelNode.h Diff File
mod - radiant/model/ScaledModelExporter.cpp Diff File
mod - radiant/model/ScaledModelExporter.h Diff File
mod - radiant/modelfile/PicoModelNode.cpp Diff File
mod - radiant/modelfile/PicoModelNode.h Diff File