

From the Insert Keyframe menu, select LocRotScale. Use Move G, Rotate R, Scale S, to transform the cube. This will record the location, rotation, and scale, for the cube on frame 1. Go to Blender Preferences -> Keymap -> 3D View -> Weight Paint -> Weight Paint (Global) and click the “Add New” button. From the Insert Keyframe menu select LocRotScale. Printables Basics Buyers Guides News Reviews Deals Get It 3D Printed. Printables Basics Buyers Guides News Reviews Deals.
Blender add shortcut how to#
Find out how to add vertices in Blender through this simple guide All3DP All3DP Pro Pro. Launch Blender, then go to Blender Preferences -> Add-Ons and enable System: Toggle Add Subtract Brush Blend. Vertices are key to adding detail to 3D models in Blender. Move the toggle_add_subtract_brush_blend directory into your addons directory. Quit Blender, then go to your addons directory and delete the toggle_weight_painting_brush_blend directory.ĭownload the new add-on here and unzip it: toggle_add_subtract_brush_blend.zip (1.2 KB) If you have the old version installed, go to Blender Preferences -> Add-Ons, then disable System: Toggle Weight Painting Brush Blend. Here are the revised installation instructions: By looking through the ui code, you'll see that object.originset operator is called via Layout.operatormenuenum (), not quite sure there is any way adding that to the keymap. Select the keymap you want to change and click on the white arrows to open up the keymap tree. Enter the operator parameter Name as VIEW3DMTview. Expand the 3D View -> 3D View (Global) keymap and add a new item (Scroll down and click the Add New button. Because of these changes, the name of the add-on has changed to “Toggle Add Subtract Brush Blend”. You can change keymaps for each of Blender’s editors. Open up the User Preferences Window and switch to Input tab.

Also, it now toggles Add/Subtract for both weight painting and texture painting. Update! After doing quite a bit more Python coding since I wrote this add-on, I figured out how to affect ONLY the current brush that you’re using.

Note that this script will do this for ALL of the weight painting brushes that fit this criteria I couldn’t figure out how to determine which brush the user is currently using, nor did I want to hard code a specific brush name into the script.
