videep
@videep
New Member
Joined: Feb 14, 2024
Topics: 19 / Replies: 73
Reply
RE: Assign standard material and wire color to selection

slangs for mxs: you can use: $.material = (StandardMaterial name:“BaseMaterial” diffuse:(color 128 128 128) specularLevel:(80) glossiness:(40)) $.wi…

7 years ago
Forum
Reply
RE: Fastest way to get distance from one vertex to a group of vertices?

Hey, you can make dlls in c# or vb (mainly .NET) and call them in 3ds max starting from 2010. You can include all major maths functions as .net is muc…

10 years ago
Forum
Reply
RE: Render on top?

Do you want to render them out as an image? or just see in the viewport?

10 years ago
Forum
Reply
RE: Render on top?

Somethign like this: SourceL:

10 years ago
Forum
Reply
RE: Scripted modifier like CreaseSet

You have to add: animatable:true please refer to the maxscript help topic: scripted plugin classes. <name> type:<#name> [tabSize:<int…

10 years ago
Forum
Reply
RE: SDK Plug-in Developer Mentor?

Hey, I have been through some webcasts and trainings but I feel that once a project is done only then you get the confidence. So I am planning to make…

10 years ago
Forum
Reply
RE: SDK Plug-in Developer Mentor?

Hey Michael, I am also trying to get my hands on the sdk. The documentation is nt that helpful. what say if we can work together and help eachother o…

10 years ago
Forum
Reply
RE: Maxscript Scripted Modifier Update

I tried to do the same, but how to monitor the transform change?. Here’s the code: plugin modifier accessBaseObject name:”Access Details” classID:#…

10 years ago
Forum
Topic
Forum
Replies: 7
Views: 28
Reply
RE: Avoiding multiple dialog copies in a struct tool

I dont do much of maxscript now, but what I used to do earlier is search for the window using the title or window name. Its a part of windows programm…

10 years ago
Forum
Topic
Forum
Replies: 0
Views: 8
Reply
RE: Store names as string array?

is using a struct valid here? you collect the names and store the currentName and changed name into a struct. Then iterate through the struct, get nod…

11 years ago
Forum
Reply
RE: Detect maximized viewport

maybe you can use this: viewport.getType() if (viewport.getType()) == #view_camera) then ( do whatever ) else (return false)

11 years ago
Forum
Reply
RE: DOTNET form wont allow to type

GOT IT… Thank You so much :applause: Just to let all know: I made a function : fn disableAcc = (enableAccelerators = false) then I disabled t…

12 years ago
Forum
Reply
RE: DOTNET form wont allow to type

I dont see a gotfocus event handler in c#… and the whole form is made in c#. I have a form named frmPriceMap… when I put the dotnet form to a max var…

12 years ago
Forum
Page 1 / 7