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-12-17Fix T58652: Crash editing shape keys weirdness with instancesSergey Sharybin
2018-12-14Fix broken particle distribution after recent fixSergey Sharybin
2018-12-04Fix for assert failure in material previewSergey Sharybin
2018-11-09BKE_id_is_in_gobal_main > BKE_id_is_in_global_mainDalai Felinto
2018-11-07Cleanup/Refactor: move Main stuff into BKE's new main.c file (and header).Bastien Montagne
2018-10-31UI/Unique ID name: add library ID name if present.Bastien Montagne
2018-09-11Workspace: support reordering of workspaces from RMB menu.Brecht Van Lommel
2018-08-23Add helper to BKE_library to generate unique string key for an ID.Bastien Montagne
2018-08-06Cleanup LIB_ID_COPY_ flags a bit, add missing comment.Bastien Montagne
2018-06-22Merge branch 'master' into blender2.8Bastien Montagne
2018-06-22BKE_library: Add func to check an ID is actually in G_MAIN database.Bastien Montagne
2018-06-05Merge branch 'master' into blender2.8Bastien 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-31Merge branch 'master' into blender2.8Bastien Montagne
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-30ID copy: Add flag which allows custom data to reference original datablockSergey Sharybin
2018-05-14Fix T55031: add explicit copy flag to force deep-copying shapekey datablock w...Bastien Montagne
2018-05-04ID management: add higher level BKE_id_new... helpers.Bastien Montagne
2018-05-03Fix for material/node tree localizationSergey Sharybin
2018-01-25Merge branch 'master' into blender2.8Campbell Barton
2018-01-25Cleanup: correct ATTR_NONNULL useCampbell Barton
2017-12-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-06Library: Add flag top keep ID library pointer aroundSergey Sharybin
2017-11-29Preparing merge of id_override_static: add BKE_id_swap().Bastien Montagne
2017-11-05Merge branch 'master' into blender2.8Campbell Barton
2017-11-05Cleanup: remove paranoid NULL checkCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Remove unused bmain argument from BKE_libblock_free_dataSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Cleanup: Indentation got broken in previous commitSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Add utility function to free memory used by a datablockSergey Sharybin
2017-06-13Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-13Add utility function to get size of given ID typeSergey Sharybin
2017-06-09Probe: Add new object datablockClément Foucault
2017-06-01Main Workspace IntegrationJulian Eisel
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2017-01-31Add optional, free-after-use usages mapping of IDs to Main.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-15Get rid of 'drivers unlinking' code in `BKE_libblock_free_data()`Bastien Montagne
2016-11-15Avoid interface ID remapping when freeing the whole databaseSergey Sharybin
2016-11-15Avoid driver target remapping when freeing the whole databaseSergey Sharybin
2016-11-08Depsgraph: Use atomics to tag ID when evaluating driverSergey Sharybin