Hi,
Trying to set the mask value of a single zsphere seems to connect that zsphere to the root zsphere, as well as setting the mask. Disabling Draw > ZAdd stops the root zsphere connection from happening, but unfortunately also stops the mask from being set.
[attach=76255]SetMask-problem.jpg[/attach]
I was going to file it under bugs and drop my plans for zsphere masking but I seem to remember Digits having troubles with masking back in 1.55b/2.0. Anyone remember anything ?
Here is the code in case it is just my machine. Select a zsphere in move mode and press the script button.
[Ibutton, "Set ZSphere Mask", ,
[VarSet, ZSphere, [ZSphereGet, 8]]
[If, ZSphere > -1,
[ZSphereEdit, [ZSphereSet, 6, ZSphere, 255] ,1]
]
]
Edit> Saw this thread after posting. Probably related.ZSphere Script Misbehaviour