Flatten brush

Hi, I asked ChatGPT to create a flatten brush feature that I can use in the Rhino program. :slight_smile: Currently, it works with a single click every time. The mesh objects can later be converted to SubD. AI + Python
flatten rhino.py (1.9 KB)


For subd you can import a *.obj file after export a *.ob file and check use control net in obj meshes settings

3 Likes