Blender Git Loki
Git Commits -> Revision 6c32bff
Revision 6c32bff by Joshua Leung (master) December 7, 2010, 11:03 (GMT) |
Bugfix #24163a: Unable to animate INSIDE a group node in the compositor (This commit doesn't fix the original bug reported in the report, but does fix one that was discovered while investigating that one) Trying to insert keyframes for nodes within group nodes was failing. This was caused by the ID-block for those UI widgets being set to the Node Editor's current ID-block (i.e. NodeTree) vs the NodeTree that those nodes lived in. The net result was that the paths couldn't be resolved, as the paths obtained for those widgets could only work up to the group's nodetree. |
Commit Details:
Full Hash: 6c32bffab0e9f6f3816c54a222e2deb1148f1300
SVN Revision: 33535
Parent Commit: d3f9b0d
Lines Changed: +3, -4
1 Modified Path:
/source/blender/editors/space_node/node_draw.c (+3, -4) (Diff)