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
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
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
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-30Cleanup: LibOverride: Replace raw pointers checks by proper macros.Bastien Montagne
2020-06-29UI: Show library status icons in search menus, rather than letter prefixJulian Eisel
2020-06-29Fix ID_swap not keeping original recalc flags.Bastien Montagne
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-25Cleanup: spellingCampbell Barton
2020-06-23Cleanup: rename Library.filepath to filepath_absCampbell Barton
2020-06-17ID Duplicate: Factorize a lot the code.Bastien Montagne
2020-06-15Fix T77774: New undo code broken by 'make local' behavior.Bastien Montagne
2020-06-13Cleanup: spellingCampbell Barton
2020-06-10Enable (deep) copy of overrides.Bastien Montagne
2020-06-10UI: Show library names grayed out and right-aligned in menusJulian Eisel
2020-05-25Merge branch 'blender-v2.83-release'Bastien Montagne
2020-05-25Cleanup: ID makelocal code: remove useless and confusing debug code.Bastien Montagne
2020-05-25Libquery: Refactor: add bmain to data passed to callback.Bastien Montagne
2020-05-25Fix T76997: bad handling of embedded IDs in partial append.Bastien Montagne
2020-05-25Fix T76997: bad handling of embedded IDs in partial append.Bastien Montagne
2020-05-15Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-15Fix duplicate ID's being created when appending/linkingCampbell Barton
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-04-21Merge branch 'blender-v2.83-release'Bastien Montagne
2020-04-21Fix T75893: Undo causes crash with "Load UI" disabled.Bastien Montagne
2020-04-21Cleanup: remove unused includesBrecht Van Lommel
2020-04-17Cleanup: use colon after doxygen parameters, spellingCampbell Barton
2020-04-14Cleanup: spellingCampbell Barton
2020-04-10Fix T74815: Shapekeys animation is blocked after second append of the same ob...Bastien Montagne
2020-04-09Silence assert on ID usercount for deprecated IPO.Bastien Montagne