Run the unified .studio/generate.py pipeline
Generates all assets from .studio/specs using the unified pipeline.
/plugin marketplace add nethercore-systems/nethercore-ai-plugins/plugin install zx-procgen@nethercore-ai-pluginsGenerate assets from .studio/specs/** using the unified generator.
If .studio/generate.py is missing, run /init-procgen first.
From the project root:
python .studio/generate.py
Meshes, characters, and animations run by invoking Blender on the same entrypoint:
blender --background --python .studio/generate.py -- --only meshes
blender --background --python .studio/generate.py -- --only characters
blender --background --python .studio/generate.py -- --only animations