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-11-18Correct error in last commitCampbell Barton
2019-11-18Fix T71564: Undo stroke lags after entering sculpt modeCampbell Barton
2019-11-13Force sculpting on highest multires levelSergey Sharybin
2019-11-08Fix dyntopo sculpt not setting vertex indices dirtyCampbell Barton
2019-10-18Fix T70790: Crash in sculpt mode switching from two meshes after reload saved...Pablo Dobarro
2019-10-18Fix T70839: Sculpt brushes stop affecting after using move, rotate or scale t...Pablo Dobarro
2019-10-15Fix incorrect brush falloff flag useCampbell Barton
2019-10-10Sculpt: use TBB instead of BLI_task for multithreadingBrecht Van Lommel
2019-10-09Fix multires cursor not displaying the active vertexPablo Dobarro
2019-10-09Fix T70554: Snake Hook + Ctrl does not set the brush stroke in its normal dir...Pablo Dobarro
2019-10-08Sculpt: support automasking, pose and mask expand for multiresBrecht Van Lommel
2019-10-08Cleanup: minor refactoring of mask expand and floodfillBrecht Van Lommel
2019-10-07Cleanup: rename some sculpt variables for clarityBrecht Van Lommel
2019-10-07Fix T70387: Sculpting with Original Normal rips edgesPablo Dobarro
2019-10-04Sculpt: mesh filter, mask filter and dirty mask now work with multiresBrecht Van Lommel
2019-10-04Subdiv CCG: add utility functions for accessing multires vertex neighborsSergey Sharybin
2019-10-04Sculpt: Clay Strips brush tweaksPablo Dobarro
2019-10-03Fix sculpt normal update in SculptDraw brushPablo Dobarro
2019-10-03Fix T70299: Grab brush not working as expected when Ctrl is pressPablo Dobarro
2019-10-02Use PBVH_FullyMasked flag in mesh filterPablo Dobarro
2019-10-02Fix T70324: Layer Brush has bad behaviours and create artifactsPablo Dobarro
2019-10-02Fix bug in nearest_vertex_get_finalizePablo Dobarro
2019-10-01Sculpt: slight topology rake performance inprovement.Jean Da Costa
2019-10-01Cleanup: avoid multiple active vertex loopsBrecht Van Lommel
2019-10-01Cleanup: internal sculpt refactoring related to multires, no user visible cha...Brecht Van Lommel
2019-10-01Cleanup: slightly more efficient access to PBVH multires grid keyBrecht Van Lommel
2019-10-01Cleanup: abstract sculpt floodfill codeBrecht Van Lommel
2019-10-01Cleanup: avoid accessors, reduce memory usage, multithread dirty maskBrecht Van Lommel
2019-10-01Cleanup: make sculpt vertex random access API read-onlyBrecht Van Lommel
2019-10-01Cleanup: prefer PBVH iterator over random vertex access in some placesBrecht Van Lommel
2019-10-01Cleanup: avoid unnecessary brush radius test in mask expandBrecht Van Lommel
2019-10-01Cleanup: don't go through sculpt accessor functions multiple timesBrecht Van Lommel
2019-09-30Cleanup: unused argumentsCampbell Barton
2019-09-30PBVH: PBVH_FullyMasked and PBVH_FullyUnmasked flagsPablo Dobarro
2019-09-30Fix T70385: Pose brush breaks when using pose origin offsetPablo Dobarro
2019-09-30Fix PBVH search callback in pose and elastic deformPablo Dobarro
2019-09-29Fix (workaround) memory leak cancelling sculpt mask expandBrecht Van Lommel
2019-09-29Fix small memory leaks in some sculpt toolsBrecht Van Lommel
2019-09-29Cleanup: move sculpt parallel range threading test into functionBrecht Van Lommel
2019-09-29Sculpt: disable workbench anti-aliasing during stroke paintingBrecht Van Lommel
2019-09-29Fix wrong sculpt cursor drawing when using "ignore_background_click"Brecht Van Lommel
2019-09-28Cleanup: compiler warningsBrecht Van Lommel
2019-09-27Sculpt: Use func_finalize instead of mutexPablo Dobarro
2019-09-27Sculpt: Pose brush origin offsetPablo Dobarro
2019-09-27Fix T56497: Snake hook sculpt brush slips off and affects the part of the mes...Pablo Dobarro
2019-09-26Fix accumulate in Draw Sharp brushPablo Dobarro
2019-09-26WM: clean up cursors constants and codeBrecht Van Lommel
2019-09-25Sculpt: Cleanup, use more suitable utility functionSergey Sharybin
2019-09-25Sculpt: Fix crash hovering mouse onto multire surfaceSergey Sharybin
2019-09-25Sculpt: Cleanup, grant expected usage with assertsSergey Sharybin