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-05-19Merge branch 'master' into gooseberryAntony Riakiotakis
2015-05-17Cleanup: indentationCampbell Barton
2015-04-28Merge branch 'master' into gooseberryAntony Riakiotakis
2015-04-27Cleanup: use mul_v3_mat3_m4v3Campbell Barton
2015-03-20Merge branch 'master' into gooseberryAntony Riakiotakis
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-25Merge branch 'master' into gooseberryAntony Riakiotakis
2014-11-24Politically correct terrible consequencer changesAntony Riakiotakis
2014-11-20Initialize the snaping aspect just once.Antony Riakiotakis
2014-11-20Merge branch 'master' into gooseberryAntony Riakiotakis
2014-11-20Fix T42660 snapping not working nicely on graph editor.Antony Riakiotakis
2014-11-17Merge branch 'master' into gooseberryLukas Tönne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-13Merge branch 'master' into gooseberryCampbell Barton
2014-11-13Fix T42571,T42572 snapping ignores linked objectsAntony Riakiotakis
2014-11-11Snap to left-right based on position of mouse relative to selection.Antony Riakiotakis
2014-11-11Support endpoint snapping correctly.Antony Riakiotakis
2014-11-11First iteration of snapping based on strips - will be improved based onAntony 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
2014-04-16Code cleanup: use bools & const argsCampbell Barton
2014-03-29Code cleanup: replace dot with len_squared and is_zero checksCampbell Barton
2014-02-13Code cleanup: styleCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-02Fix T38435: Crash when pressing MMB in walk modeBastien Montagne
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-30More snapping fixes (this is ridiculous).Bastien Montagne
2014-01-30Fix T38409: Snapping BugBastien Montagne
2014-01-30Fix T38358: typo in own rB77089a3bf203.Bastien Montagne
2014-01-29Fix T38358: Face snapping fails on Orthographic viewBastien Montagne
2014-01-26Fix T38354: Excess memory allocation when projecting onto object with multiresBastien Montagne