I tried to add a threshold, open, and close smoothing effect in my module, but it’s only doing the thresholding. Is there something I am doing wrong? Do you need any more info?
Thank you and hope you and your family/friends are safe <3
I tried to add a threshold, open, and close smoothing effect in my module, but it’s only doing the thresholding. Is there something I am doing wrong? Do you need any more info?
Thank you and hope you and your family/friends are safe <3
You need to call onApply
when you want to apply an effect (it is not enough to do it once at the end).
Also, name of the smoothing methods are not correct. See the correct values here:
Finally, if you want to both remove extrusions and fill holes then use median method instead of opening+closing.