nutti / fake-bpy-module

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

fix building instructions #237

Closed Andrej730 closed 6 months ago

Andrej730 commented 6 months ago

1) add non-optional -f flag 2) replace bgl.c with bgl.cc as bgl.c is currently deprecated

nutti commented 6 months ago

@Andrej730

Thank you for your contribution!