pymel.core.context.texSculptCacheContext

texSculptCacheContext(*args, **kwargs)

This is a tool context command for uv cache sculpting tool. In query mode, return type is based on queried flag.

Flags:

Long Name / Short Name Argument Types Properties
adjustSize / asz bool ../../../_images/edit.gif
  If true, puts the tool into the mode where dragging the mouse will edit the brush size. If false, puts the tool back into the previous sculpt mode.
adjustStrength / ast bool ../../../_images/edit.gif
  If true, puts the tool into the mode where dragging the mouse will edit the brush strength. If false, puts the tool back into the previous sculpt mode.
direction / d int ../../../_images/query.gif ../../../_images/edit.gif
  Specifies how the brush determines where the uvs go.
exists / ex bool  
   
falloffType / ft int ../../../_images/query.gif ../../../_images/edit.gif
  Specifies how the brush determines which uvs to affect.
floodPin / fp float ../../../_images/create.gif ../../../_images/edit.gif
  Sets the pin value for each UV to the given value
grabTwist / gtw bool ../../../_images/create.gif ../../../_images/query.gif ../../../_images/edit.gif
  If true, the grab brush twists the UVs
history / ch bool  
   
image1 / i1 unicode  
   
image2 / i2 unicode  
   
image3 / i3 unicode  
   
inverted / inv bool ../../../_images/create.gif ../../../_images/query.gif ../../../_images/edit.gif
  If true, inverts the effect of the brush.
mode / m unicode ../../../_images/query.gif ../../../_images/edit.gif
  Specifies the type of sculpting effect the brush will perform.
name / n unicode  
   
pinsmooth / ps bool  
   
pinsmoothandpaint / psp bool  
   
sculptFalloffCurve / sfc unicode ../../../_images/query.gif ../../../_images/edit.gif
  Specifies the falloff curve that affects the brush.
showBrushRingDuringStroke / sbr bool ../../../_images/query.gif ../../../_images/edit.gif
  Specifies whether or not to show the brush ring during stroke.
size / sz float ../../../_images/query.gif ../../../_images/edit.gif
  Specifies the world-space size of the current brush.
strength / st float ../../../_images/query.gif ../../../_images/edit.gif
  Specifies the world-space strength of the current brush. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.texSculptCacheContext