Dowload All of Kenny's Free YouTube Project Files

Enter your email to get access to all the Project Files & Resources from Kenny's YouTube TutorialsWhat You’ll Get When You Join:

  • 📂 All Blender Project Files & Resources from my YouTube Tutorials.

  • 📩 Artist Resources & Updates sent directly to your inbox.

Kenny sent you a confirmation email via Gumroad. Please check your inbox (and spam) before continuing.
function handleSubscribe() { const button = document.getElementById("gumroad-follow-form-embed-button"); const popup = document.getElementById("confirmation-popup"); const checkbox = document.getElementById("confirm-checkbox"); const accessButton = document.getElementById("access-button"); /* disable submit button */ button.disabled = true; button.innerText = "Submitting..."; /* show popup */ setTimeout(function(){ popup.style.display = "block"; setTimeout(function(){ popup.classList.add("show"); },50); },500); /* checkbox logic */ checkbox.addEventListener("change", function(){ if(this.checked){ accessButton.classList.add("enabled"); }else{ accessButton.classList.remove("enabled"); } }); /* redirect with delay */ accessButton.onclick = function(){ if(accessButton.classList.contains("enabled")){ /* change button state */ accessButton.innerText = "Confirming..."; accessButton.style.opacity = "0.7"; accessButton.style.pointerEvents = "none"; /* delay before redirect */ setTimeout(function(){ window.location.href = "https://resources.kennysarts.com/#access"; },5000); } }; }

You're In! Click on Any Video Thumbnail to Automatically Start a Download of the Final Project Files & Resources in the Tutorial.

Confirm your email subscription to receive updates from Kenny & Be sure to bookmark this page so you don’t lose your access.

Want to Take This Even Further?

Get access to 1:1 coaching, feedback & step-by-step guidance from Kenny Praise

Dowload All of Kenny's Free YouTube Project Files

Enter your email to get access to all the Project Files & Resources from Kenny's YouTube TutorialsWhat You’ll Get When You Join:

  • 📂 All Blender Project Files & Resources from my YouTube Tutorials.

  • 📩 Artist Resources & Updates sent directly to your inbox.