antonv
@antonv
New Member
Joined: Feb 15, 2024
Topics: 33 / Replies: 180
Reply
RE: Multilistbox weird error…

Thanks alot Light! I does exactly what I need! But I still don’t understand why my code didn’t work… Any clues on what happens in there? Thanks!

19 years ago
Forum
Topic
Forum
Replies: 4
Views: 26
Reply
RE: Materials by layer

Here is a small sample on how to select from all the objects in the scene just the ones in the layer named “_red” : clearNodeSelection() for i=1 to…

19 years ago
Forum
Reply
RE: Materials by layer

What I would do first is to create a material library with all your materials named in a logical way so it would be easier to work with their names. A…

19 years ago
Forum
Reply
RE: last render time on a local machine?

Nevermind the post. I’ve searched the forum and got my answer! Should have done that before posting… oops…

19 years ago
Forum
Topic
Forum
Replies: 1
Views: 10
Reply
RE: select all by name

Here is what I have: rollout SelByName “Select Objects By Name” ( edittext NameTxt “Enter Object’s Name:” fieldWidth:200 bold:true button SelButton…

19 years ago
Forum
Reply
RE: select all by name

Have you tried the “Select by name”? You can enter your search at the top and it will select the objects with that search pattern. You can also use in…

19 years ago
Forum
Reply
RE: Viewport drawing methods

This has been discussed before in here. Check this thread: Thanks.

19 years ago
Forum
Reply
RE: Visual MAXScript: Does it actually save time?

You can edit a script in VMS by pressing F2 but make a copy of your script before because most of the time it will change more than you need. What I d…

19 years ago
Forum
Reply
RE: scripts running in the background

It depends on what you need it to do but for most of the cases you can do it with callbacks really easy.

19 years ago
Forum
Reply
RE: rollout content automatic update

Thanks! It’s exactly what I needed!

19 years ago
Forum
Topic
Forum
Replies: 2
Views: 9
Reply
RE: displaying text overlays in the viewport (floating on objects)

This is a piece of code that Bobo showed at this year’s Siggraph MaxScript class. I think this is exaclty what you need: unRegisterRedrawViewsCallb…

19 years ago
Forum
Reply
RE: Why $.min and $.max don't give the expected results ?

Thanks Bobo, this made it clear for me finally! And it seems that I am not the only one dealing with scripts saturday night

19 years ago
Forum
Page 13 / 15