Just installed Unity 2017.1 - new Timeline and Cinemachine features will really help. Just need to learn how to use them. In the meantime I'm waiting for Unity to update everything... so many issues. I had to switch to the new post processing stack because the legacy Bloom script no longer worked. But I also seem to be…
I'm far from authority on nHair, but I think you can do that directly. Bonus tools has a 'Make Joints Dynamic' which you can use to drive a joint chain, which your rope model would be skinned to. Without bonus tools, you'd use 'make curve dynamic' on a curve, then set that as an IK Spline to drive the joint chain. I think…
Yep, that doesn't work in userSetup because at the point when you query for panels there aren't any created yet. For this sort of thing if you want to set up some script to be executed once Maya is finished starting up then you can use an -idleEvent scriptjob instead. Try putting this in your userSetup.mel:scriptJob…
Just some randomness, getting so much HW, and here I thought I was almost done everything... silly me... No time to model... so I just used the best script ever made and did a simple render. Makes me happy :) Man they need to stop giving me so much work! Thats what I get for taking two courses at one I guess... Yeah I'm…
i did this long ago, here are few things u can do fast and easy is to create a blend shape for the eyelashes that match the movement of the eye lids and then do a set driven key to drive the eyelashes blend shape by the eye lids blend shape. second skin eyelashes to joints, and vertex constrain the joints to the vertices…
I am not sure if there is a better way, but MilkShape3D decompiles .mdl files and exports to obj. It's a $20 app, but comes with a 30 day free trial, so that should get the job done. The models will be triangulated making them hard to edit, but depending on what app you are using there should be a de-triangulation script…
holy crap... they're including poly cruncher and soundtrax, oh fuck yea, about time. I have a few monster scripts I wrote for soundtrax when doing facial animation. It's nice to see you won't need to buy the plug-in any more. Oleg Bayborodin is on staff huh... wow that could be awesome! I really like particle flow. Maybe…
I liked it for the most part, looks really cool. I was expecting something to happen at the end with the monster but whatever. Looks cool. Good luck on finishing it you might need it with Max. I can pm you the thought if you want. ooh just finished reading your script and what thought was going to happen is what you had in…
[ QUOTE ] Will they turn it into a straight up scripted comedy, like austin powers? Or maybe the next film would have to be the Ali-G or Bruno movie... [/ QUOTE ] Actually they already made an ALI-G movie(called Ali-G indahouse) 4 years ago, it was quite succesfull over here in Europe... Perhaps that was the motivation to…
Yeah, that's pretty much how I'd have done it. As it spits out a new filename each time, then your browser will change the image even if it's cached. 'Cause it sees that it's a different file. I'm guessing that the hard-refresh problems you were having was because the script wrote to the same image file each time it…