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
2015-10-13Revert to master - those changes are globally valid, but remain incomplete,free-refcount-idsBastien Montagne
2015-10-08Merge branch 'master' into free-refcount-idsBastien Montagne
2015-10-08Fix T46386: Duplicate fails updating driver linksCampbell Barton
2015-10-05Cleanup , and remove public '_release_datablocks' funcs for now.Bastien Montagne
2015-10-01Free IDs: MovieClip & Mask.Bastien Montagne
2015-10-01Free IDs: Nodes & Groups.Bastien Montagne
2015-10-01Free IDs: Action & Armature.Bastien Montagne
2015-10-01Free IDs: Sound & Speaker.Bastien Montagne
2015-10-01Free IDs: vfont & text.Bastien Montagne
2015-09-30Free ID: Brush & World.Bastien Montagne
2015-09-30ID free: GP & particles...Bastien Montagne
2015-09-30ID free: freestylelinestyle & other minor types, some cleanups (mostly use ME...Bastien Montagne
2015-09-27Free IDs; lattice & camera.Bastien Montagne
2015-09-27Free IDs: images & lamps.Bastien Montagne
2015-09-27ID freeing: materials and textures.Bastien Montagne
2015-09-27ID free: tackle Scene (and Library, but not much to do there).Bastien Montagne
2015-09-24Clean up `BKE_object_free()` and add `BKE_object_release_datablocks()`.Bastien Montagne
2015-09-24Cleanup of free/unlink/release of ID: mesh/curve/mball.Bastien Montagne
2015-08-29Fix missing 'case idx' line in (debug-only & disabled) valgrind-friendly BKE_...Bastien Montagne
2015-08-27Make .blend file thumbnail reading simpler and more coherent, read/store them...Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-29Fix T45022: Update missing when linking objects with new depsgraphSergey Sharybin
2015-06-16Cleanup: styleCampbell Barton
2015-06-12Fix wrong proxy pointer hanging around after making all localSergey Sharybin
2015-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2015-05-23Cleanup: typosCampbell Barton
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-05-06Cleanup: use ntreeFromIDCampbell Barton
2015-05-04Cleanup: WM_main_remove_notifier_referenceCampbell Barton
2015-05-04Cleanup: naming for callback wrappersCampbell Barton
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-19Freestyle: pass Main struct to new/copyCampbell Barton
2015-03-18Fix bad memory access freeing viewport which uses movie clipSergey Sharybin
2015-02-10correct last commitCampbell Barton
2015-02-10Fix: Grease Pencil datablocks can be copied using the ID.copy() API method nowJoshua Leung
2015-02-06cleanup: styleCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-08Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2015-01-06cleanup: warningsCampbell Barton
2014-09-22Corrent recent commit: off by one errorCampbell Barton
2014-09-22Correct MAX_LIBARRAY define, assert when its wrongCampbell Barton
2014-07-23Fix for mixup in startup.blend data init when userprefs.blend was missingCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-16Cleanup: Adhere to our naming convention for BKE_linestyle.h APICampbell Barton
2014-07-02Fix T40364: Texture images are not properly displayed in the material preview...Sergey Sharybin
2014-06-26Forgot this in previous commitSergey Sharybin
2014-06-26Replace Main->lock with an anoynous structure pointerSergey Sharybin
2014-06-24Make main library safe(er) for the threaded usageSergey Sharybin
2014-05-09Fix T40108: Copying materials leaves a shared Action datablock in nestedLukas Tönne
2014-05-03Patch D246: Texture Marks for freestyle strokes, written and contributed by P...Tamito Kajiyama