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-09Fix T102214: inconsistenty between bake and render with invalid material indexBrecht Van Lommel
2022-11-01Cleanup: spelling in commentsCampbell Barton
2022-10-26Fix slow continuous depsgraph updates in sculpt paint mode in some casesBrecht Van Lommel
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-14Optimization: Exit early when resizing material slots.Erik Abrahamsson
2022-09-08IDManagement: change `IDTypeInfo.owner_get` to instead return address of the ...Bastien Montagne
2022-09-06Fix (unreported) bad handling of embedded IDs on owner copying.Bastien Montagne
2022-09-05IDMAnagement: Add owner ID pointer to embedded ones.Bastien Montagne
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-07-06IO: speed up import of large Alembic/USD/OBJ scenes by optimizing material as...Aras Pranckevicius
2022-06-07Cleanup: Use const pointers in attribute APIHans Goudey
2022-05-17Cleanup: Remove asserts when logging error messages.Bastien Montagne
2022-05-06Cleanup: improve const correctness in material APIJacques Lucke
2022-04-19Material: Add name to default shadersClément Foucault
2022-04-15PBVH Pixel extractor.Jeroen Bakker
2022-04-08Painting: Canvas switcher for painting brushes/tools.Jeroen Bakker
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-01-25Fix depsgraphs sharing IDs via evaluated edit meshSergey Sharybin
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-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-11-03Merge branch 'blender-v3.0-release'Bastien Montagne
2021-11-03Fix T92780: Lost material in case of local object, and missing linked obdata.Bastien Montagne
2021-10-29LibQuery: Add macro to help break looping when requested.Bastien Montagne
2021-10-26Cleanup: LibQuery: Rename `BKE_LIB_FOREACHID_PROCESS` to `BKE_LIB_FOREACHID_P...Bastien Montagne
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-09-27Fix T91691: Selecting "Remove unused slots" in Materials panel removes slots ...Bastien Montagne
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-22Initial implementation of local ID re-use when appending.Bastien Montagne
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-08-11Fix T88033: Python reference memory leaks for non main data-blocksCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-09Fix assigning material to linked object being forbidden in BKE.Bastien Montagne
2021-06-04Texture Paint: changing paint slots and viewport could go out of syncPhilipp Oeser
2021-06-01Geometry Nodes: add empty material slot to new meshesJacques Lucke
2021-05-20Materials: support materials when applying modifierJacques Lucke
2021-05-19Geometry Nodes: take materials into account when joining geometriesJacques Lucke
2021-05-19Materials: support changing materials during evaluationJacques Lucke
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-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: `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-10-07Refactor: Remove `BKE_XXX_localize()`, in favor of using regular ID copying c...Bastien Montagne
2020-09-17Pointclouds: support mesh <-> pointcloud in convert operatorPhilipp Oeser