glTF exporter: export attributes only if start with underscore
Now Blender has lots of attributes (material_index, position, uv, ...) that are already exported in glTF And we don't want to export them as custom attributes
Showing
- io_scene_gltf2/__init__.py 2 additions, 2 deletionsio_scene_gltf2/__init__.py
- io_scene_gltf2/blender/com/gltf2_blender_default.py 0 additions, 8 deletionsio_scene_gltf2/blender/com/gltf2_blender_default.py
- io_scene_gltf2/blender/exp/gltf2_blender_gather_primitives_extract.py 21 additions, 7 deletions...f2/blender/exp/gltf2_blender_gather_primitives_extract.py
Loading
Please register or sign in to comment