Blender Git Loki
Git Commits -> Revision 022e815
Revision 022e815 by Joshua Leung (master) August 7, 2011, 12:27 (GMT) |
Sound clip NLA Strips for Nexyon These are basically just for specifying when a speaker should fire off it's soundclip, and as such, many NLA operations are irrelevant for it. They can only be specified on object-level for speaker objects. I've still got some UI tweaks I'll need to work on in order for these to be able to be added even when the speaker doesn't have any NLA tracks yet. (EDIT: while typing this, I had an idea for how to do this, but that'll be for next commit). In the mean time, you'll need to add a single keyframe for the object, snowflake that action and delete the NLA strip before you can start editing. |
Commit Details:
Full Hash: 022e815fbd6d81f9b1baa177cce1abf2f42bcb21
SVN Revision: 39138
Parent Commit: 2d884fc
Lines Changed: +223, -31
12 Modified Paths:
/release/scripts/startup/bl_ui/space_nla.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_nla.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+3, -0) (Diff)
/source/blender/blenkernel/intern/nla.c (+40, -0) (Diff)
/source/blender/editors/animation/anim_filter.c (+2, -1) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+54, -26) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+18, -1) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+94, -1) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+1, -0) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_nla.c (+1, -1) (Diff)
/source/blender/blenkernel/BKE_nla.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+3, -0) (Diff)
/source/blender/blenkernel/intern/nla.c (+40, -0) (Diff)
/source/blender/editors/animation/anim_filter.c (+2, -1) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+54, -26) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+18, -1) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+94, -1) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+1, -0) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_nla.c (+1, -1) (Diff)