stuh505
09-28-2005, 07:18 AM
I have a material which has a composite texture map. The first slot of the composite texture map is an output map. I need to use scripting to add a keyframe for the Output_Value of this output map.
I can access the value through scripting to change it:
comptex = getSubTexmap $Torus01.material 1 --gets the texmap from slot 1 (ambient color)
outputmap = getSubTexmap comptex 1
outputmap.output.Output_Amount
outputmap.output.Output_Amount.controller returns undefined!
However, I can keyframe this value without problems manually using auto key...so it must have a controller!
I can access the value through scripting to change it:
comptex = getSubTexmap $Torus01.material 1 --gets the texmap from slot 1 (ambient color)
outputmap = getSubTexmap comptex 1
outputmap.output.Output_Amount
outputmap.output.Output_Amount.controller returns undefined!
However, I can keyframe this value without problems manually using auto key...so it must have a controller!
