![]() |
|
There's no "Rotate Snap Image" function - Printable Version +- Wings 3D Development Forum (http://www.wings3d.com/forum) +-- Forum: Wings 3D (/forumdisplay.php?fid=1) +--- Forum: Gripes & Grumbles (/forumdisplay.php?fid=4) +--- Thread: There's no "Rotate Snap Image" function (/showthread.php?tid=161) |
RE: There's no "Rotate Snap Image" function - micheus - 03-19-2014 12:37 PM (03-19-2014 12:54 AM)oort Wrote: Should it be listed as "Rotate Snap Image" instead of "Rotate Snap Mode"???Damn copy and past. ![]() Quote:If I hit Tab to enter a numeric value > Enter a Value > Reset > Cancel, I am then only able to rotate in one direction.I needed to understand better the wings_drag module. It's fixed now. [file updated] Quote:Clicking in the Geometry Window gets control back. I need to be more careful when moving the mouse...You can use the constraint keys for avoid it (SHIFT or ALT). ![]() Quote:I see that "Reset" brings back the previous state. Would it be good to also be able to bring back the image's original state?I can't see this option. The most close of it I found in Proportional Scale->Actual Size ("Reset image to its actual size").
RE: There's no "Rotate Snap Image" function - oort - 03-20-2014 07:35 PM Micheus, Are you sure you have posted the updated file? I still see "Rotate Snap Mode". Thanks, oort RE: There's no "Rotate Snap Image" function - micheus - 03-20-2014 08:29 PM (03-20-2014 07:35 PM)oort Wrote: Are you sure you have posted the updated file? I still see "Rotate Snap Mode".You are absolutely right. Sorry about that. I uploaded a new .tar file, but I forgot to replace the new beam into it. (I use to move the beam from the dev directory to that one which I use for "packing") RE: There's no "Rotate Snap Image" function - oort - 03-21-2014 12:40 AM Micheus, Thanks it is working good now... ![]() oort RE: There's no "Rotate Snap Image" function - jamescmc - 03-21-2014 02:09 AM With "Rotate Snap Image" function, can I rotate the image for any degree (0 to 360)? RE: There's no "Rotate Snap Image" function - micheus - 03-21-2014 01:23 PM (03-21-2014 02:09 AM)jamescmc Wrote: With "Rotate Snap Image" function, can I rotate the image for any degree (0 to 360)?yes. Clockwise and counterclockwise. RE: There's no "Rotate Snap Image" function - micheus - 03-27-2014 12:56 AM I just made a pull request for this: pull #68 RE: There's no "Rotate Snap Image" function - micheus - 04-02-2014 09:35 PM This change was accepted.
RE: There's no "Rotate Snap Image" function - oort - 04-03-2014 01:20 AM Micheus, Glad to hear it is accepted... ![]() oort RE: There's no "Rotate Snap Image" function - Cheungxin - 04-29-2014 08:01 AM Is there any limitation for the format of using "Rotate Snap Image" function. For instance, whether vector image like svg can be rotated with this function. Besides rotating image within 360 degrees, does this support image flipping as well? |