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-06Undo System: remove accumulate/store modesCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Fix T61032: Switching to sculpt tab causes undo to set object modeCampbell Barton
2019-01-31Undo System: add Main argument to encode/decodeCampbell Barton
2019-01-30Fix T60974: Dyntopo crash on undo after object deletedCampbell Barton
2019-01-09Fix sculpt redo failing to enable dyntopoCampbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-03Merge branch 'master' into blender2.8Campbell Barton
2018-12-03Fix T56331: Undo crash w/ sculpt on hidden layerCampbell Barton
2018-09-20Sculpt: Fix undo not working for multiresSergey Sharybin
2018-09-20Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-20Sculpt: Fix memory leak in undo systemSergey Sharybin
2018-07-05Sculpt: Fix disappearing object on undoSergey Sharybin
2018-07-03Sculpt: Fix possible race condition with undo nodesSergey Sharybin
2018-06-25Fix T55493: Sculpting on smooth shaded bug.Bastien Montagne
2018-06-08Add check in BKE_pbvh_apply_vertCos that number of deforming cos matches numb...Bastien Montagne
2018-06-07Merge branch 'master' into blender2.8Bastien Montagne
2018-06-07Cleanup: typo, and 0 -> false for booleans.Bastien Montagne
2018-06-07Fix sculpt mode undo (COW update needed)Campbell Barton
2018-06-05Moved function declarations from BKE_DerivedMesh.h to BKE_mesh_runtime.hSybren A. Stüvel
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-04-03Merge branch 'master' into blender2.8Campbell Barton
2018-04-03Undo: replace global access w/ ED_undo_stack_getCampbell Barton
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-02-19Cleanup: sync vertex-paint and sculpt from 2.8Campbell Barton
2018-02-16Object Mode: exit sculpt on selectionCampbell Barton
2018-02-15Merge branch 'master' into blender2.8Campbell Barton
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2018-02-06Object Mode: use eval_ctx for modifiers_isCorrectableDeformedCampbell Barton
2018-02-06Object Mode: use eval_ctx for context/screen codeCampbell Barton
2018-01-10Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-09Merge branch 'master' into blender2.8Sergey Sharybin
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-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-02-29Fix T47604: Sculpt + Modifier undo gives invalid normalsCampbell Barton
2016-02-13Optimize sculpt undo, avoid redundant updatesCampbell Barton
2016-01-20Cleanup: remove remainings of OMP in sculptpaint area.Bastien Montagne
2016-01-16Cleanup: BLI_task - API changes.Bastien Montagne
2016-01-12Final OMP -> BLI_task commit for sculpt code.Bastien Montagne
2015-10-28Fix T46471: Sculpt strokes doesn't mark file as modifiedSergey Sharybin
2015-07-26Fix bug in particle API accessing the emitterCampbell Barton