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-19BMesh: add mesh debug information printingCampbell Barton
2022-01-14Cleanup: Unused functionSergey Sharybin
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-10Fix T91518: crash when recalculating looptris after clearing geometry.Jeroen Bakker
2021-07-02Cleanup: Use const mesh to ensure BVH and triangulation cacheHans Goudey
2020-12-14Blenkernel: move DerivedMesh.c to c++Jacques Lucke
2020-08-20Cleanup: clang-formatCampbell Barton
2020-08-18Mesh: merge `mesh_create_eval_final_{view,render}` functionsSybren A. Stüvel
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-24Fix memory leak calculating deform modifiers in edit-modeCampbell Barton
2020-03-17Cleanup: Remove unused functionSergey Sharybin
2020-03-17Mesh: Add utility to calculate deform modifier up to indexSergey Sharybin
2020-03-02Cleanup: make remaining blenkernel headers work in C++Jacques Lucke
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-28Cleanup: remove unused derivedmesh code.Brecht Van Lommel
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-13Cleanup: do not cleanup runtime data twice during ID copying...Bastien Montagne
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-17Fix T58652: Crash editing shape keys weirdness with instancesSergey Sharybin
2018-12-05Implement bvhtree.fromObjectDalai Felinto
2018-11-20Comment out all derived mesh evaluationSergey Sharybin
2018-10-12Mesh: remove derived mesh for nurbs conversionCampbell Barton
2018-10-01Remove obsolete weight paint color computation code.Alexander Gavrilov
2018-08-21Cleanup: comment naming which will be changedCampbell Barton
2018-07-10Ported mesh_create_derived_view() to mesh_create_eval_final_view()Sybren A. Stüvel
2018-07-05Fluidsim: ported from DerivedMesh to MeshSybren A. Stüvel
2018-06-25Cleanup: Move colorband handling from DM to mesh_runtime universe.Bastien Montagne
2018-06-22Port DM_debug stuf to BKE_mesh_runtime.Bastien Montagne
2018-06-21Cleanup: remove DM from 'join as shape' operator.Bastien Montagne
2018-06-06Cleanup: rename WITH -> USE for internal definesCampbell Barton
2018-06-05Moved function declarations from BKE_DerivedMesh.h to BKE_mesh_runtime.hSybren A. Stüvel
2018-06-05Moved function declarations from BKE_mesh.h → BKE_mesh_runtime.hSybren A. Stüvel