Prestige Update: Node Creation
Tell Prestige what you want to build. It creates the nodes for you.
Tell Prestige what you want to build. It creates the nodes for you.
V1 was a chat assistant—you ask questions, it gives answers. V2 goes further: Prestige can now create and modify your node graph directly.
Say "create *anything*" and watch it build the network.
Type a request in plain English: "create a sphere", "add noise to the selected points", "build a scatter setup with density control".
The AI writes Python code that creates the nodes, sets parameters, and wires connections. It uses your scene context—if you have nodes selected, it works from there.
Complex requests get decomposed automatically. "Create a procedural building" becomes multiple steps: base geometry, floors, windows, etc.
A dialog shows you exactly what will happen: which nodes will be created, what code will run. You can edit the code if needed.
Nothing executes until you click "Apply". Cancel anytime.
Before execution, the code goes through analysis: no file system access, no network calls, no dangerous operations. If something looks wrong, you get a warning.
Classifies your request: node creation, parameter modification, network analysis, code generation, etc.
Breaks complex requests into sequential steps. Each step builds on the previous one.
AST parsing to verify the generated code is valid Python and uses correct Houdini APIs.
If execution fails, Prestige can analyze the error and suggest fixes or retry with corrections.
"Create a grid with 50x50 divisions"
Creates a Grid SOP with the specified resolution
"Add mountain noise to the selected geometry"
Appends a Mountain SOP after your selection
"Create a scatter setup with density attribute control"
Builds: AttributeCreate → Scatter with density linked to the attribute
"Build a simple L-system tree"
Creates L-System SOP with tree-like rules, adds Sweep for branches
Node Creation is powerful but not magic. Some things to know:
• Complex setups may need multiple requests or manual tweaking
• The AI can make mistakes—always review the preview
• Very specific parameter values might need manual adjustment
• Works best for common Houdini patterns and workflows
Questions? megacoolcorp.contact@gmail.com