The illustratorCurves command creates NURBS curves from an input Adobe(R) Illustrator(R) file
Long name (short name) | Argument Types | Properties | |
---|---|---|---|
caching (cch) | bool | ||
constructionHistory (ch) | bool | ||
|
|||
illustratorFilename (ifn) | unicode | ||
|
|||
name (n) | unicode | ||
|
|||
nodeState (nds) | int | ||
object (o) | bool | ||
|
|||
scaleFactor (sf) | float | ||
|
|||
tolerance (tl) | float | ||
Derived from mel command maya.cmds.illustratorCurves
Example:
import pymel.core as pm
# Create curves from an input Adobe(R) Illustrator(R) file d:/sample.ai
# and scale factor 2.54
pm.illustratorCurves( ifn='d:/sample.ai', sf=2.54 )
# Result: [u'IllustratorCurves1', u'makeIllustratorCurves1'] #