Yeah, the order of matrix multiplications can give a completely different result, so that's one thing to keep in mind. Another issue is if changing the transform of a parent joint will automatically update the transforms of its child joints, if not you're going to have to do some more complicated algebra. In any case, I…
Hello Ben, i contact you about your script that help defining UV grid to snap uv point to every pixel of our texture 128² to 4096². I've seen that if you open the "Snapping Options" and turned on the coordinate rounding to "force fixed" instead of "fixed" you can use the move tool to snap a point to a pixel center just by…
Ah i forgot to mention that this is my ui i am playing with: import maya.cmds as cmdsmyWindow = cmds.window ( title="Ben Cottage Modelling Script - ALPHA", toolbox=2, widthHeight=(218, 800) )if (cmds.window("myWindows", exists=True)):cmds.deleteUI("myWindows")scrollLayout = cmds.scrollLayout(…
22. Not sure. I imagine you'd have to get the input and output connections to find the nodes it's connected to, break those connections, and then re-connect the original plugs avoiding the node you wanted to remove. Never tried something like that though, sounds dangerous :) 23. Your description is correct, that's how…
Hello! Have been meaning to create a thread for this guy for a few days now, stopped blocking things in long enough to actually do it. End goal is to 3D print him in a pose (Crossroads episode, when he confronts the young German soldier) and also if I dont burn out, make a nice high rez game version and throw it into…
Hi all, I am using Maya 2017, scripting up a code that will perform mass animation baking via from a list of controllers. The process is as follows: * Perform a parentConstraint towards all controllers/ selections from the Rig that I want to constraint to * Use `cmds.bakeResults()` to bake out the constraints' values *…
Hey, everyone! My name's Samuel Horton- I'm a screenwriter, video game writer and environment artist who is now open to collaborating on some paid gigs for the foreseeable future. For some background, I've been involved with independent video game development since 2012, most notably with Edible Hammer Games' The Solar…
Facebook is hiring 3D generalist artists for an exciting foray into virtual reality. We have multiple teams looking for very strong artists who can help us prototype and build incredible immersive experiences that further Facebook's mission to connect the world. Here's the job…
@Panupat I pulled the texture reloading out of the for loop, definitely not my intention. I also applied some of your other suggestions to the best of my ability, I'm definitely not at a level to write well optimized scripts.....but I'm happy to say that after some more stumbling around I found a solution that works! The…
@osama9595 fair enough determining character modelling may not be your thing, afterall anatomy studies can be a daunting exercise for a novice too takle solo. I mean upon reflection on more than one occasion I'd come close to losing my marbles under the table during a 2yr formal fine arts course of study way back in the…