simulate icon indicating copy to clipboard operation
simulate copied to clipboard

[Python] GLTF export for extensions includes unused arguments.

Open edbeeching opened this issue 3 years ago • 0 comments

The functions for adding custom gltf to the model in gltf_export.py contain two unused arguments: buffer_data: ByteString, buffer_id: int = 0

These should be cleaned up, if they are not required.

edbeeching avatar Jul 27 '22 11:07 edbeeching