snnib.blender.panels

defines the [blender](https://www.blender.org/) UI panels

  • creates panels and populates them with inputs and operators

Exceptions

Classes
  • SNNIB_PT_Panel – main snnib panel to generate networks

Functions

Other Objects

Functions

register()

unregister()

Classes

SNNIB_PT_Panel(*args, **kwargs)

panel hosting the add-on

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

draw(context)[source]

draws and populates the panel

Parameters
  • context
    • the current context

Raises

Returns