|
Blender V4.3
|
Public Attributes | |
| ID * | id_root_reference |
| ID * | id_hierarchy_root_override |
| ID * | id_instance_hint |
| bool | is_override_instancing_object |
Definition at line 1001 of file outliner_tools.cc.
| ID* blender::ed::outliner::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 1007 of file outliner_tools.cc.
Referenced by blender::ed::outliner::OutlinerLibOverrideData::id_root_add(), and blender::ed::outliner::OutlinerLibOverrideData::id_root_set().
| ID* blender::ed::outliner::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 1014 of file outliner_tools.cc.
Referenced by blender::ed::outliner::OutlinerLibOverrideData::id_root_add(), and blender::ed::outliner::OutlinerLibOverrideData::id_root_set().
| ID* blender::ed::outliner::OutlinerLiboverrideDataIDRoot::id_root_reference |
The linked ID that was selected for override.
Definition at line 1003 of file outliner_tools.cc.
Referenced by blender::ed::outliner::OutlinerLibOverrideData::id_root_add(), and blender::ed::outliner::OutlinerLibOverrideData::id_root_set().
| bool blender::ed::outliner::OutlinerLiboverrideDataIDRoot::is_override_instancing_object |
If this override comes from an instancing object (which would be id_instance_hint then).
Definition at line 1017 of file outliner_tools.cc.
Referenced by blender::ed::outliner::OutlinerLibOverrideData::id_root_add(), and blender::ed::outliner::OutlinerLibOverrideData::id_root_set().