snnib.blender.operators.SNNIB_OT_build_snn.execute

SNNIB_OT_build_snn.execute(context)[source]

builds the SNNIB network

  • called whenever the respective button is clicked

  • will
    • read the input specified in the UI panel
      • network_container

      • template_neuron

      • network_file

    • initialize a network.Network

    • setup the container

    • draw the neurons

    • draw the synapses

Parameters
  • context
    • the current context

    • not used

Raises

Returns
  • {‘FINISHED’}