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-11-02Fix use-after-free in asset library storage destructionJulian Eisel
2022-11-01Nodes: Add node group assets in add menuHans Goudey
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-19Nodes: Add node group assets to search menusHans Goudey
2022-09-10Fix: Missed return in ASSET_OT_bundle_install item enumeratorJesse Yurkovich
2022-08-30Cleanup: Remove misleading std::string reference bindingHans Goudey
2022-07-29Merge branch 'blender-v3.3-release'Hans Goudey
2022-07-29Fix: Grammar mistake in info messageHans Goudey
2022-07-29Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2022-07-29Cleanup: Use const context argument for UIList callbacksHans Goudey
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-01Assets: Enable collection assets (no longer experimental)Julian Eisel
2022-03-25Cleanup: remove argument to doxygen \fileCampbell Barton
2022-03-25Cleanup: use count or num instead of nbrCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-02-24Fix wrong asset library displayed/loaded in asset view templatesJulian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-07Fix asset-view template ignoring "Asset Indexing" debug optionJulian Eisel
2022-02-04Fix: Missing translations from operator descriptionsHans Goudey
2022-01-26Assets: enable node group assetsJacques Lucke
2022-01-24Cleanup: sort struct forward declarationsCampbell Barton
2022-01-18Assets: Enabling Asset Indexing.Jeroen Bakker
2022-01-18AssetsBrowser: Add ID Properties to Asset IndexerJeroen Bakker
2022-01-14Cleanup: spelling in comments, C++ style comments for disabled codeCampbell Barton
2022-01-06CMake: add missing headersCampbell Barton
2022-01-04Cleanup: Code formatting.Jeroen Bakker
2022-01-03Cleanup: Renamed to_object_value to to_dictionary_value.Jeroen Bakker
2022-01-03Cleanup: Rename ObjectValue to DictionaryValue (Serialization).Jeroen Bakker
2021-12-18Cleanup: compiler warnings with clangBrecht Van Lommel
2021-12-17Allocator: simplify using guarded allocator in C++ codeJacques Lucke
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-13Cleanup: use "filepath" term for Main, BlendFileData & FileGlobalCampbell Barton
2021-12-09Cleanup/Documentation: Add/move comments for asset filesJulian Eisel
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-12-06Disable asset indexing in the Asset ListSybren A. Stüvel
2021-12-06Asset Indexer: use fixed-length string for ID codeSybren A. Stüvel
2021-11-30Merge remote-tracking branch 'origin/blender-v3.0-release'Sybren A. Stüvel
2021-11-30Asset Bundle Copy button: only report each external dependency onceSybren A. Stüvel
2021-11-30Merge remote-tracking branch 'origin/blender-v3.0-release'Sybren A. Stüvel
2021-11-30BPath traversing: allow skipping weak library referencesSybren A. Stüvel
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-25Fix T93357: crash when opening search menuJacques Lucke
2021-11-24Merge branch 'blender-v3.0-release'Julian Eisel
2021-11-24Asset Browser: Support dragging catalogs into top levelJulian Eisel