Commit graph

562 commits

Author SHA1 Message Date
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
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
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
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
Toke Stuart Jepsen
8a565534c5 Merge branch 'develop' into bugfix/OP-4820_maya_tile_assembly_fail_in_draft 2023-02-28 18:43:24 +00:00
Toke Jepsen
30768de850 Update website/docs/artist_hosts_maya.md
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-02-24 12:14:10 +01:00
Toke Jepsen
aee263d24d Update website/docs/artist_hosts_maya.md 2023-02-24 12:14:10 +01:00
Toke Stuart Jepsen
421e24055b Documentation 2023-02-24 12:14:10 +01:00
Petr Kalis
84ccfa60f4 OP-4643 - added documentation 2023-02-23 16:32:51 +01:00
Petr Kalis
539ba60eb4 OP-4643 - updates to documentation
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-02-23 15:39:55 +01:00
Petr Kalis
b8f8fd9a5a OP-4643 - added use case for Maya to documentation 2023-02-23 15:39:55 +01:00
Petr Kalis
25fb38bd4c OP-4643 - added explicit enum for transcoding type
As transcoding info (colorspace, display) might be collected from DCC, it must be explicit which should be used.
2023-02-23 15:39:55 +01:00
Petr Kalis
7f8a766c6a OP-4643 - updates to documentation
Co-authored-by: Jakub Ježek <jakubjezek001@gmail.com>
2023-02-23 15:39:55 +01:00
Petr Kalis
3a0e9dc78c OP-4643 - updates to documentation
Co-authored-by: Toke Jepsen <tokejepsen@gmail.com>
2023-02-23 15:39:55 +01:00
Petr Kalis
0a4cae9db2 OP-4643 - updates to documentation
Co-authored-by: Toke Jepsen <tokejepsen@gmail.com>
2023-02-23 15:39:55 +01:00
Petr Kalis
ceca9a5bb8 OP-4643 - updates to documentation
Co-authored-by: Toke Jepsen <tokejepsen@gmail.com>
2023-02-23 15:39:55 +01:00
Petr Kalis
665132d9fe OP-4643 - updates to documentation
Co-authored-by: Toke Jepsen <tokejepsen@gmail.com>
2023-02-23 15:39:54 +01:00
Petr Kalis
54e92f02b9 OP-4643 - updates to documentation
Co-authored-by: Toke Jepsen <tokejepsen@gmail.com>
2023-02-23 15:39:54 +01:00
Petr Kalis
4e755e193a OP-4643 - added documentation 2023-02-23 15:39:54 +01:00