forked from mutantbob/pycharm-blender
-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: Mysteryem/pycharm-blender
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Subclasses of mixed-in classes inherit from only the un-mixed bpy_types superclasses
bug
Something isn't working
#14
opened May 15, 2023 by
Mysteryem
Add comments for bpy_func that are only accessible on instances
enhancement
New feature or request
#13
opened Jan 23, 2023 by
Mysteryem
Properties such as Mesh.shape_keys can be None, so should be Optional
bug
Something isn't working
#12
opened Jan 2, 2023 by
Mysteryem
bpy.context and bpy.data are types, but should be instances
bug
Something isn't working
#10
opened Dec 13, 2022 by
Mysteryem
__init__ for classes such as mathutils.Vector is missing
bug
Something isn't working
#9
opened Dec 7, 2022 by
Mysteryem
View2D region_to_view and view_to_region return types are not being picked up as arrays
bug
Something isn't working
#8
opened Dec 5, 2022 by
Mysteryem
bpy.types.bpy_struct is still being considered a fake class in some places
bug
Something isn't working
#7
opened Nov 21, 2022 by
Mysteryem
Add __getattr__ to bpy.types.OperatorProperties to suppress warnings when accessing attributes
enhancement
New feature or request
#6
opened Nov 21, 2022 by
Mysteryem
bpy.props.PointerProperty should return Optional[_T] when _T extends bpy.types.ID
bug
Something isn't working
#5
opened Oct 20, 2022 by
Mysteryem
bpy.props.EnumProperty return type should be type[set[str]] when the 'ENUM_FLAG' option is enabled
bug
Something isn't working
#4
opened Oct 19, 2022 by
Mysteryem
Rewrite ops as classes and fix __call__ signature
bug
Something isn't working
#3
opened Oct 19, 2022 by
Mysteryem
Convert parsed docs back to RST
enhancement
New feature or request
#2
opened Sep 24, 2022 by
Mysteryem
Handle use of bpy.types.AnyType
enhancement
New feature or request
#1
opened Sep 24, 2022 by
Mysteryem
ProTip!
Adding no:label will show everything without a label.