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: Data-block asset metadata storage, reading and APIJulian Eisel
2020-10-03Cleanup: rename main preferences versioning functionCampbell Barton
2020-10-02Fix userpref.blend using version from startup.blendCampbell Barton
2020-09-08Cleanup: naming for library link enumCampbell Barton
2020-09-08Refactor: move library linking arguments into a parameter structCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-18No experimental feature (but debug ones) to work for blender beta/releaseDalai Felinto
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-23Cleanup: use doxy sections for BLI read/write headersCampbell Barton
2020-03-17Add experimental global undo speedup.Bastien Montagne
2020-03-03IDs: change FILTER_ID_* to 64 bit to make space for new ID typesBrecht Van Lommel
2020-02-20Cleanup: unused enumsCampbell Barton
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-07-31Cleanup: remove BLO_update_defaults_userpref_blendCampbell Barton
2019-07-31Preferences: don't store preferences in the startupCampbell Barton
2019-06-13Fix T65445: wrong defaults when appending workspaces from builtin templatesBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-25Copy/Paste: refactor to be able to paste any kind of IDs, by type.Bastien Montagne
2019-02-19Fix T61683: Linking the instance of a collection crashes Blender.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-08Fix (unreported) crash when undoing after ID deletion.Bastien Montagne
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2018-12-30Cleanup: remove non-existing function declarationsCampbell Barton
2018-12-18Fix paste/append w/ local-viewCampbell Barton
2018-11-22Merge branch 'master' into blender2.8Campbell Barton
2018-11-22Fix T57989: File loaded as startupCampbell Barton
2018-09-18Workspaces: move 2D Animation, VFX and Video workspaces into own templates.Brecht Van Lommel
2018-09-12Cleanup: move preference versioning into own fileCampbell Barton
2018-08-20Workspaces: replace bundled workspace.blend with embedded startup.blend.Brecht Van Lommel
2018-08-08Cleanup: remove leftover game player code.Brecht Van Lommel
2018-06-27Theme: set default theme 'Flatty Dark Blueberry'Campbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenloaderCampbell Barton
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2017-12-04Merge branch 'master' into blender2.8Bastien Montagne
2017-12-04Cleanup: link/append: get rid of booleans in func parameters.Bastien Montagne
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Cleanup: Use full name for scene_layer in blenloaderSergey Sharybin
2017-10-23Cleanup: Remove unused function declarationJulian Eisel
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-26Implement support for Append objects in Blender 2.8Dalai Felinto
2017-03-16Add BKE_blendfile_userdef_read_from_memoryCampbell Barton
2017-03-16Fix BGE building.Bastien Montagne