|
Blender V5.0
|
#include <DNA_space_types.h>
Public Attributes | |
| char | flag |
| char | _pad [7] |
| ListBase | ghost_curves |
Definition at line 236 of file DNA_space_types.h.
| char SpaceGraph_Runtime::_pad[7] |
Definition at line 239 of file DNA_space_types.h.
| char SpaceGraph_Runtime::flag |
Definition at line 238 of file DNA_space_types.h.
Referenced by blender::ed::transform::enable_autolock(), blender::ed::transform::graph_bezt_get_transform_selection(), graph_foreach_id(), graph_listener(), graph_refresh(), and mouse_graph_keys().
| ListBase SpaceGraph_Runtime::ghost_curves |
Sampled snapshots of F-Curves used as in-session guides
Definition at line 241 of file DNA_space_types.h.
Referenced by create_ghost_curves(), graph_draw_ghost_curves(), graph_duplicate(), graph_free(), graph_space_blend_write(), and graphkeys_clear_ghostcurves_exec().