c6f0d8daa68111966b12be778fd637efff0c2256
Related to #119999 and #122059. In case the _source_ PropertyRNA was unset (i.e. its underlying IDProperty storage did not exist), the copy operation would silently fail. In fact, the existing code handling IDProperties separately in `RNA_property_copy` was pretty bad, since it would also bypass all the RNA 'setting value' code (like custom setters, update handling). Turns out, liboverride RNA apply code can already handle all of these cases, so simply pass the raw 'unresolved' RNA property to it, and remove all this special handling code from `RNA_property_copy`, solves all the issues.
…
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
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
