|
Blender V4.3
|
Public Attributes | |
| BlendfileLinkAppendContext * | lapp_context |
| BlendfileLinkAppendContextItem * | item |
| ReportList * | reports |
| bool | is_liboverride_dependency |
| bool | is_liboverride_dependency_only |
Definition at line 71 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 83 of file blendfile_link_append.cc.
| 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 91 of file blendfile_link_append.cc.
| BlendfileLinkAppendContextItem* BlendfileLinkAppendContextCallBack::item |
Definition at line 73 of file blendfile_link_append.cc.
| BlendfileLinkAppendContext* BlendfileLinkAppendContextCallBack::lapp_context |
Definition at line 72 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 74 of file blendfile_link_append.cc.