You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will still need to indicate to the plugin when to create assetversions with next available version number. To do this, we can instead use -1, and if the version if negative we'll remove the version number from the data before creating the assetversion.
Motivation
The current behaviour of using version 0 for indicating to create the next available version, is a bug and should not be relied on.
https://forum.ftrack.com/topic/1038-create-version-0-in-ftrack/
Implementation
We will still need to indicate to the plugin when to create assetversions with next available version number. To do this, we can instead use
-1
, and if the version if negative we'll remove the version number from the data before creating the assetversion.pyblish-ftrack/pyblish_ftrack/plugins/integrate_ftrack_api.py
Line 107 in 5dcd1ee
The text was updated successfully, but these errors were encountered: