Zbuffer
@zbuffer
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 300
Topic
Forum
Replies: 17
Views: 56
Reply
RE: Micro-Challenge. #Split a String

Hi Denis, Here is my basic attempt fn splitstring str tokens = ( local strArray=#() local lastIndex=1 for i=1 to str.count do ( local found = …

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

Very nice indeed ! ;)Are you sure you want to post this without telling us a bit more about your script ?

13 years ago
Forum
Reply
RE: wildcard on variable?

pattern: needs a string, just a * without quotes is the multiplication operator myarr = #(“steel_001”, “ground_001”, “person_001”) currentLayer = for…

13 years ago
Forum
Reply
RE: MAXScript 2012 Reference sucks

No, I don’t mean the .chm, just the html (that you can downbload from adesk). For the main help, you can go to preferences/help to point it to a local…

13 years ago
Forum
Reply
RE: MAXScript 2012 Reference sucks

Is there a way to at least switch it to local version (like main max help) ? haven’t seen the option…

13 years ago
Forum
Reply
RE: Way to tokenize a name like with Mel?

Hi, Lookup filterstring in maxscript help it return an array of the parts of a string filtered by another string filterstring “pig_Neutral_RunCycle1_…

13 years ago
Forum
Reply
RE: 2012 SDK Function publishing broken ?

Anyway, #include <maxscript\macros\define_instantiation_functions.h> did the trick, thanks Keees

14 years ago
Forum
Reply
RE: 2012 SDK Function publishing broken ?

Thanks Kees, I indeed had to make a #if block for max2012, because of the include changes. No worries. Thing is, it compiles and loads in max fine… bu…

14 years ago
Forum
Topic
Forum
Replies: 4
Views: 20
Reply
RE: How to write to sme.ini file

Hi, Max changes the “UseOldMtlBrowser” when it starts, but if you place you script in the startup folder, it should work… if (getINISetting (GetDir …

14 years ago
Forum
Reply
Reply
RE: saving Edittext text after running macroscript again

Hi, Either what Swordslayer wrote, or use a .ini file to store the value when the script closes and read it when it opens. something like: rollout …

14 years ago
Forum
Reply
RE: Regular expression in MAxscript ?

Works like a charm ! here is my code: str = “maps/nature/water_canals_water2_0_0_1009_depth_39” rgx = dotnetObject “System.Text.RegularExpressions.R…

14 years ago
Forum
Reply
RE: Regular expression in MAxscript ?

Hi Kameleon, Thx very much for your answer ! didn’t think of .net, but I sure will try ! wiil keep you informed thx agin

14 years ago
Forum
Page 3 / 22