System Information
Version: 3.0.0, branch: master, commit date: 2021-12-02 18:35, hash: f1cca3055776, type: release
Build date: 2021-12-03, 00:44:02 Platform: 'Windows-10-10.0.19043-SP0'
Short description of error
I get this error when trying to export to gltf in Blender 3.
This happen as soon as I change something in the scene and try to export it, this error appears.
A second try exports the file correctly and the error disappears. But it appears again as soons as something will be changed.
Error: Python: Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.0\3.0\scripts\addons\io_scene_gltf2\__init__.py", line 464, in invoke
for (k, v) in settings.items():
RuntimeError: IDPropertyGroup changed size during iterationHow to reproduce:
- Open default scene
- File โ Export โ glTF 2.0
- On sidebar, create new operator preset (lets say "test")
- Select "test"
- Enable Export Settings
- Export
- Repeat step 2
Another try and the error disappears. Objekt will be exported.
Is there a fix for this or can I do something myself?

