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
2020-03-02Cleanup: make remaining editor include headers work in C++Jacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-263D View: move deselect all logic into an optionCampbell Barton
2019-02-18Fix crash toggling edit mode of curve with animationSergey Sharybin
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-11-07Multi-Objects: CURVE_OT_select_similarHabib Gahbiche
2018-11-02Multi-Object-Mode: Edit curve draw (deselect all)Campbell Barton
2018-09-26Cleanup: warnings, styleCampbell Barton
2018-09-25Curves: Move draw options to overlaysClément Foucault
2018-06-06Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-19Cleanup: move curve undo into own fileCampbell Barton
2016-06-083D Text: move undo into its own fileCampbell Barton
2015-12-27WM: add checker_interval utility functionsCampbell Barton
2015-11-18Cleanup: editor api namingCampbell Barton
2015-07-09Curve selection, de-duplicate & cleanupCampbell Barton
2015-07-08EditCurve: move selection into own fileCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-18Select nth option to skip stepsCampbell Barton
2015-02-27cleanup: double promotionCampbell Barton
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-03-113D Text: textbox selection while in editmodeCampbell Barton
2014-02-04Code cleanup: declarations for removed functionsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-27Curves: save active point to fileKevin Mackay
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton
2013-08-29patch [#36336] Split operator for curves and surfacesCampbell Barton
2013-03-20add option to convert grease pencil into poly line directly.Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2012-09-23fix for crashes caused by mixups when adding objects when incompatible object...Campbell Barton
2012-05-25Modifications to the view3d.select() operator: Nathan Vegdahl
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-16bmesh todos:Campbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-12-15Fix #29577: repeat curve duplication not working in 2.60(as well as 2.61rc1)Sergey Sharybin
2011-11-15Fix #29253: 3D Manipulator: "Active Element" not supported for curvesSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-07-05Fix #27863: converting curve spline type from python crashes.Brecht Van Lommel
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-02-21doxygen: editor entryNathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton