Blender scripts to import/export C3 models.
Example: the model 003194790.C3
posed freely.
For your first experiment it is suggested to use the model 003194790.C3
along with its texture 003194790.dds
.
- Download the script.
- Open Blender.
- Remove the cube :p (as usual) by pressing x or delete on the cube.
- On the upper bar there is a drop down menu. Change the engine to Cycles.
- Change the UI view to scripting.
- Open the script
OpenC3_with_bones
using the open button you find below on the scripting panel to the left. - Go to the end of the script once opened and change the variable
filePath
andtexturePath
to the path of the model.c3
and the texture.dds
you want to import respectively. - Click
Run Script
(it is found to the right of the open button you clicked previously).
Under Construction
- Tested on garments.
- This post on Xentax is what inspired me to start this project.