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-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
2014-01-21Fix T38128: snapping to node border uses node centers.Lukas Tönne
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-18Revert svn r55587, fix for T34698 (Disable snap when transform axis is constr...Campbell Barton
2013-12-01Code Cleanup: replace ABS() with fabsf() when used with float expressions.Campbell Barton
2013-11-20Fix T37550: Crash while snaping to curve made from Susane (bug in recent addi...Campbell Barton
2013-11-17Style Cleanup: whitespaceCampbell Barton
2013-11-16Transform: vertex snapping for curvesHenrik Aarnio
2013-11-06True grid snapping for nodes: This snaps nodes to the actual background grid ...Lukas Toenne
2013-11-06Fix #37251: Snap not working correctly in metaball edit mode.Sergey Sharybin
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-23code cleanup: minor transform refactorCampbell Barton
2013-10-01check SELECT flags for curves (was checking for nonzero which would break if ...Campbell Barton
2013-09-10code cleanup: use bool for imbuf allocation functions.Campbell Barton
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-08-19edit to object center snapping, exit early if unsupported.Campbell Barton
2013-08-19add support for snapping to empty centers during transform.Campbell Barton
2013-06-20editmesh draw optimizations: use customdata offsets rather then per-element l...Campbell Barton
2013-06-20remove NULL checks for return values from EDBM_***_at_index calls.Campbell Barton
2013-04-25ruler snap adjustmentsCampbell Barton
2013-04-24rna api function scene.ray_cast now returns the object and its matrix (incase...Campbell Barton
2013-04-24simple optimizations for bvhtree_from_mesh_faces() for editmesh, was quite in...Campbell Barton