Oh right I was thinking of it backwards like In Coordsys obj was a function modifying the point3 value. But it’s a context so the actual function w…
Bobo: I don’t see a problem with this, especially if you tested it and it worked Haha, well as far as I could tell the old system had been worki…
This seems to work. Do you forsee any new problems I would introduce by just doing this? slidertime = 0 bobpos = copy tim.pos.controller bobrot = co…
Thanks. I’ll have to try this approach. It’s for an exporter so I can’t control what controllers it was animated in. I considered just copying the …
for o in selection do ( o.material = copy o.material o.material.name = o.name diffusePath = o.material.diffusemap.bitmap.filename newDiffusePath = ((g…
Warning Do not do this: CA = (ArrayVar as string) After about 10 entries it truncates the string to #(item, item, item, item…). Be sure to build yo…
I believe imagetags take “bitmaps” not bitmap paths. Bitmaps are a maxscript data class. So it would be off the top of my head without max’s document…
Deadline is amazing. The amount of time and $$ it would cost to develop even a simple render management system yourself would be 10 times greater tha…
I saw it in that ironPython plugin recently released. He used the Microsoft Visual .net IDE of some kind.
Could you be specific of a case when this is needed. Whenever I think I need to do this I usually find out I’m wrong
Huzah! :bowdown:
You can also mix and match. For most of my scripts with a lot of variables I store all of the functions and variables that need to be global into a s…