|
TEMERITY | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectus.temerity.pipeline.Named
us.temerity.pipeline.PluginID
us.temerity.pipeline.BasePlugin
us.temerity.pipeline.BaseAction
us.temerity.pipeline.plugin.CommonActionUtils
us.temerity.pipeline.plugin.PythonActionUtils
us.temerity.pipeline.plugin.MayaActionUtils
us.temerity.pipeline.plugin.MayaMiShaderAction.v2_2_1.MayaMiShaderAction
public class MayaMiShaderAction
Exports shaders for the correct pass based on the name of the source.
This action defines the following single valued parameters:
| Field Summary | |
|---|---|
static String |
aContourShader
|
static String |
aDisplacementShader
|
static String |
aEnvShader
|
static String |
aFinalNamespace
|
static String |
aFixTexturePaths
|
static String |
aLightMapShader
|
static String |
aMaterialNamespace
|
static String |
aMaterialShader
|
static String |
aMayaScene
|
static String |
aOutputFormat
|
static String |
aPhotonShader
|
static String |
aPhotonVolShader
|
static String |
aPostExportMEL
|
static String |
aPreExportMEL
|
static String |
aRenderPassSuffix
|
static String |
aShaderNamespace
|
static String |
aShadowShader
|
static String |
aVolumeShader
|
| Fields inherited from class us.temerity.pipeline.plugin.MayaActionUtils |
|---|
aAngularUnits, aAnimMEL, aFinalMEL, aInitialMEL, aLinearUnits, aModelMEL, aTimeUnits |
| Fields inherited from class us.temerity.pipeline.plugin.CommonActionUtils |
|---|
aExtraOptions |
| Fields inherited from class us.temerity.pipeline.BasePlugin |
|---|
pDescription |
| Fields inherited from class us.temerity.pipeline.PluginID |
|---|
pVendor, pVersionID |
| Fields inherited from class us.temerity.pipeline.Named |
|---|
pName |
| Constructor Summary | |
|---|---|
MayaMiShaderAction()
|
|
| Method Summary | |
|---|---|
SubProcessHeavy |
prep(ActionAgenda agenda,
File outFile,
File errFile)
Construct a SubProcessHeavy instance which when executed will
fulfill the given action agenda. |
| Methods inherited from class us.temerity.pipeline.plugin.PythonActionUtils |
|---|
createPythonSubProcess, createPythonSubProcess, createPythonSubProcess, getPythonFileVerify, getPythonFileVerify, getPythonFileVerify, getPythonFileVerify, getPythonFileVerify, getPythonFileVerify, getPythonIndent, getPythonLaunchHeader, getPythonLaunchPipeHeader, getPythonProgram, getPythonProgram |
| Methods inherited from class us.temerity.pipeline.BasePlugin |
|---|
addSupport, compareTo, getDescription, getFullMessage, getPluginID, getResource, getResources, getResourceSize, getSupports, isUnderDevelopment, removeSupport, setSupports, supports, toString, underDevelopment |
| Methods inherited from class us.temerity.pipeline.PluginID |
|---|
getVendor, getVersionID |
| Methods inherited from class us.temerity.pipeline.Named |
|---|
getName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String aMayaScene
public static final String aOutputFormat
public static final String aMaterialNamespace
public static final String aShaderNamespace
public static final String aRenderPassSuffix
public static final String aFinalNamespace
public static final String aFixTexturePaths
public static final String aMaterialShader
public static final String aDisplacementShader
public static final String aShadowShader
public static final String aVolumeShader
public static final String aPhotonShader
public static final String aPhotonVolShader
public static final String aEnvShader
public static final String aLightMapShader
public static final String aContourShader
public static final String aPostExportMEL
public static final String aPreExportMEL
| Constructor Detail |
|---|
public MayaMiShaderAction()
| Method Detail |
|---|
public SubProcessHeavy prep(ActionAgenda agenda,
File outFile,
File errFile)
throws PipelineException
SubProcessHeavy instance which when executed will
fulfill the given action agenda.
prep in class BaseActionagenda - The agenda to be accomplished by the action.outFile - The file to which all STDOUT output is redirected.errFile - The file to which all STDERR output is redirected.
PipelineException - If unable to prepare a SubProcess due to illegal, missing or imcompatable
information in the action agenda or a general failure of the prep method code.
|
TEMERITY | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||