Commit graph

23954 commits

Author SHA1 Message Date
Simone Barbieri
e97b6ce01f Fixed path resolving not finding the workfile in certain conditions
In case the workfile only contains the project name, the workfile is not found because while the regex matches, the match doesn't have any group, and so it throws an exception.
2022-09-23 16:18:08 +01:00
Simone Barbieri
2f0f9508d4 Implemented update 2022-08-26 12:05:18 +01:00
Simone Barbieri
b3cd5e1ea0 Hound fixes 2022-08-24 11:46:18 +01:00
Simone Barbieri
e3de88e4fe Implemented loader for layouts for existing scenes 2022-08-24 10:52:22 +01:00
Simone Barbieri
c238a9cbc1 Fix maya extractor for instance_name 2022-08-24 10:51:12 +01:00
Jakub Trllo
ef1081be42
Merge pull request #3716 from pypeclub/bugfix/project_anatomy_save_fix
Settings: Fix studio default anatomy save
2022-08-24 11:27:34 +02:00
Jakub Trllo
9c86a2a879
Merge pull request #3713 from pypeclub/feature/OP-3789_Remove-constants-from-avalon_context
General: Move constants from lib to client
2022-08-24 11:13:49 +02:00
Jakub Trllo
81c01b238c
Merge pull request #3712 from pypeclub/feature/module_getters_on_modules_manager
General: Added helper getters to modules manager
2022-08-24 11:00:19 +02:00
Jakub Trllo
60be0d35c0
Merge pull request #3709 from pypeclub/bugfix/use_project_name_instead_of_code
Maya: Use project name instead of project code
2022-08-24 10:42:47 +02:00
Jakub Trllo
0053a7ad77 fix last saved object access 2022-08-24 10:38:55 +02:00
pypebot
fd6f10d8c3
[Automated] Merged main into develop 2022-08-24 06:13:41 +02:00
OpenPype
cdab361dd9 [Automated] Bump version 2022-08-24 04:13:30 +00:00
pypebot
28ccf56684
[Automated] Merged develop into main 2022-08-24 06:05:33 +02:00
Jakub Trllo
e2c9543761
Merge pull request #3702 from pypeclub/feature/OP-3475_Move-context-specific-functions-to-context-tools
General: Move context specific functions to context tools
2022-08-23 18:02:08 +02:00
Jakub Trllo
38e907d4ea removed unused import and added deprecation comment 2022-08-23 17:48:43 +02:00
Jakub Trllo
2ded3136c7 moved project name regex to client operations and use it from there 2022-08-23 17:47:04 +02:00
Jakub Trllo
bc7aa718ad use current schemas from client 2022-08-23 17:45:49 +02:00
Jakub Trllo
265d67f1fc added helper getters to modules manager 2022-08-23 17:19:48 +02:00
Jakub Trllo
88682ddb6c
Merge pull request #3710 from pypeclub/feature/OP-3813_Subset-groups-using-operations
Loader: Subset groups using client operations
2022-08-23 17:11:02 +02:00
Jakub Trllo
c393105e25 use BaseException 2022-08-23 16:39:31 +02:00
Jakub Trllo
fce4e6e3d8 fix version specific repre info in loader 2022-08-23 16:38:45 +02:00
Jakub Trllo
4062bf56f3 print traceback on crashed dynamic thread 2022-08-23 16:36:24 +02:00
Jakub Trllo
7f234e1d81 fix iterator index acces 2022-08-23 16:20:54 +02:00
Jakub Ježek
481eded31d
Merge pull request #3684 from pypeclub/bugfix/OP-3654_Flame-re-timing-produces-frame-range-discrepancy-
Flame: retime is working on clip publishing
2022-08-23 15:51:41 +02:00
Jakub Trllo
0f114331ec use client options to change subset group 2022-08-23 15:35:57 +02:00
Jakub Trllo
0d8ab1c17e fix unsetting of value 2022-08-23 15:35:35 +02:00
Jakub Jezek
b96cff6ea9
Removed submodule vendor/configs/OpenColorIO-Configs 2022-08-23 15:24:58 +02:00
Jakub Trllo
cd0daa3f98
Merge pull request #3707 from pypeclub/feature/OP-3781_TVPaint-as-module
TVPaint: Defined as module
2022-08-23 15:20:21 +02:00
Jakub Jezek
ffa3b0829f
flame: fixing frame ranges after client tests 2022-08-23 15:12:31 +02:00
Jakub Trllo
9c2c1118ac added notes into client directory 2022-08-23 15:07:47 +02:00
Jakub Trllo
6a42f07d8e fix missing argument 2022-08-23 15:05:55 +02:00
Jakub Trllo
90910cc3ee use project name in prepare root value instead of project code 2022-08-23 15:02:01 +02:00
Jakub Trllo
d482df6325
Merge pull request #3706 from pypeclub/feature/OP-3779_Standalone-publisher-as-module
StandalonePublisher: Define StandalonePublisher as module
2022-08-23 14:38:12 +02:00
Jakub Trllo
960496ea15 Merge branch 'develop' into feature/OP-3779_Standalone-publisher-as-module 2022-08-23 13:22:05 +02:00
Jakub Trllo
64d7df06d4
Merge pull request #3698 from pypeclub/documentation/updates
Documentation: Few updates
2022-08-23 13:20:31 +02:00
Jakub Trllo
4943b7889e
grammar fix
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2022-08-23 11:47:07 +02:00
Jakub Trllo
bf5584d77f
Change avalon to openpype
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2022-08-23 11:46:47 +02:00
Jakub Trllo
c74a6a87d1
Merge pull request #3708 from pypeclub/bugfix/wrong_settings_update_operation
Settings: Fix project overrides save
2022-08-23 10:56:05 +02:00
Jakub Trllo
7466063001
Fix typo
Co-authored-by: Milan Kolar <mkolar@users.noreply.github.com>
2022-08-23 10:41:02 +02:00
Jakub Trllo
3176a0130d replaced changelog and upgrade notes with releases information 2022-08-23 10:40:27 +02:00
Jakub Trllo
5bf34ebed7 fix project overrides save to mongo 2022-08-23 10:29:27 +02:00
Jakub Trllo
d65607eedb removed unused imports 2022-08-23 10:27:26 +02:00
Jakub Trllo
c6f8b4559d import TVPAINT_ROOT_DIR in init 2022-08-22 18:45:05 +02:00
Jakub Trllo
b9c175d969 converted tvpaint into module 2022-08-22 18:39:01 +02:00
Jakub Trllo
227a21c057 removed uninstall function 2022-08-22 18:33:52 +02:00
Jakub Trllo
286407b421
Merge pull request #3705 from pypeclub/feature/OP-3780_Traypublisher-as-module
TrayPublisher: Define TrayPublisher as module
2022-08-22 18:32:16 +02:00
Jakub Trllo
ab1e6c4e3d removed unused imports 2022-08-22 18:30:27 +02:00
Jakub Trllo
986e4325c2 fix import 2022-08-22 18:26:01 +02:00
Jakub Trllo
6a271aae10 removed standalonepublisher from global cli commands 2022-08-22 18:25:10 +02:00
Jakub Trllo
9db2eb3cc0 added cli commands for standalone publisher 2022-08-22 18:23:32 +02:00