SoLiTuDe
@solitude
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 146
Reply
RE: Attach for lightmapping and detach afterwards

Go with the elements approach – but keep track of the number of polys before and after the attach… ie: Sphere01 is your base object and it has 40 pol…

15 years ago
Forum
Reply
RE: getSavePath() Folder name

^^nice… forgot about all of those.

15 years ago
Forum
Reply
RE: getSavePath() Folder name

if i understand correctly this should give you just the folder name: thepath = getsavepath() thefolder = filterstring thepath “\” thefolder = thefold…

15 years ago
Forum
Reply
RE: listview select subitem

^What he said, but if you just need to return the subitem:

16 years ago
Forum
Reply
RE: Scripting for hidden modifier properties

a little bit cleaner, and not reliant on the name of the modifier… also toggles (good idea!) all of them depending on state themods = getclassinst…

16 years ago
Forum
Reply
RE: newbie requests maxscript help

Quick questions… what does a line of your text file look like? what does q = filterString r “,” return? one thing I noticed: meditmaterials[1].opac…

16 years ago
Forum
Reply
RE: How to print all elements?

try: with printAllElements on (Format “%” b to:c) ??

16 years ago
Forum
Reply
RE: Copy/Paste transform data?

I stopped using INI stuff after all the limitations i encountered. Just in case, for those of you on max9/2008, the most recent Blur Beta tools includ…

16 years ago
Forum
Reply
RE: Cracked Geometry Script

Things to know before hand….and this is because i am still learning and am grasping the concept of everything! Currently the object it breaks need…

16 years ago
Forum
Reply
RE: Listview subItem Index

on lv MouseClick theClick do ( local theItem = lv.GetItemAt theClick.x theClick.y local theRowIndex = theItem.Index + 1 local theSubItem = (theItem.Ge…

16 years ago
Forum
Reply
16 years ago
Forum
Reply
RE: selectByName in max2009

Find your defaults.ini file: C:\Documents and Settings%YOURUSERNAME%\Local Settings\Application Data\Autodesk\3dsmax\2009 – %32bit or 64bit%\enu\defau…

16 years ago
Forum
Reply
RE: Sound plugin : knowing where is the current view

Look up activeViewport in the maxscript help file, and you can get the current viewport / get current camera / current position… etc. I would sugg…

16 years ago
Forum
Reply
RE: SubAnim from Property

…will this work for you? num = $.baseobject.numsubs thearray = #() for i = 1 to num do ( append thearray (($.baseobject[i].name) as…

16 years ago
Forum
Reply
RE: simple script question

Yeah, was just giving you the syntax… gotta make you do a little bit of the work.

16 years ago
Forum
Page 8 / 10