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-01-24Cleanup: sort struct forward declarationsCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
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-25Assets: Snapping with visual feedback while draggingGermano Cavalcante
2021-09-22Initial implementation of local ID re-use when appending.Bastien Montagne
2021-09-16Fix: properly implement the 'only append' execption case for WorkSpaces.Bastien Montagne
2021-09-16IDType: Add `BKE_idtype_idcode_is_localizable`.Bastien Montagne
2021-09-16IDType: Cleanup: Remove useless `IDTYPE_FLAGS_NO_MAKELOCAL`.Bastien Montagne
2021-08-25Cleanup: Mentioning incorrect source file in comment.Jeroen Bakker
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
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-11-03Cleanup: spellingCampbell Barton
2020-11-03Add a callback to `IDTypeInfo` to allow preservation of some data accross mem...Bastien Montagne
2020-10-07Cleanup: improve integer typesJacques Lucke
2020-10-07IDTypeInfo: add flag to indicate that ID has no animation dataJacques Lucke
2020-10-07Cleanup: add commentJacques Lucke
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-08-28IDTypeInfo: add .blend file io callbacksJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-07Cleanup: spellingCampbell Barton
2020-07-06Runtime cache preservation during undo: add support for nodes and embedded IDs.Bastien Montagne
2020-07-06Fix T78608: Memory leak in Material properties: "Data from SCE".Bastien Montagne
2020-07-06Cleanup: warnings, spellingCampbell Barton
2020-07-03IDTypeInfo: add new callback to loop over all cache pointers of an ID.Bastien Montagne
2020-07-03Add key structure and hashing utils for ID caches.Bastien Montagne
2020-05-07Initial step to move libquery to IDTypeInfo.Bastien Montagne
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-04-03Cleanup: clarification of 'name' in BKE_idtype functionsSybren A. Stüvel
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-13Fix IDTypeInfo not having enough bits for ID filter flagBrecht Van Lommel
2020-03-09Cleanup: palette: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-09Cleanup: GreasePencil: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-09Cleanup: Ipo: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-09Cleanup: FreestyleLineStyle: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-09Cleanup: Mask: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-09Cleanup: MovieClip: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-09Cleanup: ParticleSettings: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-09Cleanup: PaintCurve: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-09Cleanup: CacheFile: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-09Cleanup: WorkSpace: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-09Cleanup: WindowManager: Move to IDTypeInfo and remove unused WM API.Bastien Montagne
2020-03-08Cleanup: Sound: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-08Cleanup: Speaker: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-06Cleanup: VFont: Move to IDTypeInfo and remove unused BKE APIDalai Felinto
2020-03-06Cleanup: Text: Move to IDTypeInfo and remove unused BKE API.Dalai Felinto