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-21Cleanup: spelling in commentsCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-09Cleanup: spelling in commentsCampbell Barton
2022-09-08IDManagement: Add new `BKE_id_owner_get` accessor.Bastien Montagne
2022-08-11Cleanup: doxy parameters, use static set instead of tupleCampbell Barton
2022-08-04Fix T99460: Allow creation new datablocks from evaluatedSergey Sharybin
2022-08-03Cleanup: Improve doc of the `BKE_id_copy` functions.Bastien Montagne
2022-07-27Fix crashes due to non-uniqueness in ID names in some cases.Bastien Montagne
2022-07-20IDManagement: Speedup ID unique name assignment by tracking used names/basena...Aras Pranckevicius
2022-05-31Cleanup: Improve const correctness of ID functionsHans Goudey
2022-03-30Cleanup: spelling in commentsCampbell Barton
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-28Cleanup: Move scene.c to C++Hans Goudey
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton
2022-02-11Remap multiple items in referenced data.Jeroen Bakker
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-01-25Fix T95037: Allow making local IDs that are not used by anything.Bastien Montagne
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-19Merge branch 'blender-v3.0-release'Omar Emara
2021-11-19Fix (unreported) wrong behavior of constraints in liboverrides.Bastien Montagne
2021-11-13Cleanup: spelling in comments, comment block formattingCampbell Barton
2021-11-05Fix part of T89313: Attribute search crash during animation playbackHans Goudey
2021-11-04Cleanup: Move object.c to C++Germano Cavalcante
2021-10-21IDManagement: Add option to clear asset data when making ID local.Bastien Montagne
2021-09-30Fix T90246: Full Copy'ing a scene confuses physics in the original scene.Bastien Montagne
2021-09-16Cleanup: Rename `BKE_id_clear_newpoin` to `BKE_id_newptr_and_tag_clear`.Bastien Montagne
2021-09-16IDManagement: refactor: Remove 'test' part from `BKE_lib_id_make_local`.Bastien Montagne
2021-09-07ID management: add options to force make local or force copy IDs when making ...Bastien Montagne
2021-08-24Fix T90840: Can't duplicate or copy (Ctrl-C) object from linked file.Bastien Montagne
2021-08-11Cleanup: ID management: remove unused old `BKE_libblock_copy_for_localize` fu...Bastien Montagne
2021-08-11Fix T88033: Python reference memory leaks for non main data-blocksCampbell Barton
2021-06-24Depsgraph: support flushing parameters without a full COW updateCampbell Barton
2021-06-01ID Management: Allow unique name check for linked IDs too.Bastien Montagne
2021-05-27Cleanup: rename BKE_main_id_{clear_newpoins => newptr_and_tag_clear}Campbell Barton
2021-05-18Fix T88026: Repeated switch to rendered viewport crashesCampbell Barton
2021-04-10LibOverride: Add own flag to copy or not overrides to ID copy code.Bastien Montagne
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-22RNA: make `bpy.data.orphans_purge()` return number of deleted datablocksSybren A. Stüvel
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-15Asset System: "Mark Asset" & "Clear Asset" operators and UI integrationJulian Eisel
2020-10-07Refactor `BKE_id_copy` to return the new ID pointer.Bastien Montagne
2020-10-07Refactor `BKE_id_copy_ex` 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-10-07Cleanup: IDManagement: Localize: tweak to flags.Bastien Montagne
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-28Refactor: move Mesh .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke