mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Fix the YetiCache preroll key name so it's actually being picked up :)
This commit is contained in:
parent
9b7fc5302b
commit
ea86560124
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class CreateYetiCache(avalon.maya.Creator):
|
|||
def __init__(self, *args, **kwargs):
|
||||
super(CreateYetiCache, self).__init__(*args, **kwargs)
|
||||
|
||||
self.data["peroll"] = 0
|
||||
self.data["preroll"] = 0
|
||||
|
||||
# Add animation data without step and handles
|
||||
anim_data = lib.collect_animation_data()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue