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

Camera & Timing Blocking Animatic

gravatar
 · 
November 7, 2016
 · 
1 min read

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 to my choreographer to help make some baseline expressive motions for the animatic to the music my composer produces. From that stage I'll be ready to start on my motion capture and cleanup!

There's lots of abstract, blocked out placeholder type objects, so here is a type of shot breakdown to help explain each portion of the animatic and what exactly is happening.

[pdf-embedder url="http://shaneoshea.com/wp-content/uploads/2016/11/ThesisAnimaticBreakdown.pdf" title="thesisanimaticbreakdown"]

Comments

No Comments.

Leave a replyReply to