PR:
Blender:
Egg:
<Tag> mass {0.0}
<Tag> friction {2.0}
Code:
friction = panda_node.getTag("friction")
mass = panda_node.getTag("mass")
PR:
Blender:
Egg:
<Tag> mass {0.0}
<Tag> friction {2.0}
Code:
friction = panda_node.getTag("friction")
mass = panda_node.getTag("mass")
Using the new tags in my Collision → Rigidbody support. This means eggs now support rigid body parameters! =)
Very cool–thank you for this!
If i can get you to move your work to new blender, i know ill have succedded.