thatoneguy
@thatoneguy
New Member
Joined: Feb 14, 2024
Topics: 77 / Replies: 395
Topic
Forum
Replies: 1
Views: 13
Reply
RE: in Coordsys obj [Transform Matrix?]

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…

14 years ago
Forum
Topic
Forum
Replies: 4
Views: 5
Reply
RE: Resetting Transform results in different transform?

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…

14 years ago
Forum
Reply
RE: Resetting Transform results in different transform?

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…

14 years ago
Forum
Reply
RE: Resetting Transform results in different transform?

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 …

14 years ago
Forum
Topic
Forum
Replies: 13
Views: 43
Reply
RE: Mass Material Manipulation Tools?

for o in selection do ( o.material = copy o.material o.material.name = o.name diffusePath = o.material.diffusemap.bitmap.filename newDiffusePath = ((g…

14 years ago
Forum
Reply
RE: String (saved array) to array

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…

15 years ago
Forum
Reply
RE: Panel with image

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…

15 years ago
Forum
Reply
RE: how maxscript use network communication

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…

15 years ago
Forum
Reply
RE: Going nut!

I saw it in that ironPython plugin recently released. He used the Microsoft Visual .net IDE of some kind.

15 years ago
Forum
Reply
RE: Using strings as variable names?

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

15 years ago
Forum
Reply
15 years ago
Forum
Reply
RE: tell me about: Struct

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…

15 years ago
Forum
Page 2 / 32