[HoudiniEngine] What files type are supporter by HAPI_SaveGeoToFile
3447
2
0
Hello!
Another quick question

Where could I find all the file types supported by HAPI_SaveGeoFile?
Thanks!
-
- seelan
- Member

- 571 posts
- Joined: May 2017
- Offline
It is internally calling Houdini's geometry exporter. So to get the file format list supported by your Houdini setup, run $HH/bin/gconvert.
seelan
It is internally calling Houdini's geometry exporter. So to get the file format list supported by your Houdini setup, run $HH/bin/gconvert.
Thanks a lot!