Commit graph

950 commits

Author SHA1 Message Date
Toke Jepsen
0227b9d631
Merge branch 'develop' into maya_2020_fix_capture 2023-03-31 16:54:18 +02:00
Jakub Ježek
4fee255813
Merge branch 'develop' into maya_extract_look_tx_colorspace 2023-03-31 14:15:57 +02:00
Roy Nieterau
82c1dcc8f1 Maya capture.py allow to explicitly pass pluginObjects.
This way we can pass e.g. `gpuCacheDisplayFilter` value preset setting for a plug-in even when it might not exist as an argument.
2023-03-30 22:32:12 +02:00
Roy Nieterau
36f1a1103e Fix #4693: Add displayGradient key to allow disabling gradient background 2023-03-30 00:23:43 +02:00
Roy Nieterau
4210480831 Refactor ExtractLook maketx argument in settings to more structured arguments/parameters 2023-03-29 12:51:07 +02:00
Roy Nieterau
f66d8010e7 Merge remote-tracking branch 'upstream/develop' into maya_extract_look_tx_colorspace 2023-03-29 12:23:41 +02:00
Toke Jepsen
b7f6589886
Merge branch 'develop' into feature/OP-3278_camera-focal-length 2023-03-29 11:12:09 +02:00
Jakub Trllo
6f04af0d92
Merge branch 'develop' into enhancemen_kitsu_note_family_requirements 2023-03-29 10:57:50 +02:00
Toke Stuart Jepsen
85196b68f4 Add maya specific burnin profile. 2023-03-27 17:06:13 +01:00
Roy Nieterau
11da84f71f Merge remote-tracking branch 'upstream/develop' into maya_extract_look_tx_colorspace 2023-03-27 15:42:11 +02:00
Kayla Man
04fa11a32c Merge branch 'develop' into enhancement/OP-5227_3dsmax-render-instance-settings 2023-03-27 18:10:07 +08:00
Ondřej Samohel
e35b4e001c
Merge pull request #4687 from tokejepsen/enhancement/OP-5213_enable-2D-PanZoom 2023-03-27 11:27:49 +02:00
Jakub Trllo
09e0ba54f2
TVPaint: Optional Validation plugins can be de/activated by user (#4674)
* fix TVPaint validation plugins so they can be enabled/disabled

* add missing 'is_active' method usage

* added option to enable auto detet render creator

* added fps to instance data

* safe access to layers

* fix handling of missing render layer

* render passes are safer

* fix convertor plugin
2023-03-27 09:57:37 +02:00
Toke Stuart Jepsen
7e92f2184e Default playblast compression to PNG 2023-03-26 09:43:27 +01:00
Roy Nieterau
44c0009e72 Allow to configure extra arguments in OP settings for maketx 2023-03-25 14:37:33 +01:00
Kayla Man
3d787c3c0b Merge branch 'develop' into enhancement/OP-5227_3dsmax-render-instance-settings 2023-03-25 21:29:17 +08:00
Roy Nieterau
5961d6dfb9 Merge remote-tracking branch 'upstream/feature/OP-2524_Maya-looks-support-for-native-Redshift-texture-format' into maya_extract_look_tx_colorspace
# Conflicts:
#	openpype/hosts/maya/plugins/publish/extract_look.py
2023-03-24 20:15:09 +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
Jakub Jezek
79eb8f105f
celaction: make parameters enumerator 2023-03-23 12:54:55 +01:00
Toke Stuart Jepsen
d791000b80 Settings 2023-03-23 09:25:15 +00:00
Jakub Jezek
f823b065d3
celaction: moving conditional workfile parameters into settings 2023-03-22 22:36:11 +01:00
Sharkitty
583fecd400 Fixes and adjustments based on reviews 2023-03-22 14:37:59 +01:00
Jakub Trllo
c8c31018d6
General: Filter available applications (#4667)
* added project settings for applications

* filter applications by new settings in launcher and ftrack

* disable filtering by default
2023-03-21 18:10:09 +01:00
Sharkitty
c42ce4e96c Enhancement: Adding family requirements option to kitsu note 2023-03-21 16:10:11 +01:00
Sharkitty
6f16f3e4f4
Enhancement kitsu note with exceptions (#4537)
* Enhancement: Allowing kitsu not status exceptions

* Update openpype/modules/kitsu/plugins/publish/integrate_kitsu_note.py

Co-authored-by: Félix David <felixg.david@gmail.com>

* adding equal/not equal option

* Making equal/not equal option available at for every list item

* Changed  into , renamed  into , added documentation

* Using upper cases during check, so the new settings aren't case sensitive

* Linting little detail

* Renaming Equality into Condition, new screenshot with both equal and not equal shown on it

* Update website/docs/module_kitsu.md

README adjustments

Co-authored-by: Félix David <felixg.david@gmail.com>

* Changes needed to resolve conflict

* Changing context into instance where appropriate

* Minor change to avoid changing a line that doesn't need to be changed

* Turning exceptions into conditions. Making checks positive instead of negative. Changing implementation based on suggestions.

---------

Co-authored-by: Félix David <felixg.david@gmail.com>
2023-03-21 15:22:23 +01:00
Milan Kolar
0504f9f364
Merge pull request #4599 from EmberLightVFX/kitsu-custom-commentfield
Kitsu custom comment template
2023-03-21 12:53:15 +01:00
Kayla Man
44120036bf clean up setting 2023-03-21 16:03:40 +08:00
Kayla Man
6bdca1561b clean up the duplicate attributes for pool settings 2023-03-21 16:00:29 +08:00
Milan Kolar
25edaa76f7
Merge pull request #4416 from tokejepsen/bugfix/OP-4820_maya_tile_assembly_fail_in_draft 2023-03-17 22:57:39 +01:00
Kayla Man
fa69594c70 creator, validator and extractor for point cloud from tyFlow 2023-03-17 22:56:00 +01:00
Thomas Fricard
f050a024aa add an include parent hierarchy option in animation creator plugin of maya 2023-03-17 22:47:35 +01:00
Jakub Ježek
cbbfdb540b
Merge pull request #4572 from movalex/feature/setup-fusion-profile-on-prelaunch 2023-03-17 17:43:00 +01:00
Jacob Danell
c86e8e1d6e Added empty line in the end
VSC removed it automatically before.
2023-03-17 16:22:01 +01:00
Alexey Bogomolov
aade2eb315
Merge branch 'ynput:develop' into feature/setup-fusion-profile-on-prelaunch 2023-03-16 20:18:36 +03:00
Jacob Danell
a30887bb74 Change name from CamelCase to snake_case 2023-03-15 17:05:34 +01:00
Toke Stuart Jepsen
32b42a5043 Merge branch 'develop' into bugfix/OP-4820_maya_tile_assembly_fail_in_draft
# Conflicts:
#	openpype/modules/deadline/plugins/publish/submit_maya_deadline.py
#	website/docs/module_deadline.md
2023-03-14 14:53:51 +00:00
Simone Barbieri
6754e97490
Merge branch 'develop' into feature/blender-review 2023-03-14 10:04:49 +00:00
Ember Light
9a51521cb4
Merge branch 'develop' into kitsu-custom-commentfield 2023-03-14 00:09:59 +01:00
Kayla Man
2bd0b5cb6a
Merge branch 'ynput:develop' into bugfix/OP-3022-Look-publishing-and-srgb-colorspace-in-Maya-2022 2023-03-13 11:38:37 +01:00
Jacob Danell
e2771abfb4 Move CustomCommentTemplate to within IntegrateKitsuNote 2023-03-10 23:07:13 +01:00
Jacob Danell
10da5885cd Get the settings up and running 2023-03-09 21:13:42 +01:00
Alexey Bogomolov
dbccc10b3b merge with upstream/develop 2023-03-07 20:37:58 +03:00
Jakub Ježek
1dc35f2af3
Merge branch 'develop' into feature/OP-4778_Nuke-create-first-workfile-template-switch-to-preset 2023-03-07 10:43:28 +01:00
Jakub Jezek
0993fa447d
Merge branch 'bugfix/OP-5037_Global-workfile-template-builder-Creators-failing' into feature/OP-4778_Nuke-create-first-workfile-template-switch-to-preset 2023-03-06 12:08:25 +01:00
Alexey Bogomolov
c993a3b63c Merge remote-tracking branch 'upstream/develop' into develop 2023-03-04 22:31:33 +03:00
Jacob Danell
62c111e948 Add kitsureview to default burnin tags 2023-03-03 16:49:11 +01:00
Ondřej Samohel
d077ac5b5b
Merge branch 'develop' into bugfix/OP-3022-Look-publishing-and-srgb-colorspace-in-Maya-2022 2023-03-03 16:38:05 +01:00
Jakub Ježek
a75c1bb172
Merge pull request #4519 from ynput/bugfix/OP-4932_Nuke-chunk-size-is-not-propagated-from-DL-setting-to-Nuke-Publisher
Nuke: creator farm attributes from deadline submit plugin settings
2023-03-03 12:13:43 +01:00
Alexey Bogomolov
7e4abce2d0 Merge remote-tracking branch 'upstream/develop' into develop 2023-03-02 19:13:14 +03:00
Toke Stuart Jepsen
7bbf560871 Backwards compatibility 2023-03-02 14:27:33 +01:00