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
2018-05-18Fix crash drawing polygon curvesCampbell Barton
2018-05-15Undo System: remove nested edit-mode undo callsCampbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-04-02Undo: store active curve shape key in edit-modeCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-19Cleanup: move curve undo into own fileCampbell Barton
2018-03-08Cleanup: Rename view3d context set functionCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-11Fix T53752: Draw curve fails w/ stylusPhilipp Oeser
2018-01-04Fix T53586: Surfaces collapse when joinedCampbell Barton
2017-11-19Option not to select with un-hideCampbell Barton
2017-11-01Implement a new automatic handle algorithm to produce smooth F-Curves.Alexander Gavrilov
2017-10-30Curve Decimate: new tool to simplify bezier curvesCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-14Edit Mesh/Curve: Median center for click extrudeCampbell Barton
2017-10-14Correct bezier curve assertCampbell Barton
2017-09-213D Text: Make Ctrl Backspace/Del delete wordsCampbell Barton
2017-09-21Fix T52860: 3D Text crashes w/ Ctrl BackspaceCampbell Barton
2017-08-05View3D: expose normal from depth publiclyCampbell Barton
2017-06-02Cleanup: styleCampbell Barton
2017-04-29Curve Fitting: minor change to re-fitting methodCampbell Barton
2017-04-15Fix T51149: Joining curves allows 2D curves in 3DCampbell Barton
2017-02-22Fix T50745: Shape key editing on bezier objects broken with Rendered Viewport...Bastien Montagne
2017-02-22Cleanup: remove unused orig_nu from keyIndex ghash of editcurves.Bastien Montagne
2017-02-17Fix T50614: Curve doesn't restore initial form after deleting all its shapekeysBastien Montagne
2016-12-08Fix T49872: 3D cursor places with camera shift in ortographic modeJulian Eisel
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-07-25Curve Drawing: use more closely spaced samplesCampbell Barton
2016-07-25Curve Drawing: Use cyclic for stroke with near start/end pointsCampbell Barton
2016-07-25Curve Drawing: Add option to use new refit methodCampbell Barton
2016-07-25Curve Fitting: Add alternate 'refit' methodCampbell Barton
2016-07-22use bool consistently, fix redundant conditionalMike Erwin
2016-07-21Cleanup: spellingCampbell Barton
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-09Refactor/enhance BKE_curve_make_local(), and add BKE_curve_copy_ex() that tak...Bastien Montagne
2016-07-08Mesh/Curve Join: remove edit-mode toggleCampbell Barton
2016-07-04Fix a few compiler warnings on OS X / clang.Brecht Van Lommel
2016-06-13Curve Fitting: add high-quality flagCampbell Barton
2016-06-083D Text: Use BLI_array_store for undo storageCampbell Barton
2016-06-083D Text: Store separate arrays for undo dataCampbell Barton
2016-06-083D Text: move undo into its own fileCampbell Barton
2016-06-03Cleanup & simplify snapping functionsGermano Cavalcante
2016-05-08Cleanup: warningsCampbell Barton
2016-05-05Cleanup: styleCampbell Barton
2016-05-05Transform/Snap: EditMesh/BKE_bvhutils API improvementsGermano Cavalcante
2016-05-04Curve Draw: option to apply absolute offsetCampbell Barton
2016-05-02Missed setting handles in curve dissolveCampbell Barton
2016-05-02Curve: new dissolve toolCampbell Barton
2016-04-30Fix for typo comparing double eventsCampbell Barton
2016-04-25UI messages fixes - no final point ;)Bastien Montagne