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-02-22Revert "BKE: Changing ID freeing order."Campbell Barton
2018-02-22BKE: Changing ID freeing order.Clément Foucault
2018-01-16Add dedicated pointer to an original ID datablockSergey Sharybin
2017-12-19Add more granular ID recalc bitsSergey Sharybin
2017-12-18Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-18Add dedicated named constant for no ID recalc flagSergey Sharybin
2017-12-18Fix bad merge happened at some pointSergey Sharybin
2017-12-18Add macros to check whether an ID is a static override or has a template for it.Bastien Montagne
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-14DNA: Add dedicated recalc flag to IDSergey Sharybin
2017-12-13Comment out and tag unused bit as unusedSergey Sharybin
2017-12-13Comment out and tag unused bit as unusedSergey Sharybin
2017-12-11DNA/RNA: add 'py_instance' for ID typesCampbell Barton
2017-11-29Merge ID static override, part I: core changes in DNA, BKE and .blend read/wr...Bastien Montagne
2017-11-27Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-27Cleanup: indentationSergey Sharybin
2017-11-21Depsgraph: Tag evaluated mesh as suchSergey Sharybin
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-08-28Merge branch 'master' into blender2.8Sergey Sharybin
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-08-07Merge branch 'master' into blender2.8Bastien 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-29Merge branch 'master' into blender2.8Campbell Barton
2017-07-26PyAPI: Store PyInstances for ID'sCampbell Barton
2017-07-19ID: Add run-time flag indicating that ID is coming from copy-on-writeSergey Sharybin
2017-06-12Rename probe to light-probeCampbell Barton
2017-06-09DNA_ID Fix commentClément Foucault
2017-06-09Probe: Add new object datablockClément Foucault
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-04Vertex paint with draw managerLuca Rood
2017-05-03Weight painting with draw managerLuca Rood
2017-04-13Merge branch 'master' into blender2.8Alexander Romanov
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-03-30Layers: use IDProperty and override collection properties systemDalai Felinto
2017-01-04Fix T50369: Objects can't be deleted from scene when using "link group object...Bastien Montagne
2016-12-23Readfile: Resurrect do_versions_after_liblink.Bastien Montagne
2016-12-19Fix (unreported) linked datablocks going through do_versions several times.Bastien Montagne
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-10-27Fix T49829: Removal of custom icon previews during add-on unregister crashes ...Bastien Montagne
2016-08-08Fix ID types DAG update tagging.Kévin Dietrich
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-28Make ID types typed enum, to easily spot missing ones in core switches of lib...Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-07readfile: avoid library lookups for every id on undoCampbell Barton
2016-06-06Cleanup: remove unused Library.idblockCampbell Barton
2016-03-14Better fix for T47787 - remove extra user due to 'user_one' as soon as we inc...Bastien Montagne
2016-03-14Fix T47787: When performing operation 'Make single user' -> 'obj&data', objec...Bastien Montagne