Blender Git Commit Log
Git Commits -> Revision 16d13e0
Revision 16d13e0 by Sergey Sharybin (master) October 29, 2013, 18:10 (GMT) |
Project Pampa request: FCurves normalized display Added two options to a header of FCurve editor: - Normalize which makes it so every individual curve is fit into -1..1 space. - Auto-normalize, which probably is to be called "Lock" which "locks" curve normalization scale. This is useful to prevent curves from jumping around when tweaking it. It's debatable whether it need to be a button to normalize curves n purpose only, and it's fully depends on animator's workflow. Here during Project Pampa we've got Francesco who get used to auto-renormalization and Hjalti who prefers locked behavior. Docs are to be ready soon by Francesco. Thanks Brecht for the review! |
Commit Details:
Full Hash: 16d13e0db9d75566735966d81d213958df3ca7e5
SVN Revision: 60999
Parent Commit: f6e504c
Lines Changed: +136, -21
11 Modified Paths:
/release/scripts/startup/bl_ui/space_graph.py (+5, -0) (Diff)
/source/blender/blenkernel/BKE_global.h (+1, -0) (Diff)
/source/blender/editors/animation/anim_draw.c (+62, -2) (Diff)
/source/blender/editors/include/ED_anim_api.h (+10, -1) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+10, -5) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+16, -7) (Diff)
/source/blender/editors/space_graph/graph_select.c (+6, -2) (Diff)
/source/blender/editors/transform/transform_conversions.c (+9, -4) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+12, -0) (Diff)
/source/blender/blenkernel/BKE_global.h (+1, -0) (Diff)
/source/blender/editors/animation/anim_draw.c (+62, -2) (Diff)
/source/blender/editors/include/ED_anim_api.h (+10, -1) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+10, -5) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+16, -7) (Diff)
/source/blender/editors/space_graph/graph_select.c (+6, -2) (Diff)
/source/blender/editors/transform/transform_conversions.c (+9, -4) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+12, -0) (Diff)