`; $('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

UV Mapping Tips By Paul H. Paulino

Super great tips here for UV Mapping workflows; primarily applies to the VFX industry but I found it a great workflow to adopt! See the article here: https://80.lv/articles/6-tips-to-improve-uv-mapping-workflow/ Thanks Jared Athias for sharing this …
gravatar
 · 
November 15, 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

Visual Mood Animatic

I've taken my reference images and used them inside of After Effects in order to help me block out timing, sequencing of events and camera angles. It's also a great reference to help show …
gravatar
 · 
September 26, 2016

Thesis Pitch – Round 1!

Had my first round of introducing my thesis by making a pitch video! Lots of things I need to fix up and introduce including actually explaining the story. Expect more soon! 😀 It's currently …
gravatar
 · 
September 18, 2016

Motion Capture!

So I'm working on my first experiments with motion capture via the Microsoft Kinect 2 and this software called iPi Mocap Studio in order to make the correct movements I'm looking for in my …
gravatar
 · 
September 8, 2016

Visual Board

So I finally have my story all figured out! Main points that I really wanted to convey with my project and hit the most were: That it has visuals using Houdini that aren't just …
gravatar
 · 
September 4, 2016

Introduction

Welcome to my thesis blog everyone! It's going to be an awesome time sharing my progress and ideas through this website and I hope you all enjoy following along! As I start out my …
gravatar
 · 
August 26, 2016