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 = …
Very nice indeed ! ;)Are you sure you want to post this without telling us a bit more about your script ?
pattern: needs a string, just a * without quotes is the multiplication operator myarr = #(“steel_001”, “ground_001”, “person_001”) currentLayer = for…
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…
Is there a way to at least switch it to local version (like main max help) ? haven’t seen the option…
Hi, Lookup filterstring in maxscript help it return an array of the parts of a string filtered by another string filterstring “pig_Neutral_RunCycle1_…
Anyway, #include <maxscript\macros\define_instantiation_functions.h> did the trick, thanks Keees
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…
Hi, Max changes the “UseOldMtlBrowser” when it starts, but if you place you script in the startup folder, it should work… if (getINISetting (GetDir …
-> 404 page not found…
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 …
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…
Hi Kameleon, Thx very much for your answer ! didn’t think of .net, but I sure will try ! wiil keep you informed thx agin