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-11-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-06-21Cleanup: removed unused Blender Internal bump/normal mapping texture codeBrecht Van Lommel
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-28Remove compilation warnings TexResult.Jeroen Bakker
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-12-07Cleanup: replace int with bool typeCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-03Fix T90346: particle force field self effect amount off by onePhilipp Oeser
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-02Cleanup: Use const variables for object's evaluated meshHans Goudey
2021-06-28Cleanup: Remove unused "for_orco" argument to curve evaluationHans Goudey
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-04-08Fix T81707: Spline IK Joints "Floating" above curveSebastian Parborg
2021-02-02Force Fields: implement early filtering by the Affect flags.Alexander Gavrilov
2020-11-09Cleanup: more renaming in the render/ module for consistencyBrecht Van Lommel
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-06Cleanup: BLI_noiseCampbell Barton
2020-09-14Fix T53073: force destroys particles rotationJacques Lucke
2020-09-09Cleanup: reduce variable scopesJacques Lucke
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-07Cleanup: spellingCampbell Barton
2020-06-19Cloth: allow forces to act parallel to cloth.Alexander Gavrilov
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-05-14Fluid: Rename smoke flow forces to fluid flow forcesSebastián Barschkis
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-02-28Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-28Revert "Objects: make evaluated data runtime storage usable for types other t...Brecht Van Lommel
2020-02-27Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2019-12-17Fix linking errors WITH_MOD_FLUID=OFFCampbell Barton
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-05-21Fix T64842: crash rendering files with bevel curvesBrecht Van Lommel
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19Cleanup: comment blocksCampbell Barton