Commit graph

493 commits

Author SHA1 Message Date
Milan Kolar
e200c62f99
Merge pull request #3823 from BigRoy/maya_get_container_members_dagPath 2022-10-31 22:10:03 +01:00
Milan Kolar
a392cbbef4 Merge branch 'develop' into OP-3369_Add-OBJ-representation-to-model 2022-10-24 11:03:02 +02:00
Ondrej Samohel
543d22ffc7
🐛 fix <aov> token for non-multipart outputs
and unify variable names
2022-10-13 16:25:29 +02:00
Ondřej Samohel
1d6ba969d6
Merge pull request #3817 from BigRoy/fix3573
Maya: Fix capture preset camera options not working
2022-10-13 12:42:56 +02:00
Ondřej Samohel
d3347e4781
Merge branch 'develop' into maya_renders_remove_hardcoded_maya_folder 2022-10-13 12:39:32 +02:00
Jakub Trllo
31f6069280
Merge pull request #3964 from pypeclub/feature/direct_resources_import
General: Use direct import of resources
2022-10-12 12:01:01 +02:00
Jakub Jezek
d1c7adef9f
Merge branch 'develop' into enhancement/imageio_to_project_settings 2022-10-12 10:48:40 +02:00
Jakub Trllo
08442d6b07 use direct import of resources 2022-10-11 17:38:25 +02:00
Jakub Ježek
845ad59d6c
Update openpype/hosts/maya/api/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-10-11 14:39:53 +02:00
Jakub Trllo
35645690cf one more settings import change 2022-10-04 12:20:36 +02:00
Jakub Trllo
a3e795aa37 import setting functions from 'openpype.settings' 2022-10-04 11:51:52 +02:00
Roy Nieterau
24270a5893 Merge remote-tracking branch 'upstream/develop' into maya_renders_remove_hardcoded_maya_folder 2022-09-29 16:43:45 +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
Roy Nieterau
ae5ec70d05 Move imageio settings from project anatomy to project settings
- Note: There is no backwards compatibility implemented
2022-09-23 21:37:47 +02:00
Jakub Trllo
654b5744de fix arguments for 'cleanup_placeholder' 2022-09-23 14:06:39 +02:00
Jakub Trllo
d6c7509150 fix 'get_load_plugin_options' in maya 2022-09-23 13:27:28 +02:00
Roy Nieterau
83922a87cd Add double attribute support (float) 2022-09-17 13:19:37 +02:00
Roy Nieterau
0c71ec1d38 Tweak readability, log error on unsupported attribute type 2022-09-17 13:18:04 +02:00
Roy Nieterau
2c8eaec2d7 Remove debug print statement 2022-09-17 11:04:12 +02:00
Roy Nieterau
ad4211656b Remove double setting of additional attributes for Arnold 2022-09-17 10:52:36 +02:00
Roy Nieterau
b4b62ce7ba Fix remainder of hardcoded maya/ folders in file prefixes 2022-09-16 14:48:56 +02:00
Roy Nieterau
59cfca7508 Do not enforce maya/ folder 2022-09-16 14:44:19 +02:00
Jakub Trllo
8c78edb4ac
Merge pull request #3810 from moonyuet/OP#3747/Feature-lock-task-workfiles-when-users-are-working-on-them
General: lock task workfiles when they are working on
2022-09-16 10:03:11 +02:00
Kayla Man
9403dc743a adding a Qt lockfile dialog for lockfile tasks 2022-09-15 23:44:02 +08:00
Roy Nieterau
598ec6e2dc Improve readability of color conversion logic 2022-09-15 16:57:42 +02:00
Roy Nieterau
1132d8d4f8 Add docstring 2022-09-15 16:34:11 +02:00
Roy Nieterau
f99b31d13a Don't remap input argument
`preset` isn't necessarily more explicit than `data` and actually adds to confusion because it makes it feel like it's an actual capture preset but instead it converts OpenPype preset data into capture preset
2022-09-15 16:30:32 +02:00
Roy Nieterau
2560fc0081 Simplify logic where we're taking values directly 2022-09-15 16:29:16 +02:00
Roy Nieterau
3fff664738 Refactor load_capture_preset 2022-09-15 16:13:01 +02:00
Roy Nieterau
f648e669de Merge remote-tracking branch 'upstream/develop' into fix3573 2022-09-15 15:44:46 +02:00
Roy Nieterau
b9c3c95c26 Use id variable (cosmetics because it results in same key) 2022-09-14 16:16:03 +02:00
Kayla Man
775b34df06 adding a Qt lockfile dialog for lockfile tasks 2022-09-14 20:53:22 +08:00
Kayla Man
9a19da923c adding a Qt lockfile dialog for lockfile tasks 2022-09-14 20:49:48 +08:00
Milan Kolar
e5cf456a95
Merge pull request #3629 from BigRoy/collect_input_links 2022-09-14 11:30:29 +02:00
Kayla Man
d6b7e666e8 adding a Qt lockfile dialog for lockfile tasks 2022-09-14 12:37:30 +08: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
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
Kayla Man
3c949aaec3 adding a Qt lockfile dialog for lockfile tasks 2022-09-13 18:06:35 +08: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
Roy Nieterau
6e2ffc1e5c Remove getting project name and settings twice 2022-09-13 10:33:41 +02:00
Kayla Man
e612736065 adding and loading mel workspace within openpype settings 2022-09-12 16:37:16 +08:00
Jakub Trllo
a2a900d18a fix class name change 2022-09-09 19:16:28 +02:00
Jakub Trllo
81b9b16a5c extracted loading specific logic into load mixin 2022-09-09 19:16:14 +02:00
Jakub Trllo
778f2c09ad renamed 'update_template' to 'rebuild_template' 2022-09-09 18:09:18 +02:00
Jakub Trllo
a3b6d9645e removed legacy workfile template builder 2022-09-09 18:05:27 +02:00