mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Add bakeToWorldSpace attribute to camera creator
This commit is contained in:
parent
c6ce4a6b30
commit
79eda95015
1 changed files with 4 additions and 0 deletions
|
|
@ -19,4 +19,8 @@ class CreateCamera(avalon.maya.Creator):
|
|||
for key, value in animation_data.items():
|
||||
data[key] = value
|
||||
|
||||
# Bake to world space by default, when this is False it will also
|
||||
# include the parent hierarchy in the baked results
|
||||
data['bakeToWorldSpace'] = True
|
||||
|
||||
self.data = data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue