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…
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…
It was to avoid this kind of problem…
Oh damn. I thought that the scope would be preserved with my method
With my snippet, you don’t have to pass the value as argument, only the name.
A little bit less tedious : fn trace variable = ( assert (isKindOf variable string) message:”Debug.Trace() error: argument \”variable\” is not a …
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.
Yeah I thought about that… But it’s a little bit tedious to manage. How do you manage debugging ?
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…
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…
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…
Oh cool, I didn’t notice these functions. Thanks Denis !
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…