Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
get transform of camera for burnin
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolar committed Nov 5, 2020
1 parent aa806b8 commit ea15579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pype/plugins/maya/publish/extract_playblast.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def process(self, instance):
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',
Expand Down

0 comments on commit ea15579

Please sign in to comment.