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-06-18Fix a very nasty and sneaky bug in lib remap / static override code.Bastien Montagne
2018-06-18Cleanup: use DEG tag flags, instead of old OB ones.Bastien Montagne
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-12Cleanup: moar removal of G.main in BKE area...Bastien Montagne
2018-05-29Merge branch 'master' into blender2.8Bastien Montagne
2018-05-29Cleanup: Get rid of G.main in BKE_material.Bastien Montagne
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-11Depsgraph: Remove workaround for scene freeSergey Sharybin
2018-05-09BKE_id_free(): avoid UI and DEG calls when tagged with LIB_TAG_NO_MAINSybren A. Stüvel
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-03-09Cleanup: iterator macrosCampbell Barton
2018-03-01Cleanup: macro's w/ an _END need a matching _BEGINCampbell Barton
2018-02-22Fix T54136: Crash when deleting an object that is in an instanced groupDalai Felinto
2018-01-25Merge branch 'master' into blender2.8Bastien Montagne
2018-01-25Fix T53363: Blender won't update mesh's usercount when deleting object databl...Bastien Montagne
2017-12-11DNA/RNA: add 'py_instance' for ID typesCampbell Barton
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-11-29Merge ID static override, part I: core changes in DNA, BKE and .blend read/wr...Bastien Montagne
2017-11-08Farewell Scene->baseDalai Felinto
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-08-26Merge branch 'master' into blender2.8Campbell Barton
2017-08-25Fix T52481: After making all local, local proxies of linked data get broken a...Bastien Montagne
2017-08-10Fix after last merge.Bastien Montagne
2017-08-10Merge branch 'master' into blender2.8Bastien Montagne
2017-08-10Fix T52324: Metaball disappears when deleting first metaball object.Bastien Montagne
2017-08-07Merge again...Bastien Montagne
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-07-26Last commit broke WITH_PYTHON_SAFETYCampbell Barton
2017-07-26BPY_id_release was a nop, use RNA invalidate directlyCampbell Barton
2017-06-27Merge branch 'master' into blender2.8Campbell Barton
2017-06-26Fix T51902: Severe problem with relocating linked libraries when using proxies.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-14Add utility function to free memory used by a datablockSergey Sharybin
2017-06-13Woarkspace: Remove residue of hidden typeSergey Sharybin
2017-06-12Rename probe to light-probeCampbell Barton
2017-06-09Probe: Add new object datablockClément Foucault
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-05Merge branch 'master' into blender2.8Campbell Barton
2017-05-04Add debug/timing prints in MakeLocal and remapping code.Bastien Montagne
2017-04-13Merge branch 'master' into blender2.8Alexander Romanov
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-06Depsgraph: Remove old header from blenkernelSergey Sharybin
2017-03-03Merge branch 'master' into blender2.8Julian Eisel
2017-03-03Fix T49655: Reloading library breaks proxies.Bastien Montagne
2017-02-14Layer Macros: create the instance as part of the macroDalai Felinto