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
2015-10-16Fix T46503: Snap scale fails using corner pivotCampbell Barton
2015-10-09Correct own error in editmesh bvhCampbell Barton
2015-09-20Cleanup: Use new vector transform functionsJulian Eisel
2015-09-18Use squared length where possibleCampbell Barton
2015-09-14Fix T46099: snapping failed on objects with some NULL-dimension in their bbox.Bastien Montagne
2015-09-13Cleanup: spellingCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-09-02Fix snapping edit-gpencil to edit-meshCampbell Barton
2015-09-01Fix T45978: Ruler ignores new edit-mesh dataCampbell Barton
2015-09-01Fix uninitialized normal var w/ objects snappingCampbell Barton
2015-08-26Correct fix for T39161: Scaling & snapCampbell Barton
2015-08-26Fix T39161: Scaling fails w/ snap-to-pointCampbell Barton
2015-08-20Transform: Use BVH for volume-snap (optimization)Campbell Barton
2015-07-23Use looptri for BVH raycast (simple cases)Campbell Barton
2015-07-23Use looptri for volume snappingCampbell Barton
2015-07-13Fix T45402: Transform crash w/ project+align snapCampbell Barton
2015-07-01Transform: use snap-to-grid behavior from D910Campbell Barton
2015-06-30Transform: add back absolute snapping optionCampbell Barton
2015-06-30Cleanup: transform grid snap round, not floorCampbell Barton
2015-06-27Transform: absolute grid snappingCampbell Barton
2015-06-26Cleanup: transform centerCampbell Barton
2015-06-26Cleanup: transform aspectCampbell Barton
2015-05-17Cleanup: indentationCampbell Barton
2015-04-27Cleanup: use mul_v3_mat3_m4v3Campbell Barton
2015-03-19Cleanup remove unused variableAntony Riakiotakis
2015-03-19Fix T43989: Sequencer - Ctrl snapping a sequencer strip does not work if you ...Bastien Montagne
2014-11-24Politically correct terrible consequencer changesAntony Riakiotakis
2014-11-20Fix T42660 snapping not working nicely on graph editor.Antony Riakiotakis
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-13Fix T42571,T42572 snapping ignores linked objectsAntony Riakiotakis
2014-10-30Transform: snapping: normal-align: Cleanup!Bastien Montagne
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton
2014-10-10Cleanup: (float)floor -> floorfCampbell Barton
2014-09-24Cleanup: const correctness for BLI_sortlistCampbell Barton
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-08-08Fix crash on edit mode with multi-align projectAntony Riakiotakis
2014-07-31Fix T40958 align rotation + project individual elements not workingAntony Riakiotakis
2014-07-28As suggested by Campbell, rather use BVHTree to get len_diff in this morning'...Bastien Montagne
2014-07-28Fix T41191: Face snapping doesn't work properly.Bastien Montagne
2014-07-28Fix T41201: Blender Crashes when UV EditingSergey Sharybin
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-18Fix T40679.Antony Riakiotakis
2014-06-18Revert "Fix flickering when transform snapping in edit mode and cursor is"Antony Riakiotakis
2014-06-14Fix T40610. This is a critical bug caused by own bugfix that does notAntony Riakiotakis
2014-06-12Fix flickering when transform snapping in edit mode and cursor isAntony Riakiotakis
2014-05-09Fix T36973: Active snapping fails for edges/facesCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton