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…
In case anyone visits here… The SimpleFaceData custom attributes are not scripted custom attributes, rather they are c++ custom attributes. The custa…
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.
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…
isdeleted xs
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…
There is no implementation of free for Matrix3Value. free is implemented for classes like array, string, stringstream where the class holds malloc’ed …
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…
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 …
gc() t1 = timestamp() m1 = heapfree for k=1 to count do b3.rotation format “param wire >> time:% memory:% ” (timestamp() – t1) (m1 – he…