Malkalypse
@malkalypse
New Member
Joined: Feb 15, 2024
Topics: 269 / Replies: 900
Reply
RE: Best way to animate visibility of multiple objects with radiobuttons?

I thought you meant working for for showing/hiding for render. Not “it will crash Max if you try rendering”. I want to use this as something to hide o…

8 years ago
Forum
Reply
RE: Best way to animate visibility of multiple objects with radiobuttons?

Actually it works for render for the boxes. It just crashes Max with lights.

8 years ago
Forum
Reply
RE: Best way to animate visibility of multiple objects with radiobuttons?

I’m saying your solution works fine for boxes, but it does not work for lights.

8 years ago
Forum
Reply
RE: Best way to animate visibility of multiple objects with radiobuttons?

… Okay, that is strange. Denis, try running your script exactly as you have it, except replace the boxes with lights. Turn on animation, move to a f…

8 years ago
Forum
Reply
RE: Best way to animate visibility of multiple objects with radiobuttons?

That’s actually very close to my original approach, which I find extremely encouraging! Now I just have to figure out what it is that is different abo…

8 years ago
Forum
Reply
RE: Best way to animate visibility of multiple objects with radiobuttons?

Hey Denis, That’s definitely very interesting but Andres is right, it’s not what I’m looking for. It’s not the visibility track I am trying to change…

8 years ago
Forum
Reply
RE: Best way to animate visibility of multiple objects with radiobuttons?

I want visibility for view. Lights and helper objects don’t render in the viewport anyway.

8 years ago
Forum
Reply
RE: Best way to animate visibility of multiple objects with radiobuttons?

Are they mutually exclusive? I’d like to be able to do both…

8 years ago
Forum
Reply
RE: Best way to animate visibility of multiple objects with radiobuttons?

isHidden is not directly animatable, no, but there are ways around that using callbacks, etc. So I’m trying to determine what the best way to is to an…

8 years ago
Forum
Reply
RE: Best way to animate visibility of multiple objects with radiobuttons?

Okay, I see how to make visibility animatable now. But what do I do for connecting it to a radio button state state that is an integer from 1 to 7? …

8 years ago
Forum
Reply
RE: Best way to animate visibility of multiple objects with radiobuttons?

It’s a bit of a cheezy workaround, but I tried setting the scale controller to a scale script like so: owner.isHidden = (viz.type != 1) [1, 1, 1] Th…

8 years ago
Forum
Reply
RE: Best way to animate visibility of multiple objects with radiobuttons?

The problem is there’s nothing to link to, since visibility is not an animatable property…

8 years ago
Forum
Reply
RE: Slider with multiple indicators?

Glad you believe in me Denis But I do still sometimes make stupid mistakes, like defining a function in the wrong place and then wondering why thin…

8 years ago
Forum
Reply
RE: Slider with multiple indicators?

Got it working! Thanks for the help

8 years ago
Forum
Page 6 / 78