Jeff_hanna
@jeff_hanna
New Member
Joined: Feb 15, 2024
Topics: 2 / Replies: 49
Reply
RE: Getting max thumbnail issue.

Sure! import pythoncom import sys import win32com.storagecon FMTID_UserDefinedProperties = ‘{F29F85E0-4FF9-1068-AB91-08002B27B3D9}’ FMTID_CustomDefi…

11 years ago
Forum
Reply
RE: Getting max thumbnail issue.

Has anyone successfully read the Max thumbnail using Python with the win32com and pythoncon modules? I can read the IPropertyStorageSet stuff off of a…

11 years ago
Forum
Reply
RE: Is there a recursion limit in maxscript?

If I execute Neil’s sample script I get to 1327 recursions before Max crashes. I noticed that Neil is passing in theValue each time by value, which me…

16 years ago
Forum
Topic
Forum
Replies: 0
Views: 11
Reply
RE: Position in maxscript

$ shouldn’t be used in scripts. It’s a great shorthand for prototyping in the Listener but it can cause problems elsewhere, as you’ve seen. A better a…

18 years ago
Forum
Reply
RE: Tiny Maxscript question

for MyMesh in selection do MyMesh.material = undefined

18 years ago
Forum
Reply
RE: save incremental

A very good point, and a simple addtion to the code. I think I’ll go add that now. Thanks Bobo.

18 years ago
Forum
Reply
RE: save incremental

A solution I wrote last week for a similar problem isn’t quite as robust as Bobo’s solution but works very well. It’s based on the count of the number…

18 years ago
Forum
Reply
RE: save incremental

You’re not trimming the increment counter off of the filename before you add on the new counter.

18 years ago
Forum
Reply
RE: SQL in Max 8

The SafeArrayWrapper Class topic in the help file has sample code for talking to a SQL database and lists OLE DB and ODBC connection strings for quite…

19 years ago
Forum
Reply
RE: Maxscripts slower than C++ plugins

There’s also the difference in that the SDK works at a much lower level in Max than MaxScript. For many MaxScript methods you’re essentially locked in…

19 years ago
Forum
Reply
RE: xml Ouput

They’re escape characters used inside of strings (text within double quotes) newline \r – return tab \ – ” – ” The last one is a bit confusing….

19 years ago
Forum
Reply
RE: xml Ouput

Here’s a script that will out put the formatted information to a file named “SceneObjects.xml” on your c:\ drive. Edit the first line as necessary to …

19 years ago
Forum
Reply
RE: different result when scripting

What do you have your reference coordinate system set to on the main toolbar? I have mine set to the default “view” and I get the same transform resul…

19 years ago
Forum
Reply
RE: how use dos command in max no show dialog?

MAXScripts DOSCommand() will always show the CMD popup. There’s no way to supress it. There are a few MAXScript extensions that provide a DOSCommand()…

19 years ago
Forum
Page 1 / 4