From e7e60da0b14ec836ce43e73d0905f443139ace2d Mon Sep 17 00:00:00 2001 From: aardschok Date: Fri, 1 Dec 2017 11:41:47 +0100 Subject: [PATCH] cosmetics --- colorbleed/plugins/maya/load/load_yeti_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorbleed/plugins/maya/load/load_yeti_cache.py b/colorbleed/plugins/maya/load/load_yeti_cache.py index f8c2b05668..a4b2627b13 100644 --- a/colorbleed/plugins/maya/load/load_yeti_cache.py +++ b/colorbleed/plugins/maya/load/load_yeti_cache.py @@ -71,7 +71,7 @@ class YetiCacheLoader(api.Loader): settings.pop("cbId", None) # Apply new colorbleed ID to transform node - # TODO: get ID from transfrom in data to ensure consistency + # TODO: get ID from transform in data to ensure consistency _ids = lib.generate_ids(nodes=[transform_node], asset_id=asset_id) for n, _id in _ids: lib.set_id(n, unique_id=_id)