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-06-29Cleanup: rename BKE_asset to BKE_asset_engine.Bastien Montagne
2016-04-29More WIP code for actual assets reload.Bastien Montagne
2016-04-28Refactor load_pre helper to work from both DirEntries and uuids...Bastien Montagne
2016-04-28Cleanup: get rid of blocking asset update_check code.Bastien Montagne
2016-04-20Make opening .blend file use new async 'check asset updates' operator.Bastien Montagne
2016-04-19Asset update: WIP proof-of-concept async (job-based) update code.Bastien Montagne
2016-04-15Move core of update check to BKE's asset area, add an operator for that too.Bastien Montagne
2016-04-07Finish implementing 'reports' in asset engine (not used yet).Bastien Montagne
2016-02-15WIP Add asset sub-data dependency info.Bastien Montagne
2015-08-18Merge branch 'asset-experiments' into asset-engineBastien Montagne
2015-05-26Add asset engine version to uuids list struct.Bastien Montagne
2015-05-26Fix asset engine resetting on every resize!Bastien Montagne
2015-04-16WIP work to pass asset data to operator.Bastien Montagne
2015-04-14More fixes...Bastien Montagne
2015-04-13Fix stupid freeing issues.Bastien Montagne
2015-04-09AssetEngine WIP support of new filelisting behavior in filebrowser...Bastien Montagne
2015-04-06Merge branch 'asset-experiments' into asset-engineBastien Montagne
2015-04-04Merge branch 'asset-experiments' into asset-engineBastien Montagne
2015-04-02AssetEngine: Add needed API for new 'on demand' entries listing from FileBrow...Bastien Montagne
2015-03-17AssetEngine: add IDProps, and RNA access to actual asset engine from filespace.Bastien Montagne
2015-03-17Merge branch 'asset-experiments' into asset-engineBastien Montagne
2015-03-15Amber: only list dirs from real filesystem.Bastien Montagne
2015-03-13Revert "Revert "Merge branch 'asset-engine' into asset-experiments""Bastien Montagne
2015-03-13Revert "Merge branch 'asset-engine' into asset-experiments"Bastien Montagne
2015-03-12Add load_pre callback to RNA, and stupid dummy code in Amber to make quick te...Bastien Montagne
2015-03-12RNA listdir: add some more accessors, and ability to remove/clear list of ent...Bastien Montagne
2015-03-12First step to add 'load_pre' behavior.Bastien Montagne
2015-03-10Add refcounting and shallow copy to AssetEngine.Bastien Montagne
2015-03-05Cleanup - remove big commented blocks from renderengine initial copy/paste.Bastien Montagne
2015-03-05Add some asset engine-aware stuff in filebrowser.Bastien Montagne
2015-03-05WIP start defining asset engine API.Bastien Montagne
2015-03-05Void skeleton of asset engine.Bastien Montagne