Blender Git Commit Log

Git Commits -> Revision ad2c860

Revision ad2c860 by Joshua Leung (master)
April 8, 2009, 01:07 (GMT)
Graph Editor: 'Ghost Curves' functionality from Apricot

This feature takes a 'snapshot' of the visible+selected F-Curves, and displays these in the background as 'ghosts curves' in the background. Such curves are drawn semi-transparent, slightly darker, and with dotted lines.

To use, simply click the 'curve' button beside the Auto-Snapping selector. To clear, simply click that button again (with a different icon now).

These 'ghost curves' are stored per Graph Editor instance, and are not saved to file (i.e. per session only). They are useful to be used as guides when refining the shape of existing curves.

Commit Details:

Full Hash: ad2c860baf3708243349d10fe96ecf7c1efc7897
SVN Revision: 19595
Parent Commit: c80133e
Lines Changed: +235, -13

10 Modified Paths:

/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+10, -0) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+38, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+148, -0) (Diff)
/source/blender/editors/space_graph/graph_header.c (+10, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+8, -1) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+3, -0) (Diff)
/source/blender/editors/space_graph/graph_select.c (+2, -8) (Diff)
/source/blender/editors/space_graph/space_graph.c (+12, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021