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-12Cleanup: Simplify handling of loop to poly map in normal calculationHans Goudey
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-08IDManagement: change `IDTypeInfo.owner_get` to instead return address of the ...Bastien Montagne
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-06Cleanup: IDManagement: Simplify `owner_get` calllback of IDTypeInfo.Bastien Montagne
2022-09-06IDManagement: better debug checks in `owner_get` callbacks.Bastien Montagne
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-12IDType `get_owner`: add an optional hint about owner ID.Bastien Montagne
2022-08-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-20Add a 'Apply and Delete All' operation to shapekeys.Bastien Montagne
2022-07-11Fix (studio-reported) crash in ID remapping code on rare cases.Bastien Montagne
2022-04-28Cleanup: Fix compiler warningsHans Goudey
2022-04-28Cleanup: Improve const correctness of shape key functionsHans Goudey
2022-04-28Fix T97679: Retrieving shape key normals modifies verticesHans Goudey
2022-03-22Fix T96294: Crash and error with shape key normal calculationHans Goudey
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
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-11-29Refactor BKE_bpath module.Bastien Montagne
2021-11-24Cleanup: `IDTypeInfo` new `asset_type_info` member.Bastien Montagne
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-09-16IDType: Cleanup: Remove useless `IDTYPE_FLAGS_NO_MAKELOCAL`.Bastien Montagne
2021-08-20Cleanup: use "free_data" suffix when the argument isn't freedCampbell Barton
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-08-13Cleanup: split BKE_mesh_calc_normals_poly function in twoCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-01Cleanup: outdated IPO references in commentsCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-05-26IDManagement: Shapekey: add a `owner_get` callback.Bastien Montagne
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2020-12-14LibOverride: Do not store some heavy data from override IDs.Bastien Montagne
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-03Add a callback to `IDTypeInfo` to allow preservation of some data accross mem...Bastien Montagne
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-08Cleanup/Refactor: Shapekey: Get rid of `BKE_key_copy_nolib()`Bastien Montagne
2020-10-08Cleanup/refactor: `BKE_libblock_alloc` -> `BKE_id_new` in ID creation code.Bastien Montagne
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Refactor `BKE_id_copy` to return the new ID pointer.Bastien Montagne
2020-09-10Refactor: move Key .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-09-09Cleanup: reduce variable scopesJacques Lucke
2020-08-28IDTypeInfo: add .blend file io callbacksJacques Lucke
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-07-25Fix T72622: Transform object origin ignores shape keysCampbell Barton
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-05-13Refactor: Move shapekey foreach_id to new IDTypeInfo structure.Bastien Montagne