Fix the YetiCache preroll key name so it's actually being picked up :)

This commit is contained in:
Roy Nieterau 2018-10-18 22:40:51 +02:00
parent 9b7fc5302b
commit ea86560124

View file

@ -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()