groutcho
@groutcho
New Member
Joined: Feb 15, 2024
Topics: 25 / Replies: 114
Reply
RE: GroupBoxes – in development.

This is a good idea to represent a group’s children. Frankly, the guy who invented 3ds max’s groups should be burnt in public place. They are a real p…

12 years ago
Forum
Reply
RE: Access local variable of Macroscript

lo: One should always take care to name their globals specifically, prefixed with the name of the project. Of course but that’s what every sensib…

12 years ago
Forum
Reply
RE: Speeding max boot with dummy plugins

It was to avoid this kind of problem…

12 years ago
Forum
Topic
Forum
Replies: 4
Views: 15
Reply
RE: Get variable name as string

Oh damn. I thought that the scope would be preserved with my method

12 years ago
Forum
Reply
RE: Get variable name as string

With my snippet, you don’t have to pass the value as argument, only the name.

12 years ago
Forum
Reply
RE: Get variable name as string

A little bit less tedious : fn trace variable = ( assert (isKindOf variable string) message:”Debug.Trace() error: argument \”variable\” is not a …

12 years ago
Forum
Reply
RE: Get variable name as string

Stack() is good, I use it with from inside the debugger, but now I will work without the debugger because it’s way too slow. Assert is nice too.

12 years ago
Forum
Reply
RE: Get variable name as string

Yeah I thought about that… But it’s a little bit tedious to manage. How do you manage debugging ?

12 years ago
Forum
Reply
RE: Get variable name as string

Because I could gather all variables in a loop and automatically log one entry per variable. Yes, a long day… made shorter thanks to you ahah For ex…

12 years ago
Forum
Topic
Forum
Replies: 16
Views: 54
Reply
RE: Loading a string from an external file

It’s not very clear, but I guess you want to read the text file and detect whether you read a new “DEF” or a property. Why don’t you use XML files ? T…

12 years ago
Forum
Reply
RE: lengthinterp : huge precision issue

The precision is sufficient for me (e.g the step is supposed to be 1 meter, and the samples are ~0.99-1.01, which is sufficient for my use. There is n…

12 years ago
Forum
Reply
RE: lengthinterp : huge precision issue

Oh cool, I didn’t notice these functions. Thanks Denis !

12 years ago
Forum
Reply
RE: lengthinterp : huge precision issue

It doesn’t change anything. I switched to 1 unit = 1m, with and without scaling it down by 0.01, I still have the problem where the last point (parame…

12 years ago
Forum
Page 2 / 10