you can use a timer (used in rollouts) to run a function every x'th second. E.g 0.5 would result into 500 miliseconds. Within that called function you could then store and capture the selected verts of your object, lets say with a memory of just 5 vertex positions. Each time the vertex selection changes you save just the…
Seconded. I got one of the 'others'.... don't buy something like that. It's pure horror... And now it's laying in a corner and waiting to catch up rust or something. I got really annoying problems with it, changing the overall sensitivity without doing anything, then sometimes the tablet got the idea OHHHH SHINY I DRAW…
i guess in terms of design youre right, but each part can pretty much gain credebility with some thoughts about function. same things apply for anatomy. though some "design" might appear stylized, they always have the same underlying structure, functionality. as you can see the thing with the ejection port confused people,…
So heres the code that I reworked to be more efficient in the long run. It should be easier to read and understand. Im gonna work through yours and comment it and hopefully you can look at what I have and see what I'm talking about. global proc gilesTreeGen() { if (`window -exists gilesTreeGen`) { // if Window exists…
Just tested the demo file and it came out, OK. Blender acts strangely with its bevel function, I had to modify the geometry before it stopped acting up and even then it didn't want to bevel the edges on the correct paths. This is the best I could get it, and notice how it tries to bevel multiple edges into a single corner,…
Thanks for the responses guys :) I ran through them all the suggestions this morning at work, testing their functionality on a few objects and characters. I ended up using a combination of your tips, and wrote up a little MEL script which I bound to the "D" key so that the detach function of 3DSMax's UV editor is…
Thanks alot everyone : ) Fwap: everywhere : ) Love studying machinery though, there is just so many cool shapes and functional design in industrial machinery. Wanted to have a more form-fitting and functional-looking base for this scene. JamesMeader: Everything is completely new, yes. I started a new kitbash library for…
Pac 187, tks for the link. I watched that vid last night. I played around a bit with the function but yeah, like you, I think it's pretty borked. I just want my friggin' shift/click selection function to work the way it has for years and years now. I don't need poorly implemented feature-bloat. The documentation at…
I didn't test your macro, but it doesn't appear if you use the old interface maxscript functions. It's how i kinda solved some griefs, but there's some functions in the ribbon that have no equivalent in the old ui and you can't deactivate this stupid thing. Gotta love it... @8feetspider: Totally agree, and that's why i…
You arent 'killing' the material function when using a child material and not using a parameter. When you expose a parameter, all you are doing is allowing 'change', not on and off. Even if you were to bool certain functions, its all still adds to the shader complexity. I do agree that it can be good to make a 'master'…