diff --git a/colorbleed/plugins/maya/load/load_yeti_cache.py b/colorbleed/plugins/maya/load/load_yeti_cache.py index c3a3cdfefe..5a1e404975 100644 --- a/colorbleed/plugins/maya/load/load_yeti_cache.py +++ b/colorbleed/plugins/maya/load/load_yeti_cache.py @@ -284,6 +284,8 @@ class YetiCacheLoader(api.Loader): # Apply attributes to pgYetiMaya node for attr, value in attributes.items(): + if value is None: + continue lib.set_attribute(attr, value, yeti_node) # Fix for : YETI-6