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
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2020-01-14Fix T73094: Check all vertices when recalculating the mask flagsPablo Dobarro
2019-10-10Sculpt: use TBB instead of BLI_task for multithreadingBrecht Van Lommel
2019-10-09Sculpt: Fix wireframe drawingPablo Dobarro
2019-10-08Fix multires sculpt not setting the active vertex correctlyBrecht 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-09-30PBVH: PBVH_FullyMasked and PBVH_FullyUnmasked flagsPablo Dobarro
2019-09-29Fix small memory leaks in some sculpt toolsBrecht Van Lommel
2019-09-29Sculpt: minor optimizations for GPU draw buffer fillingBrecht Van Lommel
2019-09-29Sculpt: only update draw buffers for visible nodes during paint strokeBrecht Van Lommel
2019-09-29Sculpt: multithread GPU draw buffer filling for workbenchBrecht Van Lommel
2019-09-29Sculpt: use dynamic scheduling and chunk size 1 for multithreadingBrecht Van Lommel
2019-09-29Cleanup: move sculpt parallel range threading test into functionBrecht Van Lommel
2019-09-28Fix unnecessary use of atomics in PBVH normal updateBrecht Van Lommel
2019-09-27Fix part of T70295: sculpt drawing not clipping PBVH behind the cameraBrecht Van Lommel
2019-09-27Cleanup: use consistent clipping plane sign conventionBrecht Van Lommel
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-30Sculpt: New brush cursor, active vertex and normal radiusPablo Dobarro
2019-08-21Cleanup: vertex coordinate access, naming & minor changesCampbell Barton
2019-08-21Cleanup: use const arguments for vertex coordsCampbell Barton
2019-08-04Sculpting: Remove Show Diffuse Color OptionYour Name
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-06-17Fix T65620: Sculpting brush size jumping.mano-wii
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-31Fix T62282: multires sculpting does not update smooth normalsBrecht Van Lommel
2019-05-04Sculpt: Refactor draw manager sculpt drawing mechanismClément Foucault
2019-05-03Cleanup: warningsCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-23Workbench: Support Active Vertex ColorJeroen Bakker
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-21Cleanup: comments (mainly long lines)Campbell Barton
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-22GPUBuffers: Fix/cleanup multires implementationClément Foucault
2019-02-18Sculpt Draw: Add support for wireframe geometryClément Foucault
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-15Cleanup: styleCampbell Barton
2018-09-14Multires: Initial work to get sculpting to work with OpenSubdivSergey Sharybin
2018-09-11Followup for previous PBVH commitSergey Sharybin