Update openpype/hosts/maya/plugins/load/load_reference.py

Co-authored-by: Toke Jepsen <tokejepsen@gmail.com>
This commit is contained in:
Mreza Hashemizadeh 2023-05-15 17:22:40 +02:00 committed by GitHub
parent f8ad6966fb
commit a051bb281a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):