Go to: Synopsis. Return value. Keywords. Flags. Python examples.
convertIffToPsd([iffFileName=string], [psdFileName=string], [xResolution=int], [yResolution=int])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
convertIffToPsd is NOT undoable, queryable, and NOT editable.
Converts iff file to PSD file of given sizeNone
In query mode, return type is based on queried flag.
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
xResolution(xr)
|
int
|
|
||
|
||||
yResolution(yr)
|
int
|
|
||
|
||||
iffFileName(ifn)
|
string
|
|
||
|
||||
psdFileName(pfn)
|
string
|
|
||
|
||||
import maya.cmds as cmds cmds.convertIffToPsd( 'd:/test.iff', 'd:/test.psd', xr=640, yr=320 )