example try this script: ( fn metodo1 obj= ( FacesArray = #() UVArray = #() VertexArray=#() FacesArray[obj.numFaces]=undefined UVArray[…
WOW, you are an expert in maxscript, thanks for solution, is very interesting ! With “qsort” is very simple sort the data, this is another example: c…
ops, i found a simple solution… function LoadMesh = ( st = timestamp() dataIdx=#() PathCollector = $geometry/mesh* data = for obj in PathColl…
do you mean a floating point conversion from binary to decimal ? es: 00 00 80 3f –> 1.000
obvious, max 64 and windows 64 utilize Dottnet and not ActiveX interface, you must convert all your rollout with DotNet system, see in MaxScript Help …
I utilize a progress bar but the result is same
I have the same issue, i have windows7 and max2011 and when my long script run the “print” or “format” string are written in the listener for some sec…
try to calculate time with start = timestamp() <code> end = timestamp() print (end-start)
this is a equivalent function that i use but i think isn’t well written and is slow for many objects in the scene –objectsArray is the list of objec…
i make a tool that work well but someone can suggest me something better?
JHaywood: If you just want to increment the number at the end of the name, you can just use the “uniqueName” command. $.name = uniqueName “bob_” R…
This is a test, but i don’t know now change the “stop” function “IF i>10” DO EXIT”, exemple how can i stop the recursive autorename with right clic…