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
2022-01-24Cleanup: sort struct forward declarationsCampbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-13GPencil: New Shrinkwrap modifierAntonio Vazquez
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-07-30Cleanup: Move remesh files to C++Hans Goudey
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-11Cleanup: spellingCampbell Barton
2020-03-02Cleanup: make remaining blenkernel headers work in C++Jacques Lucke
2019-09-26Voxel Remesh: Fix poles and preserve volumePablo Dobarro
2019-09-10Sculpt: Mask Extract operatorPablo Dobarro
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
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-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-12-08Shrinkwrap: use polygon normals for flat faces in Align To Normal.Alexander Gavrilov
2018-12-07Fix modifiers evaluation outside of depsgraph/CoW context.Bastien Montagne
2018-11-26MOD_shrinkwrap: do not compute mesh when not needed.Bastien Montagne
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-06Shrinkwrap: new mode that projects along the target normal.Alexander Gavrilov
2018-10-17Shrinkwrap: implement the use of smooth normals in constraint & modifier.Alexander Gavrilov
2018-09-26Implement additional modes for Shrinkwrap to a surface.Alexander Gavrilov
2018-06-22Subsurf: Move away from using scene from modifier dataSergey Sharybin
2018-06-20Cleanup: remove some useless Derivedmesh struct declarations.Bastien Montagne
2018-05-30Cleanup/fix wrong modifiers targets handling in COW context.Bastien Montagne
2018-05-09Modifier stack: ShrinkWrap: move to mesh-based BVHTree code.Bastien Montagne
2018-05-08Modifier stack: partial port of ShrinkWrap to new Mesh-based system.Bastien Montagne
2018-05-04Constraint: Shrink Warp: Replace `bvhtree_from_mesh_looptri` with` bvhtree_fr...Germano
2016-03-07Shrink Wrap modifier: invert vgroup optionCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-08-01Cleanup: Move SpaceTransform helpers from `BKE_shrinkwrap` to `BLI_math_matrix`.Bastien Montagne
2014-08-01Cleanup: Move `object_get_derived_final` from BKE_shrinkwrap to BKE_DerivedMeshBastien Montagne
2014-03-20Code cleanup: use boolsCampbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-09-07shrink-wrap constraint, improve and remove some limitations.Campbell Barton
2012-12-23style cleanup: wrap long lines (>200)Campbell Barton
2012-09-06code cleanup: capitalize defines.Campbell Barton
2012-06-13code cleanup: use const float's where possible and specify vector size.Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-10fix bad svn ID tagsCampbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-04-29spelling corrections.Campbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory