fake-bpy-module icon indicating copy to clipboard operation
fake-bpy-module copied to clipboard

Fake Blender Python API module collection for the code completion.

Results 64 fake-bpy-module issues
Sort by recently updated
recently updated
newest added
trafficstars

### 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...

blender patch

E.g. `GPUBatch`: ![Image](https://github.com/user-attachments/assets/c08611dc-c646-44af-a520-cbb6eb16a86b) Type hint: ![Image](https://github.com/user-attachments/assets/205faa04-cfc7-4358-a495-2eb1356c564f) Blender docs (https://docs.blender.org/api/current/gpu.types.html): ![Image](https://github.com/user-attachments/assets/be3e3612-1304-42c3-a1c9-d502c621a30f)