sculptKeyCtx is undoable, queryable, and editable.
This command creates a context which may be used to
deform key frames with a sculpt brush. This context
only works in the graph editor.
In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
|
-activeMode(-am)
|
int
|
|
|
Used to query the current active sculpt mode. This can differ from the base
mode if the user is holding down the shift hotkey to temporarily switch to
smooth mode.
|
|
-affectsTime(-at)
|
boolean
|
 
|
|
Specifies whether or not the sculpt tools affect the time as well as the value of the keys.
|
|
-affectsTimeAll(-ata)
|
string
|
 
|
|
Specifies whether or not the sculpt tools affect the time as well as the value of the keys
for all modes.
|
|
-brushScaling(-brs)
|
int
|
 
|
|
Specifies how the sculpt brush scales relative to the Graph Editor.
1 = no scaling,
2 = scaling based on time,
3 = scaling based on value
|
|
-editingRadius(-er)
|
boolean
|

|
|
Enables or disables interactive radius scaling.
|
|
-editingStrength(-es)
|
boolean
|

|
|
Enables or disables interactive strength scaling.
|
|
-exists(-ex)
|
|
|
|
Returns true or false depending upon whether the
specified object exists. Other flags are ignored.
|
|
-falloffCurve(-fc)
|
string
|
 
|
|
Specifies the falloff curve of the sculpting effect.
|
|
-falloffCurveAll(-fca)
|
string
|
 
|
|
Internal flag used to save/restore falloff curves for all modes.
|
|
-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.
|
|
-minRadius(-mr)
|
float
|
 
|
|
Specifies the minumum radius the sculpt brush will take due to stylus pressure.
Cannot be more than the base brush radius.
|
|
-minStrength(-ms)
|
float
|
 
|
|
Specifies the minumum strength of sculpting due to stylus pressure.
Cannot be more than the base strength.
|
|
-minStrengthAll(-msa)
|
string
|
 
|
|
Internal flag used to save/restore min strength for all modes.
|
|
-mode(-m)
|
int
|
 
|
|
Specifies the base sculpt mode.
0 = grab,
1 = smooth
2 = smear
3 = reduce
|
|
-modeMinStrength(-mms)
|
int float
|
 
|
|
Specifies the min strength for the specified mode.
|
|
-modeStrength(-mst)
|
int float
|
 
|
|
Specifies the strength for the specified mode.
|
|
-name(-n)
|
string
|
|
|
If this is a tool command, name the tool appropriately.
|
|
-radius(-r)
|
float
|
 
|
|
Specifies the radius of the sculpt brush.
|
|
-reset(-rs)
|
boolean
|

|
|
Internal flag used to reset current tool mode settings.
|
|
-strength(-s)
|
float
|
 
|
|
Specifies the strength of the sculpting effect for the current mode.
Each mode can have a different strength.
|
|
-strengthAll(-sa)
|
string
|
 
|
|
Internal flag used to save/restore strength for all modes.
|
|