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-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-05-08Cleanup: clang-formatCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-30Multires: Subdivide Simple and Subdivide LinearPablo Dobarro
2020-04-30Multires: Enable sculpting in all subdivision levelsPablo Dobarro
2020-04-22Objects: add infrastructure for hair, pointcloud, volume modifiersBrecht Van Lommel
2020-04-02Sculpt: Store explicit value for multires sculpt levelSergey Sharybin
2020-03-27Multires: Fix unwanted assignment of sculpt session pointersSergey Sharybin
2020-03-20Multires: Fix assert when removing modifier in edit modeSergey Sharybin
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-17Multires: Properly support virtual modifiers for Apply BaseSergey Sharybin
2020-03-17Multires: Add utility to create deformed base meshSergey Sharybin
2020-03-17Multires: Cleanup, argument naming and orderSergey Sharybin
2020-03-17Multires: Cleanup, remove redundant argumentSergey Sharybin
2020-03-13Fix T74686: Loading btx file in multires modifier is not workingSergey Sharybin
2020-03-13Multires: Fix Subdivide, Reshape and Apply BaseSergey Sharybin
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-02-28Multires: Fix CCG->MDISPS conversion happens twiceSergey Sharybin
2020-02-28Multires: Cleanup, use early returnSergey Sharybin
2020-02-28Multires: Cleanup, namingSergey Sharybin
2020-02-11Fix T73706: Crash after disabling dyntopo with multires modifierPablo Dobarro
2020-01-27Cleanup: removed unused derivedDeform and derivedFinalBrecht Van Lommel
2019-11-13Force sculpting on highest multires levelSergey Sharybin
2019-09-18Fix T69580: Smooth brush freezes on highpoly meshPablo Dobarro
2019-09-17Fix T69809, T69810: sculpt gone or crashing after renderBrecht Van Lommel
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-07-09Fix T57652: Multires undo broken with shared object dataSergey Sharybin
2019-06-17Fix T65693: Crash removing higher on special multires objectsSergey Sharybin
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19Cleanup: comment blocksCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell 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
2019-01-22Fix T60575: Multiresolution Crashes when appliing more subdivisionsSergey Sharybin
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2018-12-19BLI_bitmap: add functions operating on the whole bitmask.Alexander Gavrilov
2018-11-20Multires: Cleanup, remove unused functionSergey Sharybin
2018-11-02Multires: Apply uniform scale on displacement when applying scale on objectSergey Sharybin