No, I don't think so. Mainly because on the code you posted, when you are on vert mode, it just removes the verts. And sometimes i don't want to remove just the verts, but actually delete them.
I have a script similar to this as-well. You should add another layer of 'create' to it by having it create new boxes, cylinders, spheres, etc. when nothing is selected. Base the type of object being created on ctrl, alt, shift keybindings. Also most of your code for the editable poly part works when you have show end…
To show him how to press a button in Command Panel. The code can be used(with little modifications) to press any button in Create, Modify, Hierarchy, Motion, Display, Utilites tabs. :)
oh cool, I've also made my own scripts like this based on perna's hotkey post and it's really interesting to see how you did things differently. I'm going to add your create face bit in to handle stuff bridge doesn't work on. in my own "smart create" script I ripped a piece of code from shortcutter…
I have these shortcuts for the delete stuff. UniRemover needs some work though. Only shift+x is using a custom script. All the other shortcuts are default max commands. X Delete objects. CTRL+X Deatch (poly) ALT+X Colapse (poly) SHIFT+X UniRemover Uni RemovermacroScript UniRemoverCategory:"Pedro…
Are you using perna's SO mode select? If so what kind of hotkeys do you use when you have edit poly mode? Or did you bind separate smart keys for edit poly mode :)
My script did everything with the exception of "When you select 2 adjacent edges it creates a face." which I feel might be more handy so I'll give it a go. Interesting enough, it goes in to Create mode if you select a single poly. I have no clue what I am going to do with that :) but it could be useful? Thanks for sharing!
Thanks Pedro! This inspired me to try and make a Maya version of this script. It works great so far on Maya 2014. Can't do bridges for adjacent edges though. Probably could force it to but that's more than I want to mess with right now. Selecting 2 verts and connecting them with an edge doesn't work either. I find this…
Hey Pedro, I've got a similar script like yours (and ofcourse inspired by Per as well). I haven't try your script but just would like to know about the cut/ bridge function. Let's say on edge selection mode; - select 2 non-border edges and hit C it'll connect them - select 2 border edges and hit C it'll bridge them But…