I have this problem:
- Draw a 3D Sphere on canvas
- Select MRGBZGrabber, Auto Crop-> OFF, Shaded RBG-> OFF
- Grab Sphere with MRGBZGrabber (see fig. 01)
- The grabbed texture (fig. 02) and the grabbed alpha (fig. 03) is spheric, but the “Current Tool Preview” window show a different shape (fig. 04).
To achieve a right shape (circle) you must grab the image with a precise square.
To do a precise square i use this method:
- Open PREFERENCES Palette, click on Utilities. The values within the red box are Mouse X and Mouse Y position (fig. 05).
- When click over canvas to start grabbing, note these two values (ex. 566, 599);
- To achieve a perfect square the final mouse position must be in a place where the two values differ the same quantities from the initial value.
Example:
X Start = 566
Y Start = 599
Difference = 33
To achieve the square the following must be true:
X Final - Y Final = 33
This method is difficult to do with a tablet !!
I hope the next version allow to do square area with MRGBZGrabber (Hitting Shift or Control).
If anyone known a more simple method, please post it.
cameyo
p.s. sorry for any errors and poor english.