Commit graph

517 commits

Author SHA1 Message Date
Roy Nieterau
c0ece932c3
Merge branch 'develop' into houdini_opengl 2023-04-11 17:28:42 +02:00
Thomas Fricard
681ac5babd remove doubled doc for namespace 2023-04-11 16:47:50 +02:00
Thomas Fricard
2304c32dee docs: add explanations for the index position in the namespace 2023-04-07 15:16:59 +02:00
Thomas Fricard
cc369928c1 modify doc to match new settings 2023-04-07 15:14:08 +02:00
Thomas Fricard
77ce35251a fix example for custom namespace in doc 2023-04-07 15:12:51 +02:00
Thomas Fricard
307e57bbfd change variables name for template 2023-04-07 15:12:51 +02:00
Thomas Fricard
14f6902fc0 modify doc 2023-04-07 15:11:02 +02:00
Thomas Fricard
3597b73ce6 change the token/description display for the reference loader in maya docs 2023-04-07 15:11:02 +02:00
Thomas Fricard
f0a6c933ea create settings and doc for the custom naming of referenced assets in maya 2023-04-07 15:10:54 +02:00
Roy Nieterau
5cca466c04
Merge branch 'develop' into houdini_opengl 2023-04-05 12:34:53 +02:00
Roy Nieterau
49ff12da3c
Documentation: Move publisher related tips to publisher area (#4772)
* Move publisher related documentation to the publisher block

* Fix typo
2023-04-04 15:19:36 +02:00
Roy Nieterau
af7e4d035f
Merge branch 'develop' into houdini_opengl 2023-04-04 12:05:12 +02:00
Roy Nieterau
a93b635618
Maya: Remove pymel dependency (#4724)
* Remove pymel from `validate_no_namespace`

* Refactor `ValidateRigOutputIds` to remove pymel dependency

* Remove pymel dependency

* Fix logic

* Remove pymel dependency

* Remove py

* Remove pymel dependency

* Remove pymel dependency

* Remove pymel dependency

* Opt-out early if possible

* Remove pymel dependency

* Remove pymel dependency

* Remove pymel dependency

* Remove pymel dependency

* Remove pymel dependency

* Remove code that should've been removed

* Cosmetics

* Shush hound

* Refactor `get_parent` -> `get_node_parent`

* Fix argument

* Refactor logic for Validate Mesh Arnold Attributes

* Fix load image plane camera transform name

* Merge remote-tracking branch 'upstream/develop' into maya_remove_pymel

# Conflicts:
#	openpype/hosts/maya/plugins/load/load_reference.py
#	openpype/hosts/maya/plugins/publish/collect_review.py

* Fix bug

* Improve labels on messagebox buttons

* Fix repair

* Create empty mesh instead of cube

* Tweak code style based on comments by @fabiaserra

---------

Co-authored-by: Jakub Ježek <jakubjezek001@gmail.com>
2023-04-04 11:23:19 +02:00
Roy Nieterau
eb0f15002b
Merge branch 'develop' into houdini_opengl 2023-04-04 02:06:20 +02:00
Ondřej Samohel
9f61b72546
Merge pull request #4649 from tokejepsen/feature/OP-3926_gpu-cache 2023-04-03 16:48:38 +02:00
Roy Nieterau
6353251ee0 Cosmetics 2023-04-03 12:29:58 +02:00
Roy Nieterau
7facba7905 Update documentation 2023-04-03 12:28:52 +02:00
Roy Nieterau
d730b0d64d Merge remote-tracking branch 'upstream/develop' into houdini_opengl 2023-04-03 12:27:46 +02:00
Roy Nieterau
007b2a6853
Documentation: Add Extract Burnin documentation (#4765)
* Add Extract Burnin documentation

* Add links / fix links

* Simplify documentation

* Remove mention of houdini
2023-04-03 12:04:34 +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
Roy Nieterau
889fafbd25 Add docs (+ tweak some of the existing ones) 2023-03-31 16:12:41 +02:00
Roy Nieterau
fd467450ea Update docs 2023-03-30 17:46:26 +02:00
Roy Nieterau
669a2256ef Merge develop 2023-03-29 14:46:41 +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
Ondřej Samohel
e35b4e001c
Merge pull request #4687 from tokejepsen/enhancement/OP-5213_enable-2D-PanZoom 2023-03-27 11:27:49 +02: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 Stuart Jepsen
bf047e2410 Merge branch 'enhancement/OP-5213_enable-2D-PanZoom' of https://github.com/tokejepsen/pype into enhancement/OP-5213_enable-2D-PanZoom 2023-03-23 15:37:04 +00:00
Toke Stuart Jepsen
e7b2e0026f BigRoy feedback 2023-03-23 15:36:57 +00:00
Toke Jepsen
54d566a4ee
Update website/docs/admin_hosts_maya.md
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-03-23 12:17:02 +00:00
Toke Stuart Jepsen
75e67807c3 Docs 2023-03-23 10:42:54 +00:00
Roy Nieterau
230139baf6 Fix some minor grammar/typos 2023-03-22 23:32:19 +01:00
Toke Stuart Jepsen
833e48ae0f Docs 2023-03-22 16:43:56 +00:00
Sharkitty
583fecd400 Fixes and adjustments based on reviews 2023-03-22 14:37:59 +01:00
Sharkitty
109435fee2 Fixed kitsu project settings schema, updated documentation screenshot 2023-03-21 17:48:01 +01:00
Sharkitty
2022a38c65 Apply suggestions from code review
Adjustment to documentation, and families set declaration

Co-authored-by: Félix David <felixg.david@gmail.com>
2023-03-21 16:34:23 +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
d3330f482a Edited kitsu module readme 2023-03-21 16:11:34 +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
Toke Stuart Jepsen
b40289c9b5 simulationRate > step, sampleMultiplier > stepSave 2023-03-21 09:17:20 +00: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
2246fa15ab Documentation for settings 2023-03-21 07:56:19 +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
Toke Stuart Jepsen
39e29ee8c5 Info on attribute collection 2023-03-17 22:50:13 +01:00
Toke Stuart Jepsen
917a1f4d0a Update docs image 2023-03-17 22:50:13 +01:00
Toke Stuart Jepsen
8bd4598e09 Update docs 2023-03-17 22:50:13 +01:00
Toke Stuart Jepsen
51fa89bef3 Docs cosmetics. 2023-03-17 22:50:13 +01:00
Toke Jepsen
a13f80ef97
Maya: Yeti Validate Rig Input - OP-3454 (#4554)
* Collect input_SET children in instance.

* Fix docs.

* Only validate yeti if there are nodes in the scene.

* Revert code

* Remove connection logic from loader

* Connection inventory action

* Hound

* Revert "Collect input_SET children in instance."

This reverts commit 052e65ca1befb19049ee9f02f472d20cf78d8dc1.

* Update docs

* Update openpype/hosts/maya/plugins/inventory/connect_yeti_rig.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

* Update openpype/hosts/maya/plugins/inventory/connect_yeti_rig.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

* Update openpype/hosts/maya/plugins/inventory/connect_yeti_rig.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

* Update website/docs/artist_hosts_maya_yeti.md

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

* BigRoy feedback

* Hound

* Fix typo

* Update openpype/hosts/maya/plugins/inventory/connect_yeti_rig.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

* Update openpype/hosts/maya/plugins/publish/validate_yeti_renderscript_callbacks.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

* Update openpype/hosts/maya/plugins/inventory/connect_yeti_rig.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

* Dont use AVALON_PROJECT

* Hound

* Update openpype/hosts/maya/plugins/publish/validate_yeti_renderscript_callbacks.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

---------

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-03-17 17:14:22 +01:00
Roy Nieterau
a80d6c5826
Merge pull request #4612 from BigRoy/fix_colormanage_tests
Update tests and documentation for  `ColormanagedPyblishPluginMixin`
2023-03-17 12:50:48 +01:00