Hello,
I'm trying to write a script that will turn off any elliptical filtering that might be activated on a selection's material.
So far, I have:
set oSel = getvalue("SelectionList")
for each oItem in oSel
SetValue ".Image.filtered", False
next
The problem is with I get an invalid argument witht he third line.
SetValue ".Image.filtered", False
'ERROR : "2001-EDIT-SetValue - Argument 0 is invalid - [line 3]"
When I turn the elliptical filtering off myself, I get this command:
SetValue "Geometry.floor.floor.Blinn.Image.filtered", False
Well.... I'm stuck there! How do you write the command so it can makes its way through the selection until if finds Elliptical Filtering?
Merci - Thanks
Bernard Lebel