spaceribs / ProcGenMod

Procedural modeling in Blender using Node Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProcGenMod

Procedural modeling in Blender using Node Editor

alt text (outdated image)

(NEW) Video: https://www.youtube.com/watch?v=nKEeGVtGdlk (updated)

BlenderArtist thread: https://blenderartists.org/t/procgenmod-procedural-modeling-in-blender-using-node-editor/1156769 Progress tracker (Trello): https://trello.com/b/aKIFRoTh

About

ProcGenMod is a procedural modeling node-based system which utilises Blender and its Python API to create a visual programming environment for artists and developers. Heavily inspired by Side-FX Houdini, it presents a node editor with a variety of modular nodes to make the workflow easier and fast. Most of the nodes are blender internal operations (bpy.ops.mesh) which also makes it easier for frequent blender users to manipulate geometry. It helps the users to quickly create 3D models and control node parameters to generate limitless variations in a non-destructive manner. It also provides the users to view and edit mesh on any stage of the node network independently, with realtime updates.

Instructions

  1. Install the file as a Blender addon (User preferences -> Install addon from file...)

NOTE: Built and tested only for Blender 2.79b

  1. Open Node Editor (Do not remove the 3D viewport as it is required by some operations like extrude, transform, ...)
  2. Navigate to "PCG Node Tree" and create a new tree
  3. (Optional) Search for "Realtime Mesh Update" operator (search hotkey: Spacebar) and run it to enable active node preview. Now selecting any node will change the mesh accordingly.

NOTE: Re-run the operator if encountered any error/exception. To stop realtime preview, press "ESC".

  1. Press Shift+A to open the nodes menu. Alternatively, navigate through tabs on the left panel in the node editor
  2. Add a "Mesh Output" node and select it to display an option to refresh geometry (if not using realtime preview).

Open blender using a command prompt to view degub logs and errors, if encountered.

About

Procedural modeling in Blender using Node Editor

License:GNU General Public License v3.0


Languages

Language:Python 100.0%