I use Blender's default (and only, for that matter). For those of you who don't know - Roadkill's code was taken from a 2006 version of Blender. Since then, Blender has been getting new tools with pretty much every release. It's sort of the pride and joy of the software. As Eld mentioned in the other thread, you just can't…
Oh also you can't delete individual biped bones, biped is treated as one group of objects, if you delete one you delete them all. This is necessary for biped to understand and control all of the features it uses. If it allowed people to just delete bones then 100% of the tools couldn't count on that bone being there and…
This stuck with me. After some further, more detailed, reading and researching, you can totally create the van der Corput sequence that Hammersly and Halton based extended from in UDK. You'll need DX11 mode on to have it work, as that supports Shader Model 4 and therefore the bitwise operators that make the sequence fairly…
Hey forum, I'm animating this character using 3DS Max. What I'm doing now is trying to make it a walk cycle. The character is rigged, but needs a custom keyframed walkcycle since its way of walking is very different from Max's preset walking animations. I created the entire cycle, but now need it to loop. I tried using the…
The "do they have a microwave" and "do they have coffee" shit is hilarious. If they don't, run. At my old place everyone would go to get coffee at one of several local coffee shops rather than drink the coffee at work, because going out to get coffee is really a ritual - you go with some friends and you bitch about work…
Welcome to our 10th monthly unofficial Dota 2 workshop friendly competition This month we are keeping the single item style and this month of December the theme will be "Winter is coming" which means that you can do a single item for any hero and the item need to fit the theme, what means that you can do something winter…
Z-up is right. The code will center it at the lowest center point, of the bounding box. I almost posted a old script that I wrote a while ago that contained that line of code but decided against it. The code works fine for stand alone props and objects that don't need to align together. If one object has a piece that hangs…
Nice one haiddasalami! works as expected :) Anyway, so you have some tips to search this kinda 'tricky' code? I never thought that main toolbar has it's own script to control the items inside (even though those items already removed from the main toolbar). Another thing that I'm struggling to find is that sometimes the…
This page shows code with broken formatting. This code is pretty neat and works well too. To use it - run this corrected Python code: # Python code import maya.cmds as mc import maya.OpenMaya as om def getInstances(): instances = [] iterDag = om.MItDag(om.MItDag.kBreadthFirst) while not iterDag.isDone(): instanced =…
Maybe a bit offtopic and i do not want to rant: Isn't this exactly "the problem" also in other areas (even other "industries") ? "The industry" does not define clear standards (and also the management fires everyone doing the real work).. So not only the newbies does not know what to put into their portfolio but also the…