Commit graph

6301 commits

Author SHA1 Message Date
Roy Nieterau
74f73969ad
Remove "preview" data from representation (#4759)
* Remove "preview" data from representation

* pop "preview" from component in standalone publisher

---------

Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-31 17:08:58 +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
19e56fe3fe Hound 2023-03-30 22:43:40 +02:00
Roy Nieterau
5b163fe84d
Apply suggestions from code review
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-30 22:40:44 +02:00
Jakub Ježek
0e8690e848
Merge branch 'develop' into refactor/cleanup_grammar 2023-03-30 17:59:39 +02:00
Petr Kalis
91740ea356
Harmony: render what is in timeline in Harmony locally (#4741)
* OP-5466 - render what is in timeline in Harmony locally

* OP-5466 - validate according to scene start in timeline

scene start is denoted by small black triangle in the left on the timeline

* OP-5466 - do not force settings from DB

Added separate menu item to set frames and resolution from DB to scene.

* OP-5466 - added logging details to validator
2023-03-30 17:50:09 +02:00
Milan Kolar
89c4d505d0
Merge pull request #4751 from ynput/enhancement/OP-2261_maya-update-camera-resets-viewport 2023-03-30 17:38:48 +02:00
Milan Kolar
e461e0ea2f
Merge pull request #4747 from BigRoy/fix/maya_playblast_background_gradient_toggle_fix4693 2023-03-30 17:38:30 +02:00
Roy Nieterau
945d318766 Also lock new cameras on update 2023-03-30 16:38:45 +02:00
Roy Nieterau
52b45f0384 Correctly preserve cameras in modelPanels with multiple cameras in a mayaScene 2023-03-30 16:36:44 +02:00
Ondřej Samohel
e62b0e48cb
Update openpype/hosts/maya/plugins/load/load_reference.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-03-30 15:50:12 +02:00
Ondrej Samohel
951f868cef
♻️ move logic from camera loader to reference loader 2023-03-30 15:14:21 +02:00
Roy Nieterau
3fae1f8521 Just some grammar tweaks 2023-03-30 13:59:22 +02:00
Ondrej Samohel
18efd5276d
🎨 add camera loader 2023-03-30 11:57:36 +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
911c089319 Fix collect current file
- Fix families filtering
- Remove unused import
- Fix correct detection if scene is new but unsaved scene
2023-03-29 17:54:17 +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
Toke Jepsen
b7f6589886
Merge branch 'develop' into feature/OP-3278_camera-focal-length 2023-03-29 11:12:09 +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
Jakub Ježek
b1e8e4c574
Merge pull request #4708 from ynput/bugfix/OP-4693_Hiero-typo-fix 2023-03-27 15:59:10 +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
Roy Nieterau
22dbc4e4fa Remove unused variable NONLINEAR_FILE_FORMATS 2023-03-27 15:40:33 +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
Roy Nieterau
108bcd8f27 Fix missing variable declaration 2023-03-27 15:37:27 +02:00
Roy Nieterau
2cb03b75b7 Clean up imports a bit. 2023-03-27 15:35:03 +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
Roy Nieterau
5ed6c29eee Mimic Arnold tx manager behavior whenever maya color management is disabled
- Do no color conversion when color management is disabled
2023-03-27 15:23:14 +02:00
Roy Nieterau
bf60e73704 Remove .png from nonlinear formats assumption because apparently they can be 32-bit 2023-03-27 13:47:26 +02:00
Roy Nieterau
e11d1f279a Add assumption for some file formats to be sRGB: .png, .jpeg and .jpg 2023-03-27 13:46:33 +02:00
Roy Nieterau
6f015d6d64 Cleanup/refactor based on @fabiaserra comments 2023-03-27 13:31:33 +02:00
Roy Nieterau
3444660a98 Convert to "linear" because it's always available in OIIO if OCIO is disabled or no valid config is found
- If OCIO is not enabled (or cannot find a valid configuration, OIIO will at least be able to convert among linear, sRGB, and Rec709.)
2023-03-27 13:20:26 +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
Roy Nieterau
7dfaa5b4f4 Add maketx hardcoded flags to the file hash 2023-03-27 12:36:59 +02:00
Roy Nieterau
db27765637 Grammar 2023-03-27 12:31:01 +02:00
Roy Nieterau
39d6878067 Support flags without values for extra maketx arguments
- Add todo for hardcoded maketx arguments
- Add sourceHash argument at end to increase readability of the log
2023-03-27 12:30:31 +02:00
Kayla Man
04fa11a32c Merge branch 'develop' into enhancement/OP-5227_3dsmax-render-instance-settings 2023-03-27 18:10:07 +08:00
Roy Nieterau
7f4fe957bc Move get_oiio_tools_path import to top of file 2023-03-27 12:02:44 +02: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
Roy Nieterau
9773cbbedc Cleanup 2023-03-27 10:27:13 +02:00
Roy Nieterau
95fcce48bd Move REDSHIFT_COREDATAPATH environment check to get_redshift_tool 2023-03-27 10:22:33 +02:00
Roy Nieterau
35f76a2365 Fix Redshift .rstexbin support 2023-03-27 10:20:02 +02:00