Blender Archives

Free 3D Content Creation tool. It can do everything. It costs you nothing.

How to scale image textures in Blender

When I import regular OBJ files into Blender, they come in with a basic diffuse shader applied, with the texture file in the right place. Sadly, that texture is often scaled incorrectly. While it is possible to edit the UVs to make it all look handsome, there is an easier way for us to scale …

Read more

How to render a movie file as texture in Blender

I’ve been playing with a new title sequence for shiny new gaming channel, and I thought it would be fun to have a movie file playing on a plane object that’s seen as a screen in a cinema. I knew this was possible in Blender, but I didn’t quite know how to achieve it. After some tinkering I found out. Let me share my findings with you.

It’s very simple actually: setup a material, including a Texture Node, but instead of an image file, we pick a movie file (or image sequence). That’s really all there’s to it. The difficult part is understanding the settings in the Texture File though.

In the fourth drop-down, Movie was selected automatically when I added my movie file. This can be changed to Image or Image Sequence though, just in case yours is not set correctly. For the record, I’m using an MP4 file with H264 encoding, at 60 frames per second. The three following options are interesting (and important).

Read more

How to use the Blender Cloud Add-On

I’ve been a member of the Blender Cloud since 2016, and one of the benefits you get is that your local copy of Blender can interact with… well the Blender Cloud. You can access texture files, HDRIs, save your files, upload your renders and work in progress – all without leaving Blender. That’s cool! What …

Read more

Working with a Full Screen Viewport in Blender

In this quick tip I’ll show you how to go full screen AND immersive with Blenders viewport. I’ll explain how to remove the grey bar at the top and remove all tool shelves temporarily with a single click (or two). Enjoy! https://www.versluis.com/wp-content/uploads/2019/07/Blender-Immersive-Viewport.mp3 Podcast: Download (Duration: 2:07 — 1.9MB)

Trying out Chocofur Asset Management for Blender 2.8 – 3D Shenanigans #24

In this episode I’ll try to install the Chocofur Asset Management add-on for Blender. It’s recently been updated to Blender 2.8, but right now not so easy to find on their website. Chocofur have lots of free assets to try out, perhaps we can work out how this works together. I was unable to get …

Read more

Duplicating an object along a path in Blender 2.8

The other day I tried to create a simple necklace in Blender 2.8, only to find out that the way I’ve once learnt from Blender 2.79 and below using DupliFaces no longer works. This feature has been removed from Blender 2.8. Thankfully there’s an easier way to do this, using the Array and Curve Modifiers.

For this example I’ll create a circle for our path, and an object I want to duplicate on it. Perhaps a UV Sphere. Make sure to apply all transformations after any scaling operations with CTRL + A.

Read more

How to bring back Selection Toggling in Blender 2.8

I’m so used to pressing A to select or de-select everything in Blender. It’s been so ingrained in my brain that I cannot easily get used to the new default behaviour in Blender 2.8. Thankfully there’s a simple tick box in the Preferences that will bring this option back, so there’s no need for my …

Read more

Rendering with Blender from the Command Line

I wanted to put some of my (old) computers to good use by helping them render animations. Everyone is stronger when we work together as a team, no matter if we’re built on carbon or silicone. Sadly though, Blender doesn’t start its GUI via RDP, which means it’s not so easy to speak to the application – unless you employ clunky workarounds.

That’s where the command line interface comes in handy. We can issue a text command to Blender, telling it which file we’d like to render, where to render to, and which frames of an animation to render.

Before I forget how this works, I thought I’d best write it down.

Read more