-
Notifications
You must be signed in to change notification settings - Fork 2
Home
pstuart42 edited this page Oct 5, 2018
·
1 revision
- libbgeo - shared library that contains all of the guts for reading BGEO files.
- BgeoIn - plugin Op for reading BGEO files into Katana.
- ginfo - command line utility that will print some basic information about the contents of a BGEO file.
- check_bgeo - command line utility to check the compatibility of a BGEO file with the library and Katana Op. It will also check some of the data in the BGEO file to ensure it will work in Katana (i.e. checking for NaNs in volumetric data).
The provided Makefiles or only intended for demonstration purposes and are probably not a viable end solution.
- Setup Houdini environment. One way to do this is to use the houdini_setup script provided with Houdini. Technically only the HFS environment variable needs to be set and the sesitag utility needs to be on the PATH to compile.
- Set KATANA_LOCATION environment variable to the path of your Katana installation.
- Run
make installin the project root. You can also run a parallel make i.e.make -j8 install
The built products are placed in the install directory under the project root.
- Place install/lib/libbgeo.so somewhere in LD_LIBRARY_PATH.
- Place install/Ops and install/Plugins in the KATANA_RESOURCES.
- Place install/bin/check_bgeo and install/bin/ginfo somewhere on the PATH if you want to use them.
When using the library, LD_LIBRARY_PATH should include $HFS/dsolib of the houdini version used to build the library.