Defines |
#define | kAIEnvelopeActionMenuRelease 0 |
| Release menu item.
|
#define | kAIEnvelopeActionMenuOptions 1 |
| Options menu item.
|
#define | kAIEnvelopeActionMenuExpand 2 |
| Expand menu item.
|
#define | kAIEnvelopeActionMenuToggle 3 |
| Toggle menu item.
|
#define | kAIEnvelopeActionTypeWarp 0 |
| Warp operation.
|
#define | kAIEnvelopeActionTypeMesh 1 |
| Mesh operation.
|
#define | kAIEnvelopeActionTypeTopObject 2 |
| Top-object operation.
|
#define | kAIEnvelopeMenuAction "ai_plugin_envelope" |
| Runs operations in the Envelope submenu of the Action menu.
|
#define | kAIEnvelopeMakeAction "ai_plugin_envelope_make" |
| Makes an envelope from the selected objects on the artboard.
|
#define | kAIEnvelopeResetAction "ai_plugin_envelope_reset" |
| Resets the selected envelopes on the artboard.
|
Variables |
const ActionParamKeyID | kAIEnvelopeMenuItem = 'menu' |
| Parameter to kAIEnvelopeMenuAction .
|
const ActionParamKeyID | kAIEnvelopeAntiAliasRaster = 'aars' |
| Options parameter to kAIEnvelopeMenuAction .
|
const ActionParamKeyID | kAIEnvelopePreserveRasterShape = 'alph' |
| Options parameter.
|
const ActionParamKeyID | kAIEnvelopeFidelity = 'fidt' |
| Options parameter to kAIEnvelopeMenuAction .
|
const ActionParamKeyID | kAIEnvelopeDistortAppearance = 'app.' |
| Options parameter to kAIEnvelopeMenuAction .
|
const ActionParamKeyID | kAIEnvelopeDistortPatterns = 'patt' |
| Options parameter to kAIEnvelopeMenuAction .
|
const ActionParamKeyID | kAIEnvelopeDistortGradients = 'grad' |
| Options parameter to kAIEnvelopeMenuAction .
|
const ActionParamKeyID | kAIEnvelopeMakeType = 'type' |
| Parameter to kAIEnvelopeMakeAction .
|
const ActionParamKeyID | kAIEnvelopeNumRows = 'rows' |
| Parameter to kAIEnvelopeMakeAction , for mesh type: Number of rows in mesh.
|
const ActionParamKeyID | kAIEnvelopeNumCols = 'cols' |
| Parameter to kAIEnvelopeMakeAction , for mesh type: Number of columns in mesh.
|
const ActionParamKeyID | kAIEnvelopeWarpStyle = 'warp' |
| Parameter to kAIEnvelopeMakeAction , for warp type: Warp style, see AIWarpStyle in AIEnvelope.h .
|
const ActionParamKeyID | kAIEnvelopeBend = 'bend' |
| Parameter to kAIEnvelopeMakeAction , for warp type: Bend amount, a percentage value in the range [-100..100].
|
const ActionParamKeyID | kAIEnvelopeHorizDistort = 'horz' |
| Parameter to kAIEnvelopeMakeAction , for warp type: Horizontal distortion amount, a percentage value in the range [-100..100].
|
const ActionParamKeyID | kAIEnvelopeVertDistort = 'vert' |
| Parameter to kAIEnvelopeMakeAction , for warp type: Vertical distortion amount, a percentage value in the range [-100..100].
|
const ActionParamKeyID | kAIEnvelopeRotate90 = 'rot.' |
| Parameter to kAIEnvelopeMakeAction , for warp type: 0 to apply horizontally, 1 to apply bend vertically.
|
const ActionParamKeyID | kAIEnvelopeResetType = 'type' |
| Parameter to kAIEnvelopeResetAction .
|
const ActionParamKeyID | kAIEnvelopeMaintainShape = 'shap' |
| Parameter to kAIEnvelopeResetAction , for mesh type: When true, maintain the envelope shape.
|