Blender_bevy_components_wor.../tools/blenvy/add_ons
kaosat.dev 4865d432d9 feat(Blenvy): added basics of correct multi-material meshes support
* relying on the fact that the mesh-per-material generated by the gltf exporter is deterministic:
ie always uses the ordering of materials in an object
 * added new component MaterialInfos (plural) with a vec of MaterialInfo's
 * modified how materials per object are gathered on the Blender side
 * and modified the processing on the Bevy side to also use the ordered approach
 * seems to work well so far !
2024-07-27 12:48:47 +02:00
..
auto_export feat(Blenvy): added basics of correct multi-material meshes support 2024-07-27 12:48:47 +02:00
bevy_components feat(Blenvy:Blender): fixed the most obvious issues with current implementation of materials handling 2024-07-25 00:06:20 +02:00
__init__.py refactor(Blenvy): moved components & auto export into a sub folder for clarity 2024-05-25 13:26:30 +02:00