alright using my extremely limited scripting knowledge (copy and pasting stuff from existing scripts and using the listener) I've created this; macroscript GlobalDelete category:"Yozora" buttonText:"Global Delete" toolTip:"Global Delete" ( On Execute Do ( if (classof($.baseobject) == editable_poly) then ( if…
Hi can anyone help me with a script that can delete anything based on the selection level? Currently I've binded ctrl+backspace to one of my extra mouse buttons (because I cant bind it to another hotkey apparently without the use of a seperate hotkey program) and use the delete key for deleting everything else. But I'd…
thanks per, actually I decided not to include the function to delete a border edge because that really has never happened to me and cant see it ever being useful anyway so gonna keep the script shorter and cleaner by not including it :p If I ever wanted to delete the end of a polygonal plane strip I'd delete the face in…