Blender Git Commit Log
Git Commits -> Revision 7ba91ad
Revision 7ba91ad by Brecht Van Lommel (master) April 5, 2004, 17:08 (GMT) |
New UV Calculation panel and code. The uv mapping function was split up into multiple functions and partially recoded. Because now all the uv mapping settings are accessible throught the panel, no popus will be shown when pressing 'U' to unwrap faces in face select mode. Also From Window to Cylinder and From Window to Shpere became obsolete, as you can set this in the new panel. The panel contains buttons for all the existing uv mapping modes, and the following settings: - Cube size: For Cubical unwrapping. - Radius: Radius for Cylindrical unwrapping. - View Aligns Face, View Aligns Top, Align to Object: For Cylinder and Shpere. Respectively means you are in front of the Cylinder/Sphere, look through the Cylinder, or use the object rotation to determine how the cylinder is positioned (old Cylindrical unwrapping). - Polar XZ, Polar XY: With 'View Aligns Top' enabled, defines at which polar you are looking. - No Edges, Draw Edges, All Edges: Draw no edges, draw edges z-buffered on top, draw all edges, without depth test. All credits for this part (and also at least half of the other UV editor improvements) go to Jens Ole Wund aka "bjornmose". |
Commit Details:
Full Hash: 7ba91ad2da5ef7fa47c49f64e619f9fcec66054f
SVN Revision: 2240
Parent Commit: 9802db0
Lines Changed: +589, -529
7 Modified Paths:
/source/blender/include/BDR_editface.h (+2, -1) (Diff)
/source/blender/include/butspace.h (+0, -8) (Diff)
/source/blender/src/butspace.c (+3, -0) (Diff)
/source/blender/src/buttons_editing.c (+94, -2) (Diff)
/source/blender/src/drawmesh.c (+53, -41) (Diff)
/source/blender/src/editface.c (+435, -473) (Diff)
/source/blender/src/editsima.c (+2, -4) (Diff)
/source/blender/include/butspace.h (+0, -8) (Diff)
/source/blender/src/butspace.c (+3, -0) (Diff)
/source/blender/src/buttons_editing.c (+94, -2) (Diff)
/source/blender/src/drawmesh.c (+53, -41) (Diff)
/source/blender/src/editface.c (+435, -473) (Diff)
/source/blender/src/editsima.c (+2, -4) (Diff)