mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
use attributes from builder
This commit is contained in:
parent
b25270ccdd
commit
b2a59336ec
1 changed files with 2 additions and 2 deletions
|
|
@ -272,8 +272,8 @@ class MayaLoadPlaceholderPlugin(PlaceholderPlugin):
|
|||
if ignore_repre_ids is None:
|
||||
ignore_repre_ids = set()
|
||||
|
||||
current_asset_doc = self.current_asset_doc
|
||||
linked_assets = self.linked_assets
|
||||
current_asset_doc = self.builder.current_asset_doc
|
||||
linked_assets = self.builder.linked_asset_docs
|
||||
loader_name = placeholder.data["loader"]
|
||||
loader_args = placeholder.data["loader_args"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue