Hi! Here it is my solution to move ANY selected object back to the center of the world:
- create a MEL tab and copy/paste this snippet:
// Get the selected object(s)
string $selectedObjects[] = `ls -sl`; // Check if any objects are selected
if (size($selectedObjects) > 0) { // Loop through each selected object and move it…
It's been awhile since I've done any game art in my freetime so I'm starting up a new project I've had on my mind for a long time. I've been needing to get a better understanding of the PBR workflow and really push myself as an environment artist so this seemed perfect. I feel like I've fallen behind on my sci fi…
Hi. Does anyone know how to do it? Lets say I have a flat concave/convex polygon with N vertexes and I would like to project it on the surface of a mesh along some direction vector. Basically like a decal or imprint in pro-boolean. The result mesh should have the topology of the mesh on which proijection was done. Example…
Finally some Updates to share! These boston snow storms can't keep me down. So here is a video of the first playable "milestone" I guess you could say. The functionality is pretty much how I want it, and most of the animation stubs are in, some a little more polished than others but nothing is final. [ame="…
I'd say the design isn't bad, it has a sort of rugged boxy look to it. Sort of like grandpa's old rusty fighter from the last great war is the feeling I'm currently getting from it, and maybe you can push that when it comes time for texturing. (Think the old viper fighters from battlestar galactica compared to the new…
To me personally, this looks about as sensable and usefull as that idiotic Thermatake mouse and keyboard with the fan stuck on the front of it "for gamers ultimate grip!" Get a regular cheap IKEA desk, some zip-ties, some double-sided tape, powered USB hub of your own styling choice (class yo!).. Now use double-tape to…
that scene doesn't really fit together (yet?) in some aspects to my eye: inside and outside are very different in terms of their scifi feel. whereas the inside is almost completely high tech with polished surfaces and tubes and whatnot, the outside looks very much like a contemporary industrial area (with the exemption of…
almost there (warning not yet complete or working!! with newer versions than max 9)function selectUVOuterEdges = ( if (selection.count > 0)then(--at least an object selected local obj = selection[1]; local uv = modPanel.getCurrentObject(); if( classof(uv) == Unwrap_UVW)then( print("yes UV modifier is there");…
selecting a file and then pasting it doesn't work because that has not much to do with the clipboard - it is more a explorer specific function not a application wide standard. I mean have you tried the same with Photoshop or msPaint ? because it wont work. Sure I could program a drag and drop functionality but then again…