Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Run an MCR file but ignore its macroscrip header?

Haider_of_Sweden: you can press Run the execute the code inside the Macroscript without executing the header I doubt that it would be that easy. …

8 years ago
Forum
Reply
RE: Run an MCR file but ignore its macroscrip header?

You can read .mcr file as string with something like this (dotnetclass “System.IO.File”).ReadAllText and remove the macroscript definition header And …

8 years ago
Forum
Reply
RE: slice digits

<string>substring <string> <from_integer> <length_integer> maxscript reference

9 years ago
Forum
Reply
RE: Lambdas in Maxscript – First Attempt

I would say it’s some sort of obfuscation

9 years ago
Forum
Reply
RE: Lambdas in Maxscript – First Attempt

can you pass an array of arguments?

9 years ago
Forum
Reply
9 years ago
Forum
Reply
RE: C# function publishing

Whatever I’ve tried I couldn’t get beyond crash on max startup. And seems like there’s not a single working ‘helloworld’ example on the web

9 years ago
Forum
Topic
9 years ago
Forum
Replies: 0
Views: 54
Reply
RE: xml export formating

fxNd = XmlDoc.createElement “fx” –(FL_pixels_Width as string) fxNd.InnerText [B]=[/B] (FL_pixels_Width as string) calibrationNd.appendChild fxNd fy…

9 years ago
Forum
Reply
RE: Curve Editor auto expand custom attributes (trackviews.current.autoExpandKeyable?)

I think you just need to focus trackview window somehow and then run actionMan.executeAction 1 “750” ps. setForegroundWindow

9 years ago
Forum
Reply
RE: Curve Editor auto expand custom attributes (trackviews.current.autoExpandKeyable?)

try it that way. actionman.executeaction 0 “50025” actionMan.executeAction 1 “750”

9 years ago
Forum
Reply
RE: Offset Numbering of Rendered Frames

you could use #postRenderFrame callback and rename saved file renameFile <old_filename_string> <new_filename_string>

9 years ago
Forum
Reply
RE: Maxscript functions list with args

not a first time I begin to search at github instead of here. Thank you, Denis.

9 years ago
Forum
Reply
RE: Maxscript functions list with args

Many searches contain mispelled words, and users will expect these searches to magically work. This magic is often done using levenshtein distance. …

9 years ago
Forum
Topic
Forum
Replies: 5
Views: 46
Page 74 / 84