Go to: Synopsis. Return value. Flags. MEL examples.

Synopsis

art3dPaintCtx [-accopacity boolean] [-alphablendmode string] [-assigntxt] [-brushalignment boolean] [-brushfeedback boolean] [-clear] [-commonattr string] [-dragSlider string] [-exists] [-expandfilename boolean] [-exportfilemode string] [-exportfilesave string] [-exportfilesizex int] [-exportfilesizey int] [-exportfiletype string] [-extendFillColor boolean] [-filetxtaspectratio float] [-filetxtsizex int] [-filetxtsizey int] [-history boolean] [-image1 string] [-image2 string] [-image3 string] [-importfileload string] [-importfilemode string] [-importreassign boolean] [-keepaspectratio boolean] [-lowerradius float] [-mappressure string] [-name string] [-opacity float] [-outline boolean] [-outwhilepaint boolean] [-paintmode string] [-paintoperationtype string] [-painttxtattr string] [-painttxtattrname string] [-pfxScale float] [-pfxWidth float] [-profileShapeFile string] [-projective boolean] [-radius float] [-reflection boolean] [-reflectionaxis string] [-reloadtexfile] [-resizeratio float] [-resizetxt] [-saveTextureOnStroke boolean] [-saveonstroke boolean] [-savetexture] [-shadernames string] [-shapeattr boolean] [-shapenames string] [-showactive boolean] [-soloAsDiffuse boolean] [-stampProfile string] [-stampSpacing float] [-surfaceConformedBrushVertices boolean] [-tablet] [-tangentOutline boolean] [-textureFilenames] [-usepressure boolean]

art3dPaintCtx is undoable, queryable, and editable.

This is a tool context command for 3d Paint tool.

Return value

None

In query mode, return type is based on queried flag.

Flags

accopacity, alphablendmode, assigntxt, brushalignment, brushfeedback, clear, commonattr, dragSlider, exists, expandfilename, exportfilemode, exportfilesave, exportfilesizex, exportfilesizey, exportfiletype, extendFillColor, filetxtaspectratio, filetxtsizex, filetxtsizey, history, image1, image2, image3, importfileload, importfilemode, importreassign, keepaspectratio, lowerradius, mappressure, name, opacity, outline, outwhilepaint, paintmode, paintoperationtype, painttxtattr, painttxtattrname, pfxScale, pfxWidth, profileShapeFile, projective, radius, reflection, reflectionaxis, reloadtexfile, resizeratio, resizetxt, saveTextureOnStroke, saveonstroke, savetexture, shadernames, shapeattr, shapenames, showactive, soloAsDiffuse, stampProfile, stampSpacing, surfaceConformedBrushVertices, tablet, tangentOutline, textureFilenames, usepressure
Long name (short name) Argument types Properties
-exists(-ex) create
Returns true or false depending upon whether the specified object exists. Other flags are ignored.
-image1(-i1) string createqueryedit
-image2(-i2) string createqueryedit
-image3(-i3) string createqueryedit
Contexts support up to three icons that represent the tool associated with the context.
-history(-ch) boolean create
If this is a tool command, turn the construction history on for the tool in question.
-name(-n) string create
If this is a tool command, name the tool appropriately.
-dragSlider(-dsl) string createedit
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".
-opacity(-op) float createqueryedit
Sets the brush opacity. C: Default is 1.0. Q: When queried, it returns a float.
-accopacity(-aco) boolean createqueryedit
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.
-radius(-r) float createqueryedit
Sets the size of the brush. C: Default is 1.0 cm. Q: When queried, it returns a float.
-lowerradius(-lr) float createqueryedit
Sets the lower size of the brush (only apply on tablet).
-stampProfile(-stP) string createqueryedit
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.
-profileShapeFile(-psf) string queryedit
Passes a name of the image file for the stamp shape profile.
-brushalignment(-bra) boolean createqueryedit
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.
-clear(-clr) createedit
Floods all cvs/vertices to the current value.
-usepressure(-up) boolean createqueryedit
Sets the tablet pressure on/off. C: Default is false. Q: When queried, it returns a boolean.
-mappressure(-mp) string createqueryedit
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.
-outline(-o) boolean createqueryedit
Specifies if the brush should be drawn. C: Default is TRUE. Q: When queried, it returns a boolean.
-outwhilepaint(-owp) boolean createqueryedit
Specifies if the brush outline should be drawn while painting. C: Default is FALSE. Q: When queried, it returns a boolean.
-brushfeedback(-brf) boolean createqueryedit
Specifies if the brush additional feedback should be drawn. C: Default is TRUE. Q: When queried, it returns a boolean.
-showactive(-sa) boolean createqueryedit
Sets on/off the display of the surface isoparms. C: Default is TRUE. Q: When queried, it returns a boolean.
-paintmode(-pm) string createqueryedit
Specifies the paint mode. There are two possibilities: "screen" and "tangent". C: Default is "screen". Q: When queried, it returns a string.
-projective(-prm) boolean createqueryedit
Specifies the projective paint mode. C: Default is 'false'. Q: When queried, it returns a boolean.
-reflection(-rn) boolean createqueryedit
Specifies the reflection mode. C: Default is 'false'. Q: When queried, it returns a boolean.
-reflectionaxis(-ra) string createqueryedit
Specifies the reflection axis. There are three possibilities: "x", "y" and "z". C: Default is "x". Q: When queried, it returns a string.
-importfileload(-ifl) string edit
Load the attribute map a specified file.
-importreassign(-irm) boolean createqueryedit
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.
-importfilemode(-ifm) string createqueryedit
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.
-expandfilename(-eef) boolean createedit
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.
-exportfilesave(-esf) string edit
Exports the attribute map and saves to a specified file.
-exportfilemode(-efm) string createqueryedit
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.
-exportfilesizex(-fsx) int createqueryedit
Specifies the width of the attribute map to export. C: Default width is 256. Q: When queried, it returns an integer.
-exportfilesizey(-fsy) int createqueryedit
Specifies the width of the attribute map to export. C: Default width is 256. Q: When queried, it returns an integer.
-exportfiletype(-eft) string createqueryedit
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.
-tablet(-tab) query
Returns true if the tablet device is present, false if it is absent
-surfaceConformedBrushVertices(-scv) boolean createqueryedit
Enables/disables the the display of the effective brush area as affected vertices.
-tangentOutline(-to) boolean createqueryedit
Enables/disables the display of the brush circle tangent to the surface.
-painttxtattr(-pta) string createqueryedit
Specifies the attribute on the shader which the user wants to paint. Currently, we support the following attributes: "Color", "Transparency", "Ambient", "Incandescence", "BumpMap", "Diffuse", "Translucence" "Eccentricity" "SpecularColor", "Reflectivity", "ReflectedColor", and user-defined float, float3, double, and double3 attributes. Default is "Color".
-paintoperationtype(-pot) string createqueryedit
Specifies the operation type used by the Paint Tool. Currently, we support the following paint modes: "Paint", "Smear", "Blur", "Erase" and "Clone". Default is "Paint".
-alphablendmode(-abm) string createqueryedit
Specifies the blend mode used while painting RGB channel. Currently, we support the following blend modes: "Default" "Lighten" "Darken" "Difference" "Exclusion" "Hard Light" "Soft Light" "Multiply" "Screen" "Overlay" "Constant" Default is "Default".
-stampSpacing(-stS) float createqueryedit
Specifies the stamp spacing. Default is 1.0.
-pfxScale(-psc) float queryedit
Specifies the scale for Paint Effect brushes.
-pfxWidth(-pwd) float queryedit
Specifies the width for Paint Effect brushes.
-filetxtsizex(-ftx) int createqueryedit
Specifies the width of the texture. Default is 256.
-filetxtsizey(-fty) int createqueryedit
Specifies the height of the texture. Default is 256.
-keepaspectratio(-kar) boolean createqueryedit
States if the aspect ratio of the file texture sizes should remain constant. Default is true. boolean.
-filetxtaspectratio(-far) float createqueryedit
Specifies the aspect ration of the texture width and height. Default is 1.
-assigntxt(-ast) edit
Sends a request to the tool to allocate and assign file textures to the specified attibute on the selected shaders.
-reloadtexfile(-rtf) edit
Sends a request to the tool to reload the texture from the disc.
-savetexture(-stx) edit
Sends a request to the tool to save the texture to the disc.
-saveonstroke(-sos) boolean createqueryedit
States if the temporary texture will be automatically saved on each stroke. Default is false.
-saveTextureOnStroke(-sts) boolean createqueryedit
States if the original texture will be automatically saved on each stroke. Default is false.
-extendFillColor(-efc) boolean createqueryedit
States if the painted textures will be automatically postprocessed on each stroke to fill in the background color. Default is true.
-resizeratio(-rr) float queryedit
Specifies the scale by which to resize the current textures.
-resizetxt(-rft) edit
Sends a request to the tool to resize all the currently in use textures.
-shapenames(-shn) string query
Returns a string with the names of all surfaces which are being painted on.
-shadernames(-hnm) string query
Returns a string with the names of all shaders assigned to selected surfaces.
-painttxtattrname(-ptn) string queryedit
Returns a string with the names of all paintable attributes supported by the Paint Texture Tool.
-commonattr(-cat) string query
Returns a string with the names of all common to all the shaders paintable attributes and supported by the Paint Texture Tool.
-textureFilenames(-tfn) query
Returns a string array with the names of all the painted file textures.
-soloAsDiffuse(-sod) boolean queryedit
States if the currently paintable texture will be rendered as as diffuse texture in the viewport. Default is false.
-shapeattr(-spa) boolean queryedit
States if the attribute to paint is an attribute of the shape and not the shader. Default is false.

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command.

MEL examples

// Create a new 3d paint context, then switch to it
art3dPaintCtx art3dPaintCtx1;
setToolTo art3dPaintCtx1;

// Set art3dPaintCtx1's radius to 2.0, lowerradius to 0.5
art3dPaintCtx -e -r 2.0 -lr 0.5 art3dPaintCtx1;