You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added display options, Buttons, Menu and Hidden (for use with blender_addon_ui).
Added better substance painter support.
Fixed scale, rotation and location issues.
Removed modified space_info.py to allow the addon to work in other blender versions.
\*May work in previous versions but untested, space_info.py will likely cause issues/unexpected behaviour.
29
+
\*Will likely work in previous versions but untested.
37
30
38
31
# IMPORTANT USAGE NOTES
39
32
40
-
\* Make sure you have a saved .blend file before using the auto import/export features, then saving before import/export is then not required. The addon needs the file location to know where to create the export folder used for import/export of the files.
33
+
\* Make sure you have a saved .blend file before using the auto import/export features, then saving before import/export is then not required. The addon needs the file location to know where to create the export and textures folder used for import/export of the files.
41
34
42
35
- File Naming Convention
43
36
44
37
File names are derived from the selected object name or your blender file name.
45
38
46
-
- ZBrushCore
47
-
48
-
When exporting from ZBrushCore be sure to export to the same obj file that was used for import.
49
-
50
39
# Installation
51
40
52
41
Download either the tar.gz or zip from [https://github.com/Digiography/blender_addon_pipeline/releases/latest](https://github.com/Digiography/blender_addon_pipeline/releases/latest)
0 commit comments