This discussion was created from comments split from: How The F*#% Do I Model This? - Reply for help with specific shapes - (Post attempt before asking).
i think the b cone would be best. cone a needs plenty of smoothing groups the look smoothed without over-smooth the cone end. something like face a smoothes with b, face b with c and a, c with d and b. uv space uses the same vertices as the normal mesh and 2 vertices more for the seam. in cone b you can smooth all group 1…
We're hiring (again)! There are many Hybrid/On-site Art positions that we're interested in finding, please see Sperasoft's website in the Careers section for the full information and qualifications (https://apply.workable.com/sperasoft/). Some examples below: VFX Artist - Warsaw / Belgrade Lighting Artist (Senior) - Warsaw…
I'm building this surface in Blender and want the face division here to be more natural and reasonable. Could you tell me if my current topology is correct? Are there any better ways to split the faces? I can't share the full model since the product is still in progress. I’ve tried many solutions on my own but haven’t…
thats a very clean topology tho, alway nice to see clean stuff, also can i ask for some tips for the tosol retopology, my plan was to follow the actual human topology for this tosol. im starting out at the hand first cuz i dont want to blow my brain out with the tosol. i did the head retopology tho, its very messy but with…
Hello everyone!! This week I’ve been finishing the high-poly model. I then moved on to retopologising the organic parts, whilst leaving the hard-surface parts at mid-poly. I also created the UVs, settling on 6 UVs in the end. And I’ve carried out the first bake tests. I hope you like it!
Hey all ! :) Was cleaning up some code on my 2017-2018 codebase and stumbled upon this old piece of work that i did for PolygonFlow's first iteration last year; a basic licensing function that worked with Gumroad license keys. <code>urllib2 def gumroadLicenseChecker(license_key, user_email, check="true",…
Hello ! :) I'm trying to get the Camera's name of an active View ( like "persp" or "Camera5" ). string $activeView = `getPanel -withFocus`; string $camName = `modelPanel -q -cam $activeView`; print $camName; So far, it works well. But I would like to detect if the focused panel have a working camera, and if not, get the…