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
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
2016-01-04ID: Sanitize handling of 'USER_ONE' (ensure_user) case.Bastien Montagne
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-11-10Cleanup: ID usercount: moar checks and factorization. No change in behavior e...Bastien Montagne
2015-10-22Cleanup: remove script ID-typesCampbell Barton
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-08-21Fix T45658: linked library object loses particle settings.Bastien Montagne
2015-08-14Docs: comment BHead.code valuesCampbell Barton
2015-08-10Data previews: add utils to generate/clear previews.Bastien Montagne
2015-07-19Cleanup: styleCampbell Barton
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-01-27Fix T43398: Viewport "Renderend" ist not updated when a material is assigned ...Sergey Sharybin
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton
2014-11-19Cleanup: #define -> enums.Bastien Montagne
2014-09-23Cleanup: use struct names in ID commentsCampbell Barton
2014-08-07Cleanup: unused definesCampbell Barton
2014-08-04Macros: prevent instantiation of args for type checksCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-01-22Fix T38306: dupliframes causing viewport render to continually restart.Brecht Van Lommel
2013-12-08Fix T37212: Wrong user counter when more than 32K usersSergey Sharybin
2013-08-17change CHECK_TYPE_INLINE macro not to add the pointer in the macro.Campbell Barton