MeshDiffusion/blender_viz
Zhen Liu b92d8adbf2
Update README.md
2023-04-15 15:55:55 +02:00
..
README.md Update README.md 2023-04-15 15:55:55 +02:00
blender_script.py Update blender_script.py 2023-04-15 15:46:24 +02:00
scene.blend added blender viz 2023-04-15 15:39:34 +02:00

README.md

Usage

  1. Download Blender and unzip to $PATH_TO_BLENDER. We used Blender 3.3.0.
  2. Clone https://github.com/HTDerekLiu/BlenderToolbox under $BLENDER_PATH
  3. In blender_script.py, set BLENDER_PATH accordingly. Also set mesh_folder_path and output_path to the source mesh folder path and the desired output path.
  4. Change the scale and orientation of the mesh to render in blender_script.py if necessary
  5. Optionally, change the number of samples (num_samples) in blender_viz to balance between speed and quality
  6. 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.