Blender Git Loki
Git Commits -> Revision db051f2
Revision db051f2 by Campbell Barton (master) September 19, 2012, 04:48 (GMT) |
fix MESH_OT_tris_convert_to_quads() limit options (uv and vertex color) were not working at all. |
Commit Details:
Full Hash: db051f2b2ddae22b6ff7468ae5cca7884d5b06da
SVN Revision: 50738
Parent Commit: 946c958
Lines Changed: +88, -80
5 Modified Paths:
/source/blender/blenlib/BLI_math_color.h (+2, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_color_inline.c (+15, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+9, -0) (Diff)
/source/blender/bmesh/operators/bmo_join_triangles.c (+61, -80) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_color_inline.c (+15, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+9, -0) (Diff)
/source/blender/bmesh/operators/bmo_join_triangles.c (+61, -80) (Diff)