Message 1 of 5
Maxscript ProBoolean problem with the “AddMethod”
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everybody;
I am currently developing a script where I need the Proboolean. But I can’t get it to change the adding method. I have no problem adding my boolean and changing operation but changing the add method to “reference” (and the materials method) doesn’t work. It still keeps the default method which is “move”.
b = box pos:[ 10,10,10] isSelected:on
c = box();
ProBoolean.setoperandA b
ProBoolean.SetBoolOp b 3
ProBoolean.setoperandB b c 0 1
when I refer to the documentation the 0 is supposed to pass me the method in reference.
Anyone have a solution ?
Pierre