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-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
2014-03-20Code cleanup: use boolsCampbell Barton
2014-03-20Fix T39270: Since as the Move Clip Editor have only two modes, menu on tab is...Sergey Sharybin
2014-03-20Code cleanup: use bool/true/false in clip editorSergey Sharybin
2014-03-20Code cleanup: use true/false in sequencer functionsSergey Sharybin
2014-03-20Fix T39141: Video Sequencer Proxies don't take into account Strip Input Offse...Sergey Sharybin
2014-03-20Fix for crash generating docs (enums with only callbacks)Campbell Barton
2014-03-20Fix for crash happening on blender exit after the bakeSergey Sharybin
2014-03-20BGE: Adding support for the Cast Only material option.Mitchell Stokes
2014-03-20Fix T39271: Crash in MCE with "p" shortcut without clipSergey Sharybin
2014-03-20Fix T36566: 2D filters broken in the Blenderplayer when using side by side st...Mitchell Stokes
2014-03-20View3D: remove orbit snapping LUT, allow to snap axis but not rollCampbell Barton
2014-03-20Math Lib: add angle_qt functionsCampbell Barton
2014-03-20View3D: avoid matrix multiply using ED_view3d_boundbox_clipCampbell Barton