[Bf-blender-cvs] CVS commit: blender/source/blender/include BDR_editface.h butspace.h blender/source/blender/src butspace.c buttons_editing.c drawmesh.c editface.c editsima.c

Brecht Van Lommel blendix at pandora.be
Mon Apr 5 19:08:01 CEST 2004


blendix (Brecht Van Lommel) 2004/04/05 19:08:01 CEST

  Modified files:
    blender/source/blender/include BDR_editface.h butspace.h 
    blender/source/blender/src butspace.c buttons_editing.c 
                               drawmesh.c editface.c editsima.c 
  
  Log:
  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".
  
  Revision  Changes    Path
  1.8       +3 -2      blender/source/blender/include/BDR_editface.h
  1.20      +1 -9      blender/source/blender/include/butspace.h
  1.23      +3 -0      blender/source/blender/src/butspace.c
  1.43      +94 -2     blender/source/blender/src/buttons_editing.c
  1.13      +54 -42    blender/source/blender/src/drawmesh.c
  1.24      +436 -474  blender/source/blender/src/editface.c
  1.14      +3 -5      blender/source/blender/src/editsima.c



More information about the Bf-blender-cvs mailing list