thatoneguy
@thatoneguy
New Member
Joined: Feb 14, 2024
Topics: 77 / Replies: 395
Topic
Forum
Replies: 5
Views: 16
Reply
RE: error comparing distances

Bobo isn’t there also somesort of “closeenough A B” function I remember seeing? Ahhh here it is: close_enough[font=‘Courier New’] <float> <…

16 years ago
Forum
Reply
RE: Get file extension from bitmap loaded (beginners help)

One warning: GetBitmapInfo has been really really really SLOW when I tried to use it. If you can get around it if at all possible I recommend not usi…

16 years ago
Forum
Reply
RE: Get file extension from bitmap loaded (beginners help)

Are you asking how to get all the image files in a folder? Here is how I’m doing it in a script I’m working on at work. A lot of this is predefined in…

16 years ago
Forum
Reply
RE: Missing Variable that's defined and Global?

Ughhhhhhh… Solution: Place Global Definitions Above FileIn() lines. I’m just going to pretend to understand why that solves the problem. Even thoug…

16 years ago
Forum
Topic
Forum
Replies: 2
Views: 6
Reply
RE: on an event of a key being pressed

hehe… why “S”? I like where this thread is going. Unfortunately I think the answer I got last time I asked was “Not without the SDK.”

16 years ago
Forum
Reply
RE: Maya GUI for Max

That being said I would still rather use the “S” key like XSI than the Alt Key like Max and Maya. Someone care to write a plugin?

16 years ago
Forum
Reply
RE: Maya GUI for Max

Can’t remember the name but yes there is a program which completely translates Max’s interface into Maya. I believe they also have the opposite plugin…

16 years ago
Forum
Reply
RE: scripting general preferences ?

macroScript toggleGamma category:“Toggle Gamma” toolTip:“Toggles the Gamma” = ( if displaygamma == 2.2 then ( displaygamma = FileInGamma = fileOutGamm…

16 years ago
Forum
Topic
Forum
Replies: 1
Views: 17
Reply
RE: Multiple selection in Dialog Box?

Just one note to add to the above incredibly thorough response: You will need to add a for o in arrayvar do o = (openbitmap o) after the .net …

16 years ago
Forum
Reply
RE: Multiple selection in Dialog Box?

He wants the to use a function like getMAXOpenFileName() but allow the user to select multiple files like you can do in photoshop. So I want “A.tif, …

16 years ago
Forum
Reply
16 years ago
Forum
Topic
Forum
Replies: 4
Views: 11
Page 14 / 32