taichi_houdini icon indicating copy to clipboard operation
taichi_houdini copied to clipboard

Result Dumper

Open Eydcao opened this issue 2 years ago • 0 comments

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.

Eydcao avatar Sep 24 '21 03:09 Eydcao