|
Blender V4.3
|
#include <DNA_space_types.h>
Public Attributes | |
| struct SpaceLink * | next |
| struct SpaceLink * | prev |
| ListBase | regionbase |
| char | spacetype |
| char | link_flag |
| char | _pad0 [6] |
| short autosnap | DNA_DEPRECATED |
| short | flag |
| char | _pad [4] |
| struct bDopeSheet * | ads |
| View2D v2d | DNA_DEPRECATED |
NLA Editor
Definition at line 566 of file DNA_space_types.h.
| char SpaceNla::_pad[4] |
Definition at line 578 of file DNA_space_types.h.
| char SpaceNla::_pad0[6] |
Definition at line 572 of file DNA_space_types.h.
| struct bDopeSheet* SpaceNla::ads |
Definition at line 580 of file DNA_space_types.h.
Referenced by nla_create(), nla_duplicate(), nla_foreach_id(), nla_free(), nla_id_remap(), nla_init(), nla_space_blend_read_data(), nla_space_blend_write(), nlaedit_get_context(), nlaedit_objects_add_exec(), and wm_context_member_from_ptr().
| short autosnap SpaceNla::DNA_DEPRECATED |
Definition at line 576 of file DNA_space_types.h.
| View2D v2d SpaceNla::DNA_DEPRECATED |
Deprecated, copied to region.
Definition at line 582 of file DNA_space_types.h.
| short SpaceNla::flag |
Definition at line 577 of file DNA_space_types.h.
Referenced by blo_do_versions_280(), blo_update_defaults_screen(), ED_operator_markers_region_active(), nla_create(), nla_draw_strip(), nla_main_region_draw(), nla_main_region_draw_overlay(), and recalcData_nla().
| char SpaceNla::link_flag |
Definition at line 571 of file DNA_space_types.h.
| struct SpaceLink* SpaceNla::next |
Definition at line 567 of file DNA_space_types.h.
| struct SpaceLink * SpaceNla::prev |
Definition at line 567 of file DNA_space_types.h.
| ListBase SpaceNla::regionbase |
Storage of regions for inactive spaces.
Definition at line 569 of file DNA_space_types.h.
Referenced by nla_create().
| char SpaceNla::spacetype |
Definition at line 570 of file DNA_space_types.h.
Referenced by nla_create().