Blender - blend file roundup

Over the last several months on the forums, we’ve answered quite a few Blender questions — and sometimes they were answered with the help of blend files. I figured it might be useful to list some of them here, in case they can be of help. So here they are, along with some others. It’s not a complete list, just some of the ones I thought to be more interesting or instructional. Most of them are simple; not intended to impress but usually to demonstrate a single how-to…

Blender Files from the Forums


Trajectory

Particles used to display trajectory of object
Trajectory – Here a simple object, curve, and particle system are joined to show the trajectory of the object. Particles are used to paint the path that the sphere takes along a curve.


Lamp Shade

Translucency setting used to simulate light passing through a surface
Lamp Shade – A material’s “Translucency” setting is a handy way of simulating the effect of light passing through a translucent surface. The difference between translucency and transparency is that with translucency, only bright light passes through — normal objects are not visible from behind. Lamp shades are a perfect example to demonstrate this.


Chain Curve

Translucency setting used to simulate light passing through a surface
Chain Curve – This file makes use of arrays to string chain links together, and a Bezier curve to conform the result. This is easy to set up, but has the disadvantage of actually warping the chain link meshes themselves. This isn’t really evident unless the curve’s bend is extreme.


Chain Curve 2

Translucency setting used to simulate light passing through a surface
Chain Curve 2 – Similar to the chain example above, but doesn’t suffer the same disadvantage. It is however, more difficult to set up. This example makes use of vertex parenting. Each link is parented to a trinity of vertices on a triangle strip, and the strip itself is deformed by a curve. The result is no deformation of the link meshes, and is more suitable where the chain needs to “bend” at extreme angles, such as for tying in knots.


Blinking Lights

Ipo curve animations reused to produce blinking light effects
Blinking Lights – In this example, the “Emit” property of materials is animated to create a core set of blinking frequency Ipos. This allows for any color to be assigned to an object, and any one of three Ipo animations, to create arrays of blinking light panels without needing to animate countless materials separately.


Chain Link Fence

Chainlink fence effect using nested array modifiers
Chain Link Fence – Here nested arrays are used to build a flexibly-sized chain link fence from a small and simple model. Not only does this example simplify the modeling of such an object, but it allows for its dimensions to be changed easily by adjusting the Array modifier’s properties.


Constraint Ipo Driver

Ipo driver used to link a constraint's influence to a proxy object
Constraint Ipo Driver – Ipo drivers are good ways to set up one object to control another’s animation. In this example, a constraint’s “Influence” property is animated, then set up to be driven by another control object. This blend file also makes use of a Script Link to force a frame change, so that the update happens in real time in the viewport.


Cube Animation

Individual objects offset to animate at different intervals
Cube Animation – This blend file is the first result of a reverse-engineering attempt of a cool effect, demonstrated in a YouTube video by GustavTheMushroom. In this first attempt to figure it out, I ended up with an entirely different method for creating a very similar result. It makes use of a single Ipo to animate location, and the TimeOffset property to offset the timing of the various cubes. The secret to making this work is hidden within the functionality of the Automatic Time button itself. See inside the blend for more details.


Cube Animation 2

A particle system is used for a similar effect to previous cube animation
Cube Animation 2 – The above-mentioned video was the result of the particle system, so this is my attempt at duplicating the above effect with particles. It makes use of dupliverts, which is where all the tiny cubes come from. The secret to the sorting in this example is using XSort (Mesh Tools) on the parent cube, which hosts the particle system itself. When “X” sorting vertices, you’re asking Blender to sort them along the X axis in screen space. The leftmost vertices get sorted lower, and the rightmost vertices get sorted higher. This is how the particle system determines which order to spawn the particles. Many thanks to GustavTheMushroom for posting his video on YouTube.


Displace Slide

Two displace modifiers are used in conjunction with procedural textures
Displace Slide – The Displace modifier is useful in a number of ways. This simple example demonstrates how to use two displace modifiers and an empty to animate two texture displacements “sliding” one over another on a surface. The textures themselves are not displayed, only their effects on the Displace modifiers.


Follow Path Time

The Time Ipo is used to stop, start, and reverse a continuous animation
Follow Path Time – The Time Ipo picks up where some Blender functionality “appears” to leave off. In this blend file, a Camera is animated around a curve with a Follow Path constraint. The constraint itself doesn’t allow the camera to do more than just follow the curve in a given number of frames. By animating the Time Ipo however, you can make the camera stop, start again, and go in reverse. See also this Blender Underground tutorial on Working with the Time Ipo.


Height Map

A gradient texture applied to sculpted terrain exports to a grayscale height map
Height Map – This is a simple blend demonstrating how to convert modeled terrain to a height map. The material contains a simple gradient blend texture, which is mapped to the Z axis of the terrain. The camera is positioned directly above, set to Orthographic, with a Scale setting of 2.0. The camera’s Scale setting reflects the dimensions of the object it’s capturing. When rendered, a 512x dimension height map is generated.


Hoist

A curve modified rope mesh combined with pulleys, a sled, and a lift
Hoist – Here is a slightly more complex blend file, making use of several elements to produce a hoist object. The rope mesh has a curve modifier, and slides along the Bezier curve to simulate its behavior — it coils and uncoils appropriately as the hoist raises and lowers. The pulleys use PyDrivers to rotate, linked to the motion of the Trolley and Lift objects. The objects are linked up in such a way that everything happens by animating both the Trolley and the Lift.


Light Rays

Shadow buffer spot lamps are used to create a halo effect
Light Rays – This effect uses a bunch of Spot lamps set to Buffer Shadows and Halo to produce a streaming light effect. The Spots are dupliverted to a IcoSphere, so they can all be simultaneously adjusted by changing a single lamp’s properties. The “streaming” effect is achieved by forcing the spots to shine through a sphere with holes.


Light Rays 2

Halo spot lamps with narrow spot size creates beam effect
Light Rays 2 – This version of the effect is more like beams of light than streams. The biggest differences are that the spot size is much smaller, and there is no sphere with holes to help generate the effect.


Moon Over Water

Specular highlights on animated normal map modified water surface
Moon Over Water – Here a simple demonstration of animating textures is presented. Blender’s procedural textures are three dimensional, and so can be animated on the Z axis, as well as the X and Y. This allows for the “shimmering” effect, by animating a procedural texture applied to the Normals of a surface. The Wave modifier is also used to produce the larger motion of the water.


Paramount Halo

Halo effect bursting through earth's surface
Paramount Halo – Light rays bursting out of the surface of the earth is a trademark effect of the Paramount Studios splash. This effect is achieved in very much the same way as the Light Rays file above, with buffer shadow Spot lamps. The continental segments were created by importing an Inkscape-traced bitmap of a world map, and using it as a boolean for a gridded plane. It wasn’t easy to get right, and it is less than perfect, but it works.


Sharpie

Recreation of a Sharpie fine point pen with a depth of field effect
Sharpie – This is a model of a Sharpie fine point pen that I modeled and textured for a challenge. It contains a node setup that uses the Z buffer and a blur node for a mild depth blur effect.


Fluid Text

Fluid Simulation in the shape of text letters
Fluid Text – Here a simple demonstration of using Blender’s fluid simulator inflow to make objects out of liquid. This simple procedure can be used on any object even text as seen in this case. To use it, you have to setup a domain (large cube in this case) then a fluid object (small cube in this case) and lastly the inflow object (the letter “T” in this case). Press Bake on the fluid panel and watch it drip. Submitted by Penix


[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

This entry was posted on Monday, April 21st, 2008 at 10:09 am and is filed under Web Site. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

6 Responses

  1. MrLembke.com » Blog Archive » links for 2008-04-22 says

    [...] Blend File Roundup – A list of Blender files demonstrating single topics | Blender Underground&#8217… Over the last several months on the forums, we’ve answered quite a few Blender questions — and sometimes they were answered with the help of blend files. I figured it might be useful to list some of them here, in case they can be of help. (tags: blender) Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]

  2. penix1 says

    Great! Now I know where to go for those “hard to find” tutorial blends from the forum…

    Wish you would have put up the treads blend though. That was great use of empties in an array as well as great fun sitting there pushing it around :D

  3. Apollos says

    Yeah, the tread blend has a problem that needs to be worked out, plus it uses models from other sources, so I’d need to recreate it.

    Also, I had a grand plan for a post about tracks in general, showing several methods for getting it done. Nothing ever came of it, but I still might do it after the composite nodes series is done. 8)

  4. 3dmotiongraphix says

    This is a great site, and once I have my servers up and running, I would be willing to share a drive with you for helping with the site hosting…

    Randal

  5. linkfeedr » Blog Archive » Blend File Roundup - RSS Indexer (beta) says

    [...] 0.0/5 (0 votes cast) This article was found on Blender Underground’s Video Tutorials. Click here to visit the full article on the original website.Over the last several months on the forums, we’ve answered quite a few Blender questions [...]

  6. BobReg says

    I’m just starting out and I feel so overwhelmed sometimes but when I look at these examples I’m juiced again. Thanks so much for the help.
    Bob

Leave a Reply

You must be logged in to post a comment.