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-01fix for own error renaming bmesh operator dupeCampbell 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-28code cleanup: cmake buildsystem edits, unused var warnings and better descrip...Campbell Barton
2012-06-27Avoid adding overlapping triangles in convex hullNicholas Bishop
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-13patch [#31574] Screw seams to not workCampbell Barton
2012-06-11Fix incorrectly deleted elements in array modifier caps.Nicholas Bishop
2012-06-11quiet warningCampbell Barton
2012-06-09code cleanup: doxy comment filename correctionsCampbell Barton
2012-06-07style cleanupCampbell Barton
2012-06-03fix [#31674] BMesh Corrupt Stack around BMVert array "verts" - ONLY ON DEBUG ...Campbell Barton
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-27code cleanup:Campbell Barton
2012-05-24code cleanup: fix possible use of uninitialized value and remove dead initial...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-22Clear skin root flag on new vertices created by extruding.Nicholas Bishop
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-18style cleanup: and add missing files to cmakeCampbell Barton
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-15Partial fix for bug #31458 Convex Hull operator crashNicholas Bishop
2012-05-15Fix precision issue for bmo_hull.interior_geom output slot.Nicholas Bishop
2012-05-13code cleanup:Campbell Barton
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-13code cleanup: minor improvements to float/vector usage.Campbell Barton
2012-05-12optimization for select similarCampbell Barton
2012-05-12add bevel to select similar edges operatorCampbell Barton
2012-05-06fix for limited dissolve (after sine intended fixes - not cleaning up before ...Campbell Barton
2012-05-06fix [#31197] Limited dissolve leaves faces/edges/verts behindCampbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-05-04fix [#31235] Limited Dissolve problemsCampbell Barton