Commit graph

577 commits

Author SHA1 Message Date
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
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
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
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
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
Jakub Ježek
bfec383488
Merge branch 'develop' into feature/OP-3926_gpu-cache 2023-03-31 23:04:17 +02:00
Jakub Ježek
7e52621339
Merge branch 'develop' into dependabot/npm_and_yarn/website/webpack-5.76.1 2023-03-31 22:55:13 +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 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
Roy Nieterau
88400b2173 Merge remote-tracking branch 'upstream/develop' into enhancement/unify-set-reset-buttons 2023-03-15 10:40:19 +01:00
Toke Jepsen
dad56a3ab8
Update artist_hosts_maya_arnold.md 2023-03-14 15:45:26 +00:00
dependabot[bot]
4b4adb922c
Bump webpack from 5.69.1 to 5.76.1 in /website
Bumps [webpack](https://github.com/webpack/webpack) from 5.69.1 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.69.1...v5.76.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 15:23:23 +00:00
Jakub Jezek
ecfb57913d
update yarn.lock 2023-03-14 16:05:40 +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
Roy Nieterau
5aae66794b Highlight studio settings versus local settings more 2023-03-13 23:21:37 +01:00
Roy Nieterau
fbe93aae39 Grammar tweaks 2023-03-13 23:21:05 +01:00
Roy Nieterau
c262ac3255 Refactor case of extension to match surrounding files 2023-03-13 23:14:11 +01:00
Roy Nieterau
8f2112dd26 Fix case of extension 2023-03-13 23:13:50 +01:00
Roy Nieterau
f55ac53c82 Fix typos 2023-03-13 23:12:34 +01:00
Roy Nieterau
ee7e2f1bcd Update tests and documentation for ExtractorColormanaged refactor to ColormanagedPyblishPluginMixin 2023-03-13 23:00:03 +01:00
dependabot[bot]
ed7a4e4243 Bump @sideway/formula from 3.0.0 to 3.0.1 in /website
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases)
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@sideway/formula"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 16:51:58 +01:00
Roy Nieterau
e2902e8623 Fix #4109: Unify menu labels for "Set Frame Range" and "Set Resolution" 2023-03-11 20:49:26 +01:00
Toke Stuart Jepsen
6f5ba9ce2a Docs 2023-03-02 14:48:18 +01:00
Toke Stuart Jepsen
9117a0d632 Documentation 2023-03-02 14:48:18 +01:00