Nysuatro
@nysuatro
New Member
Joined: Feb 15, 2024
Topics: 2 / Replies: 27
Reply
RE: Pipes Generator

This reminds me a lot of a race game editor I wrote in 3ds max for a mobile game company. Too bad I lost the script Keep up the good work!

12 years ago
Forum
Reply
RE: Sorting Adjacent

I think he wants to have control about the intensity of the soft selection

12 years ago
Forum
Reply
RE: GetValue(…) and arrays?

An array is just a pointer, so you should just have to pass the address of an array that has the same size as the one you want to retrieve.

12 years ago
Forum
Reply
RE: find specific controller in a node

if classof $.position.controller == Path_Constraint do messagebox “ahoi”

12 years ago
Forum
Reply
RE: Any scene object scale callback?

How about a NodeEventCallback with the property geometrychanged and then check if your scale is still [1,1,1] ?

12 years ago
Forum
Topic
Forum
Replies: 0
Views: 10
Reply
RE: c++ (learning edition)

Do not forget that there is a recent webcast for free on the Max SDK :

13 years ago
Forum
Reply
RE: c++ (learning edition)

I have been learning the max sdk the last 2 weeks and continuing … And yes, the learning curve is steep, but rewarding. But if my colleague was not he…

13 years ago
Forum
Reply
Reply
RE: LINQ to XML examples?

Any solution to e-x question? Or will I just have to collect all the items through a for loop?

13 years ago
Forum
Reply
RE: Possible to use $ with variable names?

You can use the function “getnodebyname” for this Example : local someNode = getnodebyname “somename”

13 years ago
Forum
Reply
RE: Checking exist keyframe in scene

clearlistener() ( local aCurrentSelection = getCurrentSelection() for itemNode in aCurrentSelection do ( local aControllers = #itemNode.positio…

13 years ago
Forum
Reply
RE: Checking exist keyframe in scene

How about : for itemKey in obj.position.controller.keys do ( format “Key : % ” itemKey format “Time : % ” itemKey.Time )

13 years ago
Forum
Reply
RE: WindowShopper – 3dsmax UI Explorer

Thanks for sharing, it is brilliant

13 years ago
Forum
Page 1 / 2