mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
mark 'newAssetPublishing' as deprecated since 24/06/06
This commit is contained in:
parent
cfe6ae1c67
commit
4cbbe322b5
8 changed files with 10 additions and 10 deletions
|
|
@ -677,7 +677,7 @@ or updating already created. Publishing will create OTIO file.
|
|||
"variant": variant_name,
|
||||
"task": None,
|
||||
"newHierarchyIntegration": True,
|
||||
# Backwards compatible
|
||||
# Backwards compatible (Deprecated since 24/06/06)
|
||||
"newAssetPublishing": True,
|
||||
"trackStartFrame": track_start_frame,
|
||||
"timelineOffset": timeline_offset,
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ class CollectSequenceFrameData(
|
|||
# editorial would fail since they might not be in database yet
|
||||
new_hierarchy = (
|
||||
instance.data.get("newHierarchyIntegration")
|
||||
# Backwards compatible
|
||||
# Backwards compatible (Deprecated since 24/06/06)
|
||||
or instance.data.get("newAssetPublishing")
|
||||
)
|
||||
if new_hierarchy:
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ class ValidateFrameRange(OptionalPyblishPluginMixin,
|
|||
# editorial would fail since they might not be in database yet
|
||||
new_hierarchy = (
|
||||
instance.data.get("newHierarchyIntegration")
|
||||
# Backwards compatible
|
||||
# Backwards compatible (Deprecated since 24/06/06)
|
||||
or instance.data.get("newAssetPublishing")
|
||||
)
|
||||
if new_hierarchy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue