Commit graph

1541 commits

Author SHA1 Message Date
Petr Kalis
399bb404c4
Fusion: automatic installation of PySide2 (#6111)
* OP-7450 - WIP of new hook to install PySide2

Currently not working yet as subprocess is invoking wrong `pip` which causes issue about missing `dataclasses`.

* OP-7450 - updates querying of PySide2 presence

Cannot use pip list as wrong pip from .venv is used and it was causing issue about missing dataclass (not in Python3.6).
This implementation is simpler and just tries to import PySide2.

* OP-7450 - typo

* OP-7450 - removed forgotten raise for debugging

* OP-7450 - double quotes

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

* OP-7450 - return if error

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

* OP-7450 - return False

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

* OP-7450 - added optionality for InstallPySideToFusion

New hook is controllable by Settings.

* OP-7450 - updated querying of Qt

This approach should be more generic, not tied to specific version of PySide2

* OP-7450 - fix unwanted change

* OP-7450 - added settings for legacy OP

* OP-7450 - use correct python executable name in Linux

Because it is not "expected" python in blender but installed python, I would expect the executable is python3 on linux/macos rather than python.

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

* OP-7450 - headless installation in Windows

It checks first that it would need admin privileges for installation, if not it installs headlessly. If yes, it will create separate dialog that will ask for admin privileges.

* OP-7450 - Hound

* Update openpype/hosts/fusion/hooks/pre_pyside_install.py

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

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-01-10 17:10:52 +01:00
Kayla Man
0dad84a909
Merge branch 'develop' into enhancement/OP-7596_3dsmax-unit-scale-issue-for-FBX 2024-01-04 00:15:59 +08:00
Kayla Man
f2eef86bd8
Merge branch 'develop' into bugfix/OP-7281_Maya-Review---playblast-renders-without-textures 2024-01-04 00:02:54 +08:00
Kayla Man
e578432014 using metric types when the unit type enabled instead of using metric types 2024-01-03 17:42:24 +08:00
Kayla Man
cf29a532d2 make sure the texture only loaded when the texture is being enabled 2024-01-02 22:51:51 +08:00
Kayla Man
ebc4f1467d allows users to set up the scene unit scale in Max with OP/AYON settings /refactor fbx extractors 2024-01-02 16:20:58 +08:00
Jakub Trllo
c1fbc2b6fb Merge branch 'develop' into chore/maya_remove_publish_gui_filters
# Conflicts:
#	server_addon/nuke/server/version.py
2023-12-21 12:21:51 +01:00
Kayla Man
c5674992ce Merge branch 'develop' into bugfix/OP-7281_Maya-Review---playblast-renders-without-textures 2023-12-20 17:33:11 +08:00
Ondřej Samohel
c964f1411a
♻️ sync defaults with AYON 2023-12-18 17:07:13 +01:00
Sponge96
9711900309
Fusion: Project/User option for output format (create_saver) (#6045)
* feat: schema for saver output extensions

* feat: saver output ext option added

* fix: typo on dict get

* feat: added tiff

* fix: typo on fetching default attr

* Transfered new Settings to Ayon

---------

Co-authored-by: Jack P <jack.p@random42.com>
Co-authored-by: kalisp <petr.kalis@gmail.com>
2023-12-14 12:48:16 +01:00
MustafaJafar
3de0c8ed66 add missing settings 2023-12-11 12:50:47 +02:00
Libor Batek
b929464448
Merge branch 'develop' into bugfix/OP-7281_Maya-Review---playblast-renders-without-textures 2023-12-11 10:19:04 +01:00
Kayla Man
58001ee12e make sure some extractor not active while some active and all enabled 2023-12-08 01:40:59 +08:00
Kayla Man
d9b18cc0f9 add extract model and extract max scene 2023-12-08 00:47:09 +08:00
Kayla Man
b48253739a add the AYON/OP settings to enable extractor for model family in 3dsmax 2023-12-07 23:33:56 +08:00
Kayla Man
ccc95f0797 Merge branch 'develop' into bugfix/OP-7281_Maya-Review---playblast-renders-without-textures 2023-12-07 22:00:38 +08:00
Jakub Jezek
d5c5f4f9aa
Merge branch 'develop' into enhancement/OP-6659_nuke-explicit-thumbnail-workflow 2023-12-07 13:15:07 +01:00
Jakub Jezek
25ea0a76e5
Merge branch 'develop' into enhancement/OP-6659_extract-thumbnails-settings-size-frame 2023-12-06 21:01:50 +01:00
Jakub Jezek
6be699bb82
Merge branch 'develop' into enhancement/OP-6659_extract-thumbnails-settings-size-frame 2023-12-06 15:53:23 +01:00
Ondřej Samohel
610ed75aaf 🗑️ remove simple unreal texture publishing 2023-12-06 12:02:50 +01:00
Jakub Ježek
ced3e1ecc2
Merge pull request #5938 from ynput/enhancement/OP-6659_thumbnail-color-managed
General: Use colorspace data when creating thumbnail
2023-11-29 21:25:58 +01:00
Libor Batek
68161692f3
Merge pull request #5949 from ynput/bugfix/OP-7378-blender-deadline_chunk_size_issue
Blender: Fix Deadline Frames per task
2023-11-29 12:15:20 +01:00
Jakub Ježek
0bd02c15f1
Merge branch 'develop' into enhancement/OP-6659_thumbnail-color-managed 2023-11-27 16:38:49 +01:00
Jakub Ježek
457f95e65a
Merge branch 'develop' into enhancement/OP-6659_extract-thumbnails-settings-size-frame 2023-11-27 15:54:05 +01:00
Kayla Man
2dda5c7007 Merge branch 'develop' into bugfix/OP-7281_Maya-Review---playblast-renders-without-textures 2023-11-27 18:09:29 +08:00
Jakub Jezek
069977b327
improving rescale functionality 2023-11-24 21:35:06 +01:00
Simone Barbieri
5162d8e407 Added Delay option 2023-11-24 12:20:38 +00:00
Kayla Man
182287c032 resolve conflict 2023-11-24 12:56:17 +08:00
Kayla Man
51f4d8f06f make the reload texture being optional and only enabled when the reloadTextures being enabled 2023-11-23 17:28:08 +08:00
Ondřej Samohel
61fe4825e6 🎨 initial work 2023-11-22 16:25:33 +01:00
Jakub Jezek
a9ecc8f4b3
settings for size target and frame picking 2023-11-22 12:24:33 +01:00
Jakub Jezek
51992419e7
nuke: removing thumbnail extractor 2023-11-21 17:25:20 +01:00
Jakub Jezek
282c75631a
adding settings for oiio defaults 2023-11-20 21:58:20 +01:00
Kayla Man
1646d3a12b
Merge branch 'develop' into enhancement/OP-7072_Validate-Loaded-Plugins 2023-11-17 22:11:28 +08:00
Jakub Ježek
45197364c6
Merge pull request #5906 from ynput/enhancement/OP-7197_nuke-default-colorspace-settings
Nuke: updated colorspace settings
2023-11-16 12:57:52 +01:00
Kayla Man
45f0e8de59 Merge branch 'develop' into enhancement/OP-7072_Validate-Loaded-Plugins 2023-11-15 21:05:25 +08:00
Kayla Man
cc77114db9 tweaks on the settings for variable 2023-11-13 21:36:22 +08:00
Jakub Jezek
7ab02bd953
Merge branch 'develop' into enhancement/OP-7197_nuke-default-colorspace-settings 2023-11-13 13:28:45 +01:00
Kayla Man
7ac1d54132 Renamed preview animation to create review in OP/AYON settings 2023-11-13 19:48:42 +08:00
Kayla Man
b71ca80bdb resolved conflict 2023-11-13 18:21:48 +08:00
Simone Barbieri
75e891254f Merge branch 'develop' into enhancement/OP-7053_blender-collections-in-publish-load 2023-11-09 11:13:48 +00:00
Kayla Man
0403af298e tweaks the codes to use list instead of dict for OP settings 2023-11-09 17:21:37 +08:00
Simone Barbieri
7b9c6c3b99 Added validator to verify that the instance is not empty 2023-11-06 10:30:13 +00:00
Kayla Man
ad36379837 resolve conflict 2023-11-06 15:39:54 +08:00
Milan Kolar
20eaa0b83e
Merge pull request #5824 from ynput/enhancement/OP-7071_Validate-Attributes 2023-11-06 08:21:56 +01:00
Milan Kolar
129ad9d4d5
Merge pull request #5852 from ynput/bugfix/Houdini-image-sequence-loading-and-missing-frames 2023-11-06 08:20:15 +01:00
MustafaJafar
8fb7266ff8 Add CollectAssetHandles and modify associated files 2023-11-03 11:18:09 +02:00
Kayla Man
597260ad52 cosmetic fix 2023-11-02 20:49:40 +08:00
Kayla Man
88116be4c6 allows users to preset the settings before the creator setting 2023-11-02 20:44:21 +08:00
Toke Stuart Jepsen
3da4e1c8e7 Add Nuke 11.0 2023-11-02 08:33:08 +00:00