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
2017-02-27Merge branch 'master' into blender2.8Luca Rood
2017-02-27Fix/workaround T50677: Shrinkwrap constraint don't get updated when target me...Sergey Sharybin
2017-02-26OpenGL: replace gluProject and gluUnProject, and simplify surrounding code.Brecht Van Lommel
2017-02-15Fix sculpt brush draw crash on Blender2.8Dalai Felinto
2017-01-12Fix T50056: Dyntopo brush size shortcut broken using constant detail setting.Julian Eisel
2016-12-08Fix T49872: 3D cursor places with camera shift in ortographic modeJulian Eisel
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-11-12Sculpt UI: Make DynTopo constant detail a resolution valueJulian Eisel
2016-07-28Fix T48838: Tiling sculpt problem with custom brushSergey Sharybin
2016-07-14Cleanup: styleCampbell Barton
2016-07-07Fix memory leak switching sculpt mode + dyntopoCampbell Barton
2016-07-02BMesh: utility function to resize bmesh elementsCampbell Barton
2016-07-01Add wait cursor toggling dyntopoCampbell Barton
2016-07-01Sculpt: skip normal calculation entering dyntopoCampbell Barton
2016-07-01Enable dyntopo re-entering sculpt modeCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-05-08Cleanup: warningsCampbell Barton
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2016-02-22Sculpt: use Ctrl to set grab/sculpt normal-weightCampbell Barton
2016-02-22Sculpt: apply grab normal-weight to snake-hookCampbell Barton
2016-02-22Sculpt brush can now grab inwards w/ normal weightCampbell Barton
2016-02-02Fix T46583: Sculpt symmetry don't work in clipping border view modeSergey Sharybin
2016-01-28Cleanup: warnings & styleCampbell Barton
2016-01-25Fix T46456: Crash when aborting stroke while using dyntopo.Bastien Montagne
2016-01-21Sculpt: pinch/inflate support for snake-hookCampbell Barton
2016-01-21Sculpt: Add rake option to snake-hookCampbell Barton
2016-01-21Cleanup: line length, indentationCampbell Barton
2016-01-20Cleanup: remove remainings of OMP in sculptpaint area.Bastien Montagne
2016-01-17Fix incorrect function for sculpt multithreading task after recent refactor.Brecht Van Lommel
2016-01-16Cleanup: BLI_task - API changes.Bastien Montagne
2016-01-14Cleanup: warning, whitespaceCampbell Barton
2016-01-04Sculpt: OMP -> BLI_task, step III.Bastien Montagne
2016-01-04CleanupCampbell Barton
2016-01-04Sculpt: OMP -> BLI_task, step II.Bastien Montagne
2016-01-01Sculpt: OMP -> BLI_task, step I.Bastien Montagne
2015-11-13Fix T46726 shading issues in sculpt mode.Antony Riakiotakis
2015-11-05Use 'beauty' for sculpt triangulationCampbell Barton
2015-11-05Fix T46692: Triangulate creates duplicate facesCampbell Barton
2015-10-28Fix T46471: Sculpt strokes doesn't mark file as modifiedSergey Sharybin
2015-09-18Fix T46148: Sculpt view-clip fails in ortho modeCampbell Barton
2015-08-31Fix T45258, impossible to select brush when removing it from 2dAntony Riakiotakis
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-14Fix dyntopo not warning anymore when vertex colors or uvs are present.Antony Riakiotakis
2015-08-03Sculpt: Fix tiling with brushes that use a locked planeAntony Riakiotakis
2015-07-30Fix T45577 tiled sculpting not working with brushes requiring a sculptAntony Riakiotakis
2015-07-25Style cleanup + fix sign on previous commit.Antony Riakiotakis
2015-07-25Fix tile feature not working outside mesh boundaries.Antony Riakiotakis
2015-07-23Sculpt Tiling FeatureAntony Riakiotakis
2015-07-20Dyntopo should be supported on systems without VBOs now.Antony Riakiotakis
2015-07-16Split ray_face_intersection into quad/tri versionsCampbell Barton