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-04-05Cleanup: macro hygiene, parenthesize argumentsCampbell Barton
2020-03-22Cleanup: spelling, correct Mesh.mface docsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: spellingCampbell Barton
2020-03-09Face Sets: Use white color for a default Face Set to enable the overlayPablo Dobarro
2020-03-05Sculpt Face SetsPablo Dobarro
2019-12-17Fix deprecated DNA define checksCampbell Barton
2019-11-29Refactor: Add C++ guard code to headersSergey Sharybin
2019-09-27Voxel remesh: Enable adaptivityPablo Dobarro
2019-09-26Voxel Remesh: Fix poles and preserve volumePablo Dobarro
2019-09-23Cleanup: remove unimplemented texture space rotation variablesBrecht Van Lommel
2019-09-23Cleanup: remove Mesh.bb and Curve.bb, no reason for these to be persistentBrecht Van Lommel
2019-09-13Add QuadriFlow remesherSebastian Parborg
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-25Cleanup: remove USE_TESSFACE_DEFAULT defineCampbell Barton
2019-08-14OpenVDB: Voxel RemesherPablo Dobarro
2019-05-29Fix T58251: Cycles ignores linked meshes when renderingSergey Sharybin
2019-05-18Mesh: remove Double Sided lighting option, it does nothing in the new viewportBrecht Van Lommel
2019-04-21Cleanup: comments (long lines) in makesdnaCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-02Fix T63164: DNA size mismatches on 32bit, causing memory corruption and crashes.Brecht Van Lommel
2019-03-17Cleanup: rename DEPRECATED to UNUSEDCampbell Barton
2019-02-27Cleanup: use '_pad' convention for padding in all DNA structsCampbell Barton
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-15Cleanup: comment line length (DNA)Campbell Barton
2019-01-07Cleanup: move DNA comments before struct membersCampbell Barton
2018-12-17DNA: clear / remove deprecated flagsCampbell Barton
2018-11-06Shrinkwrap: new mode that projects along the target normal.Alexander Gavrilov
2018-10-10Modifier: Fix cage option for deform modifiersCampbell Barton
2018-09-26Multires: Use proper subdivision level for reshapeSergey Sharybin
2018-09-25Edit Mesh: Move Edit Mesh display settings to overlay'sClément Foucault
2018-09-25Cleanup: Variable name in mesh runtimeSergey Sharybin
2018-09-11Subdiv: Initial implementation of CCGSergey Sharybin
2018-08-303D View: option to always show center in face modeCampbell Barton
2018-07-12Merge branch 'master' into blender2.8Campbell Barton
2018-07-12Cleanup: remove legacy mesh save supportCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for DNA headersCampbell Barton
2018-05-18Cleanup: use '_Runtime' suffixCampbell Barton
2018-05-16Save 'deform_only' flag in Mesh.runtimeSybren A. Stüvel
2018-05-08Cleanup: naming (prefer len over num for new code)Campbell Barton
2018-05-08Cleanup: mesh_runtime namingCampbell Barton
2018-05-08looptri + bvhtree support for MeshSybren A. Stüvel
2018-05-07Change mesh dirty runtime flags to signed int64_t.Bastien Montagne
2018-05-02Mesh: add runtime customdata dirty flagsCampbell Barton
2018-05-02Mesh: move runtime members to own structCampbell Barton
2018-05-01Modifiers: Simple Deform & Build, DerivedMesh → MeshSybren A. Stüvel