Skip to content

Subclasses of mixed-in classes inherit from only the un-mixed bpy_types superclasses #14

Description

@Mysteryem

bpy.types.ShaderNode is mixed with bpy_types.ShaderNode.
bpy_types.ShaderNode is a sub-class of bpy_types.NodeInternal.
bpy_types.NodeInternal is a sub-class of bpy_types.Node.
The issue is that bpy_types.Node gets mixed with bpy.types.Node, so in the generated bpy.types py file we make bpy.types.Node a subclass of bpy_types.Node, but bpy.types.ShaderNode should also inherit from bpy.types.Node and this is currently missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions