JacquesLucke / blender_vscode

Visual Studio Code extension for Blender development.
MIT License
557 stars 76 forks source link

Allow Gizmo and GizmoGroup types to be picked inside auto_load.py #62

Closed jessey-git closed 4 years ago

jessey-git commented 4 years ago

For folks implementing their own custom Gizmo's, auto_load.py needs to be able to pick up both bpy.types.Gizmo and bpy.types.GizmoGroup.

JacquesLucke commented 4 years ago

Thanks.