Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Error of embed php webpage(like http://forums.cgsociety.org)

you can disable js errors wb.ScriptErrorsSuppressed = true

9 years ago
Forum
Reply
RE: Deleting to Recycle Bin

clearlistener() source_string = “using Microsoft.VisualBasic.FileIO;class mmm { public static void DeleteDirectory( string directoryPath ){Microsoft.V…

9 years ago
Forum
Reply
RE: mirror point across vector?

delete objects a = point pos:[5,0,0] size:.5 wirecolor:yellow p1 = point pos:[0,3,0] size:.5 wirecolor:red p2 = point pos:[-4,2,0] size:.5 wirecolor:…

9 years ago
Forum
Reply
RE: Maxscript algorithm for solving

(mod inputArray[1] 10) == 1

9 years ago
Forum
Reply
RE: NodeEventCallback Failure

I’m not sure what’s it all about, but is it correct? global EventCallbackWrapper ( if (globalvars.isglobal #EventCallbackWrapper) do ( if…

9 years ago
Forum
Reply
9 years ago
Forum
Reply
9 years ago
Forum
Reply
Reply
RE: Rendered Frame Window – Image access

fn getVFBbuttons = ( if ((maxVersion())[1] < 9000) then ( return -1 ) myDialogs = UIAccessor.getChildWindows 0 maxVFB = undefined for dlg in…

9 years ago
Forum
Reply
RE: Get selected keys as array

posX = $.pos.controller.X_Position.controller for k=1 to posX.keys.count where iskeyselected posX k collect getKey posX k something like this?

9 years ago
Forum
Reply
RE: Pressing a Button in the Max UI

For any ICustButton control there’s a much better way to do this It allows you to easily access lots of button properties and methods. fn ToggleTrans…

9 years ago
Forum
Reply
9 years ago
Forum
Reply
RE: Sublime Text plugin

I’m the absolute noob in python, but it was much simpler to create this one for Sublime Text MxsTooltip github

9 years ago
Forum
Reply
RE: Copy colormap of output to mix

I didn’t test it at all, but probably this one should work. Just in case someone will end up here from google like I did.

9 years ago
Forum
Reply
RE: superClassOf in multithreading

w1 = undefined w2 = undefined fn work1 = ( w1 = for i=1 to 24 collect superclassof meditmaterials[i] ) fn work2 = ( w2 = for i=1…

9 years ago
Forum
Page 80 / 84