Commit graph

34 commits

Author SHA1 Message Date
Kayla Man
4b593e9273
Update server_addon/substancepainter/client/ayon_substancepainter/plugins/create/create_workfile.py 2024-05-30 19:54:22 +08:00
Kayla Man
2e120020fa use ayon_substancepainter as import 2024-05-29 18:55:39 +08:00
Kayla Man
b8abd1fbb9 resolve conflict 2024-05-29 16:04:50 +08:00
Kayla Man
3b2901772e remove unused version.py in the client folder 2024-05-27 22:10:57 +08:00
Kayla Man
cc600bd930 add roughness, roughness, height option into the channel_mapping 2024-05-23 23:20:37 +08:00
Kayla Man
f3033a08f8 rename channel name to channel map 2024-05-23 22:27:46 +08:00
Kayla Man
c2984fcc3b
Update server_addon/substancepainter/package.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-05-23 21:08:13 +08:00
Kayla Man
a97a33af6e add channel mapping setting into ayon project setting 2024-05-23 18:21:37 +08:00
Kayla Man
11eb3d7def use ayon_ to capture widget in ayon_core too 2024-05-23 01:00:05 +08:00
Kayla Man
b2c0fc08b7
Update server_addon/substancepainter/package.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-05-23 00:57:01 +08:00
Kayla Man
22564b2071
Update server_addon/substancepainter/client/ayon_substancepainter/deploy/plugins/ayon_plugin.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-05-23 00:56:34 +08:00
Kayla Man
31c24e4129 make sure module name to find QtWIdget is correct and make sure all Openpype name converted to AYON 2024-05-21 00:45:13 +08:00
Kayla Man
498260172a
Update server_addon/substancepainter/package.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-05-20 22:18:01 +08:00
Kayla Man
2ac32e7185
Update server_addon/substancepainter/package.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-05-15 20:44:54 +08:00
Kayla Man
bec84133e2 rename Openpype to AYON 2024-05-15 20:30:27 +08:00
Kayla Man
33d491e1f6 add version.py 2024-05-15 19:19:07 +08:00
Kayla Man
f476de6e49 add version.py 2024-05-15 17:41:57 +08:00
Kayla Man
b2215217e4 add version.py 2024-05-15 17:34:24 +08:00
Kayla Man
bad4de2f7c move substance painter integration to server-addon and rename the folder as ayon_substancepainter 2024-05-15 17:06:53 +08:00
Kayla Man
c9d1998cab move substance painter integration to server-addon and rename the folder as ayon_substancepainter 2024-05-15 16:06:38 +08:00
Kayla Man
700967a28b move substance painter integration to server-addon and rename the folder as ayon_substancepainter 2024-05-15 16:06:10 +08:00
Jakub Trllo
7ef499e5a5 change substance painter version 2024-04-25 10:09:18 +02:00
Jakub Trllo
8a16b9989c Merge branch 'develop' into enhancement/use-package-py
# Conflicts:
#	server_addon/substancepainter/server/version.py
2024-04-25 10:08:38 +02:00
Jakub Trllo
41b95ff186 substancepainter uses package.py 2024-04-22 14:25:12 +02:00
Kayla Man
d5b0f22748 redesign the dialog with ok & cancel button and links the boolean options to the AYON settings 2024-04-19 16:07:54 +08:00
Kayla Man
f7c8a23d98 add import cameras and perserve strokes into the project configuration dialog 2024-04-18 21:23:23 +08:00
Kayla Man
5bb61efab2 cosmetic fix 2024-04-18 14:50:56 +08:00
Kayla Man
425f7cbd89
Update server_addon/substancepainter/server/settings/load_plugins.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-04-18 13:13:55 +08:00
Kayla Man
81bdaf9915 optimize the codes and the settings for loading mesh more smoothly 2024-04-18 00:06:33 +08:00
Kayla Man
d4fdf85306 Add Qt dialog to support users to choose their templates for project creation 2024-04-17 22:45:47 +08:00
Kayla Man
e5eec7f558 update the settings and code tweaks for creating project 2024-04-16 22:53:09 +08:00
Kayla Man
64a26e2187 update server-addon settings for template 2024-04-16 17:40:18 +08:00
Jakub Trllo
3ea4c29d0f use 'SettingsField' from ayon server instead of 'Field' from pydantic
This is preparation for new version of pydantic which will require to customize the field for AYON purposes and raw pydantic Field could not be used.
2024-01-26 12:59:18 +01:00
Kayla Man
07d00ee787
Chore: Substance Painter Addons for Ayon (#5914)
* Substance Painter Addons for Ayon

* hound

* make sure the class name is SubstancePainterAddon

* use AYON as tab menu name when it is launched with AYON

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-11-20 14:30:09 +01:00