mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Update openpype/hosts/fusion/plugins/create/create_saver.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
f906d05c73
commit
2b5c20e6e0
1 changed files with 1 additions and 7 deletions
|
|
@ -149,13 +149,7 @@ class CreateSaver(NewCreator):
|
|||
|
||||
# get frame padding from anatomy templates
|
||||
anatomy = Anatomy()
|
||||
render_anatomy_template = anatomy.templates.get("render")
|
||||
if render_anatomy_template:
|
||||
frame_padding = int(
|
||||
render_anatomy_template.get("frame_padding", 4)
|
||||
)
|
||||
else:
|
||||
frame_padding = int(anatomy.templates.get("frame_padding", 4))
|
||||
frame_padding = anatomy.templates["frame_padding"]
|
||||
|
||||
# Subset change detected
|
||||
workdir = os.path.normpath(legacy_io.Session["AVALON_WORKDIR"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue