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-12-02Merge branch 'blender-v3.0-release'Julian Eisel
2021-12-02Fix T93548: Appended (material) assets don't have a fake userJulian Eisel
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-30Cleanup: use colon after doxygen params, correct slash directionCampbell Barton
2021-11-29Refactor BKE_bpath module.Bastien Montagne
2021-11-24Cleanup: `IDTypeInfo` new `asset_type_info` member.Bastien Montagne
2021-11-05Fix part of T89313: Attribute search crash during animation playbackHans Goudey
2021-10-21IDManagement: Assign current Main's lib to newly created IDs.Bastien Montagne
2021-10-21IDManagement: Add option to clear asset data when making ID local.Bastien Montagne
2021-10-19Geometry Nodes: Remove implicit realizing and conversionHans Goudey
2021-09-30Fix T90246: Full Copy'ing a scene confuses physics in the original scene.Bastien Montagne
2021-09-22Initial implementation of local ID re-use when appending.Bastien Montagne
2021-09-16Cleanup: Comment about shpaekey being treated as embedded IDs in `BKE_id_newp...Bastien Montagne
2021-09-16Cleanup: Rename `BKE_id_clear_newpoin` to `BKE_id_newptr_and_tag_clear`.Bastien Montagne
2021-09-16Fix/refactor `BKE_id_clear_newpoin` and `BKE_main_id_newptr_and_tag_clear`.Bastien Montagne
2021-09-16IDManagement: refactor: Remove 'test' part from `BKE_lib_id_make_local`.Bastien Montagne
2021-09-16IDType: Cleanup: Remove useless `IDTYPE_FLAGS_NO_MAKELOCAL`.Bastien Montagne
2021-09-15Cleanup: doxy sections, parameter syntaxCampbell Barton
2021-09-09IDmanagement: makelocal: Fix mistake in recent commit.Bastien Montagne
2021-09-07ID management: add options to force make local or force copy IDs when making ...Bastien Montagne
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