system
@system
New Member
Joined: Feb 14, 2024
Topics: 23 / Replies: 341
Reply
RE: Convert noise animation to keyframes

There you go, Johan is all over it

15 years ago
Forum
Reply
RE: Convert noise animation to keyframes

Yeah, there should really be some offset value for the noise controller. Something to actually shift the curve so it doesn’t all start with the same v…

15 years ago
Forum
Reply
RE: Help with first maxscript

You can also do it quick and dirty: for o in selection where o.wireColor == black do delete o But if you want to go further and do more operations l…

15 years ago
Forum
Reply
RE: question about array

rollout TestArray “Test Array” ( [b]local objArray = #()[/b] button b01 “Create” button b02 “Delete” on b01 pressed do ( ObjTest = S…

15 years ago
Forum
Reply
RE: Locking Wirecolor

You can somewhat lock an object’s wireColor by setting it through a float script. The user can still apply a different color, but as soon as the viewp…

15 years ago
Forum
Reply
RE: Python + MXS

Thanks for the great work Eric. Any news on a max 2013 compile?

15 years ago
Forum
Reply
RE: Poly Normal selection?

jejeje finaly find it, max has an option in the selection tab were you can choose to select by normal, nice!

15 years ago
Forum
Reply
RE: Autocomplete in the MaxScript Editor

autocompleteword.automatic=1 autocomplete.*.ignorecase=1 autocomplete.choose.single=0 autocomplete.*.start.characters=$(chars.alpha)$(chars.numeric…

15 years ago
Forum
Reply
RE: Autocomplete in the MaxScript Editor

It is for me. Maybe you have to force the page to refresh. Fire Fox does that sometimes.

15 years ago
Forum
Reply
RE: Autocomplete in the MaxScript Editor

Light: Yeah but where is it? I really don’t see it in the first post. Light It’s the first post:

15 years ago
Forum
Reply
RE: Autocomplete in the MaxScript Editor

Still not popping up after following the instructions on enabling it :S

15 years ago
Forum
Reply
RE: Export with mesh name

The error occured as the object has not been assigned to the variable “obj”. With “.name” you access the name property of the object. Here’s an exampl…

15 years ago
Forum
Reply
RE: help, save items on dropdownlist

Yes… it’s a string. When you add it as an item to the drop down list it will display as Item 1, NOT “Item 1” If that’s not the case then post your sc…

15 years ago
Forum
Reply
RE: help, save items on dropdownlist

What Denis posted will work. When you read the array you’ll get a string: “#(“ITEM1”, “ITEM2”,“ITEM3”,“ITEM4”)” Then you use the execute() method to …

15 years ago
Forum
Reply
RE: DotNet Character Selection Framework

That was awesome!! Looks like it turned out rock solid! What do you think of an addRange method so you don’t have to assign a node to a control one b…

15 years ago
Forum
Page 5 / 25