Skip to content

Commit b9f469c

Browse files
committed
Update to 0.9.0
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.
1 parent fab4abc commit b9f469c

11 files changed

Lines changed: 338 additions & 1065 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Editor Files/Folder
22
.vscode/
3+
__pycache__

README.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
# Blender Addon Pipeline
22

3-
Pipeline import/export/open for OBJ, FBX, ZBrushCore, Substance Painter, iClone, Daz3D.
3+
Pipeline import/export/open for ZBrushCore, Substance Painter, iClone, Daz3D.
44

55
# Features
66

7-
## Info Toolbar
8-
- Hide Render Engines Selector
9-
- Hide Scene Selector
10-
- Hide Unneeded Applications
11-
## OBJ
12-
- One click OBJ Import (Excluding manual file/path selection)
13-
- One click OBJ Export (Exports selected object to export folder)
14-
## FBX
15-
- One click FBX Import (Excluding manual file/path selection)
16-
- One click FBX Export (Exports scene to export folder)
177
## ZBrushCore
188
- One click ZBrushCore OBJ Export (Exports selected object to export folder and opens file in ZBrushCore)
199
- One click ZBrushCore OBJ Import (Imports exported obj and replaces vertices co-ordinates on selected object)
10+
\* When exporting from ZBrushCore be sure to export to the same obj file that was used for import.
2011
## Substance Painter
21-
- Application Link to Open Substance Painter (Exports scene to export folder before opening Substance Painter)
12+
- One Click Substance Painter OBJ Export (Exports selected object to export folder and opens file in Substance Painter)
13+
- One Click Substance Painter FBX Export (Exports scene to export folder and opens file in Substance Painter)
14+
\* Creates SPP Project File based on blender filename and passes texture folder for export.
2215
## iClone/Character Creator/3DXchange
2316
- One click iClone Base FBX Template Import (Copies "Base.fbxkey" to export folder and renames it to the Blender "filename.fbxkey")
2417
- One click iClone Female FBX Template Import (Copies "Base Female.fbxkey" to export folder and renames it to the Blender "filename.fbxkey")
@@ -33,20 +26,16 @@ Pipeline import/export/open for OBJ, FBX, ZBrushCore, Substance Painter, iClone,
3326

3427
2.79.0
3528

36-
\* 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.
3730

3831
# IMPORTANT USAGE NOTES
3932

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.
4134

4235
- File Naming Convention
4336

4437
File names are derived from the selected object name or your blender file name.
4538

46-
- ZBrushCore
47-
48-
When exporting from ZBrushCore be sure to export to the same obj file that was used for import.
49-
5039
# Installation
5140

5241
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

Comments
 (0)