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-17Cleanup: trailing space for DNA headersCampbell Barton
2018-06-09Cleanup: remove some G.main usages.Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-01-11Fix critical issue with our DNA ID tags (two totally different tags having sa...Bastien Montagne
2017-12-18Add dedicated named constant for no ID recalc flagSergey 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-11DNA/RNA: add 'py_instance' for ID typesCampbell Barton
2017-11-27Cleanup: indentationSergey Sharybin
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-04-13Datablock ID PropertiesAlexander Romanov
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
2013-04-01Merged changes in the trunk up to revision 55700.Tamito Kajiyama
2013-03-31style cleanupCampbell Barton
2013-03-23A major code update for making the DNA file specification of Freestyle settingsTamito Kajiyama
2013-03-19svn merge ^/trunk/blender -r55357:55372Campbell Barton