mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix a bug
This commit is contained in:
parent
47425e3aa4
commit
ffb61e27ef
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ class CollectRopFrameRange(pyblish.api.InstancePlugin,
|
|||
return
|
||||
|
||||
# Log artist friendly message about the collected frame range
|
||||
if attr_values.get("use_asset_handles"):
|
||||
if attr_values.get("use_handles"):
|
||||
self.log.info(
|
||||
"Full Frame range with Handles "
|
||||
"{0[frameStartHandle]} - {0[frameEndHandle]}\n"
|
||||
|
|
@ -73,7 +73,7 @@ class CollectRopFrameRange(pyblish.api.InstancePlugin,
|
|||
@classmethod
|
||||
def get_attribute_defs(cls):
|
||||
return [
|
||||
BoolDef("use_asset_handles",
|
||||
BoolDef("use_handles",
|
||||
tooltip="Disable this if you want the publisher to"
|
||||
" ignore start and end handles specified in the"
|
||||
" asset data for this publish instance",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue