Files
test2/source
Christoph Lendenfeld b4a6610c88 Fix: Python Errors with id_root enum
The issue was that the enum property expected a default of `Object`
which wasn't present in the default enum.
Error was: `EnumProperty(..., default='OBJECT'): not found in enum members`
Fixed it by constructing a simple `EnumPropertyItem []` with the `Object` entry.

Pull Request: https://projects.blender.org/blender/blender/pulls/126963
2024-08-30 11:03:56 +02:00
..