Blender Git Loki
Git Commits -> Revision 21a2350
Revision 21a2350 by Joshua Leung (master) February 18, 2010, 00:29 (GMT) |
Animation Playback Option (No negative frames) and Other Bugfixes: * Added a user-preference setting which disallows setting the current frame number to a negative number. This setting only applies when setting the current frame by scrubbing the time cursor in a timeline view, or by typing a value into the current frame number field. * Made the minimum frame number for the start frame to be 0, which should make setting keyframes by a regular step size less confusing. Also changed the MINFRAME define to 0 for consistency. Hopefully this doesn't cause any problems with any output formats. * Fixed some missing channel selection cases in animation editors. |
Commit Details:
Full Hash: 21a2350248fd526b898186ff7f1e2f5bc7457efd
SVN Revision: 27002
Parent Commit: 65cac9a
Lines Changed: +55, -20
10 Modified Paths:
/release/scripts/ui/space_userpref.py (+5, -0) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+6, -2) (Diff)
/source/blender/editors/animation/anim_ops.c (+1, -0) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+1, -7) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+8, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+12, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+17, -6) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+6, -2) (Diff)
/source/blender/editors/animation/anim_ops.c (+1, -0) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+1, -7) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+8, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+12, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+17, -6) (Diff)