mirror of
https://github.com/Cian-H/simple_blender_server.git
synced 2025-12-22 21:41:56 +00:00
Updated README.md
This commit is contained in:
11
README.md
11
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
|
||||
|
||||
Reference in New Issue
Block a user