Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
C# committed May 30, 2022
1 parent 8c28c69 commit 88207ec
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions BlenderPlugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,23 @@
(Beta window will only contain Renaming and Exporting panel)

## Installation

### SharpSmashSuite.py

This can be installed in two main ways:

Single file:
Single file:
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

Add-on:
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.
Add-on:
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.

### export\_obj.py

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:

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

## Usage

Check the wiki [here](https://github.com/CSharpM7/SharpSmashSuite/wiki/Blender-SSS)

0 comments on commit 88207ec

Please sign in to comment.