Written instructions:
Continue reading “Anaglyph modeling in Blender”
Toggle between material viewport shading in Blender
Are you frustrated how tedious it is to switch between the “material” viewport shading mode and other modes like wireframe?
Here’s how you can add a keyboard shortcut to allow quick toggling to the material shading.
Steps:
1. Open up file –> user preferences –>input
2. Open 3d view and then 3d view (global)
3. Scroll down and click “add new”
4. Type wm.context_toggle_enum to the identifier field
5. Type space_data.viewport_shade to the context string field
6. Type WIREFRAME to the upper value field
7. Type MATERIAL to the lower value field
8. Set the keyboard shortcut you desire by clicking on the “press a key” button, in our case we chose Q
Below is a screenshot of the finished settings:
Add sine-wave motion to an object via drivers in Blender
In this video tutorial we add a driver in Blender that will automatically produce sine-wave movement to our object.
Written instructions:
Continue reading “Add sine-wave motion to an object via drivers in Blender”
Enabling Microdisplacements/Adaptive subdivision in Blender
Here are the steps for testing out the new microdisplacement possibilities in Blender:
1. Switch to Cycles render engine
2. Go to user preferences –> system –> enable opensubdiv compute (choose CPU as the compute device unless you have a good graphics card)
3. Set feature set to “Experimental” (on top of the render settings)
4. Add a subdivision surface modifier to the default cube and check “use opensubdiv” and “adaptive”
5. Add a material to the cube and set it’s displacement to “true” instead of “bump”
6. Go to the node editor, add a noise texture and connect it to displacement
7. Control the intensity of the displacement by adding a math node in between and setting it to multiply
8. Turn on preview rendering (in viewport shading). You might need to tab between edit and object mode sometimes to refresh the preview.
Change brush hardness in Blender
This quick tip shows you how you can make your brush edges hard instead of soft in Blender:
EDIT: In 2022 This setting is found under “falloff” where you get the curve if you choose “Custom” first from the falloff dropdown.
Paint directly in the Blender UV/Image editor
Sometimes it makes sense to paint directly in the UV/Image editor. This quick tip shows how:
Fixing problematic SVG files imported into Blender
In this video tutorial we take a look at fixing SVG files that did not import correctly into Blender from Inkscape or Illustrator.
Written version:
Continue reading “Fixing problematic SVG files imported into Blender”
Blender 2.77 Morph between shapes
In this one minute video tutorial we create a morphing effect between two different shapes in Blender:
Written version:
Automating repetitive tasks in Blender
In this video we show how to automate tasks in Blender:
Written version:
Blender Cycles Pixel Art Tutorial
In this one minute tutorial we create a pixel art animation render with Blender Cycles by using a toon shader and freestyle.
Written version: