mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
del avalon id event is turned off by default
This commit is contained in:
parent
2b8ecae2ad
commit
fe55ad0df4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
from pype.vendor import ftrack_api
|
|
||||||
from pype.ftrack import BaseEvent
|
from pype.ftrack import BaseEvent
|
||||||
from pype.ftrack.lib import avalon_sync
|
from pype.ftrack.lib import avalon_sync
|
||||||
from pype.ftrack.events.event_sync_to_avalon import SyncToAvalonEvent
|
from pype.ftrack.events.event_sync_to_avalon import SyncToAvalonEvent
|
||||||
|
|
@ -13,6 +12,7 @@ class DelAvalonIdFromNew(BaseEvent):
|
||||||
Priority of this event must be less than SyncToAvalon event
|
Priority of this event must be less than SyncToAvalon event
|
||||||
'''
|
'''
|
||||||
priority = SyncToAvalonEvent.priority - 1
|
priority = SyncToAvalonEvent.priority - 1
|
||||||
|
ignore_me = True
|
||||||
|
|
||||||
def launch(self, session, event):
|
def launch(self, session, event):
|
||||||
created = []
|
created = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue