
I found a little known but very useful and simple sculpting tool by Mikage Boa of slmame.com. The tool is in Japanese, as is her web site. Thanks to Google translate, I found this to be very simple tool thats also very well designed.
Download the tool







list src = llGetPrimitiveParams ([PRIM_TYPE]); list dst = llListReplaceList(src, [PRIM_SCULPT_TYPE_CYLINDER],2,2); list dst = llListReplaceList (src, [PRIM_SCULPT_TYPE_CYLINDER], 2,2); llSetPrimitiveParams([PRIM_TYPE] + dst); llSetPrimitiveParams ([PRIM_TYPE] + dst);