Neuron Generator

Maya Plug-in development

User Guide


Neuron generator is a small Maya plug-in that allows user to create neuron web, neuron nodes, and constrain them together for further animation usage.

NeuronUI_03.png

Function 01: Generate neuron web

This function would randomly take two vertices on the target mesh and make a straight curve between them. User has to select at least two meshes to use this function. The generated curves are non repeating. If the curve number assigned is larger than the maximum curves number the target mesh could have, it would only reach that maximum number.


Function 02: Generate neuron nodes

This function would generate neuron nodes on top of the target mesh. User has to select at least two meshes to use this function. The first one would be the target mesh, and the rest of selection would be the nodes. The nodes would be be randomly selected and matched to the target mesh vertices.


Function 03: Bind neuron web and nodes

This function would constrain the endpoints of generated curves to the neuron nodes.
By doing this, when user moves or animates their neuron nodes, the curves would follow them directly.

How to Install


Step 01: Download neuron_generator.zip

Step 02: Unzip and put the folder under your Maya script folder (C:/ user/username/Document/Maya/scripts)

Step 03: Open the Script Editor in Maya and switch to Python tab.

Step 04: Drag and drop the run.py file into the bottom panel.

Step 05: Select Command > Execute

Step 06: You could also highlight the script and drag to the custom shelf. (Icon is provided in the zip file!)

Previous
Previous

Spiral

Next
Next

Cover Mesh