Thanks denisT,Thanks big brother.
1.Mscript):time:0.031s memory:334060L clearListener() fn naturalSort name1 name2 = ( base1 = trimright name1 “0123456789” base2 = trimright na…
1)time:0.031s memory:44740L 2)time:0.016s memory:1148L clearListener() fn splitNumeratedName name = ( string = trimright name “01234567…
time:0.172s memory:135060L this method hard to perse,just for comparison. clearListener() tstart = timestamp() mstart = heapfree for i = 1 to 200 …
time:0.031s memory:17700L clearListener() speresArr = for i=1 to 200 collect (sphere radius:(random 4 10) pos:(random [-100.0,-100.0,-100.0] [100.0,…
created 200 spheres ,i compared these methods in speed and memory,hope it useful to newbie like me. method of Branko ivković: time:0.031s memory:177…
OH! my god ,Denis Trofimov,big brother,I love you, Thank you veryyyyyyyyy much! :bowdown: :bowdown: :bowdown: :bowdown: THANK Branko ivković for …
General MXS programming (make it fast and memory friendly) is my most interesting, maxscript reference has some explaining and examples about “make i…
THANK Branko ivković, THANK Jorge Rodríguez, Denis Trofimov you like a teacher,give me a clue and help me solve my trouble by myself,I believe this…
Thanks guys, I found the detail in “64 Bit Values – Double, Integer64, IntegerPtr” of maxscript reference, and I knew there are three way to solve 139…
1399508779607L – 1399508769673L “L” is great,it hacks the limitation of number vaild range,but I look through maxscript reference can’t find where “L…
delete objects –plane pl = plane pos:[0,0,0] width:20 length:10 wirecolor:yellow spl = splineShape render_thickness:0.2 render_renderable:true rende…