hi, thank you. it does not work in my case, handler still there but certantly it helped a lot thank you
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 …
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…
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…
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…
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…
try this ::myfunction() with the :: before
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…
nope, i just edited the previous post under misc category – extra stuff dropdown quite hard to find but still there
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…
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…
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…
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…