Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/collada/ArmatureExporter.cpp
| Context not available. | |||||
| node.addExtraTechniqueParameter("blender", "tip_x", tail[0] - head[0]); | node.addExtraTechniqueParameter("blender", "tip_x", tail[0] - head[0]); | ||||
| node.addExtraTechniqueParameter("blender", "tip_y", tail[1] - head[1]); | node.addExtraTechniqueParameter("blender", "tip_y", tail[1] - head[1]); | ||||
| node.addExtraTechniqueParameter("blender", "tip_z", tail[2] - head[2]); | node.addExtraTechniqueParameter("blender", "tip_z", tail[2] - head[2]); | ||||
| node.addExtraTechniqueParameter("blender", "inherit_scale_mode", bone->inherit_scale_mode); | |||||
| } | } | ||||
gaiaclary: Why is this added only to leaf bones ? Shouldn't this go into the if block starting at line 169… | |||||
| } | } | ||||
| Context not available. | |||||
Not Done Inline ActionsSame as previous comment gaiaclary: Same as previous comment | |||||
Why is this added only to leaf bones ? Shouldn't this go into the if block starting at line 169 ?