Blender_bevy_components_wor.../tools/blenvy/materials
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
..
__init__.py refactor(blenvy): some minor materials reorg 2024-05-16 14:19:45 +02:00
materials_helpers.py feat(Blenvy): added basics of correct multi-material meshes support 2024-07-27 12:48:47 +02:00