workflows
workflows
¶
MCP prompt templates for common Houdini workflows.
These prompts guide AI assistants through multi-step Houdini tasks.
Functions:
| Name | Description |
|---|---|
debug_scene |
Systematic approach to debugging a Houdini scene. |
hda_development |
Guide for creating a Houdini Digital Asset. |
pdg_pipeline |
Guide for building a PDG/TOPs pipeline. |
procedural_modeling_workflow |
Guide for building a procedural modeling network in SOPs. |
simulation_setup |
Guide for setting up a dynamics simulation. |
usd_scene_assembly |
Guide for building a USD scene in Houdini's LOPs/Solaris. |
Functions¶
debug_scene
¶
debug_scene(problem_description: str = 'general issues') -> str
pdg_pipeline
¶
pdg_pipeline(task_description: str) -> str
procedural_modeling_workflow
¶
procedural_modeling_workflow(
description: str, output_context: str = "/obj"
) -> str