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
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Fix edit-mesh undo using the current selectionCampbell Barton
2019-01-31Cleanup: remove EM_IGNORE_LAYERCampbell Barton
2019-01-31Undo System: add Main argument to encode/decodeCampbell Barton
2019-01-29Fix T60226: Inset not working well on very small facesJacques Lucke
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-25Fix T60777: Grid fill fails when run via Repeat LastCampbell Barton
2019-01-24Fix T60816: Specify subtype for some properties of mesh operatorsJacques Lucke
2019-01-24Fix T59972: UV live unwrap does not pack islands.Brecht Van Lommel
2019-01-24Fix T60795: Crash when joining objects with shape keys.Bastien Montagne
2019-01-23Fix T58199: Spin tool top bar settings don't applyCampbell Barton
2019-01-18Add miter pattern options.Howard Trickey
2019-01-15Fix T60383: mesh merge type callback returned NULLJacques Lucke
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-15Cleanup: rename BKE_libblock_free_us to BKE_id_free_us.Bastien Montagne
2019-01-15Cleanup: replace usages of deprecated BKE_libblock_free_ex by BKE_id_free_ex.Bastien Montagne
2019-01-15Cleanup: styleCampbell Barton
2019-01-07Better bevel normal hardening when some faces were smooth.Howard Trickey
2019-01-07Cleanup: add trailing commas to structsCampbell Barton
2019-01-04Spin Tool: don't flip when using a negative angleCampbell Barton
2019-01-03Fix T58113 Multiple problems with bevel harden normals.Howard Trickey
2018-12-30Cleanup: remove non-existing function declarationsCampbell Barton
2018-12-27Fix T59870: Can't select "Face area" in average normals operator.Bastien Montagne
2018-12-27Cleanup: use unsigned char (change previous commit)Campbell Barton
2018-12-27Cleanup: warningsCampbell Barton
2018-12-25Fix T59505: Knife tool cut preview line becomes blackmano-wii
2018-12-25Revert "Fix T59505: Knife tool cut preview line becomes black"mano-wii
2018-12-22Fix T59505: Knife tool cut preview line becomes blackClément Foucault
2018-12-21Fix bug selecting verts in mixed edge/vert modeCampbell Barton
2018-12-19Gizmo: optional custom orientations for transformCampbell Barton
2018-12-14Fix mesh select path not updating the gizmoCampbell Barton
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Missed last commitCampbell Barton
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Missed last commitCampbell Barton
2018-12-14Cleanup: naming (mean -> median) see T47811Campbell Barton
2018-12-13Cleanup: macro hygiene, style, doxy commentsCampbell Barton
2018-12-13Cleanup: de-duplicate active item center accessCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-07Fix T58905: Knife project redo failsCampbell Barton
2018-12-07Fix adding objects in local viewCampbell Barton
2018-12-06Fix knife project, add to mesh menuCampbell Barton
2018-12-03Fix T58528: Assign material skips non-activeCampbell Barton
2018-12-02Texture Paint: fix fast selection update to also work without modifiers.Alexander Gavrilov
2018-12-01Fix more cases of evaluated mesh being built for non-COW objects.Alexander Gavrilov