Blender Git Commit Log

Git Commits -> Revision 92172b7

Revision 92172b7 by Joshua Leung (master)
December 29, 2010, 11:51 (GMT)
Bugfix [#24163] Unable to animate INSIDE a group node in the
compositor

This commit fixes the original bug reported here by adding some
methods to move the relevant F-Curves (and drivers) over to the new
Node-Tree's (i.e. group-node) AnimData. Animated nodes which
subsequently get grouped will still be able to animate as a result of
this commit.

TODO's:
- Ungrouping now will not yet merge the animation back (or at least
copy it)
- Buttons for nodes freshly grouped do not correctly show animated
status indicators for some reason, yet normal animation does

Commit Details:

Full Hash: 92172b779e28fdd9321dd298bd14a3c93371bcbe
SVN Revision: 33934
Parent Commit: c802e21
Lines Changed: +231, -4

6 Modified Paths:

/source/blender/blenkernel/BKE_action.h (+2, -0) (Diff)
/source/blender/blenkernel/BKE_animsys.h (+8, -0) (Diff)
/source/blender/blenkernel/intern/action.c (+14, -1) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+170, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+36, -2) (Diff)
/source/blender/makesrna/intern/rna_animation.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021