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-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
2018-11-02Multires: Cleanup, namingSergey Sharybin
2018-11-02Multires: Prevent crash when joining two multires objectsSergey Sharybin
2018-10-19Partial revert '#if 0' cleanupCampbell Barton
2018-10-18Cleanup: Remove more #if 0 blocksJacques Lucke
2018-09-25Cleanup: Variable name in mesh runtimeSergey Sharybin
2018-09-25Multires: Pass total level instead of modifier dataSergey Sharybin
2018-09-25Multires: Pass mesh instead of objectSergey Sharybin
2018-09-21Cleanup: convert smoke modifier from DerivedMesh to Mesh.Brecht Van Lommel
2018-09-21Multires: Support sculpting on a lover levelsSergey Sharybin
2018-09-20Cleanup: move DerivedMesh wrappers for modifiers further down the hierarchyJacques Lucke
2018-09-19Subdiv: CCG, remove redundant callSergey Sharybin
2018-09-18Subdiv: CCG, implement stitching of given facesSergey Sharybin
2018-09-18Subdiv: CCG, initial grids stitching implementationSergey Sharybin
2018-09-14Multires: Initial work to get sculpting to work with OpenSubdivSergey Sharybin
2018-09-05Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-05CCG: Remove number of layers from keySergey Sharybin
2018-08-22Multires: implement reshape operationSergey Sharybin
2018-08-17Multires: Fix wrong creation of multires meshSergey Sharybin
2018-08-16Cleanup: Use dedicated function to copy mesh during evaluation processSergey Sharybin
2018-08-16Multires: Implement function to get mesh at multires position of stackSergey Sharybin
2018-08-16Multires: Cleanup, naming and bool typeSergey Sharybin
2018-08-14Multires: Begin hooking it up to the new subdiv codeSergey Sharybin
2018-08-14Multires: Synchronize settings with Subsurf modifierSergey Sharybin
2018-08-13Subsurf: Introduce quality optionSergey Sharybin
2018-08-13Subsurf: Make uv boundaries easily extendibleSergey Sharybin
2018-06-27Cleanup: styleCampbell Barton
2018-06-27Fix T55644: Multires ignores render subdivision when simplifiedSergey Sharybin