simulate
simulate copied to clipboard
[Python] GLTF export for extensions includes unused arguments.
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.