objcache
command
Manipulates the internal object transformation cache.
Replaced by: hou.cache.objectTransform
See also: texcache, geocache, opunload
Usages
-
objcache [-c] [-l] [-L] [-s] [-m memory] [-M never|always] [-v] [-q]
The object transformation cache stores the world positions of the objects whose “Cache Data” parameter is turned on. This command sets options for object transformation cache.
Options
|
|
Print the current settings. |
|
|
Print the cache status. This displays the current estimated memory use by object transforms. |
|
|
Prints a list of all OBJs that have a cached transform. The full path to each OBJ is printed. If the -v option is specified as well, the times and transform types are also specified |
|
|
Clear the OBJ cache. |
|
|
Set the maximum memory limit in kB (used by -M) |
|
|
Specifies the behavior when maximum memory limit is reached. (never = the memory limit is ignored and cache may use up more memory than specified by -m. always = when the memory limit is exceeded, the least recently used transform will be replaced by new transforms. |
Examples
objcache -m 1024Sets the object cache memory limit to 1MB.
objcache -l -LPrints the information about the cache usage and lists the objects whose transformations have been cached.