Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #619 from kalisp/bugfix/605-sync-to-avalon-doesn-t…
Browse files Browse the repository at this point in the history
…-remove-renamed-task

Bugfix/605 sync to avalon doesn t remove renamed task
  • Loading branch information
mkolar authored Oct 8, 2020
2 parents ae2c184 + d6e86f8 commit 0524891
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 224 deletions.
2 changes: 1 addition & 1 deletion pype/modules/ftrack/events/action_sync_to_avalon.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class SyncToAvalonServer(BaseAction):
- Data(dictionary):
- VisualParent(ObjectId) - Avalon Id of parent asset
- Parents(array of string) - All parent names except project
- Tasks(array of string) - Tasks on asset
- Tasks(dictionary of dictionaries) - Tasks on asset
- FtrackId(string)
- entityType(string) - entity's type on Ftrack
* All Custom attributes in group 'Avalon'
Expand Down
Loading

0 comments on commit 0524891

Please sign in to comment.