martinez
@martinez
New Member
Joined: Feb 14, 2024
Topics: 8 / Replies: 136
Reply
RE: #MaxObjectTab vs Script Controller. Which is faster?

Chinwagon: …how can I draw upon specific objects? For every keyable object, or object that I operate on, I store it in it’s own MaxTabObject arra…

18 years ago
Forum
Reply
RE: New Spinner script

Very cool man, I dig.

18 years ago
Forum
Reply
RE: Wiring the weight of a ListController

Thank you so much! I can’t believe all I needed to do was make “weight” plural. Here thought showProperties showed me everything. Although, to be fair…

18 years ago
Forum
Reply
RE: Wiring the weight of a ListController

“ikfk_blend” represents the value of the slider/custom attribute. The wiring worked when I was using a simple Orient Constraint. But I’m tring to get…

18 years ago
Forum
Topic
Forum
Replies: 8
Views: 19
Reply
RE: How to select all the objects in an array?

If you want to just select objects with “top” and “bottom” in the name you can just do: select $top selectmore $bottom You don’t need to make an arr…

18 years ago
Forum
Reply
19 years ago
Forum
Reply
RE: Remove edge loop AND vertices

Ctrl Remove works for me in Max 8. I added the script I used to use for Max 5 to my site. Have Fun!

19 years ago
Forum
Topic
Forum
Replies: 4
Views: 15
Reply
RE: Please, "Delete all Subframe Keys From Selected Ojects"

This is messy and assumes you have the default max controllers on scale, rotation, and position. for obj in selection do ( selectkeys obj.scale.c…

19 years ago
Forum
Reply
RE: Simple Question. Very Basic.

printAllElements on format “thelot ” arr – You are using the format command wrong. Look it up in the MaxScript Reference. I’ll try to give a simple …

19 years ago
Forum
Reply
RE: how do i get a variable to represent ticks

at time (execute(T1 as string + “t”)) rotate theObj rot_key I think that what you’re trying to do. If you just give “at time” a number it’s going to …

19 years ago
Forum
Reply
19 years ago
Forum
Reply
RE: Select by Name Version 3

Nice, I hope you don’t mind some feedback on features. I wish “Normal” “Hidden” “Frozen” were radio style instead of filter style. You know, you clic…

19 years ago
Forum
Reply
RE: Morph Targets from External files?

After you add the geometry to the Morpher modifier you can’t delete it. I don’t see why you need to read it in from another file…unless your updating …

19 years ago
Forum
Page 9 / 10