stigatle
@stigatle
New Member
Joined: Feb 14, 2024
Topics: 49 / Replies: 301
Topic
Forum
Replies: 2
Views: 24
Reply
RE: DarkScintilla: Maxscript Editor dark scheme

looks very good, thank you for sharing

14 years ago
Forum
Reply
RE: Reset Object

we had similar problem in our game engine, what we did was to attach the object to a box primitive, then just delete the box faces afterwards. we obv…

14 years ago
Forum
Reply
RE: the puzzle of fill the landform with the elements

we cannot see the images you link to…

14 years ago
Forum
Reply
RE: Maxscript – how can I create control rollout on dummy helper ?

search for scripted “scripted plug-ins, Helper” in maxscript reference, look at the scripted helper plugin code. There is a complete example there.

14 years ago
Forum
Reply
RE: Backburner 2012 – job completion issue

we had some trouble with latest backburner too, but this was because we had newer client versions (upgraded rendernodes), and the manager server did n…

14 years ago
Forum
Reply
RE: GUI for animation list

Ah, I did not notice, works now after changing that I’ll use time to understand how it works now, and see if I can implement it.

14 years ago
Forum
Reply
RE: GUI for animation list

should this one run as it is? I get a error when running it. stops at line 23 for n = 1 to nodes.count-1 do str+= (nodes[n].name+comma) ———-…

14 years ago
Forum
Reply
RE: GUI for animation list

awesome, thank you VERY much for this code. that was beyond my expectations. I’ll get to it tomorrow, and adapt it to this. Thank you again!

14 years ago
Forum
Topic
Forum
Replies: 6
Views: 36
Reply
RE: Modify MD5Export script for Max to Name File.

sorry, my bad, i thought you wanted to avoid the box showing up – and just save to the file directly. here’s how you set the name in the dialog: Temp…

14 years ago
Forum
Reply
RE: Modify MD5Export script for Max to Name File.

Hope this helps: TempFilenameOnly = getFilenameFile (maxFilePath + maxFileName) fullPath = ( maxFilePath + TempFilenameOnly + “.md5”) print fullPa…

14 years ago
Forum
Reply
RE: Add code to existing plugin

you can easily run maxscript code from SDK c++ plugin. There is a function just for that. ScripterExport BOOL [ExecuteMAXScriptScript](MCHAR *s, B…

14 years ago
Forum
Reply
RE: ProOptimizer Calculate issue

it works fine in max 2012. So I assume you use a older version? I also had this problem in earlier versions of max.

14 years ago
Forum
Reply
RE: Objects in camera cone?

TzMtN’s solution above (box selection in viewport) is a very good solution, thanks for posting this! Very neat trick. Here’s my contribution… (all th…

14 years ago
Forum
Page 18 / 24