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-02-23Fix T95987: Data transfer modifier custom normals crashHans Goudey
2022-02-21Cleanup: Use function to check if normals are dirtyHans Goudey
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-08-13Cleanup: split BKE_mesh_calc_normals_poly function in twoCampbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-01-04Fix mistake in rBef90a8e12caf in data transfer code.Bastien Montagne
2020-09-09Cleanup: reduce variable scopesJacques Lucke
2020-08-11Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-11Fix mesh data-transfer tracking if a change was madeCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-05Fix T79520: Data Transfer modifier: crash/assert going into editmode on a sou...Bastien Montagne
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2019-07-19Fix assert in some cases when using DataTransfer modifier for custom normals.Bastien Montagne
2019-07-02Cleanup: move comments onto own lines to avoid breaking linesCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-03Cleanup: warningsCampbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-26Minor cleanup in data transfer code.Bastien Montagne
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-11Cleanup: fix warning about unused parameter.Brecht Van Lommel
2019-03-08Fix (unreported) datatransfer code could still modify source mesh in some cases.Bastien Montagne
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-21Fix (unreported) Broken DataTransfer modifier when source object is in Edit m...Bastien Montagne
2019-02-21Fix T59338: Blender crashes immediately after loading attached file in ~80% o...Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-08Fix T61255: Mesh Data Transfer: Do not abort when destination has not all sou...Bastien Montagne
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Logging: Use CLOG for blenkernelCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-03Depsgraph: completely move customdata_mask to the ID node.Alexander Gavrilov
2018-12-03Data Transfer Modifier: fix mesh_get_eval_final usage.Alexander Gavrilov
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-21Cleanup: names: data transfer/mesh remap: dm -> me/mesh.Bastien Montagne
2018-06-21Cleanup: data transfer: get rid of dual destination mesh.Bastien Montagne
2018-06-21Cleanup: some potentially critical changes in data transfer.Bastien Montagne
2018-06-21Cleanup: nuke DM out of data transfer code.Bastien Montagne
2018-06-05Moved function declarations from BKE_DerivedMesh.h to BKE_mesh_runtime.hSybren A. Stüvel
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Merge branch 'master' into blender2.8Campbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood