ApocX
@apocx
New Member
Joined: Feb 15, 2024
Topics: 6 / Replies: 13
Reply
RE: Problem with Tab controls

Thanks – works great! I’m left with one last bug – Basically what I have is the following Rollout1 ( local saveFile outputFile = createFile …

18 years ago
Forum
Topic
Forum
Replies: 3
Views: 21
Reply
RE: initial dir in Max 7…

WOW! Thanks for that I’m sure others will be able to get some use out of this if they’re still stuck scripting for max7. Thanks so much for all you …

18 years ago
Forum
Reply
RE: initial dir in Max 7…

Yeah – that works for 99% of my problems, but I have one area where I need the user to select a path, and not a file…I suppose I could have them selec…

18 years ago
Forum
Topic
Forum
Replies: 7
Views: 26
Reply
RE: A few basic script questions…

Thanks – got it working now. max8 supports an “initialdir” property when calling getsavepath(). Unfortunately this doesn’t port over to max7. I’d li…

18 years ago
Forum
Reply
RE: A few basic script questions…

Bah! One more problem – seems the compiler doesn’t like an absolute path stored so I need to chop the following modelname “C:\Projects\project\models…

18 years ago
Forum
Reply
RE: A few basic script questions…

awesome – thats it. Thanks for your help!

18 years ago
Forum
Reply
RE: A few basic script questions…

Thanks for your help stev! One quick question – I’m having difficulty with the “format” command. I’m trying to out a line like this: model “root” “r…

18 years ago
Forum
Reply
RE: A few basic script questions…

on LC_Create pressed do ( string_LC_Name = LCName.text string_LC_Model = LCModelName.Text string_LC_Type = LCType.selected output…

18 years ago
Forum
Topic
Forum
Replies: 11
Views: 44
Reply
RE: Displaying a material's diffuse texture…

Awesome – thanks a bunch, just what i needed!

19 years ago
Forum
Topic
Forum
Replies: 2
Views: 5
Reply
RE: Returning ray intersection…

Hmm…got the ray thing working to what I need it for, but I’m having a bit of trouble with putting the rest of the script together. What I want is bas…

19 years ago
Forum
Reply
RE: Returning ray intersection…

Excellent! Thank you both – I’ll give this a shot tonight.

19 years ago
Forum
Page 1 / 2