Updated import_3d (markdown)

Juan Linietsky 2015-01-23 15:34:33 -03:00
parent fb75ae4e0e
commit 4f657e5df8

@ -57,7 +57,7 @@ Two options for textures are provided. They can be copied to the same place as t
Before going into the options, here are some tips for making sure your rigs import properly
* Only up to 4 weights are imported per vertex, if a vertex depends of more than 4 bones, only the 4 most important bones (the one with the most weight) will be imported. For most models this usually works fine, but just keeps it in mind.
* Only up to 4 weights are imported per vertex, if a vertex depends of more than 4 bones, only the 4 most important bones (the one with the most weight) will be imported. For most models this usually works fine, but just keep it in mind.
* Do not use non-uniform scale in bone animation, as this will likely not import properly. Try do do the same effect with more bones.
* When exporting from Blender, make sure that objects modified by a skeleton are children of it. Many objects can be modified by a single skeleton, but they all should be direct childrens.
* The same way, when using Blender, make sure that the relative transform of children nodes to the skeleton is zero (no rotation, no scale, no translation, all zero and scale at 1.0). The position of both objects (the little orange dot) should be at the same place.