`; $('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);
Written by: shaneroshea

Family Inspiration

My mom loves creating and doing crafts. She always has some fun ideas no matter what the event or season. She recently partook on decorating a cake dish which I thought came out absolutely …
gravatar
 · 
October 14, 2017

Portrait Photography Editing Study

The camera I currently own is a Canon EOS Rebel T5i with a 18–55mm lens. Went out to do some local portrait shooting for a friend who wanted some nice photos and this was …
gravatar
 · 
September 29, 2017

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

Blown Out Specular Pass in Renderman

So I've been working on a scene and all my lights are functioning properly with all my objects, aside from the reflective part of my mirror texture and I can't for the life of …
gravatar
 · 
February 7, 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

Houdini Candle Flame Simulations for Ship Environment in Maya

Hello! Working on making a realistic candle flame and I definitely see a few issues I want to fix but don't yet know how... Final Houdini Output: I eventually want to take the candle …
gravatar
 · 
November 24, 2016