mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Variable rename.
This commit is contained in:
parent
be2f9a06aa
commit
c67308d032
2 changed files with 4 additions and 4 deletions
|
|
@ -35,8 +35,8 @@ class CreateReview(plugin.Creator):
|
|||
for key, value in animation_data.items():
|
||||
data[key] = value
|
||||
|
||||
data["instanceHeight"] = self.attrWidth
|
||||
data["instanceWidth"] = self.attrHeight
|
||||
data["Width"] = self.attrWidth
|
||||
data["Height"] = self.attrHeight
|
||||
data["isolate"] = self.isolate
|
||||
data["keepImages"] = self.keepImages
|
||||
data["imagePlane"] = self.imagePlane
|
||||
|
|
|
|||
|
|
@ -71,8 +71,8 @@ class CollectReview(pyblish.api.InstancePlugin):
|
|||
data['handles'] = instance.data.get('handles', None)
|
||||
data['step'] = instance.data['step']
|
||||
data['fps'] = instance.data['fps']
|
||||
data['instanceHeight'] = instance.data['instanceHeight']
|
||||
data['instanceHeight'] = instance.data['instanceHeight']
|
||||
data['Width'] = instance.data['Width']
|
||||
data['Height'] = instance.data['Height']
|
||||
data["isolate"] = instance.data["isolate"]
|
||||
cmds.setAttr(str(instance) + '.active', 1)
|
||||
self.log.debug('data {}'.format(instance.context[i].data))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue