Skip to content

Commit 88207ec

Browse files
author
C#
authored
Create README.md
1 parent 8c28c69 commit 88207ec

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

BlenderPlugin/README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,23 @@
55
(Beta window will only contain Renaming and Exporting panel)
66

77
## Installation
8+
89
### SharpSmashSuite.py
10+
911
This can be installed in two main ways:
1012

11-
Single file:
13+
Single file:
1214
Open the scripting tab in blender, in the text editor click on the open file icon and select the python script. Then click on the run button
1315

14-
Add-on:
15-
Go into Edit > Preferences, go to the add on tab and click on Install. Select the python script and then check the box next to the addon's name.
16+
Add-on:
17+
Go into Edit > Preferences, go to the add on tab and click on Install. Select the python script and then check the box next to the addon's name.
1618

1719
### export\_obj.py
1820

1921
This is a patch file for the object exporter in Blender to make it compatible with the Suite. Normally, blender formats obj meshes like "objectname+objectmesh". This py script makes it so it only includes the object's name. Place it in your Blender's io\_scene\_obj folder, it might be located here:
2022

2123
C:\\Program Files\\Blender Foundation\\Blender 2.93\\2.93\\scripts\\addons\\io\_scene\_obj
2224

25+
## Usage
26+
27+
Check the wiki [here](https://github.com/CSharpM7/SharpSmashSuite/wiki/Blender-SSS)

0 commit comments

Comments
 (0)