Hi Pc, i'm in desperate need of a similar technique to get a functional and easy "path deform deformer" like in 3dsmax in Maya. Everything i've tested is pretty ugly and / or kind of innacurate. I need to be able to deform a mesh with a curve : have tried bend, latice and flow path... But with no result. Maybe it's from…
Hey guys! Wanted to share this simple yet handy tool to quickly align objects or components to world axis. I made a marking menu to quickly acces to the desired axis with a hotkey. If you are interested I might upload it soon.
After unitizing all the faces on an object sometimes the UV shells will be created facing V up, and some times they'll be created rotated 90 degrees U up in the UV editor. Is there a way in Mel to query if they got rotated so I can then rotate make them face the correct direction. I only need to do this on a single face or…
Hey guys, I'm having a weird problem with a code. Actually code itself runs and works well. But when I try to put it in a procedure, it says "undeclared variable" about a variable that I only declare and use in that procedure. Here is the code: (it is the $selVerts variable in tokenize row that it says undeclared. and also…
I tried running script on a couple primitives and the condition on line 25 seems to never been met. It's only looking for a vertex that sits exactly on (0, 0, 1) coordinate? Can you explain a bit what you're checking for.
Hi there! Right now I am hard-coding a piece of code, and I dont know almost anything about mel (but i am trying) The thing is I want this code works for any cam i have selected, right now only work if the camara names that way setAttr "cameraShape1.filmFit" 3; setAttr "cameraShape1.overscan" 1; setAttr…
Two useful tools, but if combined can be even better. Does anybody know a way to do so? Any MEL scripters got some time to help? The specific workflow problem I am trying to improve is this: little ticks of a compass or watch. Hundreds of little rectangles that must be duplicated at exact spacing. It would add…
I would recommend trying it out, the PLE version on their site is free. I haven't yet dove into mobile stuff although I do plan to test out my project on iPad in coming weeks (although that's a bit more powerful then standard mobile.) But as for it slowing down performance, comparing the scripts that uScript generates to…
Hello! I'm in the process of making my second character model. Taken a lot of mistakes and learning to get to this point. I've been stuck on something the past few days though, and I'm unsure whether I'm doing something wrong or if I misunderstand the process. I got a sculpt close enough, then moved to Blender for…
there are some sccripts at scriptspot (3dsmax) that do that, maybe with some scripting expierence you can transfer some of that structure to mel. For example I had a uv-script written in mel which I never saw before and was able to learn and transfer some of the concepts of that script.