gazybara
@gazybara
New Member
Joined: Feb 14, 2024
Topics: 36 / Replies: 998
Reply
RE: maxscript/dotnet: rightclick menu in listview

Read the manual (help pdf) and see the code. For now this tool works fine but of course code can be optimized more.

11 years ago
Forum
Reply
RE: maxscript/dotnet: rightclick menu in listview

jb-alvarado: Thank you Klunk for you fast answer. This works great! I only have one question more: In the first function you have this command: fn …

11 years ago
Forum
Reply
RE: Find Directory Path for animation/FBX exporter

denisT: most of pathConfig methods (including appendPath) automatically resolve path symbols… also i recommend to use (dotnetclass “System.I…

11 years ago
Forum
Reply
RE: Find Directory Path for animation/FBX exporter

And another one will be fn combinePaths strA strB = (pathConfig.resolvePathSymbols (pathConfig.appendPath strA strB))

11 years ago
Forum
Reply
RE: Find Directory Path for animation/FBX exporter

That’s way I suggest to use pathConfig.appendPath <path1> <path2>

11 years ago
Forum
Reply
RE: Find Directory Path for animation/FBX exporter

Try this ( fn setNewFbx newdir: filename: = ( filename = if filename != unsupplied then toLower maxfilename else toLower filename if filename …

11 years ago
Forum
Topic
Forum
Replies: 0
Views: 6
Reply
RE: newScript() window size

And this works only in max 2014 fn openNewScript x: y: w: h: = ( newscript() hwnd = (windows.getChildHWND 0 “Untitled – MAXScript” parent:#max)[1] …

11 years ago
Forum
Reply
RE: newScript() window size

See this tool by Pete (lonerobot)

11 years ago
Forum
Reply
RE: ATSCustomDepsOps question

If we use this on currently opened file … file = (maxFilePath + maxFileName) newdir = @”c: emp\project” fileassets = getMAXFileAssetMetadata file for…

11 years ago
Forum
Reply
RE: ATSCustomDepsOps question

Again dead end.:sad: I was spent whole week only on this:surprised. Ok I will send you my tool to see what I have for now. Also to change paths I tri…

11 years ago
Forum
Reply
RE: ATSCustomDepsOps question

Wow. How do you know all this cheating. I understand what you saying but what I not understad is “check the filename existence” of what? Map class…

11 years ago
Forum
Reply
RE: Simple Object plugin apply material

In this part of Bobo tutorial you can see how to add material to your mesh

11 years ago
Forum
Reply
RE: ATSCustomDepsOps question

Sorry I did not understand first time. From mxs help: [i]when the parameter is of type #filename, to handle the parameter as an asset you also need…

11 years ago
Forum
Reply
RE: ATSCustomDepsOps question

denisT: there is a thing that i’ve never used. that’s a new feature in the params – the parameter is of type #filename () Yup. allBTex = (getclas…

11 years ago
Forum
Page 20 / 69