fake-bpy-module
fake-bpy-module copied to clipboard
Fake Blender Python API module collection for the code completion.
### System Information * OS: [Fedora 42] * Blender version: [4.3.0] Using Jedi (which is my default) my lsp immediately freezes and provides no information (perhaps for a similar reason...
Currently there is a problem passing callback-arguments to `bpy.props` functions - there seems to be no way to do it right without producing errors. Callable arguments are defined as `collections.abc.Callable[[bpy.types.bpy_struct,...
When calling `bpy.data.node_groups.new()`, you need to specify a node group name and a type name. The valid types can be found by calling it with an invalid type and looking...
E.g. `GPUBatch`:  Type hint:  Blender docs (https://docs.blender.org/api/current/gpu.types.html): 