I figured it out: fn ExtractMaster refObj = ( local master=point(); if refObj[4][refObj[4].numSubs].name==“Modified Object” then master.baseObject=r…
Ahhhhh, ok. So I just needed to set the position of the control during creation using #pos. Thanks!
So far I’ve only tested for this issue with Max 2014, but that sounds like a good idea to try to replicate the problem in some other versions as well….
I’d post code if I could, but unfortunately the tool is almost a full-blown program in itself, with many functions calling each other from many differ…
Probably about two years from now I’ll run into the same problem, do a search on these forums, and find this post. So on behalf of the future me, than…
Josef, never mind on that maxscript, I’ve just done some more testing on Max 2011 through 2014, and in all those versions inlcude() works with encrypt…
Thanks, Josef, I would appreciate having a look at that code. I had thought about doing that myself, but I was hoping to avoid it! Having your script …
Joel, I’m at a point now where I need to be able to access the “Use Group” dropdown in the Server Usage section. By any chance have you updated this …
In this particular case I’m not using a subRollout, although for some other stuff I will be, so I’ll investigate your idea then to see if it helps at …
Thanks, Marco So my idea didn’t work. I’m able to now screen cap the dialog’s rect and paste that into a button that’s temporarily scaled to the size…