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-09-08IDManagement: Add new `BKE_id_owner_get` accessor.Bastien Montagne
2022-09-06Cleanup: IDManagement: Simplify `owner_get` calllback of IDTypeInfo.Bastien Montagne
2022-08-12Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-12IDType `get_owner`: add an optional hint about owner ID.Bastien Montagne
2022-08-12Cleanup: repeated words in commentsCampbell Barton
2022-07-13Fix (studio-reported) bad remapping of libraries.Bastien Montagne
2022-07-07Fix T98029: Support isolated islands of IDs when purging unused ones.Bastien Montagne
2022-02-25Curves: add surface object pointerJacques Lucke
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11Fix compile warnings.Jeroen Bakker
2022-02-11Refactoring of `BKE_library_id_can_use_idtype` to use filter_id.Jeroen Bakker
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-08LibOverride: Add 'hierarchy root ID' info.Bastien Montagne
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-01-04Fix T94544: crash removing image used as camera background via pythonPhilipp Oeser
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-29LibQuery: Remove last 'bool returns' from public API.Bastien Montagne
2021-10-29LibQuery: Fix potential memleak in recursive case.Bastien Montagne
2021-10-29Fix potential early-return in WM foreach_id process.Bastien Montagne
2021-10-29Cleanup: Add some comments to some sub-function of `foreach_id` process.Bastien Montagne
2021-10-26Cleanup: LibQuery: Rename `BKE_LIB_FOREACHID_PROCESS` to `BKE_LIB_FOREACHID_P...Bastien Montagne
2021-09-15Cleanup: doxy sections, parameter syntaxCampbell Barton
2021-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
2021-08-18LibOverride: Do not report embedded IDs as non-overridable in 'foreach_id' code.Bastien Montagne
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-26ID management: Do not assume that `NO_MAIN` means `NO_USER_REFCOUNT`Bastien Montagne
2021-05-06Cleanup: spellingCampbell Barton
2021-05-05LibQuery: Cleanup: Document more fields of `LibraryForeachIDData` struct.Bastien Montagne
2021-05-05LibOverride: Fix usage of IDProps that are not overridable.Bastien Montagne
2021-05-05LibOverride/LibQuery: Refactor 'non-overridable' status management.Bastien Montagne
2021-03-12LibQuery: Add an option to process internal runtime ID pointers.Bastien Montagne
2021-03-04Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments.Bastien Montagne
2021-03-01Cleanup: spellingCampbell Barton
2021-02-25BKE_lib_query: Add a function to detect and tag all unused IDs.Bastien Montagne
2021-02-04Fix: window manager can reference scenes and workspacesJacques Lucke
2021-01-22Refactor BMain relations temp data.Bastien Montagne
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-22Simulation: improve depsgraph integrationJacques Lucke
2020-05-26Cleanup: remove unused includes from lib_query.cBastien Montagne
2020-05-26Fix/refactor foreach_id handling of animdata.Bastien Montagne
2020-05-25Libquery: Refactor: add bmain to data passed to callback.Bastien Montagne
2020-05-21libquery: Cleanup: finish refactor by removing no more used code.Bastien Montagne
2020-05-21Libquery refactor: Cleanup (remove no more used macros).Bastien Montagne
2020-05-21Refactor: Move scene foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-05-21Refactor: Move object foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-05-20Refactor: Move collection foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-05-20Cleanup collection handling in lib_query code.Bastien Montagne
2020-05-20Libquery: refactor: handle scene's master collection like any othe embedded ID.Bastien Montagne