Blender
V3.3
|
Public Attributes | |
ID * | id_root_reference |
ID * | id_hierarchy_root_override |
ID * | id_instance_hint |
bool | is_override_instancing_object |
Definition at line 942 of file outliner_tools.cc.
ID* OutlinerLiboverrideDataIDRoot::id_hierarchy_root_override |
The root of the override hierarchy to which the override of id_root
belongs, once known/created.
Definition at line 948 of file outliner_tools.cc.
Referenced by OutlinerLibOverrideData::id_root_add(), and OutlinerLibOverrideData::id_root_set().
ID* OutlinerLiboverrideDataIDRoot::id_instance_hint |
The ID that was detected as being a good candidate as instantiation hint for newly overridden objects, may be null.
Definition at line 955 of file outliner_tools.cc.
Referenced by OutlinerLibOverrideData::id_root_add(), and OutlinerLibOverrideData::id_root_set().
ID* OutlinerLiboverrideDataIDRoot::id_root_reference |
The linked ID that was selected for override.
Definition at line 944 of file outliner_tools.cc.
Referenced by OutlinerLibOverrideData::id_root_add(), and OutlinerLibOverrideData::id_root_set().
bool OutlinerLiboverrideDataIDRoot::is_override_instancing_object |
If this override comes from an instancing object (which would be id_instance_hint
then).
Definition at line 958 of file outliner_tools.cc.
Referenced by OutlinerLibOverrideData::id_root_add(), and OutlinerLibOverrideData::id_root_set().