`; $('body').append(sidebarHTML); syncSidebarUI(); // 2. REVERTED NAVIGATION LOGIC: The version that worked $(document).on('click', '.close-sidebar-btn, #sidebar-toggle', function(e) { var btn = $(this); var isAtHome = $('body').hasClass('home') || window.location.pathname === '/' || window.location.pathname === ''; if (btn.hasClass('close-sidebar-btn')) { if (isAtHome) { e.preventDefault(); $('#custom-sidebar').addClass('is-closed'); syncSidebarUI(); } else { // Force hard refresh only for the Portfolio button when not home e.preventDefault(); window.location.assign('https://shaneoshea.com'); } } else { $('#custom-sidebar').toggleClass('is-closed'); syncSidebarUI(); } }); // KILLS PROJECT GRID LINKS BUT SAVES THE GIF $(document).on('click', '.pg-link, .pg-title-link', function(e) { e.preventDefault(); return false; }); function syncSidebarUI() { var sidebar = $('#custom-sidebar'); var body = $('body'); var toggle = $('#sidebar-toggle'); if (sidebar.hasClass('is-closed')) { toggle.text('→'); body.removeClass('sidebar-open'); } else { toggle.text('←'); if ($(window).width() > 1200) { body.addClass('sidebar-open'); } } } $(window).on('semplice_page_loaded', function() { var isAtHome = $('body').hasClass('home') || window.location.pathname === '/' || window.location.pathname === ''; if (isAtHome && $(window).width() > 1200) { $('#custom-sidebar').removeClass('is-closed'); syncSidebarUI(); } }); // The Status Bar Janitor setInterval(function() { $('.pg-link, .pg-title-link').removeAttr('href'); }, 1000); }); })(jQuery);
Latest in: Thesis

Updated Animatic

Full mostly cleaned up motion capture and near-final camera shots are in! 😀 Enjoy!
gravatar
 · 
March 16, 2017

Final Landscape Environment Base

Working with satellite imagery, I was able to pull some dem maps from the U.S. Geological Survey's data tools. From there I was able to take it into Houdini and formulate a great base …
gravatar
 · 
March 3, 2017

Look Development: Environment

Clouds: Terrain:
gravatar
 · 
February 6, 2017

Look Development: Metal Figure

In my thesis, the main conflict is between the nature figure and metal figure. When it comes to the metal figure I want to display how it was created and came to be. I …
gravatar
 · 
February 3, 2017

Title Animation

Working with vine generation and interesting effects has been a fun process! I've needed a visual for my thesis in terms of a title look development sooOoOOO. I made a quick WIP of what …
gravatar
 · 
February 3, 2017

End of the semester: Houdini Effects Complilation

Here's what I've been working on for testing procedurals in Houdini for thesis!
gravatar
 · 
December 14, 2016

Camera & Timing Blocking Animatic

Here's my final blocked out animatic, for the sake of camera angles, composition and timing mostly. This will be given to my composer who is starting on the music and will then be transferred …
gravatar
 · 
November 7, 2016

Design Document

For thesis I made a PDF document describing my vision and process for my thesis in a design document! Take a read below! [pdf-embedder url="http://shaneoshea.com/wp-content/uploads/2016/11/Design-Doc.pdf" title="design-doc"]
gravatar
 · 
November 3, 2016

Thesis Pitch – Round 3!

Third revision of my thesis pitch is done! Better audio quality and less rambling on about things from before. Password is "thesis"!
gravatar
 · 
October 4, 2016

Thesis Pitch – Round 2! (Revision)

I've taken a step back and revised my thesis pitch video to include some visuals, music and actually talk a bit more in depth about the unique content in my thesis. Enjoy! Password is …
gravatar
 · 
September 26, 2016