kopia lustrzana https://github.com/lzzcd001/MeshDiffusion
…
|
||
---|---|---|
.. | ||
README.md | ||
blender_script.py | ||
scene.blend |
README.md
Usage
- Download Blender and unzip to
$PATH_TO_BLENDER
. We used Blender 3.3.0. - Clone
https://github.com/HTDerekLiu/BlenderToolbox
under$BLENDER_PATH
- In
blender_script.py
, setBLENDER_PATH
accordingly. Also setmesh_folder_path
andoutput_path
to the source mesh folder path and the desired output path. - Change the scale and orientation of the mesh to render in
blender_script.py
if necessary - Optionally, change the number of samples (
num_samples
) inblender_viz
to balance between speed and quality - Run
$PATH_TO_BLENDER/blender --background --python ./blender_script.py
Acknowledgement
Blender scripts and settings adapted from https://github.com/HTDerekLiu/BlenderToolbox and https://www.silviasellan.com/blender_figure.html.