conradbenzin
@conradbenzin
New Member
Joined: Feb 15, 2024
Topics: 9 / Replies: 65
Reply
RE: Remove drag and drop event handler

hi, thank you. it does not work in my case, handler still there but certantly it helped a lot thank you

3 years ago
Forum
Topic
Forum
Replies: 7
Views: 26
Reply
RE: Bring (render setup dialog )to front

this is the real code i used to use local max_hwnd = windows.getMAXHWND() local handle = undefined for m in windows.getChildrenHWND 0 while handle …

3 years ago
Forum
Reply
RE: Bring (render setup dialog )to front

ok, that’s what i used to do. the thing i meant is, let say the function is not windows.getMAXHWND() but something that changes over time. i cant re…

3 years ago
Forum
Reply
RE: Bring (render setup dialog )to front

Serejah: you don’t cache max hwnd and call windows.getMAXHWND() on every iteration that’s an old question i haven’t solved yet, how can i cache t…

3 years ago
Forum
Reply
RE: Bring (render setup dialog )to front

thank you for this code, much faster than mine for m in windows.getChildrenHWND 0 where matchpattern m[5] pattern:”Render Setup*” and m[6] == windows…

3 years ago
Forum
Reply
RE: [solved] On Button pressed do Multi_Random_fn1,,fn2,fn3

your code is not going to work as it is i guess you should look up the reference manual for how to make rollouts – subrollouts – floaters and structu…

3 years ago
Forum
Reply
RE: [solved] On Button pressed do Multi_Random_fn1,,fn2,fn3

try this ::myfunction() with the :: before

3 years ago
Forum
Reply
RE: [solved] On Button pressed do Multi_Random_fn1,,fn2,fn3

not sure if it can help but you can declare the functions separately and call them one by one or alltogheter try DestroyDialog temp catch() rollout t…

3 years ago
Forum
Reply
RE: Strange gw-like callback or setting

nope, i just edited the previous post under misc category – extra stuff dropdown quite hard to find but still there

4 years ago
Forum
Reply
RE: Strange gw-like callback or setting

exactly. thank you so much. i’d hardly find it out since i needed to edit the ini because i didn’t found the option… seems the new version of rt have…

4 years ago
Forum
Topic
Forum
Replies: 4
Views: 16
Reply
RE: Sawtooth wave form

ok, i maybe did not understand the thing, can you please explain me yours? you can use the same function of the op to draw the sawtooth with a spline…

4 years ago
Forum
Reply
RE: Sawtooth wave form

hi i’m no expert but i’d go with a path follow. here is a dirty example i patched up from the maxscript reference i left also the comments of the refe…

4 years ago
Forum
Reply
RE: MaxScript: Get target camera rotation from each keyframe

ok, i see you’d probably need to recompose the transformation matrix of the original cam to a free camera to have the rotation, have a look at this p…

4 years ago
Forum
Page 2 / 5