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-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-06-11Cleanup: remove moar ugly G.main usages...Bastien Montagne
2018-06-11Cleanup: remove some G.main usages...Bastien Montagne
2018-06-11Fix T55349: crash adding paint slot when object is on hidden layerPhilipp Oeser
2018-06-08Cleanup: getting rid of G.main.Bastien Montagne
2018-06-07Cleanup: typo, and 0 -> false for booleans.Bastien Montagne
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-31Cleanup: Remove G.main from some editor files.Bastien Montagne
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-29Cleanup: Get rid of G.main in BKE_material.Bastien Montagne
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-05-07More tweaks to strict compiler flagsSergey Sharybin
2018-05-07Silence compilation error around possible fall-throughSergey Sharybin
2018-05-07Fix T54324: remove stencil entries from weight paint keymapPhilipp Oeser
2018-04-28Fix vertex paint alpha brush setting color blackCampbell Barton
2018-04-28Cleanup: meaningful names for color blendingCampbell Barton
2018-04-15Cleanup: ED_armature namingCampbell Barton
2018-04-03Cleanup: rename BMesh count_ex -> count_at_mostCampbell Barton
2018-04-03Undo: use general id-map for image undo lookups.Campbell Barton
2018-04-03Undo: replace global access w/ ED_undo_stack_getCampbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-27Cleanup: move paint curve undo into own fileCampbell Barton
2018-03-23Cleanup: doxy header, line lengthCampbell Barton
2018-03-23Cleanup: move image undo into own fileCampbell Barton
2018-03-12Cleanup: sync EDBM_uv_* functions w/ 2.8Campbell Barton
2018-03-12UV: internal changes to pickingCampbell Barton
2018-03-08Cleanup: Rename view3d context set functionCampbell Barton
2018-03-06Cleanup: unused varCampbell Barton
2018-03-06Utility to enter sculpt modeCampbell Barton
2018-02-28Null pointer check exiting sculpt modeCampbell Barton
2018-02-19Cleanup: sync vertex-paint and sculpt from 2.8Campbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-09Fix T53347: Vertex paint crashCampbell Barton
2018-02-02Cleanup: wrap function argsCampbell Barton
2018-01-30Cleanup: warning, spellingCampbell Barton
2018-01-30Fix T53943: Weight paint crash in new sceneCampbell Barton
2018-01-28Cleanup: style, spellingCampbell Barton
2018-01-24Fix T53593: sculpt brush rake spacing bug after recent bugfix.Brecht Van Lommel
2018-01-18Cleanup: label scene flags more clearlyCampbell Barton
2018-01-15Sculpting: Sdd an option to hide mask in viewportSergey Sharybin
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-10Cleanup: comment block alignmentCampbell Barton
2018-01-10Alternate fix for brush user countCampbell Barton
2018-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin
2018-01-09Task scheduler: Get rid of extended version of parallel range callbackSergey Sharybin
2017-12-18Fix T53577: Rake sculpt/paint wrong on first stepCampbell Barton