Blender_bevy_components_wor.../tools
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
..
blenvy feat(Blenvy): added basics of correct multi-material meshes support 2024-07-27 12:48:47 +02:00
blenvy.zip feat(Blenvy): added basics of correct multi-material meshes support 2024-07-27 12:48:47 +02:00
internal_generate_example_gltf_files.py feat(Blenvy): cleanups, docs & tweaks 2024-07-21 01:44:05 +02:00
internal_generate_release_zips.py chore(): updated docs, moved examples around etc 2024-07-16 01:18:31 +02:00