export
Builds a 3D model at the selected resolution and exports it as an OBJ file (Z up, metres) for direct import into Blender.
Instructions
Build at the given resolution and write an OBJ (Z up, metres). Import it into Blender with bpy.ops.wm.obj_import(filepath=..., forward_axis='Y', up_axis='Z').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes | ||
| resolution | No |