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
2014-07-31Style cleanupCampbell Barton
2014-07-30BLI_listbase: consistent name prefixCampbell Barton
2014-07-23Editmesh: Add option to tear boundary vertices when dissolvingCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-18Revert "Fix flickering when transform snapping in edit mode and cursor is"Antony Riakiotakis
2014-06-12Fix flickering when transform snapping in edit mode and cursor isAntony Riakiotakis
2014-05-23BMesh Walker: rename BMW_SHELL -> BMW_VERT_SHELLCampbell Barton
2014-05-22Fix T40297: Crash while ripping an edge when autosmooth is activated.Bastien Montagne
2014-05-05Stop all dynamic enums using translations (from blend file data)Campbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-16Add Edge sharp/smooth to 3DView shading panel, as well as new Vert sharp/smooth.Bastien Montagne
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-03Code cleanup: strict flags for bmesh_logCampbell Barton
2014-03-27BMesh: let vert-connect make degenerate faces when only 2 verts selectedCampbell Barton
2014-03-01Fix Snap to Symmetry failing to select the vertex from the right sideCampbell Barton
2014-02-26Fix T38856: mark seam in search menu clearing the seam in some cases.Brecht Van Lommel
2014-02-26Fix for own regression: remove doubles deselected facesCampbell Barton
2014-02-26BMesh: add overwrite option to BM_mesh_elem_hflag_enable/disable_testCampbell Barton
2014-02-25Revert "Fix T38819: Mark Seam misbehaves when accessed through spacebar search"Campbell Barton
2014-02-25Fix T38819: Mark Seam misbehaves when accessed through spacebar searchDalai Felinto
2014-02-17Mesh Tool: removes degenerate edges, faces and face ears.Campbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-17EditMesh: add delete loose operator (access from Cleanup menu)Campbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-12-21EditMesh: wireframe tool, add offset and vgroup support (not used yet)Campbell Barton
2013-12-14Modeling: add optional angle limit for beauty fillCampbell Barton
2013-11-27Fix T37203: New face from an edge failed if only one vert was connected to a ...Campbell Barton
2013-11-27Fix for recent error (editmesh triangulate crashed).Campbell Barton
2013-11-25Fix mesh triangulate not flushing selectionCampbell Barton
2013-11-04UI messages fixes...Bastien Montagne
2013-10-29Triangulate Modifier: using different ngon and quad methodsDalai Felinto
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-25Updating tooltip for Fill Holes "Sides" option.Jonathan Williamson
2013-10-15renaming "Beautify Fill" to "Beautify Faces"Dalai Felinto
2013-10-05avoid divide by zero with grid fill (when there is no selection)Campbell Barton
2013-10-04code cleanup: warnings and minor edits.Campbell Barton
2013-10-01fix regression - convex hull tool leaving new faces unselected.Campbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-09correct error in recent changes for building with openmp.Campbell Barton
2013-09-07changes to grid fillCampbell Barton
2013-09-06error in recent gridfill commit, calculating span last failed.Campbell Barton
2013-09-06grid-fill now detects non-square grids (this is what users would expect)Campbell Barton
2013-09-06rename positive_mod to mod_i, make it work with nagative numbers (matching py...Campbell Barton
2013-09-05add function for rotating linked list so at item is last.Campbell Barton
2013-09-05grid-fill can now fill a single, closed edge loop.Campbell Barton
2013-09-02fix [#36412] Pivot of active element switches to last selected face after dup...Campbell Barton
2013-08-29mesh bisect can now be defined with mouse inputCampbell Barton
2013-08-24style cleanup: space around for loop wrappersCampbell Barton
2013-08-23math api edits - replace point-normal form for a plane with dist_to_plane_v3()Campbell Barton