mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update openpype/hosts/maya/plugins/load/load_reference.py
Co-authored-by: Toke Jepsen <tokejepsen@gmail.com>
This commit is contained in:
parent
f8ad6966fb
commit
a051bb281a
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ class ReferenceLoader(openpype.hosts.maya.api.plugin.ReferenceLoader):
|
|||
def _post_process_rig(self, name, namespace, context, options):
|
||||
nodes = self[:]
|
||||
create_rig_animation_instance(
|
||||
nodes, context, namespace, options, log=self.log
|
||||
nodes, context, namespace, options=options, log=self.log
|
||||
)
|
||||
|
||||
def _lock_camera_transforms(self, nodes):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue