issues
search
nutti
/
fake-bpy-module
Fake Blender Python API module collection for the code completion.
MIT License
1.42k
stars
98
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`Matrix.inverted` has unknown return type instead of `Matrix`
#316
Andrej730
opened
2 days ago
0
UILayout.panel and UILayout.panel_prop are missing return value
#315
Andrej730
opened
1 week ago
0
All versioned releases of fake-bpy-module require Python 3.12
#314
henrikwilhelmsen
closed
5 days ago
1
need an update for fake-bpy-module-4.2 that allows Python < 3.12
#313
futurwasfree
closed
2 weeks ago
2
Incorrect typing for depsgraph updates callback arguments
#312
Andrej730
closed
2 weeks ago
1
bpy.types.Object.bound_box - incorrect typing
#311
Andrej730
closed
4 weeks ago
1
Operator "*" not supported for types "Vector" and "Vector"
#310
Andrej730
closed
1 month ago
1
Return value of BoneCollections.get() is not typed
#309
arcusmaximus
closed
2 months ago
7
Full support for `bpy.types.NodeSocket` & `bpy.types.Node`
#308
ItsCubeTime
closed
1 month ago
13
Fix: gen.py typing issue
#307
Andrej730
closed
3 months ago
1
Fix: remove adding "never none" for "readonly" properties
#306
Andrej730
opened
3 months ago
0
Fix: parsing .rst on windows
#305
Andrej730
closed
3 months ago
1
Fix: Re-export child modules
#304
JonathanPlasse
closed
3 months ago
7
Non-optional types should not have None as their default value
#302
JonathanPlasse
closed
2 months ago
1
Some rna_enum references are not refined
#301
JonathanPlasse
closed
1 month ago
3
Update: Create type aliases for rna enums
#300
JonathanPlasse
closed
2 months ago
4
Fix: Copy attributes when rewriting Self type for optional type
#299
JonathanPlasse
closed
3 months ago
1
`fake-bpy-module-4.2` isn't up to download
#298
DasLixou
closed
1 month ago
5
Fix: Import Self from typing_extensions instead of typing
#297
JonathanPlasse
closed
3 months ago
1
Flake8 pyi
#296
JonathanPlasse
closed
2 months ago
1
Update: Refine enum type from str to Literal
#295
JonathanPlasse
closed
3 months ago
3
Update: Support Blender 4.2
#294
JonathanPlasse
closed
4 months ago
1
`UILayout.label` accepts positional arguments
#293
Andrej730
closed
3 months ago
4
Context argument is None in the typing?
#292
Andrej730
closed
4 months ago
1
Required keyword-only arguments are made optional by defaulting to None
#290
Road-hog123
closed
4 months ago
1
Feature request - support typing for bmesh layers values
#288
Andrej730
closed
1 month ago
4
`bmesh.types.BMFace.verts` doesn't specify `BMVert` as generic for `BMElemSeq`
#287
Andrej730
closed
4 months ago
1
Some child classes inherit from both their parent and grandparent, causing "Cannot create consistent method ordering" error
#286
Road-hog123
closed
4 months ago
3
Some child classes copy from parent instead of inheriting
#285
Road-hog123
closed
4 months ago
1
Default value `sys.float_info.max` converted to `None`
#284
Road-hog123
closed
3 months ago
2
Update: Support slice for BMElemSeq, BMVertSeq, BMEdgeSeq, BMFaceSeq
#283
Road-hog123
closed
4 months ago
1
Cleanup: Ensure all references to bpy classes in mod files are class-ref
#282
Road-hog123
closed
4 months ago
1
Remove runtime definition for overloaded functions
#281
Road-hog123
closed
4 months ago
1
Update help text/documentation for `gen.py`
#280
Road-hog123
closed
4 months ago
1
AddonPreferences.layout has a redundant `| None` in the type
#279
Andrej730
closed
4 months ago
1
Update: Add slice support to `mathutils` classes
#278
Road-hog123
closed
4 months ago
1
Fix: get/set slice returns/accepts more than one item
#277
Road-hog123
closed
4 months ago
1
duplicated signatures
#276
Andrej730
closed
4 months ago
2
Redundant `| None` types in the argument types
#275
Andrej730
closed
3 months ago
4
`Vector` - cannot convert to tuple / list / use slices
#274
Andrej730
closed
4 months ago
3
`context.active_bone` can also be `bpy.types.Bone`
#273
Andrej730
closed
4 months ago
2
Vector swizzles are returning typing.Any instead of Vector
#272
Andrej730
closed
4 months ago
5
Bpy Module is Completely Empty, does not Autocomplete
#271
Gonderage
closed
4 months ago
8
Issue with ID return type on ID class and Depsgraph
#270
Andrej730
closed
4 months ago
2
MaterialButtonsPanel.poll issue
#269
Andrej730
closed
4 months ago
2
Array of boolean consistency with array of int/float
#268
Road-hog123
closed
4 months ago
1
Default values that are instances of classes are typed as calls to None
#267
Road-hog123
closed
3 months ago
1
draw_ui_list missing * and **kwargs
#266
Road-hog123
closed
4 months ago
1
Every function in bpy.path is duplicated
#265
Road-hog123
closed
4 months ago
1
Remove assignment to slices & keys and delitem from bpy_prop_collection
#264
Road-hog123
closed
5 months ago
3
Next