Commit graph

159 commits

Author SHA1 Message Date
Jakub Trllo
b48e7ebfe4 AYON: Preparation for products (#5038)
* removed settings of IntegrateAssetNew

* added 'active' to 'ValidateEditorialAssetName' plugin settings

* removed unused 'families_to_review' setting from tvpain

* implemented product name -> subset and product type -> family conversion

* fixed most of conversion utils related to subsets

* removed unused constants

* anatomy templates are handling folder and product in templates

* handle all possible template changes of asset, subest and family in settings

* updated ayon api

* updated fixed ayon api

* added conversion functions for representations

* fixed 'get_thumbnail' compatibility

* use del to handle ayon mode in intput links

* changed labels in UI based on AYON mode

* updated ayon_api with 0.2.0 release code
2023-07-11 18:13:50 +02:00
Roy Nieterau
1597306f45 Remove legacy integrator (#4786) 2023-07-11 18:11:07 +02:00
Jakub Trllo
33148f45e7 General: Environment variable for default OCIO configs (#4670)
* set 'BUILTIN_OCIO_ROOT' environment variable in start.py

We need to use simplified variant to fill default ocio root for OCIO configs to replace '{OPENPYPE_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs' in settings.

The explicit path from OPENPYPE_ROOT disable option to change the path elsewhere without harm of settings change. Using 'BUILTIN_OCIO_ROOT' can be usd universally.

* use new env variable in OCIO settings
2023-07-11 17:48:33 +02:00
Kayla Man
a0947de6cf Merge branch 'develop' into feature/OP-5871_Max-Review-feature 2023-06-19 14:30:34 +08:00
Kayla Man
e295b19149 Merge branch 'develop' into feature/OP-5871_Max-Review-feature 2023-06-08 17:29:44 +08:00
Jakub Ježek
ec7b85b501
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-05-31 15:41:02 +02:00
Jakub Jezek
b47143b472
collect frames to fix settings 2023-05-25 17:41:36 +02:00
Jakub Ježek
2c31dc1f21
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-05-24 10:25:24 +02:00
Kayla Man
b012b0aaeb implement review in 3dsmax 2023-05-22 20:14:39 +08:00
Ember Light
78f8bbfd80
Kitsu - Add "image", "online" and "plate" to review families (#4923)
* Add kitsu review to the default png review's tags

* Add "image", "online" and "plate" as possible review families
2023-05-12 17:29:38 +02:00
Jakub Jezek
bec1dd775d
adding default settings 2023-05-02 21:20:39 +02:00
Jakub Ježek
864d1fc8e8
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-04-17 12:30:53 +02:00
Jakub Jezek
ae0d6dd1b5
refactoring of settings for more explicitly communicated attributes 2023-04-12 17:25:41 +02:00
Roy Nieterau
aa20e3d42b Merge remote-tracking branch 'upstream/develop' into bugfix/maya_burnin_focallength_renders
# Conflicts:
#	openpype/settings/defaults/project_settings/global.json
2023-04-12 17:06:51 +02:00
Toke Stuart Jepsen
6048e6e327 Change family attribute to use. 2023-04-06 08:12:48 +01:00
Roy Nieterau
7d9af1fdb1 Add addition family filter 'review' to burnin profile with focal length 2023-04-05 18:09:09 +02:00
Roy Nieterau
f29b7bfc4d Add houdini to default focal length burnin preset 2023-03-30 17:45:36 +02:00
Roy Nieterau
669a2256ef Merge develop 2023-03-29 14:46:41 +02:00
Toke Jepsen
b7f6589886
Merge branch 'develop' into feature/OP-3278_camera-focal-length 2023-03-29 11:12:09 +02:00
Toke Stuart Jepsen
85196b68f4 Add maya specific burnin profile. 2023-03-27 17:06:13 +01:00
Petr Kalis
1531708236
Global: persistent staging directory for renders (#4583)
* OP-4258 - Settings for transient template

* OP-4258 - added collector for transient staging dir

Allows setting profiles to create persistent stagingDir.

* OP-4258 - implemented persistent stagingDir in cleanup

* OP-4258 - updated logging

* OP-4258 - updated settings

* OP-4258 - Hound

* OP-4258 - renamed class to better name

* OP-4258 - changed location of Settings

Should be used in create and collecting phase also.

* OP-4258 - remove version placeholder from transient template

It was discussed that it shouldn't be used for now.

* OP-4258 - extracted transient dir query logic

This should be used in collection and creation phase for DCCs which are storing staging dir path directly into nodes.

* OP-4258 - added use of scene_name placeholder in collector

DCC dependent, way how to implement versioning, might not be used.

* OP-4258 - fix scene_name

* OP-4258 - remove wrong defaults

* OP-4258 - added possibility of different template name

Studio might want to put renders to different place from caches.

* OP-4258 - renamed according to GH comments

* OP-4258 - use is active filter

* OP-4258 - use is active filter

* OP-4793 - added project_settings to signature

* OP-4793 - updated logging message

* OP-4793 - added documentation

* OP-4258 - fix function arguments

* OP-4258 - updates to documentation


* OP-4258 - added known issues to documentation

---------

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-03-24 16:30:46 +01:00
Jacob Danell
62c111e948 Add kitsureview to default burnin tags 2023-03-03 16:49:11 +01:00
Petr Kalis
40f8cd4a93 OP-4643 - updated new keys into settings 2023-02-23 15:39:52 +01:00
Petr Kalis
0410910330 OP-4643 - added Settings for ExtractColorTranscode 2023-02-23 15:39:50 +01:00
Jakub Trllo
9745100446 resave default settings 2023-02-22 17:54:17 +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
1cc1d2c21c
Merge branch 'release/3.15.x' into feature/OP-2479_color-v3-Colorspace-management-and-distribution 2022-12-30 13:42:10 +01:00
Jakub Jezek
61ef42f67c
Merge branch 'release/3.15.x' into feature/OP-2479_color-v3-Colorspace-management-and-distribution 2022-12-20 10:17:14 +01:00
Jakub Trllo
ac5995c738 fill default values for 'template_name_profiles' and 'hero_template_name_profiles' in publish settings 2022-12-19 18:28:35 +01:00
Jakub Trllo
d3753fef31 Merge branch 'develop' into release/3.15.x
# Conflicts:
#	openpype/hosts/aftereffects/api/pipeline.py
#	openpype/hosts/photoshop/api/pipeline.py
#	openpype/hosts/photoshop/plugins/create/create_legacy_image.py
#	openpype/modules/deadline/plugins/publish/submit_publish_job.py
2022-12-16 12:09:01 +01:00
Petr Kalis
0ee65517f4 OP-4465 - revert wrong defaults
Values here were copied from Pyblish filtering, should not be used for profiles.
2022-12-12 18:26:54 +01:00
Jakub Jezek
815fa7afba
Merge branch 'release/3.15.x' into feature/OP-4404_color-v3-Settings-global-config-with-mapping-and-file-rules 2022-12-08 12:31:02 +01:00
Petr Kalis
492e5bbd03 Merge develop 2022-12-08 11:21:38 +01:00
Jakub Trllo
fd5ac3be1b added settings for the attribute collector 2022-12-05 19:29:01 +01:00
Jakub Jezek
cfc6bcacf2
global: adding imageio with ocioconfig and rules 2022-12-01 22:07:15 +01:00
Jakub Trllo
5fbbef5486 Merge branch 'develop' into release/3.15.x
# Conflicts:
#	openpype/hosts/photoshop/plugins/create/create_legacy_image.py
2022-11-24 11:58:27 +01:00
Jakub Trllo
8a121bc0ff move default settings from 'project_settings/global/tools/publish/template_name_profiles' to legacy place 2022-11-22 15:11:58 +01:00
Ondřej Samohel
e8ce60fd2d
Merge pull request #4093 from pypeclub/enhancement/online-family
Online family for Tray Publisher
2022-11-21 12:06:55 +01:00
Petr Kalis
1e0ae0c96a
Merge pull request #4092 from pypeclub/feature/OP-4361_After-Effects-multiple-compositions
AfterEffects: publish multiple compositions
2022-11-16 11:35:33 +01:00
Petr Kalis
49565f34ae
Merge pull request #4049 from Tilix4/ft_auto_dl_first_workfile
Feature: Auto use last published workfile as first workfile
2022-11-15 18:12:03 +01:00
Petr Kalis
6a18fa0fda OP-4361 - updated Creator to use composition name
There is new flag to allow use composition name
Updated subset template. Removed obsolete 'renderLocal', now it is only 'render' with a flag.
2022-11-15 12:11:26 +01:00
Ondřej Samohel
2b8846766f
🎨 defaults for online family 2022-11-10 17:30:57 +01:00
Jakub Trllo
3c4476c233 added default png output definition 2022-11-03 12:00:44 +01:00
Jakub Trllo
ea5a1f8e52 added new settings for filtering of single frame output for review 2022-11-02 19:43:37 +01:00
Felix David
576903575e Project setting 2022-11-01 10:00:26 +01:00
Jakub Jezek
463f83a201
global: adding filtering custom tags to settings 2022-10-19 22:17:40 +02:00
Petr Kalis
08d79e1a78 OP-3939 - added configuration of integrate profiles to Setting
Integration of thumbnail representation could be controlled from single location with use of profiles.
2022-10-07 12:28:40 +02:00
Kayla Man
0ac3cacc35 adding a Qt lockfile dialog for lockfile tasks 2022-09-14 12:35:59 +08:00
Jakub Trllo
df1cccf258 Merge branch 'develop' into feature/OP-3842_Change-publish-template-settings-location 2022-09-12 11:24:52 +02:00
Kayla Man
26ae84df16 adding lock task workfiles when users are working on them 2022-09-09 13:20:49 +08:00