810060d8376329f18643abfc0c2731619ab209bd
RNA_POINTER_INVALIDATE.
Not really sure why only type and owner_id were cleared here? Especially when code like `pyrna_struct_CreatePyObject` would check for both `data` and `type` to be null to consider the pointer as None... Happens to 'fix' #134311, since now cleared PointerRNA are 'just' reset to `PointerRNA_NULL`. Would not work if the data was not an ID PointerRNA though... NOTE: In general, what is considered an invalid PointerRNA is still very loosely designed in our code-base, we'll have to address this. Pull Request: https://projects.blender.org/blender/blender/pulls/134393
…
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%
