Select Page

Samson

Intro

The goal of this project was to create a video highlighting the story of Samson in the Bible. The idea was to take elements of the story and film visual representations of each element. Before the project officially began, the first step for the team was to simply go back and re-read the story of Samson starting in Judges Chapter 13. After the refresher, the main symbols we ended up choosing were a lion (Judges 14:6), a honeybee (Judges 14:8) just one fox… not three hundred (Judges 15:3-5), dry grain going up in flames (Judges 15:5), a donkey’s jawbone (Judges 15:15), a knife cutting off locks of hair (Judges 16:19) and destroyed pillars and a pile of rubble (Judges 16:29-30).

Unfortunately, some of the props on our list (a statue of a honeybee, a donkey’s jawbone, and giant stone pillars) were either unrealistic to try to obtain, or very difficult to find with reasonable shipping times. As a result, those props had to be created in 3D.

Day 1: Honeybee

Instead of getting a metal wasp figurine, we ended up going for a 3D model of a honeybee. In hindsight, that was a much better move. Originally, we were just going to sit the model in a scene and render out a few shots of it, much like the other shots of real statues. However, the model was posed with the wings stretch out to the sides, which wasn’t very aesthetically pleasing for an epic shot, but it did beg to be rigged.

The last time I tried to rig something, I tried for hours and hours and ended up having to hire a professional in order to meet the deadline, and ultimately didn’t even have the opportunity to use the final rigged model for animation.

This time, I was feeling ambitious, and I tried for a simple IK rig just to get some posing. I got everything working except the antennas. For some reason, I was seeing a large group of vertices getting left behind when I moved the bones, and I spend too much time trying to weight paint the antennas, and ended up abandoning the idea of making the antennas move. Later, I retried using the exact same method as before, and it worked perfectly. Not sure what happened.

Day 2: Pillars

Originally, we may have been a little too ambitious with the concept for the pillars. One of our first ideas was to have a shot of a pillar cracking up close, then cut to a wide of two pillars falling into each other, crumbling and breaking apart. Sounds like a great concept, and I started to work on it, but soon realized just how technically demanding those two shots were. So in an effort to hit the deadline, but still delier something cool, I changed strategies a bit. Instead of showing the destruction as it was happening, I opted to show destruction that had already happened. So I got to work creating the ruins.

Day 3: Filming

With all the digital assets created and ready for the timeline, it was time to film the practical props. We tried to keep the amount of CG work to a minimum to keep turnaround time fast. Shoot day required us to capture a lion statue, a wolf (we couldn’t find any fox statues), burning grain (we didn’t have any proper grain, so we grabbed some long dry grasses from a swampy drainage channel behind our building) and Delilah cutting up a wig (you’ll see).

Final Result:

Still pretty stunned that our team was able to turn this video around in 3 days. Incredible job by everyone involved, and I’m extremely pleased with the final result.

Credits

Direction: Dan Fajardo, Matt Jones

Lighting: Shelly Bogard

Edit: Dan Fajardo

VFX: Matt Jones

Makeup: Katie Eldridge, Ana Womble

Talent: Lexi McLeod

Check out more articles

How to Generate a Ranger Config File

ranger --copy-config=all This will copy all the default config files from /usr/local/lib so you can make edits without messing anything up. Huge shout out to https://dquinton.github.io/debian-install/config/ranger.html for explaining this and so much more. Took me a...

First Open Source Contribution

Surprise! I genuinely did not plan on making my first ever open source contribution today. In fact, I didn't plan on a lot of things happening this week at all. I recently got an awesome opportunity to work on a site that is being hosted on a platform called Pantheon,...

How to Exclude Specific Posts and Pages from WP_QUERY

For the sake of having something to work with, let's suppose we've got the following query:In this query, inside the $args array, there's a special parameter that allows you to exclude specific posts and pages from the query. This parameter is called post__not_in and...

Configure SSH For Password-less Connections

Preamble I'm slightly embarrassed to admit this, but it was a long time before I figured out how amazing this little file is and how exactly to put it to good use. The file I'm talking about is the SSH config file. By default, when you first connect to a server via...

WordPress Site Stuck in Maintenance Mode

Plugin Error Code 500 During Update While I was updating a WordPress plugin locally, something happened on my local server to trigger a 500 error code as the plugin was updating. On the frontend, I refreshed the page and was greeted with "Briefly Unavailable for...

Creating a WordPress Plugin Downloader

How it Started I was recently tasked with the challenge of creating a WordPress theme generator. The idea being, instead of writing your style.css file from scratch, you'd be able to just answer a few simple questions about how you'd like your theme set up, and those...

Fix Audio on XFCE Chromebook

The Problem After moving from GalliumOS to Xubuntu, I noticed that playing YouTube videos on both Firefox and Chromium would result in decent playback for a few minutes, but suddenly the audio would turn into a solid beeping tone while the YouTube video displayed the...

Adjust Trackpad Sensitivity XFCE

xinput set-prop "Elan Touchpad" "Synaptics Finger" 1 1 1 What are the values 1 1 1? This sets the sensitivity as close to the original ChromeOS as possible. Larger numbers will decrease sensitivity of various aspects. I never looked into which individual value...

Fireworks (Short Film)

https://vimeo.com/395077249 About the film Year: 2020 Director/DP: Tim Searfoss Writers: Matt Jones, Tim Searfoss Sound Mix: Matt Jones

Hosting Multiple Sites Using LocalWP

I've done a write-up on hosting local WordPress sites before, but I definitely prefer this method over the previous one. If you've never tried hosting multiple sites using LocalWP, then I'd encourage you to check it out. I've had really bad issues with it in the past,...