mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
remove hardcoded frame padding
This commit is contained in:
parent
9b4641de65
commit
f0bf7d8c66
1 changed files with 1 additions and 2 deletions
|
|
@ -9,7 +9,6 @@ from openpype.hosts.nuke.api.lib import (
|
|||
)
|
||||
|
||||
|
||||
frame_padding = 5
|
||||
temp_rendering_path_template = (
|
||||
"{work}/renders/nuke/{subset}/{subset}.{frame}.{ext}")
|
||||
|
||||
|
|
@ -62,7 +61,7 @@ knobs_setting = {
|
|||
class WriteNodeKnobSettingPanel(nukescripts.PythonPanel):
|
||||
""" Write Node's Knobs Settings Panel """
|
||||
def __init__(self):
|
||||
nukescripts.PythonPanel.__init__(self, "Set Presets(Write Node)")
|
||||
nukescripts.PythonPanel.__init__(self, "Set Preset(Write Node)")
|
||||
|
||||
knobs_value, _ = self.get_node_knobs_setting()
|
||||
# create knobs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue