mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix the indentation
This commit is contained in:
parent
ec70706ab5
commit
39b44e1264
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class ExtractTyCache(publish.Extractor):
|
|||
opt_list = []
|
||||
for member in members:
|
||||
obj = member.baseobject
|
||||
# TODO: see if it can use maxscript instead
|
||||
# TODO: see if it can use maxscript instead
|
||||
anim_names = rt.GetSubAnimNames(obj)
|
||||
for anim_name in anim_names:
|
||||
sub_anim = rt.GetSubAnim(obj, anim_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue