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-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
2020-07-23Fix T79162: 'prop_search' includes ID prefix in string propertiesCampbell Barton
2020-07-09Implement T77959: Never duplicate linked data during deep-copy.Bastien Montagne
2020-06-29UI: Show library status icons in search menus, rather than letter prefixJulian Eisel
2020-06-17ID Duplicate: Factorize a lot the code.Bastien Montagne
2020-06-17Refactor duplicate of data-blocks.Bastien Montagne
2020-06-10UI: Show library names grayed out and right-aligned in menusJulian Eisel
2020-05-13Merge branch 'blender-v2.83-release'Bastien Montagne
2020-05-13Fix T76646: Crash when changing Size in Add Cube pop-up in some cases.Bastien Montagne
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-21Fix T75893: Undo causes crash with "Load UI" disabled.Bastien Montagne
2020-03-18Cleanup: spellingCampbell Barton
2020-03-17BKE_lib_id: Add helper to swap full ID content and use proper naming.Bastien Montagne
2020-03-05Add an session-wise uuid integer to IDs.Bastien Montagne
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-04Cleanup: ID make local: remove `id_in_bmain` argument.Bastien Montagne
2020-03-04Cleanup: Rename 'make local' functions to new scheme.Bastien Montagne
2020-02-20Cleanup: unused enumsCampbell Barton