miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Executing a function on mouse over node?

Node.pos is the position of the pivot. If the pivot is “outside” of the node then the tolerance will not work. The better solution is to use Node.cent…

13 years ago
Forum
Reply
RE: Can I add this sign to rollout UI – ≤?

Thanks, denisT! I will try with icons to avoid problems with missing font.

13 years ago
Forum
Topic
Forum
Replies: 2
Views: 13
Reply
RE: Please help me out, basic matrix maths

May be this is what you need: ( if selection.count == 1 and classof selection[1] == Editable_poly do ( local curObj = selection[1] local selFac…

13 years ago
Forum
Reply
Reply
RE: Performance-Problems and MaterialIDs

Thanks…i edited the posts…lost track of the names in my rush Look again. The two codes in this thread are mine – with the two modifiers and with “s…

13 years ago
Forum
Reply
RE: Performance-Problems and MaterialIDs

The second code does not “work” with command panel. The first one try to stop flickering, but the second code is much much faster. in case the origi…

13 years ago
Forum
Reply
RE: Performance-Problems and MaterialIDs

As Gravey suggest: ( st = timestamp() local needObj = #() local getFaceCount = getNumFaces local getFaceMatIDs = getFaceMatID for o in geom…

13 years ago
Forum
Reply
RE: Performance-Problems and MaterialIDs

Try this code: ( st = timestamp() local needObj = #() WM_SETREDRAW=0xB commandHWND = windows.getChildHWND #max “Command Panel” for o in geometry…

13 years ago
Forum
Reply
RE: RC Menu

JokerMartini: The latest version you posted only works if I replace what you have for line 23 with this line Mainly just adding the [b] to it. i …

13 years ago
Forum
Reply
RE: RC Menu

To display only the name of the script use this code: ( local fullPath = undefined dir = @”C:\” –//Main Scripts directory …

13 years ago
Forum
Reply
RE: RC Menu

This work for me, but I think that this is not the right approach. ( local fullPath = undefined dir = @”C:\” –//Main Scripts directory d…

13 years ago
Forum
Reply
RE: RC Menu

fn fnRunScript s e = –Run the selected script ( format “s.name: % ” s.name ) if sFiles.count > 0 then –//Add the scripts to ap…

13 years ago
Forum
Reply
RE: scene objet txt list

Oh, yes. This snipet is from one of script that i.m working now, and the close, flush and gc() are at the bottom of the script(about 100 lines below)….

13 years ago
Forum
Reply
RE: scene objet txt list

( local infoFileSavePath = (GetDir #export) local checkInfoFile = infoFileSavePath+”\Statistic.txt” if doesFileExist checkInfoFile then i…

13 years ago
Forum
Page 77 / 83