mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
resolve hound
This commit is contained in:
parent
4b02645618
commit
b4a01faa65
1 changed files with 4 additions and 4 deletions
|
|
@ -577,10 +577,10 @@ def get_frame_data(node, asset_data=None, log=None):
|
|||
data["frameEndHandle"] = hou.intFrame()
|
||||
data["byFrameStep"] = 1.0
|
||||
log.debug(
|
||||
"Node '{}' has 'Render current frame' set. "
|
||||
"frameStart and frameEnd are set to the "
|
||||
"current frame".format(node.path())
|
||||
)
|
||||
"Node '{}' has 'Render current frame' set. "
|
||||
"frameStart and frameEnd are set to the "
|
||||
"current frame".format(node.path())
|
||||
)
|
||||
else:
|
||||
data["frameStartHandle"] = node.evalParm("f1")
|
||||
data["frameEndHandle"] = node.evalParm("f2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue