snnib.blender.operators.SNNIB_OT_init_geo_nodes

class snnib.blender.operators.SNNIB_OT_init_geo_nodes(*args: Any, **kwargs: Any)[source]

initializes all geometry nodes node trees needed for the add-on to work

  • see self.execute()

Attributes

Inferred Attributes

Methods
  • execute()

Dependencies
  • bpy

  • logging

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

Methods

__init__(*args, **kwargs)

execute(context)

creates geo nodes node trees needed for SNNIB

Attributes

bl_idname

bl_label

execute(context)[source]

creates geo nodes node trees needed for SNNIB

  • will also register the shader nodes
    • geo nodes use the shader nodes internally

Parameters
  • context
    • the current context

    • not used

Raises

Returns
  • {‘FINISHED’}