decapitator
@decapitator
New Member
Joined: Feb 15, 2024
Topics: 7 / Replies: 49
Reply
RE: Need few pointers to get a list of all animated controllers

Ye well didn’t notice that topic lol (not realy clearly specified name) However I’m more interested in the currently selected tracks in the trackview…

13 years ago
Forum
Topic
Reply
RE: how to get the material preview in my script Custom Panel

Guess your looking for renderMap () Regards, Jenne

13 years ago
Forum
Reply
RE: Close the 'Render SetUp' dialog via script..

I think your looking for Regards, Jenne

13 years ago
Forum
Reply
RE: Change scene illumination

Incase you didnt know, ctrl+L switch between scene and default lights. Which can be done in mxs with max default lighting toggle or max def lgt to…

14 years ago
Forum
Reply
RE: seed scope?!

AAAaaaahhhhhhhh ofc again the hours of staring at code for one char giving problems. This was so silly – thanks lol!

15 years ago
Forum
Topic
15 years ago
Forum
Replies: 3
Views: 13
Reply
RE: Snap an object vertice to another

The class for the modifier edit poly is ‘Edit_Poly’, a base poly object is ‘Editable_Poly’. polyops only work on the ‘Editable_Poly’ so that explains…

16 years ago
Forum
Reply
RE: select and move polygons in MaxScript

Well to loop that you could think of something like this ( obj = $ –set object to current selection total = #{1..meshop.getNumFaces obj} –set all…

16 years ago
Forum
Reply
RE: select and move polygons in MaxScript

Why loop through all of them you can simply select all faces in an edit poly by using polyOp.setFaceSelection obj #{1..polyOp.getNumFaces obj} And t…

16 years ago
Forum
Reply
RE: Copying string to clipboard?

Search in the mxs manual for “Copy To and From Clipboard”

16 years ago
Forum
Reply
RE: Check if UVWMap modifier is applied

Not to forget the wonderfull syntax of the for loop (compared to the languages i know max his for is verry flexible) –clearSelection() for obj in ge…

16 years ago
Forum
Reply
RE: Sorting Filenames

Ok this turned out quite a bit longer then anticipated but it does the job… ( charClass = dotNetClass “System.Char” –dotnet charclass used for isDi…

16 years ago
Forum
Reply
RE: Rpc Files For Free??

Well not in the “3dsMax SDK and MaxScript” section, nore by shouting. Try google…

16 years ago
Forum
Reply
RE: how filtering the selectbyname function

something in the line of: ( fn dummyFilter obj = if classof obj == Dummy and obj.layer.name == “Name” then true else false selectByName filter:dumm…

16 years ago
Forum
Page 1 / 4