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-07-19Editmesh: Add options for selecting manifoldCampbell Barton
2014-07-17Fix T34664: bevel face material can be set in tool and modifier.Howard Trickey
2014-07-11Add mesh tool to split faces by wire edges (face menu)Campbell Barton
2014-06-30Fix T40862: numinput transform did not take into account scale_length.Bastien Montagne
2014-06-26Code cleanup: casts, dead assignment & arg order.Campbell Barton
2014-06-22Apply fix for T40745 to extrude_face_region tooCampbell Barton
2014-06-22Code cleanup: styleCampbell Barton
2014-06-18Revert "Fix flickering when transform snapping in edit mode and cursor is"Antony Riakiotakis
2014-06-16Fix T40646: Knife project fails with clippingCampbell Barton
2014-06-16Fix for knife when in ortho camera viewCampbell Barton
2014-06-16Fix T40648: Bevel Tool - Amount value slider maximum does not adapt to Amount...Bastien Montagne
2014-06-14Rename 'Extend Vertex' to be clear it operates on many verticesCampbell Barton
2014-06-13New Editmesh Tool: Extend Vertex, (Alt+D) D512Campbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-13Editmesh: Replace SmallHash with GSet for MESH_OT_loop_to_regionCampbell Barton
2014-06-12Fix flickering when transform snapping in edit mode and cursor isAntony Riakiotakis
2014-06-06BMesh: avoid OpenMP use for low poly meshes (counting selection)Campbell Barton
2014-05-23Checker Deselect: keep active item selected by defaultCampbell Barton
2014-05-23Fix T40324: Checker deselect fails for edge-ringsCampbell Barton
2014-05-23BMesh Walker: rename BMW_SHELL -> BMW_VERT_SHELLCampbell Barton
2014-05-22Fix T40309: Select inner region 'bigger' failed with equal regionsCampbell Barton
2014-05-22Fix T40297: Crash while ripping an edge when autosmooth is activated.Bastien Montagne
2014-05-20Fix T40252: Knife snapping ignores axis-constraintCampbell Barton
2014-05-13Code cleanup: rename BM_face_legal_splits -> BM_face_splits_check_legalCampbell Barton
2014-05-06Correct fix for knife interior use, distance needed to be in object-spaceCampbell Barton
2014-05-06Knife too: was using a ray-cast direction scaled down by the knife epsilonCampbell Barton
2014-05-06Fix T38623: Knife tool completely failing on interior geometryCampbell Barton
2014-05-05Stop all dynamic enums using translations (from blend file data)Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Code cleanup: remove redundant CTX callsCampbell Barton
2014-04-27Correct some errors in auto-cleanupCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-16Fix Knife bug T39617: midpoint snap should affect intermediate points.Howard Trickey
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-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-04-03Code cleanup: strict flags for bmesh_logCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-28Fix for inset bug (edge rail had feedback loop with direction)Campbell Barton
2014-03-27BMesh: let vert-connect make degenerate faces when only 2 verts selectedCampbell Barton
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-03-18KDTree: deprecate 'normal' argumentCampbell Barton
2014-03-17Code cleanup: comments and typosCampbell Barton
2014-03-16EditMesh: Support contracting the selection as well as extendingCampbell Barton
2014-03-12Mesh API: rename 'octree' to 'spatial' since internally its using kdtreeCampbell Barton