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
2021-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
2021-08-24Cleanup: ID management: Remove useless internal for `BKE_lib_id_clear_library...Bastien Montagne
2021-08-23Cleanup: use BLI_str_utf8 prefixCampbell Barton
2021-08-11Cleanup: ID management: remove unused old `BKE_libblock_copy_for_localize` fu...Bastien Montagne
2021-08-05Fix T89835: Crash after Instancing to Scene after making linked Collection lo...Bastien Montagne
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Fix T89516: Crash on appendJulian Eisel
2021-06-28LibOverride: Fix crash in ShapeKeys when making a mesh override local.Bastien Montagne
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-02Cleanup: spelling in commentsCampbell Barton
2021-06-01IDManagement: `BKE_libblock_rename`: assert we get local ID.Bastien Montagne
2021-06-01Fix `BLI_libblock_ensure_unique_name` not ignoring linked IDs.Bastien Montagne
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-26ID management: Do not assume that `NO_MAIN` means `NO_USER_REFCOUNT`Bastien Montagne
2021-05-19IDManagement: Do not prevent sorting of linked IDs in `BKE_id_new_name_valida...Bastien Montagne
2021-05-19IDManagement: Fix ID sorting in case of linked IDs.Bastien Montagne
2021-05-18Fix ID copying outside of Main affecting 'directly linked' status of other IDs.Bastien Montagne
2021-05-18Cleanup: typo in comment.Bastien Montagne
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-03-09Fix the session UUID being set for temporary blend file dataCampbell Barton
2021-03-08PyAPI: add bpy.types.BlendFile.temp_data for temporary library loadingCampbell Barton
2021-03-04Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments.Bastien Montagne
2021-01-22Refactor BMain relations temp data.Bastien Montagne
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2021-01-15Fix (unreported) copying liboverride of mesh breaks overrides of shape keys.Bastien Montagne
2021-01-11ID Creation: generate `session_uuid` in more cases.Bastien Montagne
2020-12-15Asset System: "Mark Asset" & "Clear Asset" operators and UI integrationJulian Eisel
2020-12-15Asset System: Data-block asset metadata storage, reading and APIJulian Eisel
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-11-12Merge branch 'blender-v2.91-release' into masterBastien Montagne
2020-11-12Fix T82466: Library Overrides: overrides disappear when appending.Bastien Montagne
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-03Add a callback to `IDTypeInfo` to allow preservation of some data accross mem...Bastien Montagne
2020-10-21Fix 'Make Local' operation to support liboverrides.Bastien Montagne
2020-10-19Spelling: Loose Versus LoseHarley Acheson
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-07Silence CLOG error about usercount of deprecated IPO IDs.Bastien Montagne
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-08-29Cleanup: spellingCampbell Barton
2020-08-28Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-28Fix T80104: Crash on making material local.Bastien Montagne
2020-08-28Refactor: move Mesh .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-08-25Merge branch 'blender-v2.90-release'Philipp Oeser
2020-08-25Fix T80016: Shape key animation is linked when duplicating objectRed Mser