mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Use frameStartHandle since we only care about the saver during the publish frame range
This commit is contained in:
parent
7a2cc22e6d
commit
c3e299f9ad
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class ValidateSaverResolution(
|
|||
@classmethod
|
||||
def get_resolution(cls, instance):
|
||||
saver = instance.data["tool"]
|
||||
first_frame = saver.GetAttrs("TOOLNT_Region_Start")[1]
|
||||
first_frame = instance.data["frameStartHandle"]
|
||||
return get_tool_resolution(saver, frame=first_frame)
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue