Although… this method seems to be very slow when trying to use realtime… Something to do when using objecttransform Edit: Nevermind, perf wasnt ca…
Actually, I just figured out an easier way to do it, and it seems to work perfect bounds if (isGroupMember selection[1] == true) then ( bounds= in …
Yeah, I saw that I am trying to remember/figure out how to get the pivot rotation. I’ll do some searching and get back
It’s funny you responded, I just downloaded your script, as you may know and tried it out I was hoping/wondering if you had it solved, hehe
Here’s what I mean. The box is the right size, but now I just need to align it the same somehow…
I wish there was a vertical option for tabs or a list view. I Can get alot Scripts open too
Eh… sorta, but its more complex. I am having to use MouseTrack + another function that gets call when you move the mouse, and that function modifies …
Naw, that didn’t work, sending a different variable over… :shrug: I hate doing Try()Catch(), but it works for now. If you really want to know though…
I am calling this script from a C# UI. However, I’m doing all of this the same way with another script thats almost the exact same, but it works just…
Well I won’t post all of my code since its long and the bulk of it shouldn’t mess with it. But I have my msg’s setup as follows fn painter_MouseTrac…
Well I have a solution for now, but I’d still like to know if theres a better way/reason. I just put a Try/Catch around the MouseTrack, then in my Ab…
Thanks for this Dennis, I just needed to do this. The Mod Panel was getting the Alt Key button states instead of inview while in mouseTrack, so I hav…
Yeah, that’s kinda of what I figured. I’m learning C#. Maybe I’ll attempt to learn C++ at some point.
I’m probably going to look into this tomorrow for a bit and see what I can find. I’m trying to not use the SDK, just normal script, but instance/copy…