Blender Git Loki
Git Commits -> Revision a8a5def
Revision a8a5def by Joshua Leung (master) January 19, 2010, 20:30 (GMT) |
Preview Range Tweak: Made preview range be turned on/off using a proper flag instead of just relying on checking for start-frame = 0. It is no longer satisfactory to do that since we can have negative frame numbers, and also having it as a proper flag means that the range can be toggled on/off non-destructively. |
Commit Details:
Full Hash: a8a5defc0caac44b1fa6fcd330ca8fb262b55547
SVN Revision: 26119
Parent Commit: 2100412
Lines Changed: +33, -30
10 Modified Paths:
/source/blender/editors/animation/anim_draw.c (+1, -1) (Diff)
/source/blender/editors/animation/anim_ops.c (+2, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+2, -2) (Diff)
/source/blender/editors/space_action/action_edit.c (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+1, -0) (Diff)
/source/blender/editors/space_graph/space_graph.c (+2, -2) (Diff)
/source/blender/editors/space_node/node_edit.c (+1, -1) (Diff)
/source/blender/editors/space_time/time_ops.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+7, -2) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+14, -20) (Diff)
/source/blender/editors/animation/anim_ops.c (+2, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+2, -2) (Diff)
/source/blender/editors/space_action/action_edit.c (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+1, -0) (Diff)
/source/blender/editors/space_graph/space_graph.c (+2, -2) (Diff)
/source/blender/editors/space_node/node_edit.c (+1, -1) (Diff)
/source/blender/editors/space_time/time_ops.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+7, -2) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+14, -20) (Diff)