|
|
Script node is one of the ways you can use Python to interact with the nodetree. If you are comfortable with Python, this will let you quickly make your own nodes, and iterate through code changes fast. (it has a "hot reload")
|
|
|
|
|
|
- Either by generating or modifying existing geometry.
|
|
|
- use Blender Python API (bpy) or any third party Python module.
|
|
|
- interact with other nodes or other parts of Blender, as a function of any imaginable input.
|
|
|
it can:
|
|
|
- Generate or modify existing geometry.
|
|
|
- Use Blender Python API (bpy) or any third party Python module.
|
|
|
- Interact with other nodes or other parts of Blender, as a function of any imaginable input.
|
|
|
|
|
|
The documentation can be found [here](), but it's a bit clinical and will make more sense if you've explored some of the examples beforehand.
|
|
|
|
... | ... | |