artFluidAttrCtx is undoable, queryable, and editable.
This command is used to paint properties
(such as density) of selected fluid volumes.
In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
|
-accopacity(-aco)
|
boolean
|
|
|
Sets opacity accumulation on/off.
C: Default is false (Except for sculpt tool for which it is true by default).
Q: When queried, it returns a boolean.
|
|
-autoSave(-as)
|
string
|
|
|
A MEL command to save the fluid state. Called
before an event which could overwrite unsaved values of
painted fluid properties. Such events include: changing
current time, changing the current paintable property, and
exiting the paint tool. (To turn auto-save off, pass in
an empty-valued string argument: e.g., "".)
|
|
-brushalignment(-bra)
|
boolean
|
|
|
Specifies the path brush alignemnt. If true,
the brush will align to stroke path, otherwise it will
align to up vector.
C: Default is true. Q: When queried, it returns a boolean.
|
|
-brushfeedback(-brf)
|
boolean
|
|
|
Specifies if the brush additional feedback should
be drawn.
C: Default is TRUE. Q: When queried, it returns a boolean.
|
|
-clear(-clr)
|
|
|
|
Floods all cvs/vertices to the current value.
|
|
-currentPaintableFluid(-cpf)
|
string
|
|
|
Query the name of the fluid on which this context is
currently painting. Returns string.
|
|
-delaySelectionChanged(-dsc)
|
boolean
|
|
|
Internal use only. Under normal conditions,
the tool responds to changes to the selection list so it
can update its list of paintable geometry. When
-dsl true is used, the tool will not update its paintable
list until a corresponding -dsl false is called.
|
|
-displayAsRender(-dar)
|
boolean
|
|
|
When true, sets the "Shaded Display" attribute
of the fluid to "AsRender": all fluid properties displayed
as hardware rendered. When false, displays only the
currently selected paintable attribute of the fluid.
|
|
-displayVelocity(-dv)
|
boolean
|
|
|
Turns on/off velocity display, independently of the
above "dar/displayAsRender" setting. Use this flag
to enable velocity display while only displaying density, for
example.
|
|
-doAutoSave(-das)
|
|
|
|
Execute the -autoSave command if there are
unsaved painted fluid properties.
|
|
-dragSlider(-dsl)
|
string
|
|
|
Sets the current brush drag state for resizing or
offsetting the brush (like the 'b' and 'm' default hotkeys).
The string argument is one of: "radius", "lowradius",
"opacity", "value", "depth", "displacement", "uvvector"
or "none".
C: Default is "none".
|
|
-exists(-ex)
|
|
|
|
Returns true or false depending upon whether the
specified object exists. Other flags are ignored.
|
|
-expandfilename(-eef)
|
boolean
|
|
|
If true, it will expand the name of the export file
and concatenate it with the surface name. Otherwise it
will take the name as it is.
C: Default is true.
|
|
-exportfilemode(-efm)
|
string
|
|
|
Specifies the export channel.The valid
entries here are: "alpha", "luminance", "rgb", "rgba".
C: Default is "luminance/rgb".
Q: When queried, it returns a string.
|
|
-exportfilesave(-esf)
|
string
|
|
|
Exports the attribute map and saves to a specified file.
|
|
-exportfilesizex(-fsx)
|
int
|
|
|
Specifies the width of the attribute map to export.
C: Default width is 256. Q: When queried, it returns an integer.
|
|
-exportfilesizey(-fsy)
|
int
|
|
|
Specifies the width of the attribute map to export.
C: Default width is 256. Q: When queried, it returns an integer.
|
|
-exportfiletype(-eft)
|
string
|
|
|
Specifies the image file format. It can be one of
the following: "iff", "tiff", "jpeg", "alias", "rgb", "fit"
"postScriptEPS", "softimage", "wavefrontRLA", "wavefrontEXP".
C: default is tiff. Q: When queried, it returns a string.
|
|
-history(-ch)
|
boolean
|
|
|
If this is a tool command, turn the construction history on
for the tool in question.
|
|
-image1(-i1)
|
string
|
|
|
First of three possible icons representing the tool
associated with the context.
|
|
-image2(-i2)
|
string
|
|
|
Second of three possible icons representing the tool
associated with the context.
|
|
-image3(-i3)
|
string
|
|
|
Third of three possible icons representing the tool
associated with the context.
|
|
-importfileload(-ifl)
|
string
|
|
|
Load the attribute map a specified file.
|
|
-importfilemode(-ifm)
|
string
|
|
|
Specifies the channel to import. The valid
entries here are: "alpha", "luminance", "red", "green",
"blue", and "rgb"
C: Default is "alpha". Q: When queried, it returns a string.
|
|
-importreassign(-irm)
|
boolean
|
|
|
Specifies if the multiply atrribute maps are to be
reassigned while importing. Only maps previously exported from
within Artisan can be reassigned.
C: Default is FALSE. Q: When queried, it returns a boolean.
|
|
-lowerradius(-lr)
|
float
|
|
|
Sets the lower size of the brush (only apply on tablet).
|
|
-mappressure(-mp)
|
string
|
|
|
Sets the tablet pressure mapping when the table
is used. There are four options: "none" - the pressure has no
effect, "opacity" - the pressure is mapped to the opacity,
"radius" - the is mapped to modify the radius of the brush,
"both" - the pressure modifies both the opacity and the radius.
C: Default is "none". Q: When queried, it returns a string.
|
|
-name(-n)
|
string
|
|
|
If this is a tool command, name the tool appropriately.
|
|
-opacity(-op)
|
float
|
|
|
Sets the brush opacity.
C: Default is 1.0. Q: When queried, it returns a float.
|
|
-outline(-o)
|
boolean
|
|
|
Specifies if the brush should be drawn.
C: Default is TRUE. Q: When queried, it returns a boolean.
|
|
-outwhilepaint(-owp)
|
boolean
|
|
|
Specifies if the brush outline should be drawn
while painting.
C: Default is FALSE. Q: When queried, it returns a boolean.
|
|
-paintmode(-pm)
|
string
|
|
|
Specifies the paint mode. There are two
possibilities: "screen" and "tangent".
C: Default is "screen". Q: When queried, it returns a string.
|
|
-profileShapeFile(-psf)
|
string
|
|
|
Passes a name of the image file for the stamp shape
profile.
|
|
-projective(-prm)
|
boolean
|
|
|
Specifies the projective paint mode.
C: Default is 'false'. Q: When queried, it returns a boolean.
|
|
-property(-p)
|
string
|
|
|
Specifies a property to paint on the fluid.
Valid values are "color", "density", "densityAndColor,"
"densityAndFuel," "temperature," "fuel", "velocity".
|
|
-radius(-r)
|
float
|
|
|
Sets the size of the brush.
C: Default is 1.0 cm. Q: When queried, it returns a float.
|
|
-reflection(-rn)
|
boolean
|
|
|
Specifies the reflection mode.
C: Default is 'false'. Q: When queried, it returns a boolean.
|
|
-reflectionaxis(-ra)
|
string
|
|
|
Specifies the reflection axis. There are three
possibilities: "x", "y" and "z".
C: Default is "x". Q: When queried, it returns a string.
|
|
-rgbValue(-rgb)
|
float float float
|
|
|
Specifies the values of the red, green, and
blue components of the color to
use when painting the property "color."
|
|
-showactive(-sa)
|
boolean
|
|
|
Sets on/off the display of the surface isoparms.
C: Default is TRUE. Q: When queried, it returns a boolean.
|
|
-stampProfile(-stP)
|
string
|
|
|
Sets the brush profile of the current stamp.
Currently, the following profiles are supported:
"gaussian", "soft", "solid" and "square".
C: Default is gaussian. Q: When queried, it returns a string.
|
|
-surfaceConformedBrushVertices(-scv)
|
boolean
|
|
|
Enables/disables the the display of the effective brush area
as affected vertices.
|
|
-tablet(-tab)
|
|
|
|
Returns true if the tablet device is present, false if it is absent
|
|
-tangentOutline(-to)
|
boolean
|
|
|
Enables/disables the display of the brush circle tangent to
the surface.
|
|
-useStrokeDirection(-usd)
|
boolean
|
|
|
Applicable only during "velocity"
painting. Specifies whether the value of the
painted velocity should come from the direction
of the brush stroke, overriding the value specified
by the -v/-velocity flag.
|
|
-usepressure(-up)
|
boolean
|
|
|
Sets the tablet pressure on/off.
C: Default is false. Q: When queried, it returns a boolean.
|
|
-velocity(-v)
|
float float float
|
|
|
Specifies the values of the x, y, and z
components of the velocity to use when painting the property
"velocity".
|
|