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
path: root/source
AgeCommit message (Expand)Author
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
2014-12-06CMake: remove redundant include dirCampbell Barton
2014-12-06Fix crash in RE_AcquiredResultGet32 on debug builds introduced yesterdayJens Verwiebe
2014-12-06Fix inbetween mousemove event getting detected in hotkey buttons.Brecht Van Lommel
2014-12-05Fix playercompile after ecc03c8edJens Verwiebe
2014-12-05Render API: Add RenderEngine.error_set() functionSergey Sharybin
2014-12-05Fix T42807, variance shadow map broken afterFBO changes.Antony Riakiotakis
2014-12-05Amendment to previous commit: Add an option to scene strips to disable GPencilJoshua Leung
2014-12-05Grease Pencil sketches get included when doing OpenGL previews for scene stri...Joshua Leung
2014-12-05Fix for typo + memory leakJoshua Leung
2014-12-05Bugfix T42697: Hiding/unhiding NLA strip doesn't update the 3D ViewportJoshua Leung
2014-12-05To make Strokes Edit Mode a bit more "solid", Tab key can be used to toggle o...Joshua Leung
2014-12-05Selectmouse-drag now works to move GPencil vertsJoshua Leung
2014-12-05BGE VideoTexture: refresh() on ImageFFmpeg should have no effect.Benoit Bolsee
2014-12-04Fix T41883 proxy sizes not correct.Antony Riakiotakis
2014-12-04Fix T42800: Blender suddenly closes after pressing solve camera motionSergey Sharybin
2014-12-04Cleanup and fix for uninitialized output buffer of the sunbeams node.Lukas Tönne
2014-12-04Cleanup: minor int->bool cleanup.Bastien Montagne
2014-12-04Fix T42797: -Werror=sign-conversion Triggered in blf_glyph.cBastien Montagne
2014-12-04Fix building on OSX when OMP is enabled.Bastien Montagne
2014-12-03GPU: code cleanup, no fundamental changesDalai Felinto
2014-12-03Another crappy mistake in VBO code.Antony Riakiotakis
2014-12-03Only annoy coders with warnings, not users.Antony Riakiotakis
2014-12-03Fix really crappy bug after vertex array refactor commit, it used vertexAntony Riakiotakis
2014-12-03Fix typos.Tamito Kajiyama
2014-12-03Make sure materials are updated before passing to renderer in gameAntony Riakiotakis
2014-12-03Fix potential bug (though rather unlikely) - MAX_ID_NAME is 66 now!Bastien Montagne
2014-12-03BGE: Fix Rigid body constraint deletionHG1
2014-12-03Fixes for T41168Mitchell Stokes
2014-12-02Tex Paint: hide selected face-mask edgesCampbell Barton
2014-12-02Fix T42767: Subsurfacing union boolean with same-named UVs crashes BlenderSergey Sharybin
2014-12-02Followup to previous linked list commitSergey Sharybin
2014-12-02Use atomic operations in task poolSergey Sharybin
2014-12-02No need to free GPU images from BKE_image_free_buffers when in background modeSergey Sharybin
2014-12-02Cleanup: style & de-duplicateCampbell Barton
2014-12-02Use more unique allocation strings for new links in the listSergey Sharybin
2014-12-02Fix: Grease Pencil strokes rendered with blotched colours/alpha in OpenGL Pla...Joshua Leung
2014-12-02Lasso Select for GPencil StrokesJoshua Leung
2014-12-02GPencil Drawing: Enable polygon smoothingJoshua Leung
2014-12-02Fix rare crash dragging number-buttonsCampbell Barton
2014-12-02UI messages: Minor typo fix.Bastien Montagne
2014-12-01Collada Importer: Separated finding bone chains and fixing leaf bone orientat...Gaia Clary
2014-12-01Fix for potential bug in paint brush RNA updates, was casting to wrongLukas Tönne
2014-12-01Python: add 'render_write' callbackCampbell Barton
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-12-01Cleanup: hopefully last int->bool one in this area!Bastien Montagne
2014-12-01CMake: Warning re: editing windows/py extractionCampbell Barton
2014-12-01Dim down default (no) material for cycles so it matches default materialAntony Riakiotakis
2014-12-01Fix T42588: Absolute paths not cleaned on win32Campbell Barton
2014-12-01CMake: fix for msvc (take2)Campbell Barton