#include <UT/UT_DSOVersion.h>
#include <TS/TS_Expression.h>
#include <TS/TS_KernelList.h>
Go to the source code of this file.
Functions | |
| void | newMetaKernel () |
| Registration function which installs the kernel. | |
This file demonstrates how to add a custom metaball kernel function that will show up in all the Kernel Function parameter menus.
Once this file is compiled, register this dso into a MetaKernels text file that is found in your HOUDINI_PATH environment variable. For example:
$HOME/Library/Preferences/houdini/X.Y/MetaKernels (OSX)$HOME/houdiniX.Y/MetaKernels (other platforms)
The MetaKernels file should contain a list of .so/.dll paths that are located relative to the search paths in the HOUDINI_DSO_PATH environment variable. For example:
# MetaKernels : Kernel extension table TS_MyKernel.so
dso subdirectory under where MetaKernels is found.
Definition in file TS_cosKernel.C.
| void newMetaKernel | ( | ) |
1.5.9