PiXeL_MoNKeY
@pixel_monkey
New Member
Joined: Feb 14, 2024
Topics: 16 / Replies: 962
Reply
RE: Toggling viewport materials display

Did you try running the commands from the viewport drop-down and getting the MacroRecorder output? actionMan.executeAction 0 “63547” — Views: Viewp…

10 years ago
Forum
Reply
RE: wild card a string path to a file

You can use getfiles to get all files that match a wildcard pattern as an array. You will then need to work with the array to do whatever you need. I…

10 years ago
Forum
Reply
RE: Add Objects… in Xref Objects.

What version of 3ds max? 2016 added an include all option. 2016 Xref Object Dialog and Include All help. 2016 objXrefMgr maxscript help. -Eric

10 years ago
Forum
Reply
RE: stop using maxscript: a dead language

RajDarge: I guess I find maxscript is as alive as it used to be, I’m just concerned that 3ds Max is dead – neglected by autodesk. The whole Media…

10 years ago
Forum
Reply
RE: Controlling VrayHDRI rotation with Dome light x rotaiton

Can’t you replace the horizontalrotation controller with a script controller and put your script expression in there? -Eric

10 years ago
Forum
Reply
RE: Creating node arrays – issue

$aa and $bb are objects named “aa” and “bb” not your arrays. The question is do you need one array with objects that have buffer channel 2 and 3, or s…

10 years ago
Forum
Reply
RE: (SME.GetNode X).selected ?

Not sure the issue, but see my modified code: ( sme.Open() testname = “MXS Selection Test” existing = sme.GetViewByName testname if…

10 years ago
Forum
Reply
RE: The MCG Thread: Post Tools, Compounds and questions here!

So much miss information in this thread it is ridiculous. Zhalktis: the alternative would be killing max, like they did with Softimage). Maya …

10 years ago
Forum
Reply
RE: Live tape meter using max script

You could try DiMaster v2.0 from Bobo. -Eric

11 years ago
Forum
Reply
RE: Changing values of referenced variable array

I think you may need to directly set the array index values. function changeVars &varArray = ( for v in varArray do v[1] = newX; v[2] = newY; v[3…

11 years ago
Forum
Reply
RE: replace bitmap file type

Yeah typeIn = “.tif” if (getFilenameType assets.filename) == typeIn do is probably the safer method, however you will need the filetype in the “.tif…

11 years ago
Forum
Reply
RE: replace bitmap file type

If you want to be dangerous you can do it without opening the file and directly to the file. MAX File Asset Metadata Stream Access. I highly recommend…

11 years ago
Forum
Reply
RE: Launch Max via commandline, when max root may be unkown

Actually a system variable is created on install. ADSK_3DSMAX_X64_[VERS] has the path. To output the paths run the following from a cmd prompt: set …

11 years ago
Forum
Reply
RE: Option Material/Map – SDK….

SDK is part of the 3ds max install as part of the extras/optional installs. -Eric

11 years ago
Forum
Reply
RE: Test plugin written on C# without reloading 3d MAX

The ephere MaxDotNet Utility plugin no longer exists. All of the values that were exposed in the Utility plugin are stored in the .config file I outli…

11 years ago
Forum
Page 5 / 66