Blender_bevy_components_workflow icon indicating copy to clipboard operation
Blender_bevy_components_workflow copied to clipboard

Bevy Code & Blender addon for a simple workflow to add & edit Bevy components in Blender

Results 77 Blender_bevy_components_workflow issues
Sort by recently updated
recently updated
newest added
trafficstars

Alternative to #188 Closes #187 This makes all `Entity` fields in blender selectable to objects, which translate to gltf nodes, so mesh selecting currently isn't possible yet. ![image](https://github.com/user-attachments/assets/52b41735-b751-4a00-81b9-6bad56f8b9cc) On the...

I noticed the CameraTracking component is not used in the examples, so I removed it. I also found some documentation issues that I fixed in this PR.

Currently, the public reeport of bevy in `save_load/common.rs` goes up the whole crate, resulting rust-analyzer in wanting to export everything from blenvy instead of bevy, which annoys me. We should...

built on top of #255 . update a few different things. move dependencies to workspace to make it easier to update and track versions. updated most dependencies as well as...

cargo is a blueprint in another file which is correctly exported to blueprints/cargo.glb, but when I save my level it puts in the wrong path, causing a crash. ``` "extras":...

The object that actually gets the bevy SpotLight component is the inner one. I can't add custom components to this. ``` Traceback (most recent call last): File "/home/user/.config/blender/4.3/extensions/user_default/Blenvy/add_ons/bevy_components/components/ui.py", line 200,...

**Tested on:** `0.1.0-alpha.1` in Blender `4.2.3 LTS` with default plugin settings. **Setup:** I have a World scene and Library scene as suggested in the documentation. Prepared 2 blueprints for my...

- Follow migration guide: https://bevyengine.org/learn/migration-guides/0-14-to-0-15 - Update dependencies to make it compatible with bevy 0.15

on blender 4.3, i get below error, when following the quick start guide ![image](https://github.com/user-attachments/assets/1a6e0262-d640-43d0-8c88-e964b353eaa0)