Commit graph

23258 commits

Author SHA1 Message Date
Jakub Trllo
08a9cb2073 fix typo 2022-08-05 10:08:07 +02:00
Jakub Trllo
cf42e8fa44 mark functions in openpype.lib as deprecated 2022-08-01 14:15:26 +02:00
Jakub Trllo
acb4b28b97 moved filter pyblish plugins function to openpype.pipeline.publish.lib 2022-08-01 14:14:33 +02:00
Jakub Trllo
b2d5146288 LegacyCreator plugin can handle settings on their own 2022-08-01 13:38:18 +02:00
Jakub Trllo
5f5aba7ae3 loader plugins can handle settings on their own 2022-08-01 13:38:00 +02:00
Jakub Trllo
6cc694df84
Merge pull request #3596 from pypeclub/feature/OP-3503_Use-query-functions-in-general-code
General: Use query functions in general code
2022-08-01 11:24:37 +02:00
Petr Kalis
b2f35a3110
Merge pull request #3591 from pypeclub/feature/OP-3283_Allow-subset-template-name-for-manual-Create-in-Photoshop
Photoshop: implemented {layer} placeholder in subset template
2022-08-01 10:37:24 +02:00
Jakub Trllo
798930e5b6
Merge pull request #3599 from Tilix4/fx_kitsu_python2_collect_entities
Kitsu|Fix: Collect entities error cause of Python2
2022-08-01 10:09:29 +02:00
Milan Kolar
bf6485d1e4
Merge pull request #3582 from moonyuet/Enable-write-color-sets-on-animation-publish-automatically 2022-08-01 09:21:15 +02:00
pypebot
ee72ef6c7c
[Automated] Merged main into develop 2022-07-30 06:04:44 +02:00
OpenPype
3426bd74d8 [Automated] Bump version 2022-07-30 04:04:29 +00:00
pypebot
490db4062a
[Automated] Merged develop into main 2022-07-30 05:53:55 +02:00
Felix David
49af7d9d2d black line length 2022-07-29 18:47:32 +02:00
Felix David
7d23558ac0 Kitsu|Fix: Collect entities error cause of Python2
Fix #3552
2022-07-29 18:34:33 +02:00
Petr Kalis
4ac9ed6886 OP-3283 - fix invalid characters in subset name
Removal of invalid characters must be done in Create phase to persist.
2022-07-29 16:24:16 +02:00
Petr Kalis
3b9e485bda Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/OP-3283_Allow-subset-template-name-for-manual-Create-in-Photoshop 2022-07-29 15:08:36 +02:00
Petr Kalis
90962d6735 OP-3283 - refactored logic
Easier solution found without reinventing logic.
2022-07-29 14:41:28 +02:00
Jakub Trllo
f6b8c5c6e3
Merge pull request #3590 from pypeclub/bugfix/OP-3657_maketx-built-with-OCIO-support-requires-config
Bugfix: Add OCIO as submodule to prepare for handling `maketx` color space conversion.
2022-07-29 14:29:01 +02:00
Petr Kalis
831884232c OP-3283 - fix without select and multiple
If creator was configured to not use selection and not create multiple, it failed before. (It should create one wrapping group, eg. instance, around all. Locked background layer cannot be present!)
2022-07-29 13:03:00 +02:00
Petr Kalis
de8668dc35 OP-3283 - fix not create separate from multiple selected 2022-07-29 12:13:43 +02:00
Allan Ihsan
1267e9ea92 Revert "Revert "Add OCIO submodule.""
This reverts commit f08008d61e.
2022-07-29 12:48:01 +03:00
Allan Ihsan
f08008d61e Revert "Add OCIO submodule."
This reverts commit 7adb845386.
2022-07-29 12:22:20 +03:00
Jakub Trllo
0f97387032 remove unused import 2022-07-29 11:17:00 +02:00
Jakub Trllo
ad4aeb0071 use query functions on remaining places 2022-07-29 10:38:01 +02:00
Jakub Trllo
aad42517d2
Merge pull request #3593 from Tilix4/fx_kitsu_shots_name
Kitsu: Shot&Sequence name with prefix over appends
2022-07-28 18:34:07 +02:00
Jakub Ježek
d6e29ab0d1
Merge pull request #3492 from pypeclub/feature/OP-3445_tray-publisher-editorial 2022-07-28 17:41:33 +02:00
Jakub Jezek
4160713a62
Merge branch 'develop' into feature/OP-3445_tray-publisher-editorial 2022-07-28 17:39:56 +02:00
Jakub Ježek
fc3b0e4741
Merge pull request #3580 from pypeclub/bugfix/integrate_fails_editorial_publish
Editorial publishing workflow improvements
2022-07-28 17:37:54 +02:00
Felix David
443c5a3696 Fix: Shot&Sequence name with prefix over appends 2022-07-28 17:01:54 +02:00
Jakub Jezek
bc2cec540c
trayp: improving user feedback 2022-07-28 16:29:50 +02:00
Jakub Trllo
27a4c9cdb3
Merge pull request #3583 from pypeclub/feature/integrate_small_issues
General: New Integrator small fixes
2022-07-28 13:13:31 +02:00
Petr Kalis
a03f2b6a1a OP-3283 - fixed imports 2022-07-28 12:53:20 +02:00
Petr Kalis
87cf386a54 OP-3283 - implemented for new creator 2022-07-28 12:52:22 +02:00
Allan Ihsan
e287e1fd48 Fix bugs 2022-07-28 13:44:19 +03:00
Petr Kalis
8c95aab796 OP-3283 - extracted logic to plugin to reuse 2022-07-28 12:41:49 +02:00
Allan Ihsan
81f3bd379b Fix function path bug 2022-07-28 13:31:58 +03:00
Allan Ihsan
cd7ef426d8 Add configuration variable to maketx 2022-07-28 13:31:39 +03:00
Allan Ihsan
03767d2891 move function 2022-07-28 13:03:37 +03:00
Jakub Trllo
ee374b1295
Merge pull request #3574 from pypeclub/feature/OP-3647_Separate-extraction-of-template-data-into-more-functions
General: Separate extraction of template data into more functions
2022-07-28 11:53:13 +02:00
Allan Ihsan
86070835b9 Add OCIO path function. 2022-07-28 12:33:29 +03:00
Allan Ihsan
7adb845386 Add OCIO submodule. 2022-07-28 12:24:46 +03:00
Jakub Trllo
a1122496c1 add missing project tasks into fields 2022-07-28 10:46:25 +02:00
Jakub Trllo
2d75a57a90
Merge pull request #3570 from pypeclub/bugfix/OP-3644_Handle-missing-published-path-in-ftrack-integrator
Ftrack: Handle missing published path in integrator
2022-07-28 10:15:33 +02:00
Petr Kalis
4379dc019e OP-3283 - implemented proper usage of {layer} in subset template for legacy creator
{layer} placeholder could be used in project_settings/global/tools/creator/subset_name_profiles to drive lower/upper cases when layer is used in subset name (eg. when multiple subsets are created at once).
Warning {layer} means keep layer name as it is, not lowercasing!
2022-07-27 18:05:32 +02:00
Kayla Man
71a927d06f add write color sets to Settings and rename Create Cache to Create Point Cache in Settings 2022-07-27 22:08:04 +08:00
Kayla Man
6568e9cc60 fix the name of Point Cache in Settings 2022-07-27 22:03:41 +08:00
Kayla Man
968151f343 fix the name of Point Cache in the Project Setting 2022-07-27 21:56:36 +08:00
Kayla Man
b057115378 add write-color-sets option in point cache 2022-07-27 20:01:36 +08:00
Jakub Trllo
b5cdebe070 make sure frame is filled durectly in sequence condition 2022-07-27 13:56:39 +02:00
Jakub Trllo
74ad4a558d fix typo in import 2022-07-27 13:51:24 +02:00