mir-vadim
@mir-vadim
New Member
Joined: Feb 14, 2024
Topics: 2 / Replies: 25
Reply
RE: Controlling the focus

Hi try this try ( toolmode.commandmode = toolmode.commandmode) catch () this helped me.

17 years ago
Forum
Reply
RE: Can I open a file from mxs ???

Hi, try to use this method shellLaunch (getdir #maxroot + “3dsmax.exe”) (maxFilePath + maxFilename) in this case 3dsmax will open opened scene in ne…

17 years ago
Forum
Reply
RE: spinner value question

Your problem is here: range:[0,100,2000] First value is minimum spinner value, second is MAXIMUM, and third is default spinner value. Change Your rang…

17 years ago
Forum
Reply
RE: how to change a rollout in real time

Hi, there is one mistake in Your code. If You want to make some operation with rollout in another rollout, You must declare first rollout as global, o…

17 years ago
Forum
Reply
RE: Autodesk 3dsmax 2008 Maxscript ProEditor

Hi, Bobo. Maybe You know. Did they fix bug with Reactor RigidBodyInterface in MAX9? Here example from MAXScript Reference resetMaxFile #noprompt –r…

17 years ago
Forum
Reply
RE: radiobuttons change following rooloutsettigns?

If You want to use a lots of rollouts in one floater You must define them as global. Otherwise maxscript will return error every time when You restart…

17 years ago
Forum
Reply
RE: radiobuttons change following rooloutsettigns?

Try this. It must works. rollout create “create Objects” ( group “what shape do you want to create?” ( radiobuttons rbShape labels:#(“box”,”…

17 years ago
Forum
Topic
Forum
Replies: 0
Views: 10
Reply
RE: Some Reactor properties don't work – max 9

Yes, it is works. Thanks PiXeL_MoNKeY.

18 years ago
Forum
Reply
RE: Some Reactor properties don't work – max 9

Just now create simple box in Max9 and add it to rbc collection, select box, then use command getUserProp $ “Mass” and get undefined, then I try use y…

18 years ago
Forum
Reply
RE: instance current selection

use “cs[i]” instead “selection[i]” in line newobject = instance selection[i]

18 years ago
Forum
Reply
RE: instance current selection

maybe because you use “csamount” instead “sccount” in line for i = 1 to csamount do

18 years ago
Forum
Page 2 / 2