mef
10-18-2007, 10:59 PM
Hi there.
I'm having, what I'm assuming to be a simple problem that I hope someone has the answer to.
I've applied a Displace Mesh WSM to my object. The problem is that I would like the "Custom Settings" check box to come in already checked. I tried getting the properties for the modifier, but it returns "false" in the output window.
So I try to set it to true by first using:
selObj.modifiers[#Displace_Mesh_Binding] = true
and then using:
selObj.modifiers[#Displace_Mesh_Binding]: true
Both return errors.
Then I go into the help and it says "There are no additional properties for Displace_Mesh."
So again, the question is, how do I get the "Custom Settings" check box to come in already checked?
Thanks.
Marc
I'm having, what I'm assuming to be a simple problem that I hope someone has the answer to.
I've applied a Displace Mesh WSM to my object. The problem is that I would like the "Custom Settings" check box to come in already checked. I tried getting the properties for the modifier, but it returns "false" in the output window.
So I try to set it to true by first using:
selObj.modifiers[#Displace_Mesh_Binding] = true
and then using:
selObj.modifiers[#Displace_Mesh_Binding]: true
Both return errors.
Then I go into the help and it says "There are no additional properties for Displace_Mesh."
So again, the question is, how do I get the "Custom Settings" check box to come in already checked?
Thanks.
Marc
