Commit graph

90 commits

Author SHA1 Message Date
iLLiCiTiT
c136e5cb08 hound fixes 2020-07-13 17:26:15 +02:00
iLLiCiTiT
c76e5c9acc task entity type can be presetable 2020-07-13 16:38:11 +02:00
iLLiCiTiT
c59c589d38 modified docstring for custom attributes 2020-07-13 16:26:48 +02:00
iLLiCiTiT
11151b4122 added possibility to add task entity type custom attributes 2020-07-13 16:24:38 +02:00
iLLiCiTiT
6e6b38e4b1 few fixes and only roles and default values can be set via presets 2020-07-10 17:22:50 +02:00
iLLiCiTiT
e756dd60ec intent and tools attributes are based on global presets 2020-07-10 17:21:55 +02:00
iLLiCiTiT
8edba507b3 renamed custom attributes contatnts and get_avalon_attrs to get_pype_attrs 2020-07-10 17:20:53 +02:00
iLLiCiTiT
fff3c15da0 formatting changes 2020-07-10 17:19:48 +02:00
iLLiCiTiT
3975c7a0e1 added CUST_ATTR_GROUP variable 2020-07-10 17:18:54 +02:00
iLLiCiTiT
01ab07efe6 ftrack custom attributes are defined in pype 2020-07-10 17:18:19 +02:00
iLLiCiTiT
a020a661f3 make sure applications are not created twice 2020-07-09 18:17:41 +02:00
iLLiCiTiT
f50d46ba31 applications custom attribute is hardcoded in create/upadate action 2020-07-09 18:16:36 +02:00
iLLiCiTiT
f06c184d5c added application_definitions method which return app name with labels 2020-07-09 18:15:34 +02:00
iLLiCiTiT
15cef44eea method custom_attributes_from_file split into 2 parts 2020-07-09 18:13:27 +02:00
iLLiCiTiT
cedf2920f0 missing apps are logged out 2020-07-09 18:09:09 +02:00
iLLiCiTiT
0d402b857c ftrack applications registration is based on presets 2020-07-09 18:08:55 +02:00
Milan Kolar
fc5a416f02 Merge branch 'hotfix/frames_in_extract_review' into develop 2020-07-09 14:52:21 +02:00
iLLiCiTiT
7e07bf2892 Merge branch '2.x/develop' into develop 2020-07-08 11:16:33 +02:00
Milan Kolar
51bb034fb7
Merge pull request #321 from pypeclub/feature/module_attributes_in_tray_menu
Feature/module attributes in tray menu
2020-07-08 09:13:53 +02:00
Milan Kolar
e48e19793f
Merge pull request #337 from pypeclub/bugfix/stop-tools-env-appending
stop appending of tools environment to existing env
2020-07-08 09:10:33 +02:00
Milan Kolar
fe6ea0e1ad
Merge pull request #333 from pypeclub/feature/idle_manager_without_qt
Feature/idle manager without qt
2020-07-08 09:08:38 +02:00
Milan Kolar
d2efdf0dcf
Merge pull request #331 from pypeclub/bugfix/mongo_url_components
Bugfix/mongo url components
2020-07-08 09:08:08 +02:00
Milan Kolar
62cb5600ef
Merge pull request #325 from tokejepsen/2.x/bugfix/ftrack_timeout
Ftrack timeout needs to look at AVALON_TIMEOUT
2020-07-08 09:05:41 +02:00
Milan Kolar
323b8b26a3
Merge pull request #323 from pypeclub/feature/djv_without_presets
Feature/djv without presets
2020-07-08 09:04:49 +02:00
Milan Kolar
5341151075 Merge branch 'hotfix/celaction-premiere-workflow-glithes' 2020-07-08 09:02:28 +02:00
Milan Kolar
f49591000d
Merge branch 'develop' into feature/module_attributes_in_tray_menu 2020-07-08 08:58:27 +02:00
Milan Kolar
d114325692
Merge pull request #312 from pypeclub/feature/static_files_to_resources
Feature/static files to resources
2020-07-08 08:56:19 +02:00
Milan Kolar
2dcc98e40e
Merge pull request #311 from pypeclub/feature/unify_pype_icon_getter
Feature/unify pype icon getter
2020-07-08 08:55:41 +02:00
Milan Kolar
ba3ae6aaa8
Merge pull request #317 from pypeclub/feature/workfiles_api_extraction
Feature/workfiles api extraction
2020-07-08 08:53:29 +02:00
Milan Kolar
daadf7cf83
Merge pull request #315 from pypeclub/feature/standalone_publish_extensions_presets
Feature/standalone publish extensions presets
2020-07-08 08:52:48 +02:00
Ondřej Samohel
72b685fa9b
stop appending of tools env to existing env 2020-07-02 15:44:13 +02:00
iLLiCiTiT
31a0bfef18 timers manager does not register signals but callbacks in idle manager 2020-07-01 17:46:57 +02:00
iLLiCiTiT
14d8d3c6a8 simplified user widget in timers manager 2020-07-01 17:46:26 +02:00
iLLiCiTiT
66190c0185 SignalHandler moved from timers_manager to widget part 2020-07-01 17:45:52 +02:00
iLLiCiTiT
adb9749d63 callback are executed in threads which are joined when done 2020-07-01 17:45:09 +02:00
iLLiCiTiT
b15af67bdb removed rest of Qt from idle manager 2020-07-01 17:44:49 +02:00
iLLiCiTiT
3660ca7c10 mouse and keyboard threads are not QThreads 2020-07-01 17:43:48 +02:00
iLLiCiTiT
b28c7f36fb there are not registered Qt signals ut callbacks 2020-07-01 17:42:23 +02:00
iLLiCiTiT
e7f284050b IdleManager is not QThread but threading.Thread 2020-07-01 17:41:09 +02:00
iLLiCiTiT
7dba84dea1 do not compose mongo url for ftrack events with database name and collection 2020-07-01 16:19:24 +02:00
iLLiCiTiT
a7196bce9e renamed class DbConnector to CustomDbConnector in custom_db_connector and fixed argument order 2020-07-01 16:16:10 +02:00
iLLiCiTiT
748da390a5 removed check of database_name in components 2020-07-01 16:12:21 +02:00
iLLiCiTiT
4f0f943d45 make database_name as required argument in CustomDbConnector 2020-07-01 16:11:50 +02:00
iLLiCiTiT
034e4237fe removed duplicated function 2020-07-01 16:11:00 +02:00
Toke Stuart Jepsen
17546da1a2 Ftrack timeout needs to look at AVALON_TIMEOUT 2020-06-28 17:34:05 +01:00
iLLiCiTiT
cf171b08c9 ftrack djv action has hardocoded extensions and find path to djv from DJV_PATH environment variable 2020-06-26 17:17:14 +02:00
iLLiCiTiT
f4971c00cd removed unused import 2020-06-26 16:01:22 +02:00
iLLiCiTiT
79542b6d94 rest api and timers manager does not load presets but are based on class attributes 2020-06-26 16:01:11 +02:00
iLLiCiTiT
2afe643284 rest api and timers manager got CLASS_DEFINITION variable in module definition 2020-06-26 16:00:25 +02:00
Jakub Jezek
5e7ce9816d
fix(celaction): adding hosts into imports 2020-06-26 11:07:54 +03:00