taichi-dev / taichi_houdini

105 stars 4 forks source link

Result Dumper #7

Open Eydcao opened 3 years ago

Eydcao commented 3 years ago

Dump the results if the user would like to post-process in another software, pass the data to others who don't have Houdini (otherwise one can just use rog_geometry node).

The rough procedure is to :

  1. wrap the dump function existed in ti_element/engine/mpm_solver.py into Libs/python/mpm_shell.py
  2. Support parameters like dump_path in the function
  3. Sync these parameters in the UI, then read&pass them to the dump function.