Skip to content

Commit f3975fe

Browse files
author
kosmin
committed
Documentation up-to-date
1 parent 869f058 commit f3975fe

8 files changed

+47
-211
lines changed

__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"location": "Properties > Material",
77
"description": "Import & autoassign images from Substance Painter or similar 3D painting tools",
88
"warning": "",
9-
"wiki_url": "https://github.com/Kos-Design/materials_substance/wiki/Blender-Substance-Texture-Importer-Wiki",
9+
"wiki_url": "https://github.com/Kos-Design/materials_substance/blob/main/readme.rst",
1010
"tracker_url": "https://github.com/Kos-Design/materials_substance/issues",
1111
"category": "Material"}
1212

doc/Blender-Substance-Texture-Importer-Wiki.md

-1
This file was deleted.

doc/Home.md

-43
This file was deleted.

doc/Infos.md

-2
This file was deleted.

doc/Main-Panel.md

-38
This file was deleted.

doc/Options.md

-76
This file was deleted.

doc/Preferences.md

-39
This file was deleted.

readme.rst

+46-11
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ Installation:
2626

2727
https://youtu.be/lumrnhikSOg
2828

29-
Download the git release from here (LINK_TO_LATEST_RELEASE)
30-
and install it in Blender via Edit > Preferences > Add-ons > Install an Addon
29+
`Download the latest git release of Blender Substance Texture Importer from here <https://github.com/Kos-Design/materials_substance/releases/download/0.3.1/Blender_Substance_Texture_Importer.zip>`__
30+
and install it in Blender via Edit > Preferences > Add-ons > Install an Addon.
31+
3132
Note : if you download the files manually copy the folder inside your Blender Add-Ons directory.
3233
It will then appear in the Add-Ons list (you can find it by typing "Material: Blender Substance Texture Importer" in the search bar of the Blender Preferences window > Addon tab).
3334
Enable like the other add-ons by ticking the checkbox in front of “Material: Blender Substance Texture Importer”.
@@ -41,18 +42,44 @@ How-to:
4142

4243
https://youtu.be/45rky8J_0us
4344

44-
`Wiki <doc/Home.md>`__
45-
(still in progress)
46-
4745
The panel labeled "Substance Texture Importer" is displayed under the Shader Settings in the Material Tab.
4846

49-
First choose the directory containing the textures files to be imported.
50-
(IMG FOLDERSELECT)
47+
First choose the directory containing the textures files to be imported using the folder selection field under "Maps Folder" section of the addon panel.
48+
49+
.. figure:: http://kos-design.com/images/wikipics/folder_select.jpg
50+
5151
After setting the folder the script should automatically detect and activate the relevant maps in the panel.
5252
You can enable/disable the textures maps type you wish to import by checking the corresponding line in the addon panel (and edit the texture map name if needed)
53-
If a matching texture fils is detected the icon next to the map name should change from a question mark to a checked icon (IMAGE Question mark & Checked icons)
53+
54+
.. figure:: http://kos-design.com/images/wikipics/panel_lines.jpg
55+
56+
If a matching texture file is detected the icon next to the map name should change
57+
58+
from a question mark :
59+
60+
.. figure:: http://kos-design.com/images/wikipics/question_mark.jpg
61+
:align: left
62+
63+
to a checked icon :
64+
65+
.. figure:: http://kos-design.com/images/wikipics/checked.jpg
66+
:align: left
67+
5468
Then you can use the "Import Textures" button to batch import the images into their associated shaders sockets.
55-
Or use the "Setup nodes" button below to only create empty image nodes, and the use the "Assign images" button to fill the images nodes with the matching textures files.
69+
70+
.. figure:: http://kos-design.com/images/wikipics/import_maps.jpg
71+
:align: left
72+
73+
Or use the "Setup nodes" button below to only create empty image nodes,
74+
75+
.. figure:: http://kos-design.com/images/wikipics/only_setup.jpg
76+
:align: left
77+
78+
and then use the "Assign images" button next to it to fill these images nodes with the matching textures files.
79+
80+
.. figure:: http://kos-design.com/images/wikipics/only_assign.jpg
81+
:align: left
82+
5683
By default the script will import the images for all selected objects at once, there are also some options to import them for all visible objects, only the active object or only the active material of each selected object.
5784

5885

@@ -104,14 +131,22 @@ Enable this option to ignore the .00x prefix from the target materials names.
104131
Manual Mode:
105132
------------
106133
Use this to be able to manually select a texture file instead of relying on the pattern detection algorithm of the addon.
107-
When enabled the icon next to the map name on each panel line will change to (ICON).
134+
When enabled the icon next to the map name on each panel line will change to :
135+
136+
.. figure:: http://kos-design.com/images/wikipics/manual_off.jpg
137+
:align: left
138+
108139
You can then activate it for each line and the texture map name will change to an individual file selection field.
109140

141+
.. figure:: http://kos-design.com/images/wikipics/manual_enabled.jpg
142+
:align: left
110143

111144
Presets:
112145
--------
113-
The icon (ICON) in the top-right corner allows you to store and loads the parameters used in the UI panel.
146+
The icon in the top-right corner allows you to store and loads the parameters used in the UI panel.
114147

148+
.. figure:: http://kos-design.com/images/wikipics/preset_button.jpg
149+
:align: left
115150

116151
License
117152
-------

0 commit comments

Comments
 (0)