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-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
2013-11-25Transform: old todo, removing an orientation now checks all screens.Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-04fix [#36942] unfreed memory on trackball widget useCampbell Barton
2013-10-01check SELECT flags for curves (was checking for nonzero which would break if ...Campbell Barton
2013-10-01addition to r60465, check for individual centers when positioning the manipul...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
2013-07-12Fix #35827: object selection through camera view not working in some cases.Brecht Van Lommel
2013-06-25style cleanupCampbell Barton
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-06-10patch [#35631] Active element for LatticeCampbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-04improved method of getting the tangent axis from a bmesh triangle,Campbell Barton
2013-04-04code cleanup: use bools, (float)sin/(float)cos -> sinf/cosf, more meaningful ...Campbell Barton
2013-03-29remove unused GLUquadricObj in draw_manipulator_rotate()Campbell Barton
2013-03-13Fix [#34621] I18n Switch Issue When Gimbal and Rotation Manipulator On.Bastien Montagne
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-28fix [#34426] Manipulator handles drawn incorrectly by depthCampbell Barton
2013-01-12code cleanup: style and replace (float)sin, (float)cos with sinf, cosfCampbell Barton
2012-12-18fix for own error in recent commit with active pose mode, depended on an unin...Campbell Barton