Vimkxi
@vimkxi
New Member
Joined: Feb 15, 2024
Topics: 0 / Replies: 16
Reply
RE: MAXScript Help CHM is back!

Wow, finally ! Thank you John :applause:

12 years ago
Forum
Reply
RE: Get controller value

You can use at time: ( value = ( at time 50 object.controller.value) )

12 years ago
Forum
Reply
RE: catching .NET exceptions in mxs

try ( — woop dee doo — whatever you want here ) catch ( print ( getCurrentException() ) )

12 years ago
Forum
Reply
RE: Grab Viewport with Multipass Effect?

A more over-the-top (brute force, actually) method would be to go fully above 3dsMax, directly capturing the screen with .Net. Navigating 3dsMax handl…

12 years ago
Forum
Reply
RE: Quick question

Couldn’t agree more. I think they hit rock bottom with 2012 with the “Stylized” viewports (Graphite, Ink and stuff)…

12 years ago
Forum
Reply
RE: How can i rename the camera with the file time range

AlexMateo: ( frs=animationrange.start.frame as string fre=animationrange.end.frame as string $Camera001.name = “Camera_shot_” +frs +fre ) And …

12 years ago
Forum
Reply
RE: How can i rename the camera with the file time range

There it is ! Simple thing, you don’t need to declare objName. It is already a argument of the function renameIt(), it already exists there. Also, dec…

12 years ago
Forum
Reply
RE: How can i rename the camera with the file time range

Since you want to add the animationrange start and end frames to an object’s name (a string), you should convert them to strings and not to integers. …

12 years ago
Forum
Reply
RE: Using controllers with scripted plugins – "this node"

Ow, never thought of this (neither did i found someone using it, but still, you’ve got a point ) My bad then !

12 years ago
Forum
Reply
RE: Using controllers with scripted plugins – "this node"

Since the rollouts only appears if and only if this single object is selected, with plug-ins, custom attributes or so, I tend to use $ or selection[1]…

12 years ago
Forum
Reply
RE: Maxscript Spinner on top of DotNet Datagridview control.

Hello sumchans, Your problem lies in Focus, when some item gets the focus it goes to the foreground, I don’t think you can override this, it probably…

12 years ago
Forum
Reply
RE: dotNetMXS data question

fajar: I want something like this #(“ARCH49_LEATHER_BUMP”, “jpg”, “Found”, “F: ry 2\”, 115588, “F: ry 2\ARCH49_LEATHER_BUMP.jpg”, Map #51:Bitmap, …

12 years ago
Forum
Reply
RE: Script to find non visible mesh

It’s a bit late for me to really think about it now, but I remembered a MAXScript help topic that’s quite close to what you wanna achieve How do I …

12 years ago
Forum
Reply
RE: "global space" in scene for scripts

You can keep variables into a scene using persistent variables : However this is not recommended in MAXSript help, and as it recommends i’d tell you…

12 years ago
Forum
Reply
RE: How to load all the installed renderers onto a listbox?

Sumchans : Renderclass.classes always returns the renderers plus a “Missing Renderer”, not sure why. Still, checking if the renderers’ creatable avoid…

12 years ago
Forum
Page 1 / 2