LMinton
@lminton
New Member
Joined: Feb 15, 2024
Topics: 0 / Replies: 10
Reply
RE: Interesting unexpected issue (CALLBACKS)

Benign… The Orchestrator class stores the current units settings in a pb2, it looks like it uses this value while loading to make adjustments for the…

1 year ago
Forum
Reply
RE: How to remove "SimpleFaceData"?

In case anyone visits here… The SimpleFaceData custom attributes are not scripted custom attributes, rather they are c++ custom attributes. The custa…

5 years ago
Forum
Reply
RE: How to check that XRefScene deleted or not?

Ah, that test is failing to work correctly when there are multiple scene xrefs present… I need to do a test that is specific to MAXSceneXRef values.

7 years ago
Forum
Reply
RE: How to check that XRefScene deleted or not?

Ah, works ok in 2017.1Update and later. I don’t see a way in earlier releases other than via something like try/catch. The deletion check code is in…

7 years ago
Forum
Reply
RE: Struct creation leaks

denisT: Garbage Collection mechanism is an absolute Black Box. There is no any documentation about it. I spent probably months to find good and safe…

8 years ago
Forum
Reply
RE: Struct creation leaks

There is no implementation of free for Matrix3Value. free is implemented for classes like array, string, stringstream where the class holds malloc’ed …

8 years ago
Forum
Reply
RE: Struct creation leaks

denisT: But I’m very interested to get explanation of this behavior, and I will appreciate anyone who can give it to me: ( … my numbers are: c…

8 years ago
Forum
Reply
RE: Struct creation leaks

First of all, using the term ‘leakage’ in this thread is incorrect because, at least from scripts shown, there is no leakage. What is being measured …

8 years ago
Forum
Reply
RE: A Benchmarking Study

gc() t1 = timestamp() m1 = heapfree for k=1 to count do b3.rotation format “param wire >> time:% memory:% ” (timestamp() – t1) (m1 – he…

13 years ago
Forum