Commit graph

32388 commits

Author SHA1 Message Date
github-actions[bot]
cc1e522dfb chore(): update bug report / version 2023-07-25 14:09:32 +00:00
ynbot
45eb638194
[Automated] Merged release main into develop 2023-07-25 16:09:03 +02:00
Ynbot
7fd99e59a3 [Automated] Release 2023-07-25 14:08:35 +00:00
ynbot
031a39f18b
[Automated] Merged develop into main 2023-07-25 16:08:17 +02:00
Mustafa Zarkash
afbd3d392d
Fix colorspace compatibility check (#5334)
* update compatibility_check

* update doc-string
2023-07-25 15:43:59 +02:00
Simone Barbieri
a87fdd5173
Merge pull request #5343 from ynput/enhancement/OP-5979_blender-extract-camera-alembic 2023-07-25 11:02:34 +01:00
Simone Barbieri
225cbd2ffe Minor changes to FBX camera extractor to improve clarity 2023-07-24 14:49:50 +01:00
Simone Barbieri
7e04350181 Added setting for new extractor 2023-07-24 14:48:04 +01:00
Simone Barbieri
3f47ab0fb6 Moved camera abc extraction to separate class 2023-07-24 14:46:10 +01:00
Simone Barbieri
1ceda4712a Added support for camera in abc extractor 2023-07-24 14:28:49 +01:00
Simone Barbieri
e9cd50b1cf
Merge pull request #5338 from ynput/enhancement/OP-4483_blender-configurable_startup_resolution_and_frames 2023-07-24 10:52:53 +01:00
Simone Barbieri
99099b81e0 Added menu entries to set resolution and frame range 2023-07-24 10:47:03 +01:00
Simone Barbieri
1ce1f1c12a
Merge pull request #5339 from ynput/enhancement/OP-5916_blender-collectReview-burnin-data 2023-07-24 09:58:56 +01:00
Simone Barbieri
ccd56c4bb5 Improved code based on suggestions 2023-07-24 09:42:50 +01:00
github-actions[bot]
9f5cc1ac6a chore(): update bug report / version 2023-07-22 03:25:34 +00:00
ynbot
1962a601ee
[Automated] Merged main into develop 2023-07-22 05:25:02 +02:00
Ynbot
6a2d14d6c9 [Automated] Bump version 2023-07-22 03:24:48 +00:00
ynbot
7fd1203af2
[Automated] Merged develop into main 2023-07-22 05:24:07 +02:00
Simone Barbieri
66e2820063 ExtractBurning for Blender reviews 2023-07-21 16:46:47 +01:00
Simone Barbieri
27d3edb89a Make configurable to set resolution and start/end frames at startup 2023-07-21 15:51:57 +01:00
Milan Kolar
7ee43eef70
Merge pull request #5335 from tokejepsen/bugfix/maya_validate_instance_in_context 2023-07-21 12:25:11 +02:00
Milan Kolar
5577797ecb
Merge pull request #5326 from ynput/enhancement/maya_create_plugins 2023-07-21 12:22:38 +02:00
Milan Kolar
583f13e559
Merge pull request #5327 from EmberLightVFX/feature/fusion-set-selected-tool-to-active 2023-07-21 12:22:21 +02:00
Milan Kolar
4b2345c604
Merge branch 'develop' into enhancement/maya_create_plugins 2023-07-21 12:22:07 +02:00
Toke Stuart Jepsen
a79eca9980 Add new publisher error raising 2023-07-21 11:00:04 +01:00
Ondřej Samohel
c63fae4ea5
Merge pull request #5324 from ynput/bugfix/houdini-fix-pointcache-alembics 2023-07-21 11:10:47 +02:00
Jakub Trllo
60eb35d0a6 fix formatting 2023-07-20 16:00:54 +02:00
Jacob Danell
db0e004b9e Black formatting 2023-07-20 15:54:02 +02:00
Jacob Danell
c385f748de Set tool as active
This makes the node-flow show the selected node + you'll see the nodes controls in the inspector
2023-07-20 15:53:54 +02:00
Jakub Trllo
5cb33b71bf fix type hint in docstrings 2023-07-20 15:53:35 +02:00
Jakub Trllo
64cc8ab97e added 'HiddenCreator' to pipeline public api 2023-07-20 15:53:15 +02:00
Jakub Trllo
464e621880 implemented base classes of auto creator and hidden creator for maya 2023-07-20 15:53:00 +02:00
Jakub Trllo
8c73d22d27 extracted common logic to 'MayaCreatorBase' 2023-07-20 15:51:12 +02:00
Ondrej Samohel
f226b87489
🐛 fix wrong creator identifier 2023-07-20 11:09:33 +02:00
Ondřej Samohel
12a0db85bb
Merge pull request #5320 from ynput/bugfix/houdini_fix-typo-RS-proxy 2023-07-19 10:33:49 +02:00
Ondřej Samohel
66470052b1
Merge pull request #5319 from ynput/bugfix/centos7-docker-build 2023-07-19 10:17:16 +02:00
github-actions[bot]
1947385278 chore(): update bug report / version 2023-07-19 03:48:31 +00:00
ynbot
24e34d46dd
[Automated] Merged main into develop 2023-07-19 05:48:01 +02:00
Ynbot
71b273c280 [Automated] Bump version 2023-07-19 03:47:48 +00:00
ynbot
c4e1232b1a
[Automated] Merged develop into main 2023-07-19 05:47:05 +02:00
Mustafa-Zarkash
cf3e1d9593 fix typo 2023-07-18 20:46:16 +03:00
Ondrej Samohel
04a1de4ade
♻️ handle openssl 1.1.1 for centos 7 docker build 2023-07-18 18:04:53 +02:00
Alexey Bogomolov
e917d2b91f
Qt UI: Multiselection combobox PySide6 compatibility (#5314)
* convert state to value for pyside compatibility
use ItemIsUserTristate for keyboard event

* use whole field length to select item

* process keyboard tristate correctly

* get initial check state data as value

* try get state value for backwards compatibility

* formatting

* revert MouseButtonRelease event checks

* added new utils constant for tristate constant

* fixed both multiselection comboboxes

* fixed sorting of projects in project manager

* forgotten conversion of enum to int

---------

Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
2023-07-18 16:00:36 +02:00
Petr Kalis
961bfe6c2e
Remove forgotten dev logging (#5315) 2023-07-18 13:23:00 +02:00
Toke Jepsen
61f7ac2893
Windows: Support long paths on zip updates. (#5265)
* Extract long paths

* Working version

* Docs string and early bail out

* Update igniter/bootstrap_repos.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update igniter/bootstrap_repos.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-07-18 12:16:25 +02:00
64qam
8445fa3144
Merge pull request #5312 from ynput/bugfix/deadline_submit_context 2023-07-17 18:49:45 +02:00
Jakub Trllo
7c0466df32
Formatting fix 2023-07-17 18:49:31 +02:00
Petr Kalis
6f1400433d Replace '-' with none
Validator would complain about non-existent pool
2023-07-17 18:40:31 +02:00
Petr Kalis
39ea6b102b Fix missing context argument 2023-07-17 18:18:32 +02:00
64qam
7c16d8940d
Merge pull request #5311 from ynput/bugfix/default_settings_fix 2023-07-17 18:00:07 +02:00