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-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Merge branch 'master' into blender2.8Campbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-02-06Use eObjectMode for function argumentsCampbell Barton
2018-02-06Use eObjectMode for function argumentsCampbell Barton
2018-02-06Object Mode: Use eval_ctx mode for drawing, paint & modifiersCampbell Barton
2018-02-05Merge branch 'master' into blender2.8Campbell Barton
2018-02-05Fix T53986: Crash saving during sculpt strokeCampbell Barton
2018-01-30Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-30Fix T53943: Weight paint crash in new sceneCampbell Barton
2018-01-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-15Sculpting: Sdd an option to hide mask in viewportSergey Sharybin
2017-12-18Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-18Fix T53577: Rake sculpt/paint wrong on first stepCampbell Barton
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-04Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-03Vertex Paint: remove accumulate (soc-2017-vertex_paint)Campbell Barton
2017-10-03Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-02Vertex Paint: projection optionsCampbell Barton
2017-10-01Weight Paint: restore non-spray functionalityCampbell Barton
2017-09-30Merge branch 'master' into blender2.8Campbell Barton
2017-09-29Weight Paint: accumulate supportCampbell Barton
2017-09-29Merge branch 'master' into blender2.8Campbell Barton
2017-09-29Vertex Paint: Alpha SupportCampbell Barton
2017-09-27Merge branch 'master' into blender2.8Campbell Barton
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-03-30Prevent crash on weight paintDalai Felinto
2016-07-28Fix T48965: Cannot Append Palette As Local Datablock.Bastien Montagne
2015-08-31Fix T45258, impossible to select brush when removing it from 2dAntony Riakiotakis
2015-07-16Add tessellation data to DerivedMesh (LoopTri)Campbell Barton
2015-05-07Fix T44604 bad quality of rake with bezier curves.Antony Riakiotakis
2015-04-17Cleanup: remove unused face normalsCampbell Barton
2015-04-13Fix adding to paint-curves from the first pointCampbell Barton
2015-04-04Cleanup: use BKE_sculptsession_* prefixCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-19Remove deleted list for palette colorsCampbell Barton
2015-03-18RNA: palette colors apiCampbell Barton
2015-02-11Cavity masking - add curve control to cavity mask and move relevantAntony Riakiotakis