Panayot
@panayot
New Member
Joined: Feb 15, 2024
Topics: 6 / Replies: 205
Reply
RE: Setting viewport antialiasing through maxscript

Ok, I see your point. Now i found d3dgfx.ini in my max2009 root folder, and doesFileExist() now return true. Still cannot test this solution in my Max…

14 years ago
Forum
Reply
RE: Setting viewport antialiasing through maxscript

Nice! Just to remember, I’m on Max 2009 and no such ini file here. I just make a friendly favour with what I have

14 years ago
Forum
Reply
RE: Setting viewport antialiasing through maxscript

I’m in Max 2009 and here still not such settings for Direcr3D, but recently friend of mine with Max 2011 ask me the same script. In his config dialog …

14 years ago
Forum
Reply
RE: Micro-Challenge. #Split a String

Oh, this challenge end so fast… no time to react on Now if I say that I has similar to Denis idea, w’d sound speculative. (I mean the last function f…

14 years ago
Forum
Reply
RE: Micro-Challenge. #Split a String

Ok, I tested ZBuffer function and it return expected result if no tab char in the string, so this part is clear, and … logicaly – ‘word’ is any non-em…

14 years ago
Forum
Reply
RE: Micro-Challenge. #Split a String

Hi Denis, is that function have practical purpose or its just for exercise? Ok, I just still try to encrypt the definition of this challenge… Could yo…

14 years ago
Forum
Reply
RE: simplified access to GROUPS

IF the group is Closed, saying: Select $GroupName will select all (the head and children). ELSE On Open group saying: Select $GroupName/* –or: Select …

14 years ago
Forum
Reply
RE: List of all default max Actions

May I ask those for Max2009? Whatever is to say – thanks in advance!

14 years ago
Forum
Reply
RE: Testing directory paths from a file path

Well, this is answered well already, isDirectoryWriteable() is OK for Max 2010+ and doesFileExist() is fine for testing directories, but nothing bad t…

14 years ago
Forum
Reply
RE: Maxscript and MySQL

Well… this need large reply but will try to make it short Yes, I see some benefit of using ADODB in this case (MySQL). Maybe first s’d note that my …

14 years ago
Forum
Reply
RE: Maxscript and MySQL

As the topic is maked as resolved maybe not good to bother you but if still looking for alternative, as in previous topic, I’ll again recommend ADODB…

14 years ago
Forum
Reply
RE: Colored text with dotnet?Is it possible?

miauu: Thanks, guys! Now I have to start fighting with dotnet stuff. or/and start with Photoshop scripting

14 years ago
Forum
Reply
RE: Multidimensional Arrays

I think that this: a=#(#(#())) is not 3d-array, as for ex. this: b = #(#()) is not 2d-array, but b = #(#(),#()) is 2d-array, so for ex. this w’d work:…

14 years ago
Forum
Reply
RE: Loading .max file as Material library

Interesting, can say that in Max 2009 that not work but good to know its improved into recent Max versions.

14 years ago
Forum
Reply
RE: Adding an array to a node via custom attributes

Just to say that am not read the whole thread, but theck this one: aString type:#string ui:Et default:[b]aString[/b]

14 years ago
Forum
Page 9 / 15