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
2016-02-25Merge branch 'asset-engine' into asset-experimentsBastien Montagne
2016-02-15WIP Add asset sub-data dependency info.Bastien Montagne
2016-01-12Merge branch 'id-remap' into asset-experimentsBastien Montagne
2016-01-12Merge branch 'master' into asset-engineBastien Montagne
2016-01-12Merge branch 'master' into id-remapBastien Montagne
2016-01-11Support for copy/paste groupsCampbell Barton
2016-01-08Koro request: add 'active layer' and 'selected' options to view3D' paste oper...Bastien Montagne
2015-12-17Cleanup: mostly removes useless diff from master.Bastien Montagne
2015-12-17Merge branch 'id-remap' into asset-experimentsBastien Montagne
2015-10-15Merge branch 'master' into asset-engineBastien Montagne
2015-10-15Merge branch 'missing-libs' into id-remapBastien Montagne
2015-10-15Cleanup: BLO_read: linking API arg order and name.Bastien Montagne
2015-10-15Merge branch 'master' into asset-engineBastien Montagne
2015-10-12Merge branch 'master' into id-remapBastien Montagne
2015-10-12Cleanup & rework of BLO_linking code.Bastien Montagne
2015-10-12Cleanup: BLO: use proper typedef for expand_doit callback.Bastien Montagne
2015-10-12Cleanup: BLO: move func doc comments to definitions of functions.Bastien Montagne
2015-10-12Cleanup in BLO API: rename 'append' funcs to 'link', since none do append, bu...Bastien Montagne
2015-10-05Merge branch 'lib-link-rework-temp' into id-remapBastien Montagne
2015-10-05Minor cleanup.Bastien Montagne
2015-09-21Better handling of missing datablocks in reload case.Bastien Montagne
2015-09-17Serious rework (again) of append/link code, to make it more generic.Bastien Montagne
2015-08-30Merge branch 'asset-experiments' into asset-engineBastien Montagne
2015-08-27Make .blend file thumbnail reading simpler and more coherent, read/store them...Bastien Montagne
2015-08-18Replace 'BLO_is_a_library' by 'BLO_library_path_explode'.Bastien Montagne
2015-06-02WIP more work towards inclusion of asset engine/asset uuids in linking process.Bastien Montagne
2015-05-20Merge branch 'master' into asset-experimentsBastien Montagne
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-03-30Merge branch 'master' into asset-experimentsBastien Montagne
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-02-15Merge branch 'master' into asset-experimentsBastien Montagne
2015-02-15Cleanup: BLI_listdir (direntry): get rid of usage of raw malloc/free here.Bastien Montagne
2015-01-20Merge branch 'master' into asset-experimentsBastien Montagne
2015-01-19Cleanup: unused Global flags.Campbell Barton
2014-12-08Take IDTypes into account when sorting by types.Bastien Montagne
2014-12-08Get rid of BLO_is_a_library.Bastien Montagne
2014-12-04Fix issues when data name have slash inside.Bastien Montagne
2014-07-23Fix for mixup in startup.blend data init when userprefs.blend was missingCampbell Barton
2014-01-31Code cleanup: comments and warningsCampbell Barton
2014-01-30Code cleanup: add BLI_testextensie_n, replacing multuple calls to BLI_testext...Campbell Barton
2013-09-10startup.blend: add a function BLO_update_defaults_startup_blend to changeBrecht Van Lommel
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-21change filepath limit from 240 to 1024Campbell Barton
2011-11-01== Cleanup of SpaceImasel ==Andrea Weikert