Commit graph

736 commits

Author SHA1 Message Date
Jakub Trllo
0cb78a10e6 removed unused 'raw_create' method 2023-02-09 13:00:49 +01:00
Jakub Trllo
cb84cf769e 'create' method is not triggering 'raw_create' 2023-02-09 13:00:28 +01:00
Jakub Trllo
fac10d2633 added public method 'create_with_unified_error' used in publisher 2023-02-09 12:58:51 +01:00
Jakub Trllo
b148dec048 Added helper method to return unified information on create error 2023-02-09 12:58:17 +01:00
Jakub Trllo
4d990e6f87 Updated docstrings 2023-01-30 11:03:51 +01:00
Jakub Trllo
daa961d249 variant is required argument 2023-01-30 10:49:27 +01:00
Jakub Trllo
75bffb4dae removed unnecessary family from instance data 2023-01-30 10:49:17 +01:00
Jakub Trllo
40712089d9 Validate creator and asset doc 2023-01-30 10:48:57 +01:00
iLLiCiTiT
498c8564f7 swapped argments order in docstring 2023-01-28 00:40:08 +01:00
iLLiCiTiT
430fe6aed4 renamed 'create'->'raw_create' and 'create_with_context'->'create' 2023-01-28 00:33:33 +01:00
iLLiCiTiT
d09b781261 implemented helper function 'create_with_context' to trigger standartized creation 2023-01-28 00:32:53 +01:00
iLLiCiTiT
8678f4e2fa 'create' returns output from creator 2023-01-28 00:31:27 +01:00
iLLiCiTiT
0a900f8ae1 use 'name' attribute of host implementation if is available 2023-01-28 00:30:59 +01:00
iLLiCiTiT
d1b41ebac0 AvalonMongoDB is not needed for CreateContext or Controller 2023-01-28 00:30:24 +01:00
iLLiCiTiT
6246bac774 renamed 'reset_avalon_context' to 'reset_current_context' 2023-01-28 00:29:21 +01:00
Jakub Jezek
d30b311e00
global: extension needs to be checked before settings 2023-01-27 10:59:17 +01:00
Jakub Jezek
79d90e5048
global: fixing hosts without imageio ocio settings
in cases old project with imageio settings group is having override
2023-01-27 10:58:38 +01:00
Jakub Trllo
55d990394c
Merge pull request #4372 from BigRoy/houdini_fix_loader_not_working
Houdini: Fix loader not working in Houdini
2023-01-25 16:09:34 +01:00
Roy Nieterau
c7ca9bb77a Fix loader not working in Houdini 2023-01-25 16:07:40 +01:00
Jakub Trllo
b0a6be63ac Merge branch 'develop' into release/3.15.x
# Conflicts:
#	openpype/hosts/photoshop/api/workio.py
#	openpype/hosts/photoshop/plugins/publish/validate_unique_subsets.py
#	pyproject.toml
#	website/docs/artist_hosts_aftereffects.md
2023-01-24 12:31:32 +01:00
Jakub Trllo
aab842e4b7 fix find of root templates in anatomy 2023-01-19 15:21:47 +01:00
Jakub Jezek
71e347d6d0
Merge branch 'release/3.15.x' into feature/OP-2479_color-v3-Colorspace-management-and-distribution 2023-01-18 18:01:23 +01:00
Jakub Jezek
029e891cdf
global: privatisation of functions 2023-01-18 17:21:45 +01:00
Jakub Jezek
80e94e0131
global: removing printing 2023-01-18 17:13:52 +01:00
Jakub Jezek
5ef8b40c90
global: improve docs strings 2023-01-18 17:08:49 +01:00
Jakub Ježek
133c6aaa1a
Update openpype/pipeline/colorspace.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-01-18 17:07:27 +01:00
Jakub Jezek
ab5b83a32a
global: prep formatting data outside of loop 2023-01-18 17:05:54 +01:00
Jakub Trllo
e444e0c7d9
Merge pull request #4284 from ynput/feature/OP-3930_Publish-to-Studio-Library
General: Push to studio library
2023-01-17 14:47:04 +01:00
Jakub Trllo
42dccc0f8c
Merge pull request #4295 from ynput/feature/enhanced_enum_def
General: Enhanced enum def items
2023-01-17 13:57:11 +01:00
Jakub Jezek
78b0e70bfd
global: configData rename to config 2023-01-17 13:56:31 +01:00
Jakub Ježek
4a14b030b5
Update openpype/pipeline/colorspace.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-01-16 14:16:39 +01:00
Jakub Ježek
e75a6213d6
Update openpype/pipeline/publish/publish_plugins.py
Co-authored-by: Toke Jepsen <tokejepsen@gmail.com>
2023-01-16 14:14:51 +01:00
iLLiCiTiT
72ff721bd2 skip disabled loaders 2023-01-12 11:41:03 +01:00
iLLiCiTiT
7d01590b64 creators can be disabled too 2023-01-12 11:38:30 +01:00
iLLiCiTiT
7a32fa0b05 set enabled attribute of LoaderPlugin 2023-01-12 00:41:11 +01:00
Jakub Jezek
5cab4d0501
global: simplification of ExctractorColormanaged
so it caches `imageioSettings` to context.data for speeding up processing of all instances in context.
2023-01-11 17:26:45 +01:00
Jakub Jezek
f8aa3fd1b7
global: making sure platform key is available for template formatting. 2023-01-11 16:34:12 +01:00
Jakub Jezek
da500701b8
global: reworking config path settings to be multipath with order 2023-01-11 16:31:21 +01:00
Jakub Jezek
e1ac21a112
updating documentation 2023-01-11 16:26:53 +01:00
Jakub Ježek
9d2100961c
Update openpype/pipeline/publish/publish_plugins.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-01-11 10:28:39 +01:00
Jakub Jezek
f191c33179
Global: adding more docstrings and README 2023-01-10 17:05:38 +01:00
Jakub Jezek
14baff2f61
Merge branch 'release/3.15.x' into feature/OP-2479_color-v3-Colorspace-management-and-distribution 2023-01-10 11:04:49 +01:00
Petr Kalis
61d255a606
Merge pull request #4157 from ynput/feature/OP-4504_Publishing-Register-publishes-without-copying-them
Publish: register publishes without copying them
2023-01-09 18:41:36 +01:00
Jakub Trllo
15fd19337a fix usages of 'EnumDef' in codebase 2023-01-09 15:16:45 +01:00
Ondrej Samohel
7146e8d02a
✏️ fix typos 2023-01-06 23:20:38 +01:00
Jakub Jezek
c071140a6f
PR comments 2023-01-06 10:54:06 +01:00
Jakub Ježek
d6004c2646
Update openpype/pipeline/workfile/workfile_template_builder.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-01-06 10:39:43 +01:00
Jakub Ježek
673e7a7359
Update openpype/pipeline/workfile/workfile_template_builder.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-01-06 10:38:36 +01:00
Jakub Jezek
20b2b50bac
global: adding project anatomy data for formating 2023-01-06 10:35:54 +01:00
Jakub Trllo
74984afc7b added new 'LoadError' to avoid showing traceback 2023-01-05 18:11:49 +01:00