Blender Git Commit Log

Git Commits -> Revision 283926a

Revision 283926a by Brecht Van Lommel (master)
February 9, 2009, 20:58 (GMT)
2.5: UV Editor module porting pretty much finished now, only missing
still is mirror transform. This commits adds the remaining operators:

* UV mapping operators (U key menu): cube, sphere, cylinder, etc.
* Hide/Show operators.

And solves most XXX's, including:

* Fix bad includes and calls into space image.
* Aspect ratio correction.
* Create UVs if they don't exist yet on unwrap.
* Assign image to UVs.
* Drawing proportional edit circle.

Commit Details:

Full Hash: 283926aa2d0c6366d92a4f38e994e843b73659f6
SVN Revision: 18891
Parent Commit: c02bc1c
Lines Changed: +1350, -1119

22 Modified Paths:

/source/blender/editors/include/ED_image.h (+14, -0) (Diff)
/source/blender/editors/include/ED_mesh.h (+4, -0) (Diff)
/source/blender/editors/include/ED_uvedit.h (+2, -1) (Diff)
/source/blender/editors/interface/interface_regions.c (+4, -2) (Diff)
/source/blender/editors/mesh/editface.c (+0, -544) (Diff)
/source/blender/editors/mesh/editmesh_lib.c (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_mods.c (+5, -228) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+0, -24) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+2, -2) (Diff)
/source/blender/editors/space_image/image_draw.c (+5, -4) (Diff)
/source/blender/editors/space_image/image_header.c (+26, -60) (Diff)
/source/blender/editors/space_image/image_intern.h (+0, -15) (Diff)
/source/blender/editors/space_image/image_ops.c (+20, -19) (Diff)
/source/blender/editors/space_image/space_image.c (+58, -47) (Diff)
/source/blender/editors/transform/transform.c (+4, -0) (Diff)
/source/blender/editors/transform/transform_constraints.c (+14, -9) (Diff)
/source/blender/editors/transform/transform_ops.c (+3, -2) (Diff)
/source/blender/editors/uvedit/uvedit_draw.c (+6, -45) (Diff)
/source/blender/editors/uvedit/uvedit_intern.h (+8, -2) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+304, -18) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.c (+2, -2) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+868, -95) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021