Mathieson
@mathieson
New Member
Joined: Feb 14, 2024
Topics: 32 / Replies: 119
Reply
RE: Drop-down list

You are missing the “items” parameter when declaring the dropdownlist. You need to pass it an array of strings to appear in the list. dropdownl…

17 years ago
Forum
Reply
RE: Delegate returning undefined

Hi Christian, In the example above I was actually dealing with a plugin that was extending a standard material. So when I said I could access and t…

17 years ago
Forum
Reply
RE: Delegate returning undefined

Hi Shane, Thanks for the reply. I actually wasn’t aware that it would return undefined if the plugin was not extending one that already exists! I l…

17 years ago
Forum
Topic
Forum
Replies: 6
Views: 18
Topic
Forum
Replies: 1
Views: 12
Reply
RE: Re-order array based on hierarchy?

Heres something I whipped up real quick, it might do what you’re looking for but might not. If it doesn’t, hopefully it will give some ideas for how …

17 years ago
Forum
Reply
RE: MOV Codecs

I am setting up 3 different render settings for our pipeline, one of the three is a final render while the other two are variations of a draft render….

17 years ago
Forum
Reply
RE: MOV Codecs

Cool, I will mess around with that, see if I can come up with anything. Thanks Eric.

17 years ago
Forum
Topic
17 years ago
Forum
Replies: 5
Views: 24
Reply
RE: unhide Selected objects in the schematic

Selecting the objects in Schematic view actually selects the objects, so all you need is… unhide selection and then wrap that in a macro. That shou…

17 years ago
Forum
Reply
17 years ago
Forum
Topic
Forum
Replies: 2
Views: 12
Reply
RE: Maxscript and Editable Poly

I can’t really provide you with a solution to this but can lead you down a path for a possible solution. Maybe cycle through the polygons of the edit…

17 years ago
Forum
Reply
RE: Array Limited to XXX Members ?

Try instead going through each individual item of the array and formatting it back out as an array in the filestream. This will return a similar thin…

17 years ago
Forum
Reply
RE: Position constraint-float script question

You can use, (for x in refs.dependents(this) where isValidNode x collect x)[1].parent to replace $man01, although its not very efficient and might…

17 years ago
Forum
Page 9 / 11