Jump to content
Search Community

top/bottom stretch handle rotations switched...

unpaidintern test
Moderator Tag

Recommended Posts

i found a minor error in the TransformManger VERSION: 1.963

 

the top and bottom cursorRotation's were switched. they should be...

 

createHandle("t", "stretchV", -90, 0, "b");

createHandle("b", "stretchV", 90, 0, "t");

 

instead of...

 

createHandle("t", "stretchV", 90, 0, "b");

createHandle("b", "stretchV", -90, 0, "t");

 

like i said, minor... just wanted to point it out.

 

thanks for building such great tools!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...