conradbenzin
@conradbenzin
New Member
Joined: Feb 15, 2024
Topics: 9 / Replies: 65
Reply
RE: Spinner getting the object value

on spinnertest open do (altura.value = $.height)

3 years ago
Forum
Reply
RE: Extrude Script

here are the docs try to see if when you press the button there is an edit poly modifier or not and ask the user if he wants to add one if statement…

3 years ago
Forum
Reply
RE: Extrude Script

try (destroydialog ExtrudeTool) catch(); rollout ExtrudeTool “Extrude” ( spinner growth_1 “Extrude_1” range: [0,100,0] spinner growth_2 “Extrude_2” …

3 years ago
Forum
Reply
RE: Extrude Script

please post code instead of screenshots, also it is not clear what you are after. moreover you can’t have 4 spinners with the same parameter name (gro…

3 years ago
Forum
Reply
RE: MXS: .NET button text color when disabled

you can fake it this way try (destroydialog X ) catch () rollout X “2014 max” ( button tgl “toggle” dotnetcontrol dnButton “System.Windows.Forms.B…

3 years ago
Forum
Reply
RE: MXS: .NET button text color when disabled

see this thread you simply can’t and is not that sergio did not understand, he is trying to see if you can implement a solution. btw it’s highly …

3 years ago
Forum
Reply
RE: How to check if there is animation on an object?

if you don’t care about modifiers, names or handles you can use this for o in selection do snapshot o ; delete selection this will copy the obj…

3 years ago
Forum
Reply
RE: How to check if there is animation on an object?

because there was some typo this should be ok for your needs clearlistener() ( local aCurrentSelection = getCurrentSelection() for itemNode in a…

3 years ago
Forum
Reply
RE: How to check if there is animation on an object?

check if a object has a animation? 3ds Max SDK and MaxScript Is there a way to check if an object hat a key frame animation on any controll…

3 years ago
Forum
Reply
RE: Why this work while this doesn't

afaik your ui elements needs to stay on the body of your rollout. i guess you was doing it to be able to visually collapse the controls in the script …

3 years ago
Forum
Reply
RE: I need to create a Scripts

it’s easy but requires you to know a little bit of rollout interfaces, check the following links rollout basics button layout Sub rollouts once yo…

3 years ago
Forum
Reply
RE: I need to create a Scripts

i’m not sure if you can use spaces in your filepath if it’s not working try to add a double slash instead of single in your filepath rollout mergefil…

3 years ago
Forum
Reply
RE: Remove drag and drop event handler

thanks, i’ll definetly have a look to the viewpanel the break on drop is not by my scripts but from an unknown source i even removed all my scripts an…

3 years ago
Forum
Reply
RE: Remove drag and drop event handler

Serejah: and only if you need some specific cleanups then you must provide a custom implementation yes that’s exactly the case. unfortunately aft…

3 years ago
Forum
Reply
RE: Remove drag and drop event handler

i found this on the sdk about the release method You should provide an implementation if you need to keep track of extant uses of the handler (say, …

3 years ago
Forum
Page 1 / 5