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-11-23Cleanup: shadowing (rna, modifiers, *misc*)Campbell Barton
2015-11-16Usual i18n messages fixes...Bastien Montagne
2015-11-13Tighten checks around unlinkable datablocks becoming LIB_EXTERN.Bastien Montagne
2015-11-13Cleanup: readfile: cleanup a bit error messages.Bastien Montagne
2015-11-13Cleanup: readfile: avoid some verbose if() checks which are already done in c...Bastien Montagne
2015-11-11Cleanup: readfile.c: use id_us_ensure_real() instead of own custom 'at least ...Bastien Montagne
2015-11-10Cleanup: make readfile.c also use ID_FAKE_USERS.Bastien Montagne
2015-11-09Fake user: add BKE_library helpers to set/clear that flag.Bastien Montagne
2015-11-09Cleanup: readfile: get rid of USER_ONE, replaced by USER_REAL everywhere.Bastien Montagne
2015-11-09Fix broken groupobject usercount handling.Bastien Montagne
2015-11-03Don't expand toggle brush on linkingSergey Sharybin
2015-11-03BGE: Remove KX_IPOActuator.Porteries Tristan
2015-11-02Fix T46626: Crash generating previewsCampbell Barton
2015-11-01Fix T46655: crash reading unknown ID typesCampbell Barton
2015-10-28BGE: Fix T46557: Empty collision bounds option with character physicsUlysse Martin
2015-10-28Cycles: Expose user-defined shutter curve to the interfaceSergey Sharybin
2015-10-22Version Bump: 2.76.2, deprecate valuesCampbell Barton
2015-10-22Cleanup: remove script ID-typesCampbell Barton
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-10-15Cleanup: BLO_read: linking API arg order and name.Bastien 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-12Fix T34446: Make Local on linked mesh object: object gets removed if redo fun...Bastien Montagne
2015-10-11Fix warnings and remove casts by adding copy_vx_vx_uchar() functions.Brecht Van Lommel
2015-10-08Fix crash loading modifiers with missing IDsSergey Sharybin
2015-10-08Modifiers: add 'cd_flag' parameter to their ID looping callbacks, neededBastien Montagne
2015-10-08Cleanup: use newlibadr_usCampbell Barton
2015-09-21Armature drawing: custom shape scale optionsCampbell Barton
2015-09-21Fix (unreported) Append/link code: All library datablocks could end with same...Bastien Montagne
2015-09-18Cleanup: remove unused WriteFile membersCampbell Barton
2015-09-13Cleanup: spellingCampbell Barton
2015-09-09Fix T45839 : Regression - Multi-layer image issues when using non-standard namesDalai Felinto
2015-09-09Fix (unreported) crash with undo/outliner and drivers.Bastien Montagne
2015-09-07Fix T46032: Crash w/ file-browser previewCampbell Barton
2015-08-31Fix T45258, impossible to select brush when removing it from 2dAntony Riakiotakis
2015-08-31Write thumbnail directlyCampbell Barton
2015-08-29Cleanup: set `fd->mainlist` to NULL at the end of `blo_read_file_internal()`.Bastien Montagne
2015-08-28Readfile: Minor optimization in undo/redo case: do not call `do_versions_user...Bastien Montagne
2015-08-27Make .blend file thumbnail reading simpler and more coherent, read/store them...Bastien Montagne
2015-08-26Fix T45709: Cached Hair system is not seen in 2.75Sergey Sharybin
2015-08-21Docs: correct some commentsCampbell Barton
2015-08-18Replace 'BLO_is_a_library' by 'BLO_library_path_explode'.Bastien Montagne
2015-08-18Readfile: more efficient OldNewMap lookupsCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-17Cleanup: remove unused Object.ipoflagCampbell Barton
2015-08-14Docs: comment BHead.code valuesCampbell Barton
2015-08-10Data previews: add preview to Object, Group and Scene.Bastien Montagne
2015-08-08Optimize reading of fcurvesSergey Sharybin