nutti / fake-bpy-module

Fake Blender Python API module collection for the code completion.
MIT License
1.31k stars 95 forks source link

Set literals are unsorted in parameter default value #209

Closed JonathanPlasse closed 1 month ago

JonathanPlasse commented 1 month ago

Expected behavior

One behavior I would like to have with fake bpy module code generation, is that it is deterministic. But, currently when running twice the same code generation command, I obtain different results.

Description about the bug

Set literals are unsorted in parameter default value. Screenshot from 2024-05-14 20-14-33