mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
get transform of camera for burnin
This commit is contained in:
parent
aa806b8e73
commit
ea15579c06
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class ExtractPlayblast(pype.api.Extractor):
|
|||
tags.append("delete")
|
||||
|
||||
# Add camera node name to representation data
|
||||
camera_node_name = pm.ls(camera)[0].nodeName()
|
||||
camera_node_name = pm.ls(camera)[0].getTransform().getName()
|
||||
|
||||
representation = {
|
||||
'name': 'png',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue