Hi everyone,
Using maxscript, I would like to access / modify properties of the selected node in the slate material editor.
I would do simple things like changing the name of the selected bitmap or selected material.
I didn't find anything in maxscript help.
I don't know if slate material editor is accessible via maxscript or if autodesk blocked it for the moment.
Can somebody help me ?
Thanks !
Solved! Go to Solution.
Solved by michaelsonbritt. Go to Solution.
Try this:
((sme.getview 1).GetSelectedNodes())[1].reference
To see how this was determined, see the attached is a screenshot. It shows a script log, with the steps used and some comments on the left. Just took a couple minutes to find the exposure by poking around.
Cheers,
Michaelson Britt
That was some MAX CSI detective work, thank you for posting the process.
Can't find what you're looking for? Ask the community or share your knowledge.