move /src/blender to /blender

This commit is contained in:
yuni 2024-04-27 14:40:06 +02:00
parent c4f08d82c9
commit 9717e494d8
2 changed files with 1 additions and 1 deletions

View file

@ -9,6 +9,6 @@ A model may contain a collider mesh, which will be used for collision checking i
# Blender source files # Blender source files
Blender source files for the 3D models (glTF/.glb) can be found in the /src/blender/ directory. This folder contains the source files for the 3D models (glTF/.glb) in the /assets/models/ directory.
If no corresponding blender project exists, it means that the model is simple enough that the glTF/.glb file itself is the "source file". To view/edit it, create an empty project in blender and import the glTF/.glb file. To save it, export it again as glTF/.glb. If no corresponding blender project exists, it means that the model is simple enough that the glTF/.glb file itself is the "source file". To view/edit it, create an empty project in blender and import the glTF/.glb file. To save it, export it again as glTF/.glb.