ungoliath: BoxName = readdelimitedstring j “,” This yields a string, e.g. “MyBox12” ungoliath: Box length:Xsize width:Ysize height:Zsize …
Here, Boxname is a variable that refers to the node that you got from getNodeByName() ungoliath: $Boxname.transform.controller.AddTarget $Box0…
for that case, it might be back to the 2nd paragraph of my first reply; set/get the filenames on/from the render element, open the bitmap, process, (r…
ohmy… LIES and darn lies. quoth TFM: Controlling the Renderer[left][ renderElements:<boolean> ] [/left] [left]If true or not specified, if …
The pie – and this following paragraph -is a lie. See one post down. I don’t think you can get direct access to them – at least not from stock 3ds M…
alright, doDelayed() consistently failed after all. The only reasonable solution I could come up with was to move the parameter I need to a separate …
stupid question time: is it already scrolled all the way at the bottom, making it impossible for the item you want to be at the top… to actually be at…
It would also mean that – short of hotfixes and such – any updates to Deadline would have to wait for the next point version in subscription, or the n…
SWF – not easily, not directly. You can use .NET ui elements, of course, (such as windows.forms.*) so if you have an SWF .NET control that exposes th…
you’re basically asking us “how do I hack another person’s scripts?”. If that person has made it clear they don’t want to provide unencrypted code – …
See: – “Check number of lines in a text file?”
you could try something like this… [ol] [li]Create a Mask map ( myMask = mask() )[list=1][/li][li]Place your RGB bitmap in the Map slot ( myRGB = myM…
The xref code probably doesn’t check for the noWarning flag (as opposed to, say, the modifier stack warnings). You’d either have to do what you’re do…
correct – you’ll want to check the first element of the array it returns only.