I have avoided a few dependency loops with scripted controllers to make some mechanical rigs walk on their own. I’ve tried applying it to this challen…
OT—- Barney Stinson:“Where possible and impossible meets, it becomes, possimpoble, and I, Barney Stinson, am master of the possiblooble!” Sorry, ha…
One thing i notice : editTextUniqueName = ” attrName_EB_” + a where a is an integer, you should convert it to string editTextUniqueName = ” attrName_…
Try: move (getNodebyName variable) [5,0,0] Cheers!
You need to break the second loop at that point so just type “exit” where you need it. That way, you return to the first loop and go at it again. if …
Glad I could help.
After modeling the grid, you should reset x form, center the pivot, align to world and definitely collapse the stack. You can then easily use ffd to e…
Even better, you can use a plane, extrude it by polygon and add lattice on top. Collapse stack and it’s done.
Not that i want to discourage you from scripting it, by all means, go ahead and have fun! But, have you tried using box primitives and adding lattice…
OK. I’ll do my best then.
OK then, seems like I’m not nearly ready to take this on but will definitely follow the topic. Thanks for doing this and sorry for cluttering up the t…
INTERESTING! Another question (perhaps dumb, sorry, Mom always said I’m SPECIAL ) PRS controllers as in no Scripted Controllers?
Is path constraint allowed or is that to be done with math too?
As to the issue of stealing others code: I don’t see it as an issue at all. If you are copying and pasting someone’s code, then that’s all you’re goin…