You have to change the code of the CSBevel class in misc.py to this: class CSBevel(bpy.types.Operator): bl_idname = "mesh.context_sensitive_bevel" bl_label = "Context Sensistive Bevel" bl_description = "Context Sensitive Bevels and Inset" bl_options = {'REGISTER', 'UNDO'} def cs_bevel(self): mode = itools.get_mode()…
I can confirm @musashidan ' s problems with the Smart Delete (also set up at the X key heh) that it won't delete objects in Object mode, but I think I solved how to do this. Maxi's scripts that function in different modes, like for example QuickSelectionFace, upon being assigned a shortcut will normally be…
I haven't spent as much time with Blender as you of course, but so far I'm really digging the tool myself. There's only one extra click in the operation when compared with Max, and being able to scroll the mousewheel to increase the loop count with a real-time preview is simply a delight... The fact that it snaps to the…
musashidan Glad you are finding them usefull! I having different options for cycling betwwen selection modes sounds like a good idea! Hopefully once I make the properties pannel all the issues with assigning hotkeys will go away. Nominous The scaling to 0 sounds like a good idea! Quast Thanks! Maybe at some point I will,…
Amazing scripts Maxi :) Really making working in Blender a lot faster. Here are some notes from today's 2-3 hours... 0-Maybe I am not understanding something correctly, but Super Smart Create gives strange results sometimes with simple operations: selecting two vertices for example seems to connect other vertices elsewhere…
Alright, if you want ideas, here's one: Using SuperSmartCreate with a group of vertices that belong to a loop (without any Ngons or anything that would trigger the tool to connect points) seems to do nothing, and with a group of edges that belong to a loop straight out throws an error (pic above). I think that in these…
About: This is a collection of intuitive, context sensitive tools to improve productivity that I did to improve my workflow as I transitioned into Blender. They are designed to be used as hotkeys, removing the amount of interaction with the menus and allowing for a less interrupted modeling experience. This is the first…
@musashidan I will make sure they work in the other modes as well! Sorry for that. @Justo thanks a lot for the reports! And absolutely continue to modify the tools to your liking. I'm trying to comment more and make them easier to customize to the users liking. I will make sure to fix the bug, shouldn't be happening. Ill…
melviso Thanks! joebount Thank you! I am looking into how to make an options pannel for the tools so theres some options on how some of the tools behave. I am planning to update the smart translate tool with a snap and a slow translation mode. A smart scale and rotate are coming as stated in the documentation. musashidan…
musashidan: Glad you are liking the changes! I tried the transform cycle and it works fine for me in both object and edit mode, have you tried it with the latest release candiadtes? @Justo: I suggest deleting the old version and replacing it with a new version whenever you are updating, just to avoid any possible bugs.…