]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blob - Blender_to_IQM.textile
update OSX build deps
[xonotic/xonotic.wiki.git] / Blender_to_IQM.textile
1 h1. Blender to IQM
2 > h2. Blender when exporting to iqm
3 > > h3. Needed/Example files
4 > > > * // Will be added
5 > > > * Bounding Box for Stand and Crouch: http://dev.xonotic.org/attachments/download/33/bbox_crouch_stand.zip
6 > > > * // umbra example files
7 > > > * // link to exporter
8 > > h3. Before You Start
9 > > > * use the bbox.blend in order to see the size that your model should be. Iqm exporter scale function untested.
10 > > > * use the duck_bbox.blend in order to see the size that your model should be when crouching.
11 > > > * for more information on bbox size refer to div0's model specs [[Player_Model_Spec]]
12 > > > * naming conventions for textures and model go as follow assuming the example is the umbra model: modelname: umbra.iqm, framegroups: umbra.iqm.framegroups, textures: umbra.tga or (jpg), umbra_norm.tga, umbra_gloss.tga,  (need to add more)
13 > > h3. Before exporting
14 > > > * you must assign material to your model. Select your model in object mode. Press F5. Look for the MA box and type the name of your model for example umbra.
15 > > h3.  Exporting
16 > > > # Select both mesh and armature in object mode. 
17 > > > # Go to scripts > export > inter-quake-model. 
18 > > > # Now make sure bounding boxes and meshes are both highlighted in the script window. 
19 > > > # Export to a file path of your choosing, /path/to/umbra.iqm. Put the names of all the animations in the animations box, using commas for multiple anims. Then hit the export button and hopefully it will work without any errors.