Blender Git Commit Log

Git Commits -> Revision 7868db9

Revision 7868db9 by Sebastian Parborg (master)
December 4, 2019, 15:02 (GMT)
Make curve decimation only take into account the selected curve points

Previously the decimation would take the whole curve into account when
decimating and not just the selected part.

This also contains various smaller bug fixes for the fcurve decimation.

Reviewed By: Sybren

Differential Revision: https://developer.blender.org/D6286

Commit Details:

Full Hash: 7868db9343d577784aa754418f2b888793a01d25
Parent Commit: 824c265
Lines Changed: +575, -42

12 Modified Paths:

/release/scripts/startup/bl_ui/space_graph.py (+9, -1) (Diff)
/source/blender/blenkernel/intern/curve_decimate.c (+2, -2) (Diff)
/source/blender/editors/animation/keyframes_general.c (+118, -15) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+1, -1) (Diff)
/source/blender/editors/include/UI_view2d.h (+1, -0) (Diff)
/source/blender/editors/interface/interface_region_hud.c (+8, -0) (Diff)
/source/blender/editors/interface/view2d.c (+28, -6) (Diff)
/source/blender/editors/screen/area.c (+3, -2) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+398, -14) (Diff)
/source/blender/editors/space_graph/space_graph.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021