Blender Git Loki
Git Commits -> Revision 693a215
Revision 693a215 by Bastien Montagne (master) May 5, 2021, 10:51 (GMT) |
LibOverride: Fix usage of IDProps that are not overridable. Not all python-defined ID properties are overridable (yet), this needs to be detected by libquery 'foreach id' code, such that those ID pointers can be ignored by override code when working on override hierarchies. Fixes part of the issues found while investigating studio files (namely, some py-defined ID pointer properties from rigify that are not currently overridable would cause issues and false detections during resync). |
Commit Details:
Full Hash: 693a215dc4460502388da7c63921f4d43c24a082
Parent Commit: b616c52
Lines Changed: +4, -1
1 Modified Path:
/source/blender/blenkernel/intern/lib_query.c (+4, -1) (Diff)