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-03-25Fix T39395: Switching to "Textured solid" and "GLSL" view will cause the FPS ...Sergey Sharybin
2014-03-25Fix T39397: Leaving leaving camera from quadview set orthoCampbell Barton
2014-03-25Code cleanup: Removing KX_KetsjiEngine::m_drawingmodeMitchell Stokes
2014-03-25Fix T38929: BGE: Strange behaving from addObject after trying to add an nonex...Mitchell Stokes
2014-03-25Add a slight shadow to the radial operator text. It helps when brushAntony Riakiotakis
2014-03-25Code cleanup: function callsCampbell Barton
2014-03-25Code cleanup: rename easing functions with BLI_easing_ prefixCampbell Barton
2014-03-25Code cleanup: rename BLI_math_easing to BLI_easingCampbell Barton
2014-03-25Code cleanup:Antony Riakiotakis
2014-03-25Code cleanup: ifdef debug only checks and simplify manifold testCampbell Barton
2014-03-25Fix T39262: Regression in 2.70, wire-frame editmode tool replaced allCampbell Barton
2014-03-25Fix possible use of invalid face index with wireframe toolCampbell Barton
2014-03-25Improvements to radial control operator:Antony Riakiotakis
2014-03-24Fix T39392: Python bindings for geometry.box_pack_2d() return invalid total h...Bastien Montagne
2014-03-24OSX/sculpt/omp: missing initialisation of size_t pcount_len, oddly worked fin...Jens Verwiebe
2014-03-24Fix T39383: Blender crash when renaming bone in outliner (weight paint mode).Bastien Montagne
2014-03-24Remove the code which checked whether early object update skip didn't failSergey Sharybin
2014-03-24Fix T39318: Blender 2.70 crash when I link an assetSergey Sharybin
2014-03-24Fix T39331: Dissolve vertex crashCampbell Barton
2014-03-24Code cleanup: float/double promotionCampbell Barton
2014-03-24Code Cleanup: PBVH, avoid sqrt and use bool for raycast functionsCampbell Barton
2014-03-24Code cleanup: styleCampbell Barton
2014-03-24Fix for invalid abs() use (from daccaa7)Campbell Barton
2014-03-23Change to sampling: Take biggest triangle side as detail size onAntony Riakiotakis
2014-03-23Fix T39351: Blender crashes when enabling Mesh Analysis.Lukas Tönne
2014-03-23Fix T39347: Pressing backspace during empty number input for translation resu...Bastien Montagne
2014-03-23Further tweaking to numinput - enhance 'Reset' behavior.Bastien Montagne
2014-03-23Use eyeliner cursor for sampling. Thanks to Thomas Beck for theAntony Riakiotakis
2014-03-23Detail sampling operatorAntony Riakiotakis
2014-03-22Flood fill for dyntopo constant detail mode.Antony Riakiotakis
2014-03-22Warning cleanup:Antony Riakiotakis
2014-03-22A few spelling fixesJoshua Leung
2014-03-22More driver linting messages - procedural animation and no-variables for aver...Joshua Leung
2014-03-21Possible fix for T39330 period key is ignored in transform operationsAntony Riakiotakis
2014-03-21Fix T39279 Vertex paint modes do not work well with mirror modifierAntony Riakiotakis
2014-03-21Compile fix for Windows, M_PI was undefined.Thomas Dinges
2014-03-21Forgot to remove test printfJens Verwiebe
2014-03-21Sculpt: Fix non openMP threads not set correct and use optimal omp threadcoun...Jens Verwiebe
2014-03-21Fix T39323: Animation playback is not synchronized when Screen Layout changes.Bastien Montagne
2014-03-21Patch T22084: Robert Penner Easing Equations for FCurvesJoshua Leung
2014-03-21Use the new BKE_libblock_copy_nolib function for bNodeTree datablocksLukas Tönne
2014-03-21Fix T39209: Localizing materials could cause heisenbug with concurrentSergey Sharybin
2014-03-21Fix T39312 Multipling two values in the Transform Tools Number Input not poss...Bastien Montagne
2014-03-21Fix T39305: Matcap Crash when using Material Nodes in Blender InternalSergey Sharybin
2014-03-21Fix T39306: Backface culling in Multitexture always uses mat game settingsBastien Montagne
2014-03-21Fix T38051: Even if Color Management is disabled, it is still applied to the ...Sergey Sharybin
2014-03-21Fix T39186: Matroska audio support (mka, mkv without video stream)Sergey Sharybin
2014-03-21Fix T39207: FCurve evaluation regressions following 2aff243 (again)Joshua Leung
2014-03-21Debug prints weren't getting triggered, since they no longer use the old flagJoshua Leung
2014-03-20Fix for clang build warnings: ATTR_WARN_UNUSED_RESULT is used afterLukas Tönne