mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
cosmetics
This commit is contained in:
parent
d40775b3d0
commit
e7e60da0b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue