Commit graph

29536 commits

Author SHA1 Message Date
Jakub Jezek
c758ec151f
fix action trigger to be only changes_requested 2023-03-28 12:57:44 +02:00
ynbot
7930355de5
[Automated] Merged release main into develop 2023-03-27 17:28:54 +02:00
Ynbot
0778dd3ec7 [Automated] Release 2023-03-27 15:28:21 +00:00
ynbot
8e2ff09c07
[Automated] Merged develop into main 2023-03-27 17:28:05 +02:00
Ondřej Samohel
ef42f95b78
Merge pull request #4665 from moonyuet/enhancement/OP-5243_3dsmax-setting-scene-length 2023-03-27 16:44:58 +02: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
Jakub Trllo
2244a634b2
change minimum frame start/end to '0' (#4719) 2023-03-27 16:06:52 +02:00
Jakub Ježek
b1e8e4c574
Merge pull request #4708 from ynput/bugfix/OP-4693_Hiero-typo-fix 2023-03-27 15:59:10 +02:00
Ondřej Samohel
24e556aec6
Merge pull request #4716 from ynput/bugfix/maya-fix-zoom-review-collection 2023-03-27 15:40:11 +02:00
Jakub Ježek
d67afdfdfb
Merge pull request #4669 from ynput/bugfix/collect-backdrop-framerange-less-instance 2023-03-27 15:25:01 +02:00
Ondrej Samohel
5805e7d900
🚨 add space 2023-03-27 13:13:09 +02:00
Ondrej Samohel
5b4b0e601b
🐛 pass panel too 2023-03-27 13:12:36 +02:00
Ondrej Samohel
b9d1d560a7
🐛 pass zoom settings if review is attached 2023-03-27 12:59:53 +02:00
Ondřej Samohel
114d10abb2
Merge pull request #2968 from ynput/bugfix/OP-2834_Fix-extract-playblast 2023-03-27 12:37:40 +02:00
Kayla Man
04fa11a32c Merge branch 'develop' into enhancement/OP-5227_3dsmax-render-instance-settings 2023-03-27 18:10:07 +08:00
Ondrej Samohel
0b4fcb1187
Merge remote-tracking branch 'origin/develop' into bugfix/OP-2834_Fix-extract-playblast 2023-03-27 11:44:02 +02:00
Kayla Man
a178ca1569 remove duplicated imported function 2023-03-27 17:35:45 +08:00
Kayla Man
ac22648f23 merge develop into PR 2023-03-27 17:34:17 +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
Ondřej Samohel
6b4b9fefcc
Merge pull request #4652 from ynput/enhancement/OP-5244_3dsmax-setting-resolution 2023-03-27 11:26:04 +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
Kayla Man
3d787c3c0b Merge branch 'develop' into enhancement/OP-5227_3dsmax-render-instance-settings 2023-03-25 21:29:17 +08:00
Kayla Man
4dfb57bb21 Merge branch 'develop' into enhancement/OP-5244_3dsmax-setting-resolution 2023-03-25 21:29:02 +08:00
ynbot
4820bcb227
[Automated] Merged main into develop 2023-03-25 04:26:15 +01:00
Ynbot
4ea987fb1f [Automated] Bump version 2023-03-25 03:26:01 +00:00
ynbot
aba9bd7d81
[Automated] Merged develop into main 2023-03-25 04:24:54 +01:00
Jakub Jezek
3253c03e3b
returning trigger to project action 2023-03-24 17:29:34 +01:00
Jakub Jezek
09faa840ae
updating project_action 2023-03-24 17:18:33 +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
aceaef0b21
hiero: correct container colors if UpToDate 2023-03-24 16:24:33 +01:00
Jakub Trllo
de4b3e4d65
Ftrack: Hierarchical <> Non-Hierarchical attributes sync fix (#4635)
* modify action to use 'CustomAttributeValue' and fix bugs

* modify and fix event handler to push hierarchical values

* added few smaller comments

* removed unused variables
2023-03-24 15:25:49 +01:00
Jakub Ježek
b5a0b706bb
Merge pull request #4611 from EmberLightVFX/fusion-publish-rendered-frames 2023-03-24 11:48:51 +01:00
Toke Jepsen
6832f6446a
Merge pull request #4704 from tokejepsen/bugfix/OP-2834_Fix-extract-playblast
Bugfix/op 2834 fix extract playblast
2023-03-24 11:03:31 +01:00
Toke Stuart Jepsen
6fbd716df1 Merge branch 'bugfix/OP-2834_Fix-extract-playblast' of https://github.com/ynput/OpenPype into bugfix/OP-2834_Fix-extract-playblast 2023-03-24 10:02:54 +00:00
Toke Stuart Jepsen
799a6b6cc4 Remove path variable and _capture arguments. 2023-03-24 10:02:48 +00:00
Jakub Ježek
2bbb91c8c9
Merge pull request #4680 from BigRoy/docs_minor_typo 2023-03-24 10:58:35 +01:00
Toke Jepsen
8cb69cef30
Merge pull request #4702 from tokejepsen/bugfix/OP-2834_Fix-extract-playblast
Refactor _capture
2023-03-24 10:45:18 +01:00
Toke Stuart Jepsen
d1038ace68 Refactor _capture 2023-03-24 09:44:39 +00:00
Toke Jepsen
4d42e58074
Update openpype/hosts/maya/plugins/publish/extract_playblast.py 2023-03-24 09:37:05 +00:00
Toke Jepsen
fa0b3cfe49
Merge pull request #4701 from tokejepsen/bugfix/OP-2834_Fix-extract-playblast
Bugfix/op 2834 fix extract playblast
2023-03-24 08:50:10 +01:00
Toke Stuart Jepsen
d88cd48b8e Refactor to nested/stacked contextlib 2023-03-24 07:48:28 +00:00
Jakub Jezek
8b9a3547d9
adding project actions 2023-03-23 17:15:40 +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 Stuart Jepsen
93ad644f74 Use pan zoom in capture instead of collect/restore. 2023-03-23 15:36:04 +00:00
Ondřej Samohel
f8e765eab0
Merge pull request #4600 from BigRoy/maya_look_assigner_get_all_nodes 2023-03-23 15:28:03 +01:00
Jakub Ježek
47f4e9ec2c
Merge pull request #4677 from ynput/feature/OP-4997_CelAction-Deadline-chunk-size 2023-03-23 14:54:45 +01:00
Jakub Trllo
0f6d969867
fix shortcut key sequence check (#4694) 2023-03-23 14:35:58 +01:00