mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
cosmetic
This commit is contained in:
parent
307c635e91
commit
ebea792845
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class CollectAnimation(pyblish.api.InstancePlugin):
|
|||
"f2": "endFrame",
|
||||
"f3": "steps"}
|
||||
|
||||
data = {name: node.parm(par).eval() for par, name in
|
||||
data = {name: node.evalParm(parm) for parm, name in
|
||||
parameters.items()}
|
||||
|
||||
instance.data.update(data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue