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-22Cleanup: nuke another DM usage in paint code.Bastien Montagne
2018-06-22Add depth and orientation options to 3D cursor toolCampbell Barton
2018-06-21Cleanup: nuke useless BKE_DerivedMesh.h includes.Bastien Montagne
2018-06-20Cleanup: use new BKE_mesh_iterator foreach_mapped helpers in WPaint gradient ...Bastien Montagne
2018-06-19Cleanup: names of WPaint gradient data structs.Bastien Montagne
2018-06-19Cleanup: remove DerivedMesh from WPaint Gradient tool code.Bastien Montagne
2018-06-19Merge branch 'master' into blender2.8Bastien Montagne
2018-06-19Fix (unreported) passing CDLayer 'ID' instead of bitflag to a cdlayer mask!Bastien Montagne
2018-06-19Cleanup: remove ref to dm in names in projpaint struct.Bastien Montagne
2018-06-19Remove derivedmesh from 3DView texture/projection paint.Bastien Montagne
2018-06-19Merge branch 'master' into blender2.8Bastien Montagne
2018-06-19Cleanup DM generation code for ProjPaint.Bastien Montagne
2018-06-19Fix (unreported) unauthorized relesing of derived_final DM in paint projectio...Bastien Montagne
2018-06-19Merge branch 'master' into blender2.8Campbell Barton
2018-06-19Vertex Paint: set sculpt object mode immediatelyCampbell Barton
2018-06-15Cleanup: G.main removal from 2.8-only code.Bastien Montagne
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-06-12Cleanup: warning, spacesCampbell Barton
2018-06-12Cleanup: get rid of global RNG usage in paint stroke code.Bastien Montagne
2018-06-11Fix crash when doing Sculpt->Edit->Sculpt switch.Bastien Montagne
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Cleanup: remove moar ugly G.main usages...Bastien Montagne
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Cleanup: remove some G.main usages...Bastien Montagne
2018-06-11Merge branch 'master' into blender2.8Philipp Oeser
2018-06-11Fix T55349: crash adding paint slot when object is on hidden layerPhilipp Oeser
2018-06-08Sculpt/Paint: move PBVH building to use evaluated mesh instead of deprecated ...Bastien Montagne
2018-06-08Fix crash with wertex and weight modesSergey Sharybin
2018-06-08Add check in BKE_pbvh_apply_vertCos that number of deforming cos matches numb...Bastien Montagne
2018-06-08Merge branch 'master' into blender2.8Bastien Montagne
2018-06-08Fix T55380: Crash when getting out of EditMode in some casesSergey Sharybin
2018-06-08Cleanup: getting rid of G.main.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-07Minor comment on possible TODO while validating paint ops for CoW...Bastien Montagne
2018-06-06Fix update issue in VPaint mode.Bastien Montagne
2018-06-05Moved function declarations from BKE_DerivedMesh.h to BKE_mesh_runtime.hSybren A. Stüvel
2018-06-05Object Modes: Flush COW on mode switchingCampbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-06-01Fix crash switching sculpt/vpaint -> edit modeCampbell Barton
2018-05-31Cleanup: Remove G.main from some editor files.Bastien Montagne
2018-05-31Merge branch 'master' into blender2.8Bastien Montagne
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-31WM: Use tool-system for setting brushesCampbell Barton
2018-05-30Keymap: add back sculpt keysCampbell Barton