HornBerger
@hornberger
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 85
Topic
Forum
Replies: 4
Views: 19
Reply
RE: Maya's Navigation Sense

thanks johan! will try out the plugin! hopefully its what i am looking for cheers!

15 years ago
Forum
Topic
Forum
Replies: 2
Views: 5
Reply
RE: Reading Coard data from a txt file into max

the script assumes the obj file contains models centered at the origin and all the models transformations is in the file given as input. critical fail…

15 years ago
Forum
Reply
RE: 16bit float

here’s the script for extracting the sign, exponent and fraction from a 32 bit float in maxscript. dunno how to get the mantisa though. /* CG_T r…

15 years ago
Forum
Reply
RE: intersecting objects script or tool?

good to know the script worked … It kind of seems to get stuck if too many objects in the scene though? as i mentioned in the earlier its a “dirty…

15 years ago
Forum
Reply
RE: intersecting objects script or tool?

here’s a quick and dirty (very very slow) way of doing it ( st = timestamp() select_all = #() select_all = geometry deselect $* for g1 = 1 to se…

15 years ago
Forum
Reply
RE: intersecting objects script or tool?

not sure if theirs a tool or built function to do this*… and it would be terribly slow to use intersect ray… best would be to somehow automate the pro…

15 years ago
Forum
Reply
RE: Splitting bitarrays into smaller bitarrays

sorry had a misconception before here’s the corrected code fn splitbitray a x = ( st = timestamp() a = a as array k = 1 b = #() for i = 1 to…

15 years ago
Forum
Reply
RE: Splitting bitarrays into smaller bitarrays

here’s my attempt, hopefully there’s an easier way to do this . any how, the splitbitray function takes 2 params, a bit array a and an integer x and s…

15 years ago
Forum
Reply
RE: Fetching Scene animationRange

reset max and change the variables filename1 and filename2 to the files you want to merge filename1 = “D:\file1.max” filename2 = “D:\file2.max” loa…

15 years ago
Forum
Reply
RE: Bake animation?

more info here: cheers!

15 years ago
Forum
Reply
RE: Register Particle View as an extended viewport

{BURP!} (excuse me!) that was some heavy code to digest anyways i made a few modifications to the code and i can now embed any window of my liking …

15 years ago
Forum
Reply
RE: Register Particle View as an extended viewport

Thanks a lot for the posts guys. And Denis Thanks a lot for sharing the code :bowdown: it works perfectly, amazing job!.. (i though i will post this b…

15 years ago
Forum
Reply
RE: Wait for file in folder?

is theres anything that cannot be done with maxscript, i mean if we can use the windows api from maxscript the control over the operating system is un…

15 years ago
Forum
Page 3 / 7