Blender Custom Properties Support for YABEE (Eggs)

PR:

Blender:

Egg:

<Tag> mass {0.0}
<Tag> friction {2.0}

Code:

friction = panda_node.getTag("friction")
mass = panda_node.getTag("mass")
2 Likes

Using the new tags in my Collision → Rigidbody support. This means eggs now support rigid body parameters! =)

2 Likes

Very cool–thank you for this! :slight_smile:

If i can get you to move your work to new blender, i know ill have succedded. :slight_smile:

1 Like