Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5907 from ynput/bugfix/fusion-removing-hardcoded-…
Browse files Browse the repository at this point in the history
…template-name

fusion: removing hardcoded template name for saver
  • Loading branch information
jakubjezek001 authored Nov 16, 2023
2 parents 4519736 + b0a678a commit 45778db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openpype/hosts/fusion/plugins/create/create_saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ def _configure_saver_tool(self, data, tool, subset):

# get frame padding from anatomy templates
anatomy = Anatomy()
frame_padding = int(
anatomy.templates["render"].get("frame_padding", 4)
)
frame_padding = anatomy.templates["frame_padding"]

# Subset change detected
workdir = os.path.normpath(legacy_io.Session["AVALON_WORKDIR"])
Expand Down

0 comments on commit 45778db

Please sign in to comment.