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-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-27Cleanup: fix compiler warningsBrecht Van Lommel
2019-11-25Cleanup: used BKE_mesh_ prefixCampbell Barton
2019-11-22Cleanup: rename mirror -> mesh_mirrorCampbell Barton
2019-11-20Fix assert running remesh with OpenVDB disabledCampbell Barton
2019-11-18Fix wrong name for QuadriFlow undo stepCampbell Barton
2019-10-27Cleanup: remove redundant NULL checksCampbell Barton
2019-10-08Sculpt: Fix projection artifacts by changing the voxel remesh isovaluePablo Dobarro
2019-10-07Simplify the quadriflow manifold mesh function for loopsSebastian Parborg
2019-10-04Fix T70095: Quadriflow crash running on a messy meshSebastian Parborg
2019-10-03Sculpt: Disable remesh operators with MultiresPablo Dobarro
2019-10-02Fix T70358: Use face count in Quadriflow by defaultPablo Dobarro
2019-09-27Voxel remesh: Enable adaptivityPablo Dobarro
2019-09-27Fix T70291: Sculpt remesh inverts normal when fix poles is activatedPablo Dobarro
2019-09-27Fix T70280: QuadriFlow remesh with "Use Paint Symmetry" and "Smooth Normals" ...Pablo Dobarro
2019-09-26Quadriflow: Symmetry supportPablo Dobarro
2019-09-26Voxel Remesh: Fix poles and preserve volumePablo Dobarro
2019-09-18Fix remesher operator poll functionPablo Dobarro
2019-09-18Fix segfault when polling OBJECT_OT_voxel_remesh without active objectSybren A. Stüvel
2019-09-13Add QuadriFlow remesherSebastian Parborg
2019-08-25Cleanup: remove tessface loop from set-smooth functionCampbell Barton
2019-08-16Cleanup: fix compiler warningsBrecht Van Lommel
2019-08-14Cleanup: use BKE_mesh_ prefix for the remesh APICampbell Barton
2019-08-14Fix T68657: Voxel remesh crashCampbell Barton
2019-08-14OpenVDB: Voxel RemesherPablo Dobarro