Commit graph

592 commits

Author SHA1 Message Date
Petr Kalis
29bd963c97
Merge pull request #3971 from pypeclub/feature/OP-4180_Anatomy-not-using-settings-functions
V4 - added new parent BaseAnatomy class
2022-10-19 13:31:01 +02:00
Petr Kalis
e5dacd2001
OP-4180 - removed unneeded check
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-10-19 13:30:50 +02:00
Petr Kalis
5d91a904ae OP-4180 - Hound 2022-10-19 11:35:45 +02:00
Petr Kalis
7cb370e415 OP-4180 - cleanup of _project_doc_to_anatomy_data
Previous implementation had only syntax sugar and filtering because of Settings, in base class it is not necessary.
2022-10-19 11:34:50 +02:00
Jakub Trllo
1ecc673c6c error message fix 2022-10-17 17:15:51 +02:00
Jakub Trllo
bb2432ee90 Merge branch 'develop' into feature/OP-4194_Remote-publisher-controller 2022-10-17 10:19:49 +02:00
Jakub Trllo
8bf63ef3e7
Merge pull request #3978 from pypeclub/bugfix/get_subset_name_import_fix
General: Fix deprecated warning in legacy creator
2022-10-14 12:13:52 +02:00
Petr Kalis
088e442214 OP-4180 - fix missed return 2022-10-13 18:35:15 +02:00
Petr Kalis
a13dc92178 Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/OP-4180_Anatomy-not-using-settings-functions 2022-10-13 15:33:49 +02:00
Petr Kalis
6f9ab9bfb9 OP-4180 - updated Anatomy
Cache split into project and site.
Internalized 2 methods from to be abandoned classes.
2022-10-13 13:34:01 +02:00
Ondřej Samohel
de7a6dfcc7
Merge pull request #3719 from simonebarbieri/feature/maya-unreal-layout_existing_scene
Unreal: Layout Loader from Maya for Existing Scenes
2022-10-13 12:35:56 +02:00
Jakub Trllo
39747041e8 fix import of 'get_subset_name' in legacy creator 2022-10-13 11:13:15 +02:00
Jakub Trllo
296ed1e6c1 Merge branch 'develop' into feature/OP-4194_Remote-publisher-controller 2022-10-13 10:17:49 +02:00
Félix David
77f8a8ad0c Fix: Inventory action path wrong functions leads to errors 2022-10-12 19:26:23 +02:00
Jakub Trllo
8e46890f64 Merge branch 'feature/OP-4158_Creation-UI-is-part-of-main-window' into feature/OP-4194_Remote-publisher-controller 2022-10-12 14:42:51 +02:00
Petr Kalis
7c3e5be1dc OP-4180 - WIP - added new parent BaseAnatomy class
Reason is to get info directly from project_doc, not from settings.
2022-10-12 13:31:33 +02:00
Jakub Trllo
c46c4f052a
Merge pull request #3949 from pypeclub/feature/get_subset_name_support_origin_instance
Publisher: Pass instance to subset name method on update
2022-10-12 11:25:07 +02:00
Jakub Trllo
3f4652911c Merge branch 'feature/OP-4158_Creation-UI-is-part-of-main-window' into feature/OP-4194_Remote-publisher-controller 2022-10-10 17:12:46 +02:00
Jakub Trllo
8f83ff878f prepared some methods for instance remote processing 2022-10-07 18:40:41 +02:00
Jakub Trllo
12fee4ec4f create context provides instances by id 2022-10-07 18:40:23 +02:00
Ondřej Samohel
95b5f72852
Merge pull request #3846 from pypeclub/feature/OP-3884_Publisher-newly-created-instances-and-changed-data
Publisher: Instances can be marked as stored
2022-10-07 18:11:19 +02:00
Jakub Trllo
a7077a0abd pass the instance to 'get_dynamic_data' too 2022-10-06 16:53:17 +02:00
Jakub Trllo
99e9c2d14f pass instance to get_subset_name on update of existing instance subset name 2022-10-06 16:47:09 +02:00
Jakub Trllo
cdd8456b4c renamed 'mark_stored' to 'mark_as_stored' 2022-10-05 13:11:36 +02:00
Jakub Trllo
79e6de15b5 import Logger from 'openpype.lib' instead of 'openpype.api' 2022-09-28 14:49:52 +02:00
Jakub Trllo
d193d14cfd
Merge pull request #3897 from pypeclub/feature/new_publisher_proposals
Publisher: Enhancement proposals
2022-09-26 13:47:49 +02:00
Jakub Trllo
a7d82ecbc0
Merge pull request #3838 from pypeclub/feature/OP-3828_Workfile-template-build-enhancements
General: Workfile template build enhancements
2022-09-26 10:14:08 +02:00
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
Jakub Trllo
9c1ee5b79c renamed 'lifetime_data' to 'transient_data' 2022-09-23 17:11:40 +02:00
Roy Nieterau
c4127208d2 Fix typo in ContainersFilterResult namedtuple not_foud -> not_found 2022-09-22 11:29:01 +02:00
Jakub Trllo
09d7617c73 renamed 'INewPublisher' to 'IPublishHost' 2022-09-22 11:19:33 +02:00
Jakub Trllo
316a8efeb1 changed imports 2022-09-22 11:17:28 +02:00
Jakub Trllo
5b26d07624 added 'apply_settings' method to creators so they don't have to override '__init__' 2022-09-22 11:17:23 +02:00
Jakub Trllo
2502cb8f59 added 'lifetime_data' to instance object 2022-09-22 11:08:15 +02:00
Jakub Trllo
84d5de704b fix 'reset_values' 2022-09-14 13:01:12 +02:00
Jakub Trllo
8a8d9041c7 added option to mark instance as stored to cleanup changes 2022-09-14 13:00:56 +02:00
Kayla Man
0ac3cacc35 adding a Qt lockfile dialog for lockfile tasks 2022-09-14 12:35:59 +08:00
Jakub Trllo
1da23985a9 unified LoadPlaceholderItem 2022-09-13 17:16:07 +02:00
Jakub Trllo
e7f16228ba Merge branch 'develop' into feature/OP-3828_Workfile-template-build-enhancements 2022-09-13 16:24:44 +02:00
Jakub Trllo
8259a4129b removed functionality of previous template build logic 2022-09-13 16:22:16 +02:00
Jakub Trllo
a0ffa97e1d added some docstrings 2022-09-13 16:20:44 +02:00
Jakub Trllo
fe2a769a7e added quick access to settings 2022-09-13 16:20:27 +02:00
Jakub Trllo
b2b1613016 fix raised exception 2022-09-13 16:19:52 +02:00
Jakub Trllo
6c2c161ed4 moved exceptions to workfile_template_builder 2022-09-13 15:30:31 +02:00
Jakub Trllo
30780efd48 renamed method 'update_template_placeholder' to 'repopulate_placeholder' 2022-09-13 12:18:38 +02:00
Jakub Trllo
518c3f75ca changed AbstractTemplateLoader to AbstractTemplateBuilder 2022-09-13 12:18:09 +02:00
Jakub Trllo
085ec89890 renamed 'new_template_loader' to 'workfile_template_builder' 2022-09-13 12:17:14 +02:00
Kayla Man
f6792d2e42 adding a Qt lockfile dialog for lockfile tasks 2022-09-13 18:04:45 +08:00
Jakub Trllo
c702d11717 moved cleanup logic to plugin responsibility instead of placeholder's 2022-09-13 11:44:37 +02:00
Jakub Trllo
09c73beec9 added option to have callback before load 2022-09-13 11:44:04 +02:00