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
2014-08-28Texture painting:Antony Riakiotakis
2014-08-15UI: avoid spacetype and butspacetype mismatchCampbell Barton
2014-08-12Cleanup.Bastien Montagne
2014-08-12Fix T41411: Undo crashing with background images set.Bastien Montagne
2014-08-04Fix memory leak of main lock when reading from library files.Antony Riakiotakis
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-26BGE: New Mouse ActuatorJorge Bernal
2014-06-18Code cleanup: replace 0 with OB_MODE_OBJECTCampbell Barton
2014-05-08Workaround T40046: Undo/redo crashes properties editorCampbell Barton
2014-05-03Patch D246: Texture Marks for freestyle strokes, written and contributed by P...Tamito Kajiyama
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Fix T39933: Link/Append Scenes misses VSE mask, clipsCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-02Add drag-resize to uiTemplatePreview (mat/tex/etc. preview widget).Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-07Removing ParticleSystem->frand arrays to avoid memory corruption issuesLukas Tönne
2014-03-05Move do-versions functions for 2.70Campbell Barton
2014-02-22Replace the int argument for user count mode when restoring pointers onLukas Tönne
2014-02-21Fix T37719: NodeTrees lose users on undo.Lukas Tönne
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Fix T38340 and T38473: fixed Scene pointers in Composite and Defocus nodes do...Lukas Tönne
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell 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
2014-01-29Option to lock the interface while renderingSergey Sharybin
2014-01-27Curves: save active point to fileKevin Mackay
2014-01-20Clear object recalc flag on loadTom Edwards
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-14Empties with Images draw type: add support for movies and image sequencesGeoffroy Krantz
2014-01-07Text3d: move text selection boxes from Curve to EditFont structCampbell Barton
2014-01-05Fix memory leak caused by main library splitSergey Sharybin
2014-01-01Fix crash happening in Cycles fcurve modifierSergey Sharybin
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-26Fix T37945: Crash after undoSergey Sharybin
2013-12-18Fix T37843: area split widget missing in python console editor.Brecht Van Lommel
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-12-16UI: Tabs categories for panels (D75)Campbell Barton
2013-12-14Code cleanup: Remove "TexFace to Material Convert", from the file menu. This ...Thomas Dinges
2013-12-13Image cache rewrite to using generic movie cacheSergey Sharybin
2013-12-13Fix T37572: text editor scrolling not working well with Mac trackpad panning.Brecht Van Lommel
2013-12-12Sculpt mode Gravity feature from GSOC 2010 by Jason Wilkins.Antony Riakiotakis
2013-12-11Move curve's boundbox and texspace calculation out of modifier stackSergey Sharybin
2013-12-03View Navigation: Walk and Fly modesDalai Felinto