c6497dd9f7632db2035b3c265000c22b8e1b56ed
When appending objects from an older file, versioning needs to run to add an auto smooth modifier if necessary. However, this was running for all objects rather than just the newly appended objects. It's quite wrong to modify existing objects here, so add an explicit check for that. This could improve performance as well, but skipping checks for objects when the work is unnecessary. The crash will hopefully be resolved by other improvements to the auto smooth versioning (making it properly idempotent and running it again should fix the problem with the hidden legacy flags still set). But I still think this PR is worth committing, to be very explicit about only modifying new objects in versioning code. Pull Request: https://projects.blender.org/blender/blender/pulls/119467
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
11%
C
6.3%
GLSL
2.2%
CMake
1.3%
Other
1.1%
