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-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-07Paint: 2D paint brush stroke antialiasingPablo Dobarro
2019-10-07Cleanup: rename some sculpt variables for clarityBrecht Van Lommel
2019-10-07Sculpt/Paint: Invert curve alpha overlayPablo Dobarro
2019-10-07Sculpt: Update only modified grids on multires undoPablo Dobarro
2019-10-07Fix T70387: Sculpting with Original Normal rips edgesPablo Dobarro
2019-10-07Cleanup: clang-formatCampbell Barton
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-03Fix T66312: Undo does not restore normals correctly in sculpt modePablo Dobarro
2019-10-03Fix T69227: Ignore inbetween mouse events in Snake HookPablo Dobarro
2019-10-03Cleanup: unused structs, struct membersCampbell Barton
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-02Fix T70443: Crash on sculpting with 'Curve' Stroke MethodPhilipp Oeser
2019-10-01Sculpt: slight topology rake performance inprovement.Jean Da Costa
2019-10-01Cleanup: remove ED_image_paint_tile_remove_masks_allCampbell Barton
2019-10-01Cleanup: rename image undo_tile to paint_tileCampbell Barton
2019-10-01Cleanup: move image undo into space_image/Campbell Barton
2019-10-01Image: support storing full image buffers for each undo stepCampbell Barton
2019-10-01Cleanup: avoid multiple active vertex loopsBrecht Van Lommel
2019-10-01Sculpt: enable 3D paint cursor for multiresBrecht 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-10-01UI: Changes to Paint CursorsHarley Acheson
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-30Sculpt: Only redraw nodes where the mask changedPablo Dobarro
2019-09-30UI: Use paint crosshair cursor in all paint & sculpt modesWilliam Reynish
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