|
Blender V5.0
|
Public Attributes | |
| BlendfileLinkAppendContext * | lapp_context |
| BlendfileLinkAppendContextItem * | item |
| ReportList * | reports |
| bool | is_liboverride_dependency |
| bool | is_liboverride_dependency_only |
Definition at line 75 of file blendfile_link_append.cc.
| bool BlendfileLinkAppendContextCallBack::is_liboverride_dependency |
Whether the currently evaluated usage is within some liboverride dependency context. Note that this include liboverride reference itself, but also e.g. if a linked Mesh is used by the reference of an overridden object.
Mutually exclusive with is_liboverride_dependency_only.
Definition at line 87 of file blendfile_link_append.cc.
Referenced by blendfile_append_define_actions().
| bool BlendfileLinkAppendContextCallBack::is_liboverride_dependency_only |
Whether the currently evaluated usage is exclusively within some liboverride dependency context, i.e. the full all usages of this data so far have only been a part of liboverride references and their dependencies.
Mutually exclusive with is_liboverride_dependency.
Definition at line 95 of file blendfile_link_append.cc.
Referenced by blendfile_append_define_actions().
| BlendfileLinkAppendContextItem* BlendfileLinkAppendContextCallBack::item |
Definition at line 77 of file blendfile_link_append.cc.
Referenced by BKE_blendfile_link_append_instantiate_loose(), and blendfile_append_define_actions().
| BlendfileLinkAppendContext* BlendfileLinkAppendContextCallBack::lapp_context |
Definition at line 76 of file blendfile_link_append.cc.
Referenced by BKE_blendfile_link_append_instantiate_loose(), and blendfile_append_define_actions().
| ReportList* BlendfileLinkAppendContextCallBack::reports |
Definition at line 78 of file blendfile_link_append.cc.
Referenced by BKE_blendfile_link_append_instantiate_loose(), and blendfile_append_define_actions().