snnib.blender.panels.SNNIB_PT_Panel

class snnib.blender.panels.SNNIB_PT_Panel(*args: Any, **kwargs: Any)[source]

panel hosting the add-on

  • see draw()

Attributes

Inferred Attributes

Methods
  • draw() – draws and populates the panel

Dependencies
  • bpy

  • logging

__init__(*args: Any, **kwargs: Any) None

Methods

__init__(*args, **kwargs)

draw(context)

draws and populates the panel

Attributes

bl_category

bl_idname

bl_label

bl_region_type

bl_space_type

draw(context)[source]

draws and populates the panel

Parameters
  • context
    • the current context

Raises

Returns