Introduced
7.0
Description
Sets a shader's compound properties.
Scripting Syntax
SetShaderCompoundProperties( InputObj, Name, Category, Description, Author, Date, VersionTag, VersionMajor, VersionMinor, PPGLogic, PPGLogicLanguage, BackgroundColor, ModifyFlags )
Parameters
|
Parameter |
Type |
Description |
|
InputObj |
Shader compound's properties to set. Default Value: Current selection |
|
|
Name |
Name Property. |
|
|
Category |
Category Property. |
|
|
Description |
Description Property. |
|
|
Author |
Author Property. |
|
|
Date |
Date Property. |
|
|
VersionTag |
VersionTag Property. |
|
|
VersionMajor |
VersionMajor Property. |
|
|
VersionMinor |
VersionMinor Property. |
|
|
PPGLogic |
A string containing a code block defining callbacks. Similar to the SPDL logic section. |
|
|
PPGLogicLanguage |
Scripting Language to use for the PPGLogic. If empty, VBScript will be assumed. |
|
|
BackgroundColor |
The color that will appear on the compound in the render tree. Default Value: 6732954 (light green) |
|
|
ModifyFlags |
Bit field combination indicating which properties to modify. 1 for the first argument, 2 for the second argument, 4 for the third argument, and so on. |
See Also
|
|
|
Autodesk Softimage v7.5