Ahh okay cheers Monster didn't realise the constraints and parents locked this stuff together even in the export selected sense. A nice to know! Blendshapes sadly do not I export him and the face remains normal - no expression. I may have to call this off for now - no use exporting an animated mesh that doesn't animate…
Cut out caffeine and things that are filled with sugar. Walk 3 or 4 miles a day. Got to the gym at least 3 times a week Draw every day. Be able to touch my toes. My hamstrings are horribly inflexible and I'm worried it might cause back and posture issues. Add a 3d project to my portfolio every other month. Make money off…
Hey there, i dont know whether this is the right forum for my question to ask ive been searching for hours now but its hard to find the solution to a problem you cant define. sooo: ive been working on a face model recently and my problem shows both in the viewport and in the rendered images. ive applied some textures but…
Hi all, I've been modelling for a few years now in Blender & Zbrush but I want to learn Maya for employability reasons. Can you recommend any good, fast pace tutorials for Maya for people who already know modelling and want to transfer their skills? I'm thinking similar speed and efficiency that you can see in Michael…
Hi guys, i present to your attention new plugin "SearchOverlap". "Search Overlap" is a smart tool written in c++ that will significantly reduce your baking preparations. If your pipeline requires manually searching for overlapped UVs and then shifting them to the side before baking - this script will do it for you.…
Alright so I barely use this account and don't know much of where I'm supposed to post stuff. Praying I'm in the right place. I need help trying to figure out how in the HELL to install this plugin for Maya 2017. It's called aaOcean Suite and it's used to make big ass oceans, basically. I installed, exported the files onto…
Hey guys! I hope you will solve this problem because I have absolutely no idea how to fix this... I'm working on the eyebrows of my character and I followed this tutorial : https://vimeo.com/71620108 The eyebrows spline system works great but when I rotate the head of my character, a sort of double transformation of the…
Hi everyone, are there any Xgen user around? :) I'm having an issue with Xgen in maya 2017:The hair only show up in the legacy viewport, not in viewport 2.0. It seems like a bug, I never had this issue with previous versions of maya. Does anyone know what might be causing this? Edit: I made a couple more tests. If I create…
Hi, Just wondering if Substance Painter contains a generator where Position Map is the primary input source? I am thinking about a Dirt/Wear overlay where I would use a Position Map baked along Y axis to produce a natural transition between Wall and Floor, for example: I want to create some procedural dirt at the bottom of…
Hi, I got the code but, that -sm 12 commands will only work with polygon objects. So, It's not going to work with NURBS curve and surfaces. To avoid that I added this kind of method or string. Do you think this is fine? GrpH(); string $selection[] = `ls -sl`; string $polyGons[] = `filterExpand -sm 12 $selection`; string…