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
2017-06-14Fix buffer read error w/ 2 pass select queriesCampbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-10Fix T51354: Final take on multi-view (single view) issuesDalai Felinto
2017-04-06Cleanup: function naming for manipulatorCampbell Barton
2017-04-06Cleanup: minor changes to transform-manipulatorCampbell Barton
2017-03-08OpenGL Select: integer rect for passing regionCampbell Barton
2017-03-07Once more T50565: Allow using planar constraints for scale manipulatorJulian Eisel
2017-03-02Fix weird "use_planar_constraint" button in redo panelJulian Eisel
2017-03-02Fix another part of T50565: Planar constraints were always initialized to acc...Sergey Sharybin
2016-12-16Make Shift+LMB on transform manipulator configurableJulian Eisel
2016-08-04Grease Pencil v2 BranchAntonio Vazquez
2016-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-03-09Fix minor glitch w/ edit-bone centerCampbell Barton
2016-02-10Fix manipulator drawing width controlled by gpencil thickness!1!!Julian Eisel
2016-02-09Fix T47367: Segfault in BIF_draw_manipulator() with "around active" and the a...Joshua Leung
2016-01-16OpenGL: fixes related to GL_POINTSMike Erwin
2015-12-23Disable calculating manipulator while transformingCampbell Barton
2015-12-13Cleanup: style/warningsCampbell Barton
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-12-01Cleanup: use more logical names for View3D.aroundCampbell Barton
2015-10-28Transform: Replace t->imval w/ t->mouse.imvalCampbell Barton
2015-09-20Cleanup: Use new vector transform functionsJulian Eisel
2015-09-08Fix T46003: Scale w/ script ignores axis-alignCampbell Barton
2015-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2015-05-15Fix some issues found by Coverity ScanJulian Eisel
2015-04-21Fix T44474: Rotation manipulator not hidden completely with all axesJulian Eisel
2015-02-24Cleanup leftover code from previous commitAntony Riakiotakis
2015-02-24Fix T43785 crash with border select.Antony Riakiotakis
2015-02-17BMesh: calc_manipulator_stats can only check vertsCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2014-11-16Cleanup: Replace `WM_operator_name_call` by `WM_operator_name_call_ptr` where...Bastien Montagne
2014-10-02Code cleanup:Antony Riakiotakis
2014-09-10Fix T41112: Rotate manipulator (Trackball) + release confirm not working?Anthony Edlin
2014-07-23Occlusion Query based selection.Antony Riakiotakis
2014-05-09Metaball transform, support active-only optionCampbell Barton
2014-05-01Code cleanup: remove file handling headers where they arent neededCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-29Code cleanup: remove redundant matrix initializationCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-25Spelling error fixesJoshua Leung
2014-04-22View3d: api naming, for setting the view matrix.Campbell Barton
2014-04-17Code cleanup: use boolsCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-12Transform: internal change, simplify view angle checksCampbell Barton
2014-02-20Transform: skip setting colors when picking with the manipulatorCampbell Barton
2014-02-01Math lib: add axis_angle_normalized_to_quat, use when length is knownCampbell Barton
2014-01-27Curves: save active point to fileKevin Mackay
2014-01-16Code Cleanup: avoid using G_PICKSEL for transform manipulatorCampbell Barton
2014-01-16User Prefs: Manipulator unit and tooltip fixesAndrew Buttery