Commit graph

1904 commits

Author SHA1 Message Date
Jakub Jezek
b2a011d517
nuke: settings and mixin for some validators 2023-04-06 15:27:05 +02:00
Milan Kolar
fc5f8ceeb0
Merge pull request #4744 from BigRoy/maya_2020_fix_capture 2023-04-03 18:01:09 +02:00
Toke Stuart Jepsen
7fb5242fca Merge branch 'develop' into feature/OP-3926_gpu-cache
# Conflicts:
#	openpype/settings/defaults/project_settings/maya.json
#	openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json
2023-03-31 16:20:08 +01:00
Toke Jepsen
0227b9d631
Merge branch 'develop' into maya_2020_fix_capture 2023-03-31 16:54:18 +02:00
Jakub Ježek
d933917a53
Merge branch 'develop' into refactor/cleanup_grammar 2023-03-31 14:28:22 +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
Jakub Ježek
0e8690e848
Merge branch 'develop' into refactor/cleanup_grammar 2023-03-30 17:59:39 +02:00
Roy Nieterau
3fae1f8521 Just some grammar tweaks 2023-03-30 13:59:22 +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
Milan Kolar
5746ff588e
Merge pull request #4691 from tokejepsen/enhancement/maya_capture_labels 2023-03-29 11:52:08 +02:00
Toke Stuart Jepsen
cfb9293348 Merge branch 'develop' into feature/OP-3926_gpu-cache
# Conflicts:
#	website/docs/admin_hosts_maya.md
2023-03-29 10:26:50 +01: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
Ondřej Samohel
626389367f
Merge pull request #4658 from ynput/enhancement/OP-5227_3dsmax-render-instance-settings 2023-03-27 16:39:17 +02:00
Ondřej Samohel
5bfa81a75b
Merge pull request #4695 from ynput/bugfix/3dsmax-startup-script 2023-03-27 16:38:24 +02: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
Toke Jepsen
525db92e4a
Update openpype/settings/defaults/project_settings/maya.json 2023-03-23 15:43:19 +00:00
Ondrej Samohel
cc7a9f32c1
🎨 add OP startup script for max to cmdline args 2023-03-23 14:30:51 +01:00
Jakub Jezek
79eb8f105f
celaction: make parameters enumerator 2023-03-23 12:54:55 +01:00
Toke Stuart Jepsen
5197aa2ce7 Suggestion to change labels. 2023-03-23 11:51:49 +00:00
Toke Stuart Jepsen
75e67807c3 Docs 2023-03-23 10:42:54 +00: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
109435fee2 Fixed kitsu project settings schema, updated documentation screenshot 2023-03-21 17:48:01 +01:00
Sharkitty
7356887df6 Renaming equality into condition, made a new screenshot so both equal and not equal settings are shown 2023-03-21 16:15:39 +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
Toke Stuart Jepsen
e083a18dda Default values for step and stepSave. 2023-03-21 09:19:54 +00:00
Toke Stuart Jepsen
b40289c9b5 simulationRate > step, sampleMultiplier > stepSave 2023-03-21 09:17:20 +00: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
Toke Stuart Jepsen
216c99d839 Merge branch 'develop' into feature/OP-3926_gpu-cache
# Conflicts:
#	website/docs/admin_hosts_maya.md
2023-03-21 07:58:26 +00:00
Toke Stuart Jepsen
0fe0e8c02c Settings for GPU cache extractor 2023-03-18 10:03:28 +00: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