Wow you guys responded alot faster then I expected :D Thanks! I forgot to mention that I was using maya and the language was python, I've come up with this long method: cmds.xform('pCube6',cp=True) test = cmds.spaceLocator() cmds.pointConstraint('pCube6',test) cmds.orientConstraint('pCube6',test)…
use xgen If you make a curve, select the verts on your animal and run this (nasty mel I googled cos I couldn't be bothered to write any python at this time of day) it'll distribute the curves at each vert. (curve1 being the name of the curve) . You'll want a better script as this doesn't appear to take into account mesh…
The instanced mesh being black is actually a new feature, in the sense that it prevents a potentially dangerous behaviour related to xforms orientation that many new users weren't aware of. The black (flipped) display is basically a warning, in a sense. In order to display the instance mesh "inside out", you need to turn…
I'd be tuning in for YHiPs, no doubt. I think I may be conceding something to Kevin by admitting this, but I really don't understand the seeming need for British productions to be 'Americanized' before they're aired in America. Plenty of American shows air in Britain and do relatively well, never heard a Brit complain that…
To apply for this role, please follow this link: https://jobs.newworldinteractive.com/jobs/1725012-technical-animator Are you a killer Technical Artist who specializes in animation? New World Interactive might be the place for you! We are looking for a Technical Animator to join our team. We believe collaboration is key to…
Mimic Productions is currently looking for a Character Rigger / Animation TD to join our ever growing studio in Wedding, Berlin. This is for a period of long term. Character Rigger / Animation TD You’ll have bags of experience with: MEL and Python Maya and other 3D software Maya API Strong knowledge of character rigging in…
Hi everyone, We're looking to bring on a Production Coordinator to our team here at Ditto. This is a full-time salaried position with benefits (unlimited PTO, health care, and a 401k). At Ditto, we've developed what we call Virtual TryOn technology (VTO). This allows end consumers to virtually try on frames on their face…
Hi, guys. I made a tool for quick rename and transfer your meshes to Marmoset Toolbag(3.08) the older version doesn't have python support for quick load FBX in the baking group. https://gumroad.com/products/EUKea I did this basically because I tired of popup export windows and choosing a path to export FBX and then choose…
Hello Guys, I am currently working on my Bachelor Thesis for which I am developing a textureless workflow with Unity and MayaLT. I wanted to push as much Vertex information into the modell as possible. As Unity supports only one Vertex Color Channel, I am running into problems. This single Vertex Color Channel is color and…