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-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-09-18Cleanup: remove unused navmesh codePhilipp Oeser
2020-09-17Pointclouds: support mesh <-> pointcloud in convert operatorPhilipp Oeser
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-06-18Fix T65986: Inaccurate center of mass, calculating mesh centerCampbell Barton
2020-06-10Cleanup: move BKE_mesh_wrapper functions into own headerCampbell Barton
2020-06-10Mesh: utility functions to access wrapped mesh coordinatesCampbell Barton
2020-05-25Mesh: skip conversion from edit-mesh to mesh in edit-modeCampbell Barton
2020-03-17Cleanup: use more descriptive variable name for the data-maskCampbell Barton
2020-03-06Cleanup: Mesh: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-02-26Cleanup: reduce CDDM use, remove unused function callsCampbell Barton
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2020-01-30Fix T65146: Curve Texture Coordinates in Cycles and Eevee differClément Foucault
2019-09-23Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel
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-21Revert "Modifiers: every modifier now copies mesh settings, fixing texture sp...Brecht Van Lommel
2019-09-19Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel
2019-09-09Added function to calculate the total area of a mesh.Sebastian Parborg
2019-09-07Cleanup: includes in headersCampbell Barton
2019-08-27Fix multires modifier using too much memory outside of sculpt modeBrecht Van Lommel
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-25Cleanup: remove UV name syncing functionCampbell Barton
2019-08-25Cleanup: rename mesh looptri/tessface functionsCampbell Barton
2019-08-25Cleanup: remove BKE_mesh_calc_normals_tessfaceCampbell Barton
2019-08-25Cleanup: remove tessface loop from set-smooth functionCampbell Barton
2019-08-24Transform: option to transform origins in object modeCampbell Barton
2019-08-21Cleanup: vertex coordinate access, naming & minor changesCampbell Barton
2019-08-21Cleanup: use const arguments for vertex coordsCampbell Barton
2019-08-14Mesh Batch Cache: Refactor + MultithreadClément Foucault
2019-08-02Fix T68135: Do not return NULL/None when converting an object to a mesh.Bastien Montagne
2019-07-31Add operator for removing unused material slotsLukas Stockner
2019-07-31Added BKE_mesh_clear_geometry() functionSybren A. Stüvel
2019-07-28Fix T67385: Bind in Laplacian Deform Modifier with new vertex group in Edit M...Bastien Montagne
2019-05-27Depsgraph API: Allow preserving custom data layersSergey Sharybin
2019-05-16Tweak API to support adding evaluated meshes to main databaseSergey Sharybin
2019-05-16Dependency graph API changesSergey Sharybin
2019-05-08Cleanup: Remove BKE_MESH_BATCH_DIRTY_MAYBE_ALLClément Foucault
2019-05-08Cleanup: Mesh Batch Cache: Remove unused BKE_MESH_BATCH_DIRTY_SCULPT_COORDSClément Foucault
2019-04-29DRW: Improve edit mode selection time when using auto-smoothClément Foucault
2019-04-29Cleanup: internal apply modifier code: make it clear we use eval modifier and...Bastien Montagne
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-21Cleanup: comments (mainly long lines)Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne