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-09-18Fix T41861: Loopcut wire incorrect mode-switchCampbell Barton
2014-09-16Fix T41850: Knife fails with mesh behind viewCampbell Barton
2014-09-16Fix T41849: Knife fails with small lensCampbell Barton
2014-09-16Fix T41842: Knife edge-snap, incorrect offsetCampbell Barton
2014-09-10Cancel edge-rip macro if no changes are made.Campbell Barton
2014-09-10Fix for mesh-inset modifying hidden facesCampbell Barton
2014-09-06Fix T41730: Knife Cut fails on concave facesCampbell Barton
2014-09-06Knife: remove redundant allocationsCampbell Barton
2014-09-06Knife: no need to find the face-loopsCampbell Barton
2014-09-04Vert-rip left an invalid selection with (>1 verts)Campbell Barton
2014-09-02Fix editmesh-connect with hidden geometryCampbell Barton
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-08-26Fix T41590: When scene scale is not 1.0, and units are "None," Blender assume...Bastien Montagne
2014-08-25Followup to previous commit: fix same wrong numinput handling in other modal ...Bastien Montagne
2014-08-25Fix T41534: Bevel practically unusable interactively if set to percent amount...Bastien Montagne
2014-08-25Fix T40993: Store selection history for extrudeCampbell Barton
2014-08-21BMesh: correct flag useCampbell Barton
2014-08-20UI message fix (yeah, I know... :/ ).Bastien Montagne
2014-08-18BMesh: intersect toolCampbell Barton
2014-08-18Cleanup: assert / warnCampbell Barton
2014-08-17Knife tool: simplify hit-depth calculationCampbell Barton
2014-08-14hint checks to re-alloc as unlikelyCampbell Barton
2014-08-13Fix T39387: Knife makes duplicate verts with subsurfCampbell Barton
2014-08-13Math Lib: name signed versions of dist_to_plane_v3 explicitlyCampbell Barton
2014-08-13Knife tool: avoid copying vectorsCampbell Barton
2014-08-13Knife tool: cleanup threshold use, avoid sqrtCampbell Barton
2014-08-13Fix T41164: Knife creates duplicate vertsCampbell Barton
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