From eca8fe6a4f717e7048c7bdcd383d3a2919ebe58d Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 22 May 2025 14:59:13 +0100 Subject: [PATCH] Updated README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e0f16ba..35b25db 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,14 @@ following command: ```sh curl -X POST http://localhost:1212/create_model -H "Content-Type: application/json" -d '{"model_code":"def model(): bpy.ops.mesh.primitive_cube_add(size=2, enter_editmode=False, location=(0, 0, 0)); return bpy.context.object"}' --output model.glb ``` + +# Included libraries + +The modelling environment includes the following libraries to facilitate modelling: + +- bpy +- bmesh +- mathutils +- numpy +- scipy +- trimesh