From ea865601245ac8ff67558a8a36d66461aefea5aa Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Thu, 18 Oct 2018 22:40:51 +0200 Subject: [PATCH] Fix the YetiCache `preroll` key name so it's actually being picked up :) --- colorbleed/plugins/maya/create/colorbleed_yeti_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorbleed/plugins/maya/create/colorbleed_yeti_cache.py b/colorbleed/plugins/maya/create/colorbleed_yeti_cache.py index 2af35a41e6..2430821f5f 100644 --- a/colorbleed/plugins/maya/create/colorbleed_yeti_cache.py +++ b/colorbleed/plugins/maya/create/colorbleed_yeti_cache.py @@ -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()