Commit graph

121 commits

Author SHA1 Message Date
Jakub Trllo
aa2f4e1aa0 action runable on entityType task needs verification to delete 2019-02-13 11:19:30 +01:00
Jakub Trllo
cd8d6aba17 renamed action 2019-02-13 11:17:39 +01:00
Jakub Trllo
326cb966b4 first version, name of assets must be written 2019-02-13 10:08:46 +01:00
Jakub Trllo
3a7ec9abe0 fixed wrong lib importing 2019-01-28 18:07:24 +01:00
Jakub Trllo
b1a519c72a added basic debug log to create custom attributes 2019-01-28 17:54:08 +01:00
Jakub Trllo
f4324c4a27 ftrack_utils renamed to lib 2019-01-24 12:28:32 +01:00
Jakub Trllo
bdec0bf8f9 ftrack_utils.py removed 2019-01-22 09:54:24 +01:00
Jakub Trllo
6ba6e9b33d removed register log, flake8 formatting 2019-01-21 18:54:05 +01:00
Jakub Trllo
f9db01775b priority added directly to Class, removed register log 2019-01-21 18:52:10 +01:00
Jakub Trllo
895af60355 djvwie action inheritate from base handler, formatted to flake8 2019-01-21 18:47:30 +01:00
Jakub Trllo
d74e79d087 priority is set directly to action/event, test action/event is by default ignored! 2019-01-21 18:46:02 +01:00
Jakub Trllo
4be34096d4 action create folders should be allright now 2019-01-21 18:44:40 +01:00
Jakub Trllo
18429e0380 action_app renamed to application loader 2019-01-21 18:41:55 +01:00
Jakub Trllo
4854431897 sleep time changed back to 0.05 2019-01-21 14:20:56 +01:00
Jakub Trllo
11a4d1ac71 moved ftrack handlers from events/actions to ftrack_utils 2019-01-21 13:48:27 +01:00
Jakub Trllo
730db909cf removed unused ft_utils from actions 2019-01-21 13:46:44 +01:00
Jakub Trllo
d5829804a1 job killer improved - with interface 2019-01-21 13:46:19 +01:00
Jakub Trllo
f900449897 flake8 formatting 2019-01-21 12:56:03 +01:00
Jakub Trllo
e49e50fbd8 shortened time for register apps 2019-01-21 11:25:39 +01:00
Jakub Trllo
f99a4c9eb8 Merge branch 'develop' into feautre/PYPE-139_tray_crash_on_sync 2019-01-17 17:03:26 +01:00
Jakub Trllo
9d50a5b8b7 more io usage replaced, added ignore_me variable to actions/events for ftrack server, added 'get avalon projects' function, fixed few bugs, added titles to show_interface in action handlers 2019-01-17 16:06:34 +01:00
Milan Kolar
648d6d854f Merge branch 'develop' into feature/PYPE-148_unified_import_to_avalon 2019-01-16 18:06:35 +01:00
Milan Kolar
bc5acca27a Merge branch 'develop' into feature/PYPE-120_Ditch_silo 2019-01-16 17:29:29 +01:00
Jakub Trllo
ae68a41400 removed avalon.io so it won't change context in another apps, replaced with direct connection to DB 2019-01-16 14:55:40 +01:00
Jakub Trllo
9a0f2ab81b ftrack_utils separated into 2 files, avalon's environments are set before io.install() so required env error don't show up 2019-01-15 15:45:24 +01:00
Jakub Trllo
60683b49d4 Sync to avalon store silo as asset with silo == None 2019-01-09 13:18:24 +01:00
Jakub Trllo
af3a918f24 app launch changes status if current status is same as in config 'statuses_name_change' 2019-01-08 17:16:48 +01:00
Jakub Trllo
787422ab01 initial 2019-01-08 16:38:32 +01:00
Jakub Trllo
eff3435b39 Merged in feature/PYPE-105_launcher_icons (pull request #35)
changed source of icons for ftrack actions to ['ftrack_icon']

Approved-by: Milan Kolar <milan@orbi.tools>
2018-12-19 15:15:21 +00:00
Jakub Trllo
0990bb3e5c Merged in feature/PYPE-50-add-dynamic-environments-to-launcher (pull request #31)
Feature/PYPE-50 add dynamic environments to launcher

Approved-by: Milan Kolar <milan@orbi.tools>
2018-12-19 15:14:19 +00:00
Jakub Trllo
c964c43929 changed source of icons for ftrack actions to ['ftrack_icon'] 2018-12-18 17:50:06 +01:00
Jakub Trllo
a6179ad8ec Merged in feature/PYPE-67-custom_attribute_creation (pull request #30)
Custom attribute creator

Approved-by: Milan Kolar <milan@orbi.tools>
2018-12-17 08:07:20 +00:00
Jakub Trllo
194606a4e8 - removed old, unused code 2018-12-14 17:49:00 +01:00
Jakub Trllo
553ee6455e quickfix - isinstance 'array' changed to 'list' 2018-12-14 17:21:28 +01:00
Jakub Trllo
bfdf3b1acb - repaired multiselection
- imported arrow for datetime
2018-12-14 16:53:50 +01:00
Jakub Trllo
ecc1b9063e - fixed creating of hierarchical attributes 2018-12-14 13:35:37 +01:00
Milan Kolar
2a4797d63d add folder create script 2018-12-14 09:34:34 +01:00
Milan Kolar
72a96229af clean up action handler 2018-12-13 21:34:23 +01:00
Jakub Trllo
a4ec8b54f5 - added show_message to BaseAction
- added priorities to register
- test action show only to Pypeclub user
- custom attributes can be created from json file (instructions inside)
2018-12-13 11:33:35 +01:00
Milan Kolar
af147f36d4 add folder create old action for later conversion 2018-12-12 19:03:20 +01:00
Jakub Trllo
1ff834e971 Merge branch 'develop' into feature/PYPE-71-event_server 2018-12-07 09:57:01 +01:00
Milan Kolar
d4b66146ee Merge branch 'hotfix/apps-not-launching-after-last-PR' into develop 2018-12-07 01:12:51 +01:00
Milan Kolar
3b3a379b7a fixing issue with apps not launchign at all after last merge 2018-12-07 01:12:34 +01:00
Jakub Trllo
352431c6eb Merged in feature/PYPE-54-LOCAL_ICONS (pull request #23)
preparation for 'ftrack_resources'

Approved-by: Milan Kolar <milan@orbi.tools>
2018-12-06 22:32:28 +00:00
Jakub Trllo
7fcee7e351 Merged in feature/PYPE-73-action_as_API (pull request #22)
Prepared action for event server
2018-12-06 22:31:40 +00:00
Jakub Trllo
e19fbea3e9 Identifier is now full app name(with version), so same app won't launch twice if two versions are available. 2018-12-06 15:20:05 +01:00
Jakub Trllo
c2d45680fd Merge branch 'feature/PYPE-73-action_as_API' into feature/PYPE-71-event_server 2018-12-06 13:17:00 +01:00
Jakub Trllo
919cdf7178 Merge branch 'develop' into feature/PYPE-71-event_server 2018-12-06 13:00:17 +01:00
Jakub Trllo
f59bcf2e44 renamed filename 2018-12-06 12:57:44 +01:00
Jakub Trllo
5904fa4c65 Revert "renamed file"
This reverts commit ea7a10f94f.
2018-12-06 12:55:05 +01:00