Long name (short name) |
Argument types |
Properties |
-attribute(-at)
|
string
|
 
|
|
Modifier to the "hasData" flag, used to query whether a
cache has data (at the current time)
for a specific fluid attribute. Valid attribute
values are "density", "velocity", "temperature", "fuel", "color",
"coordinates" (for texture coordinates), "falloff".
|
|
-cacheTime(-t)
|
time
|
 
|
|
Only valid with the -hasData flag. The time the -hasData flag
uses when it queries the cache to see if there is data.
|
|
-endFrame(-ef)
|
|
 
|
|
Returns end time of cache as float.
|
|
-hasCache(-hc)
|
|
 
|
|
Returns true if fluid has specified cache, false if not.
|
|
-hasData(-hd)
|
|
 
|
|
Queries whether a given cache has data in it at the time specified
by the -time flag. (If not -time flag is present, -hasData assumes
the current time.)
When used with
the "attribute" flag, indicates if data for the specified attribute
exists in the cache. When used without the "attribute" flag, "hasData"
indicates whether there is data in the cache for any of the valid
fluid attributes.
|
|
-initialConditions(-ic)
|
|
 
|
|
Specifies the cache to be queried is the "Initial Conditions" cache.
|
|
-playback(-pb)
|
|
 
|
|
Specifies the cache to be queried is the "Playback" cache.
|
|
-resolution(-re)
|
|
 
|
|
Returns cache resolution as float[].
|
|
-startFrame(-sf)
|
|
 
|
|
Returns start time for cache as float.
|
|