Commit graph

16806 commits

Author SHA1 Message Date
iLLiCiTiT
a7b7d36ea2 disable editing of items 2021-11-12 21:43:07 +01:00
iLLiCiTiT
2a19104b96 remove setting of avalon stylesheet 2021-11-12 19:59:54 +01:00
iLLiCiTiT
24e4eb47c7 use openpype subset manager in host tools 2021-11-12 19:37:12 +01:00
iLLiCiTiT
aa91345eff redone model and window of subset manager 2021-11-12 19:37:02 +01:00
iLLiCiTiT
5d527e1d27 give a separate style to SubsetManagerDetailsText 2021-11-12 19:36:28 +01:00
iLLiCiTiT
e73ac627e3 few smaller changes in widgets 2021-11-12 19:36:08 +01:00
iLLiCiTiT
953ce5f054 renamed Window class to SubsetManagerWindow 2021-11-12 19:33:15 +01:00
iLLiCiTiT
318a45a37c renamed app.py to window.py 2021-11-12 19:32:30 +01:00
iLLiCiTiT
281b8896e2 copied subset manager to openpype tools 2021-11-12 19:32:04 +01:00
Petr Kalis
8889507ca0
Merge pull request #2230 from pypeclub/feature/OP-1978_Use-new-site-sync-entity-in-settings-and-modify-their-loading
Use new site sync entity in settings and modify their loading
2021-11-12 19:20:13 +01:00
Petr Kalis
48ff597960
Merge branch 'develop' into feature/OP-1978_Use-new-site-sync-entity-in-settings-and-modify-their-loading 2021-11-12 19:19:57 +01:00
Petr Kalis
436a43ff3c
Merge pull request #2206 from pypeclub/feature/OP-1937_Add-alternative-site-for-Site-Sync
Add alternative sites for Site Sync
2021-11-12 19:10:58 +01:00
Petr Kalis
c999abda89
Merge pull request #2188 from pypeclub/feature/OP-1920_Add-command-line-running-of-Site-Sync-server
Add command line way of running site sync server
2021-11-12 19:10:03 +01:00
Petr Kalis
22f428ffd4 OP-1978 - fix distinary change during loop 2021-11-12 18:27:38 +01:00
Petr Kalis
4d2bd5a881 OP-1978 - fix wrong site name used if resynchronizing 2021-11-12 18:27:08 +01:00
Ondřej Samohel
a9a28bb444
Merge pull request #2225 from Ellipsanime/add_global_versioning
Add a "following workfile versioning" option on publish
2021-11-12 16:11:02 +01:00
Petr Kalis
443354548d
Merge pull request #2237 from pypeclub/bugfix/OP-2015_PS-webpublishing-fails-on-second-batch
Added queue for studio processing in PS
2021-11-12 14:43:59 +01:00
Petr Kalis
27b6197ee8 OP-2015 - fix - adding to queue decided by configuration 2021-11-12 13:52:28 +01:00
Petr Kalis
1431bc5ac9 OP-2015 - fix - adding to queue decided by configuration 2021-11-12 13:30:37 +01:00
Jakub Trllo
6a4caf1f86
Merge pull request #2224 from pypeclub/feature/module_can_add_cli_command
Modules: Module can add cli commands
2021-11-12 13:21:13 +01:00
Jakub Trllo
25c6d3732e
Merge pull request #2238 from pypeclub/feature/static_interfaces
General: Static interfaces
2021-11-12 13:20:54 +01:00
Jakub Trllo
eabf6ce44a
Merge pull request #2236 from pypeclub/bugfix/unicode_module_name
Python 2: Unicode to string conversion
2021-11-12 13:20:36 +01:00
Petr Kalis
559964122e
Merge pull request #2234 from pypeclub/bugfix/OP-2017_PS-web-publishing-doesnt-publish-all-colors
Fix - enum for color coding in PS
2021-11-12 13:19:00 +01:00
Jakub Trllo
f9679963a5
Merge pull request #2239 from pypeclub/feature/module_without_init_file
General: Skip module directories without init file
2021-11-12 12:54:43 +01:00
Petr Kalis
8a2d7fdbe7 Merge branch 'feature/OP-1937_Add-alternative-site-for-Site-Sync' into feature/OP-1978_Use-new-site-sync-entity-in-settings-and-modify-their-loading 2021-11-12 12:09:39 +01:00
Petr Kalis
ccfeb16b7e Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/OP-1978_Use-new-site-sync-entity-in-settings-and-modify-their-loading 2021-11-12 12:08:55 +01:00
Petr Kalis
87191d8d30 OP-1937 - fix alternate sites for default studio site 2021-11-12 12:08:04 +01:00
Petr Kalis
594b11bc9f OP-1978 - merge OP-1937 2021-11-12 10:52:15 +01:00
iLLiCiTiT
992986fd1b skip module directories without init file 2021-11-11 18:31:42 +01:00
iLLiCiTiT
d3fd330f94 removed unused 'MissingInterface' 2021-11-11 18:21:38 +01:00
iLLiCiTiT
b09382bf8d raise ImportError if interface does not exists 2021-11-11 18:20:09 +01:00
iLLiCiTiT
9a74a6a1e8 removed unused import of ITimersManager 2021-11-11 18:18:19 +01:00
iLLiCiTiT
a051f4e8b6 moved 'ISettingsChangeListener' to global interfaces 2021-11-11 18:18:04 +01:00
iLLiCiTiT
b2b532de36 modifid current interfaces import to keep backwards compatibility 2021-11-11 18:06:09 +01:00
iLLiCiTiT
f0a913e024 moved interfaces to modules directory 2021-11-11 18:05:33 +01:00
iLLiCiTiT
79fce6a5b4 example addon is not using inteface 2021-11-11 18:05:20 +01:00
Petr Kalis
adbd0b1c5e OP-2015 - added queue for studio processing in PS 2021-11-11 18:01:14 +01:00
iLLiCiTiT
5acdb6e182 added docstring 2021-11-11 14:53:57 +01:00
iLLiCiTiT
e6d76c5b58 fix python 2 unicode conversion 2021-11-11 14:17:09 +01:00
Jakub Trllo
ec7195eeb3
Merge pull request #2235 from pypeclub/bugfix/fix_transparent_image_in_style
Style: Fix transparent image in style
2021-11-11 09:26:21 +01:00
Jakub Trllo
5c09dd2a91
Merge pull request #2232 from pypeclub/bugfix/fix_pyblish_pype_targets
Pyblish Tool: Fix targets handling
2021-11-10 17:48:35 +01:00
iLLiCiTiT
49d426ea90 rebuild resources 2021-11-10 17:44:12 +01:00
iLLiCiTiT
e7778c2d6b replaced transparent image with really transparent image 2021-11-10 17:44:03 +01:00
Petr Kalis
cc0672d429 OP-2017 - fix - enum for color coding in PS
Some keys are really weird in PS
2021-11-10 17:38:17 +01:00
Jakub Trllo
d376f7ca41
Merge pull request #2222 from pypeclub/feature/separate_webpublisher_logic
Webpublisher: Separate webpublisher logic
2021-11-10 17:16:45 +01:00
iLLiCiTiT
32ae5cc790 make sure targets contain default target 2021-11-10 17:10:00 +01:00
Petr Kalis
042d80d84d
Merge pull request #2198 from pypeclub/feature/OP-1923_Dirmap-in-Nuke
Dirmap in Nuke
2021-11-10 16:42:48 +01:00
Petr Kalis
965d798656 OP-1978 - updated dropbox to use sync-server-sites
Contains changes from #2206
2021-11-10 15:09:25 +01:00
Petr Kalis
763adf5a53 OP-1978 - updated gdrive to use sync-server-sites
Contains changes from #2206
2021-11-10 15:08:43 +01:00
Petr Kalis
3594c8019a OP-1978 - updated sftp to use sync-server-sites
Contains changes from #2206
2021-11-10 15:08:17 +01:00