Update: add handling for .. details:: section#445
Conversation
bb5c8ad to
9e72bb7
Compare
9e72bb7 to
a52f83b
Compare
nutti
left a comment
There was a problem hiding this comment.
Thank you for attempting this @Andrej730
It is better to follow the official document instead of mod file.
In case, is it possible to restrict the version (like 5.1-) for applying the mod file?
https://github.com/nutti/fake-bpy-module/tree/main/src/mods/blender/3.3%2B
You mean to actually support My intention here was to just unblock fake-bpy-module building for now, to keep stubs usable the way they were and to see if there are any other build issues. |
Fixing issue with the latest build, see https://github.com/nutti/fake-bpy-module/actions/runs/26812382083/job/79045490819
First I've added actual handling for details, but they're in conflict with how we approach adding our mod files - see details in 7c48cf2.
For now I've added a documented skip, so our stubs still will be usable, until we figure what to do next.
Regarding second error below I've submitted a fix upstream - https://projects.blender.org/blender/blender/pulls/159506