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
2018-07-17Volume object datablock skeleton code.temp-volume-objectBrecht Van Lommel
2018-06-27Cleanup: styleCampbell Barton
2018-06-22Tweak new BKE_id_is_in_global_main to accept NULL pointer (and consider them ...Bastien Montagne
2018-06-22BKE_library: Add func to check an ID is actually in G_MAIN database.Bastien Montagne
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-12Cleanup: remove some G.main from ED's animsys.Bastien Montagne
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-05Cleanup: add hleper functions to get filepath from Main.Bastien Montagne
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-09Fix broken 'check/validate libs' code with indirect libs.Bastien Montagne
2018-04-25Library: Add assert to catch unsupported copy flags combinationSergey Sharybin
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-16Cleanup: indentationCampbell Barton
2017-12-06Library: Add flag top keep ID library pointer aroundSergey Sharybin
2017-11-23Cleanup: use signed atomic ops when needed.Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-11-05Cleanup: remove paranoid NULL checkCampbell Barton
2017-11-05Cleanup: spellingCampbell Barton
2017-10-19Allow non-initialized memory to be passed to BKE_id_copy_exSergey Sharybin
2017-10-18Fix mistake in new ID copy code in 'no allocate' case.Bastien Montagne
2017-10-18Fix wrong comment (leftover from dev time).Bastien Montagne
2017-08-14Fix T52391: Crash on duplicating material.Bastien Montagne
2017-08-11Cleanup: whitespaceCampbell Barton
2017-08-10Cleanup & fix potential NULL pointer dereferencing.Bastien Montagne
2017-08-10Fix T52314: New ID copy code (rBrB9da7dfa1586d) Breaks node previews in compo...Bastien Montagne
2017-08-09Fix typo in new ID copying code.Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-13Add utility function to get size of given ID typeSergey Sharybin
2017-05-05MakeLocal: fix bad (missing) handling of proxy_from uglyness.Bastien Montagne
2017-05-05MakeLocal: switch back to secure, slightly slower final steps.Bastien Montagne
2017-05-05MakeLocal: forcefully recalc affected armatures' poses.Bastien Montagne
2017-05-04Add debug/timing prints in MakeLocal and remapping code.Bastien Montagne
2017-03-11Cleanup: code style & cmakeCampbell Barton
2017-01-31Cleanup: use 'cb_flag', not 'cd_flag' for library_query callbacks.Bastien Montagne
2017-01-31Cleanup: Rename callback flags from library_query to `IDWALK_CB_...`Bastien Montagne
2017-01-31Make 'make local' twice quicker.Bastien Montagne
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2017-01-31Fix missing non-ID nodetrees in ID relationships built from library_query.cBastien Montagne
2017-01-31Add optional, free-after-use usages mapping of IDs to Main.Bastien Montagne
2017-01-20Cleanup/fix some BLI_string_utf8 not using size_t/off_t as expected.Bastien Montagne
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2017-01-01Fix T50305: When adding new ID with same name as existing, Blender could gene...Bastien Montagne
2016-12-12Cleanup: Rename BKE_libblock_relink, and move it to BKE_library_remap.hBastien Montagne
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-11-15Avoid interface ID remapping when freeing the whole databaseSergey Sharybin
2016-11-13Fix T50013: Blender 2.78a Link/Append Crash.Bastien Montagne
2016-11-12Fix renaming error in last commitCampbell Barton