If you’re in 2008+, or using the Avguard extensions, check out: [font=Courier New]nodeLocalBoundingBox <node> [font=Verdana]EDIT: oops, done it…
LoneRobot: Have you had a quick search on codeproject?, sounds like the sort of thing someone might have already done. ProgressODoom looks like t…
This kind of exception handling is exactly what the try … catch construct is for. Check out “Try Expression” in the docs. EDIT: oops, duped
Yay! … and thanks, ZB, for writing it. This b*!%!! MXS is like driving a car with 2 steering wheels, 1 for left, 1 for right … and 4 gearsticks … an…
It seems a bit daft, but I was wondering if there might be any value in copying the map channel of interest to the geometry channel, (temporarily, or …
Oh, good. I’m still straining my head trying to work out what the code behind this behaviour of properties must look like, so I can get a mental pic…
Possibly via “Indexed Access to Animateable Properties?” ie tst = $[#transform][#rotation] SubAnim:Rotation tst.isanimated true [font=Verdana]EDI…
Out of curiosity, what do the experts think? Would it be worth building some general-purpose data structures, for use in this kind of thing, in .net? …
Or, to put it another way, the “point” doesn’t exist until render time / viewport render time. It’s an artefact of the render pipeline.
… newArray = for j in multidim collect for i in indexArray collect j[i] … Snappy! @Vicky, I suppose it must go w…
It means ZB is a closet Perl Monk ! :rolleyes:
Thanks. I read the docs to mean ‘not Ortho’ … but only the setTM is restricted.
ZeBoxx2: …After that, transform the world coordinate to the viewport’s coordinate system using yea olde <pos> * <transform>,… yesbut …
ZeBoxx2: …is that it is scripter-friendly… Followed the maps with interest, but never realised you could set grad keys by script. That really exp…
Hi, LR … I would have thought you have to set (.Add to) the [ReferencedAssemblies]property of CompilerParameters, [font=Verdana]to kick the linker i…