johnwhile
@johnwhile
New Member
Joined: Feb 15, 2024
Topics: 17 / Replies: 104
Reply
RE: Work With Uvw Mapping

example try this script: ( fn metodo1 obj= ( FacesArray = #() UVArray = #() VertexArray=#() FacesArray[obj.numFaces]=undefined UVArray[…

15 years ago
Forum
Topic
Forum
Replies: 9
Views: 44
Reply
RE: Select And Sort objects in the scene

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…

15 years ago
Forum
Reply
RE: Select And Sort objects in the scene

ops, i found a simple solution… function LoadMesh = ( st = timestamp() dataIdx=#() PathCollector = $geometry/mesh* data = for obj in PathColl…

15 years ago
Forum
Topic
Forum
Replies: 4
Views: 35
Reply
RE: floating viewer max

do you mean a floating point conversion from binary to decimal ? es: 00 00 80 3f –> 1.000

15 years ago
Forum
Reply
RE: Rollout docking broken under Windows 7.

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 …

15 years ago
Forum
Reply
RE: Intense calculations and window lockup

I utilize a progress bar but the result is same

15 years ago
Forum
Reply
RE: Intense calculations and window lockup

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…

15 years ago
Forum
Reply
RE: Question optimizing 3 'for collect' loops

try to calculate time with start = timestamp() <code> end = timestamp() print (end-start)

15 years ago
Forum
Reply
RE: Apply modifier to selections od objects

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…

15 years ago
Forum
Topic
Forum
Replies: 1
Views: 42
Reply
RE: Auto Pick Script

i make a tool that work well but someone can suggest me something better?

15 years ago
Forum
Reply
RE: Auto Pick Script

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…

15 years ago
Forum
Reply
RE: Auto Pick Script

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…

15 years ago
Forum
Page 7 / 9