Blender Git Commit Log
Git Commits -> Revision 0f4fd4f
Revision 0f4fd4f by Joshua Leung (master) July 24, 2009, 06:08 (GMT) |
NLA - Auto-Blending + 'Smarter' Extend Behaviour * Auto-blending (blend in/out values get determined based on 'overlaps' of strips) now occurs after transforming strips. Where islands (continuous chains of strips) occur, only the ones on the ends of the islands will get or contribute to auto-blending. * Extend modes (other than 'nothing') now get automatically determined (after transforms) so that moving strips will no-longer cause problems. * Added a new option to hide influence curves in NLA. Also, made the line widths for these curves narrower, since the old setting was too ugly. * Pose copy/paste buffer now gets freed on exit |
Commit Details:
Full Hash: 0f4fd4f5b17d4fff97cc3cde4cc7d144137154ca
SVN Revision: 21838
Parent Commit: 57727fc
Lines Changed: +182, -81
8 Modified Paths:
/source/blender/blenkernel/BKE_nla.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/nla.c (+96, -23) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+8, -7) (Diff)
/source/blender/editors/space_nla/nla_header.c (+4, -2) (Diff)
/source/blender/editors/transform/transform_conversions.c (+65, -49) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+4, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/nla.c (+96, -23) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+8, -7) (Diff)
/source/blender/editors/space_nla/nla_header.c (+4, -2) (Diff)
/source/blender/editors/transform/transform_conversions.c (+65, -49) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+4, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -0) (Diff)