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-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-26Fix Face Set overlay rendering wrong color with modifiersPablo Dobarro
2020-09-21Fix T79965: mesh.transform() modifies referenced layersSergey Sharybin
2020-09-18Cleanup: remove unused navmesh codePhilipp Oeser
2020-09-09Fix T80626: Crash adding custom-data layers after reloading the fileCampbell Barton
2020-08-28Refactor: move Lattice .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-08-28Refactor: move Mesh .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-08-28IDTypeInfo: add .blend file io callbacksJacques Lucke
2020-08-11Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-11Fix T79517: Data Transfer modifier fails in edit-modeCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-06-10Cleanup: move BKE_mesh_wrapper functions into own headerCampbell Barton
2020-05-25Mesh: skip conversion from edit-mesh to mesh in edit-modeCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-05-07Refactor: libquery: Add Mesh foreach_id support.Bastien Montagne
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Fix typos in names fo new mesh and texture IDTypeInfo.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-17Cleanup: use more descriptive variable name for the data-maskCampbell Barton
2020-03-09Cleanup: Move `BKE_animdata_free()` call out of each IDType free data.Bastien Montagne
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-06Cleanup: Mesh: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-05Sculpt Face SetsPablo Dobarro
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-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: use of 'unsigned'Campbell Barton
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2019-09-27Voxel remesh: Enable adaptivityPablo Dobarro
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-19Clean-up/safety check in new BKE_mesh_copy_settings().Bastien Montagne
2019-09-19Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel
2019-09-17Fix T69809, T69810: sculpt gone or crashing after renderBrecht Van Lommel
2019-09-09DNA: use defaults for Object, Mesh, MaterialCampbell Barton
2019-08-27Fix multires modifier using too much memory outside of sculpt modeBrecht Van Lommel
2019-08-25Cleanup: remove UV name syncing functionCampbell Barton
2019-08-25Cleanup: rename mesh looptri/tessface functionsCampbell 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-14OpenVDB: Voxel RemesherPablo Dobarro