Skip to content

Commit

Permalink
Indicate in main() how to export a single model
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
  • Loading branch information
AndrejOrsula committed Apr 7, 2022
1 parent adec670 commit cc210d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/scripts/blender/procedural_dataset_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1319,6 +1319,9 @@ def main():
file=sys.stderr,
)

# # Generate a single SDF model
# sdf_model_exporter.generate()

# Generate dataset of procedural models
procedural_dataset_generator.generate()

Expand Down

0 comments on commit cc210d1

Please sign in to comment.