Blender_bevy_components_workflow
Blender_bevy_components_workflow copied to clipboard
Blenvy for Blender: Pasting `avian`'s `ColliderConstructor` onto an `empty` results in an error
Copying the following component...
...and pasting it onto an empty yields:
The resulting component suggests we have a Cuboid full of uninitialized values...
...but the custom properties reveal that we actually hold a Sphere:
{"avian3d::collision::collider::constructor::ColliderConstructor": "Sphere(radius: 0.0)"}