Skip to content

Commit

Permalink
Update readme.md for blender addon
Browse files Browse the repository at this point in the history
  • Loading branch information
softcat477 committed Jul 2, 2023
1 parent 0657d85 commit da7af62
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
# SMPL to FBX

![](Imgs/teaser.gif)

> 🤖 Update 2023: Support blender addons.
I can convert motions in SMPL format into FBX files.

## Blender addons
Blender addon allows you to load SMPL into Blender without setting up FBX SDK and get the best of Blender's power.

Blender files and part of codes are based on https://smpl.is.tue.mpg.de/.

### Install blender addon:
(download zip file from Releases) -> `Edit` -> `Preferences` -> `Add-ons` -> `Install` -> (select the zip file) -> search smpl -> check the inventory of `SMPL: Load SMPL from pickle`

https://github.com/softcat477/SMPL-to-FBX/assets/25975988/f212d1ed-d7b7-4481-be14-5866f4172075

### Load a smpl file:
See the screen recording.

https://github.com/softcat477/SMPL-to-FBX/assets/25975988/e9405fc4-9748-4d67-9118-9e63e04bd027

## Steps
1. Install [Python FBX](https://download.autodesk.com/us/fbx/20112/fbx_sdk_help/index.html?url=WS1a9193826455f5ff453265c9125faa23bbb5fe8.htm,topicNumber=d0e8312).
1. Download the [SMPL fbx model](https://smpl.is.tue.mpg.de) for unity. Keep the male model `SMPL_m_unityDoubleBlends_lbs_10_scale5_207_v1.0.0.fbx`.
Expand Down

0 comments on commit da7af62

Please sign in to comment.