Blender Git Commit Log
Git Commits -> Revision 028c67c
Revision 028c67c by Joshua Leung (master) February 20, 2016, 04:55 (GMT) |
Fix T44453: Exporting Keying Sets referencing node tree properties generates invalid Python code/paths The problem is that node trees (such as the Material, Lamp, and Compositor node trees) are stored as "nested node trees" on the affected datablocks. They are particularly troublesome to deal with, as the are not easily identified, and also cannot be easily mapped back to the ID's which actually own them. As a result, the usual automated methods do not work when dealing with these! |
Commit Details:
Full Hash: 028c67c81eab341c6d98b139c3a81b91ac3e9308
Parent Commit: 6c02c5f
Lines Changed: +33, -3
1 Modified Path:
/release/scripts/startup/bl_operators/anim.py (+33, -3) (Diff)