Blender Git Commit Log

Git Commits -> Revision 67f983a

Revision 67f983a by Joshua Leung (master)
March 28, 2015, 12:39 (GMT)
Nla Strip Controls: Added special FCurve type (in the animfiltering code)

Using the standard "FCurve" animchannel type didn't work that well for
the control FCurves on NLA Strips, as the paths would not resolve correctly,
and the indentation was wrong. Also, there would likely be issues down the
track with applying NLA mapping. Hence, it's easier to just create a separate
type for this case, and adapt the rest of the code to also consider these (todo).

Commit Details:

Full Hash: 67f983ac53e97f154b6710fea8f400a608e27550
Parent Commit: 8f4c5ff
Lines Changed: +186, -100

7 Modified Paths:

/source/blender/editors/animation/anim_channels_defines.c (+140, -91) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+7, -2) (Diff)
/source/blender/editors/animation/anim_filter.c (+31, -3) (Diff)
/source/blender/editors/include/ED_anim_api.h (+4, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_select.c (+2, -2) (Diff)
/source/blender/editors/transform/transform_conversions.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021