Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-27Fix #32199: Smooth Vertex no longer has X, Y and Z options.Sergey Sharybin
2012-07-21remove BMO_OP_FLAG_RATIONALIZE_NORMALS option which wasnt used anywhere.Campbell Barton
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-07-20minor edits for bmesh apiCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-09code cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-06Fix [#32003] Triangulate fails for simple case.Bastien Montagne
2012-07-04More spell checking.Bastien Montagne
2012-07-03add bmesh/python operator support for vector and matrix args.Campbell Barton
2012-06-30rename bmesh ops since they are exposed in an api now.Campbell Barton
2012-06-30add support for passing lists of verts/edges/faces to bmesh operatorsCampbell Barton
2012-06-30all bmesh operators can now be accessed from bmesh.ops.* using a generic wrap...Campbell Barton
2012-06-30code cleanup: rename some members of bmesh operators, 'slots' is a C++ keywor...Campbell Barton
2012-06-29Fix #31951 Subdivide with multires splits uvs.Antony Riakiotakis
2012-06-27style cleanupCampbell Barton
2012-06-27Fix for #31581, UVs shrink on edge slide.Antony Riakiotakis
2012-06-27Utility function to get the first loop of a vert. Behaves identical toAntony Riakiotakis
2012-06-27bmesh.ops module for bmesh operator access, only remove_doubles and convex_hu...Campbell Barton
2012-06-24Fix [#31807] Ngon triangulation errorBastien Montagne
2012-06-24style cleanypCampbell Barton
2012-06-15Added option in shift-g to select verts by number of connected edges (valence).Joseph Eagar
2012-06-11Fix incorrectly deleted elements in array modifier caps.Nicholas Bishop
2012-06-11quiet warningCampbell Barton
2012-06-07style cleanupCampbell Barton
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-27code cleanup:Campbell Barton
2012-05-22style cleanup: relating to skin modifierCampbell Barton
2012-05-22use faces longest edge when orienting the manipulator to the active faceCampbell Barton
2012-05-22Add new BMesh length query functions.Nicholas Bishop
2012-05-22Fix for customdata layer copying. Issue was caused by mixing up of destinatio...Andrew Hale
2012-05-22fix [#31489] EdgeSplit modifier prevents All Edge to be work correctly since ...Campbell Barton
2012-05-21fix for error pointed out by Nicholas Bishop, BM_edge_face_pair & BM_edge_loo...Campbell Barton
2012-05-21code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-12add bevel to select similar edges operatorCampbell Barton
2012-05-06fix [#31197] Limited dissolve leaves faces/edges/verts behindCampbell Barton
2012-05-03style cleanup: formatting and some float/double promotionCampbell Barton
2012-05-03Fix #31139: fractal mesh subdivide was only working along normal where previo...Brecht Van Lommel
2012-05-02bmesh: use fixed stack size for face flipping array.Campbell Barton
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-05-01Fix own error in BM_mesh_remap(), forgot to remap edge pointers in disk_links...Bastien Montagne
2012-04-30bmesh - python apiCampbell Barton
2012-04-29Add convex hull operator (bmesh operator and wm operator.)Nicholas Bishop