I'm trying to write a script to automate a sequence of steps that our artists often do, and I can't figure out what commands correspond to the following steps (done via dialogs):
(1) Open the material editor, and select a specific material.
(2) Click the "M" next to "Reflection" to dispay the texture editor.
(3) Set the Type dropdown to "Bitmap".
(4) Click the "M" by "File" (in the Bitmap group), and select a bitmap.
(5) Click Appply.
I was hoping for a "SetMaterialreflectionTextureBitmap" command or some such, but see nothing like that.
Any idea how I can modify a material in this way via a script?
- Rich Wells
(1) Open the material editor, and select a specific material.
(2) Click the "M" next to "Reflection" to dispay the texture editor.
(3) Set the Type dropdown to "Bitmap".
(4) Click the "M" by "File" (in the Bitmap group), and select a bitmap.
(5) Click Appply.
I was hoping for a "SetMaterialreflectionTextureBitmap" command or some such, but see nothing like that.
Any idea how I can modify a material in this way via a script?
- Rich Wells
Comment