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-08-02Cleanup: pass const matricesCampbell Barton
2020-06-13Cleanup: use const arguments to deform functionsCampbell Barton
2020-06-12Cleanup: split object data deform functions into their own filesCampbell Barton
2020-06-12Cleanup: split deform functions that take target object-dataCampbell Barton
2020-06-12Cleanup: use BKE_ prefix for deform functionsCampbell Barton
2020-05-12Refactor: Move lattice foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-22Objects: add infrastructure for hair, pointcloud, volume modifiersBrecht Van Lommel
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
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-09Cleanup: Move `BKE_animdata_free()` call out of each IDType free data.Bastien Montagne
2020-03-06Cleanup: Material: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-06Cleanup: Lattice: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-04Cleanup: ID make local: remove `id_in_bmain` argument.Bastien Montagne
2020-03-04Cleanup: Rename 'make local' functions to new scheme.Bastien Montagne
2020-02-26Cleanup: reduce CDDM use, remove unused function callsCampbell Barton
2020-02-17Fix T73817: Shape key users not properly mapped when duplicating their obdata.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-07Cleanup: `make format`Dalai Felinto
2020-02-06Curve Modifier add invert vgroup optionCody Winchester
2020-02-06Lattice Modifier add invert vgroup optionCody Winchester
2019-09-11DNA: defaults for ID typesCampbell Barton
2019-08-24Transform: option to transform origins in object modeCampbell Barton
2019-08-22Cleanup: remove edit-mode check in vertex coordinate accessCampbell Barton
2019-08-21Cleanup: vertex coordinate access, naming & minor changesCampbell Barton
2019-08-21Cleanup: pass lattice directly vertex coord utilitiesCampbell Barton
2019-08-21Cleanup: use const arguments for vertex coordsCampbell Barton
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-05-01Modifiers: support parallelism in Armature and Lattice Deform.Alexander Gavrilov
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-12Cleanup: BLI_utildefines struct macrosCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: move object bounding-box into runtime structCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: typo in comment.Bastien Montagne
2019-02-05Cleanup: replace BKE_id_copy_ex by BKE_id_copy where possible.Bastien Montagne
2019-02-05Cleanup: BKE_library: rename id_copy to BKE_id_copy.Bastien Montagne
2019-02-05Cleanup: BKE_library: remove 'test' param of id_copy.Bastien Montagne
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-26MOD_curve: do not compute mesh when not needed.Bastien Montagne
2018-09-19Cleanup: Remove some DerivedMesh wrappers for modifiersJacques Lucke
2018-09-08Fix T56720: Lattice: crash on setting points_u/v/w from python.Bastien Montagne