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-01-17Cleanup: spellingCampbell Barton
2016-01-16Cleanup: use enum constant for DNA comparisonCampbell Barton
2016-01-15Cycles-Bake: Custom Baking passesDalai Felinto
2016-01-11Support for copy/paste groupsCampbell Barton
2016-01-10Some minor fixes from coverity reports.Bastien Montagne
2016-01-09Byte swap doubles on file readCampbell Barton
2016-01-09Readfile: use hash lookup for bonesCampbell Barton
2016-01-08Fix T47047: Toolbars opening at maximum zoom levelCampbell Barton
2016-01-08Koro request: add 'active layer' and 'selected' options to view3D' paste oper...Bastien Montagne
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-28White Balance modifier for the VSEThomas Beck
2015-12-28Cleanup: use BLI_libblock prefix for id functionsCampbell Barton
2015-12-28Changes to rename_id function:Antony Riakiotakis
2015-12-27Minor UI incosistency reported by erickblender on irc. Twist brush isAntony Riakiotakis
2015-12-27Fix T47064: Change Audio defaults to 48 kHzJörg Müller
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-19BGE: Fix unconverted character max jump value from old files.Porteries Tristan
2015-12-14Usual i18n fixes, and cleanup: fix 'randomise' -> 'randomize' spelling in code.Bastien Montagne
2015-12-13GPencil: Bump subversion and ensure that the datablock-level onionskinning fl...Joshua Leung
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-12-04Fix (unreported) bad LI_ID usercount when linking a new lib.Bastien Montagne
2015-12-02Fix T46909: Text strip not themeableJulian Eisel
2015-12-01Cleanup: use more logical names for View3D.aroundCampbell Barton
2015-11-26Fix assert navigating into dir w/ `.blend` suffixCampbell Barton
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