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
2017-08-13Eevee: Fix the AO problem around object edges.Clément Foucault
2017-08-13DRW: Make Cache timing global and not per object.Clément Foucault
2017-08-13Code cleanup: make L_transparent part of PathRadiance.Brecht Van Lommel
2017-08-13Code cleanup: make DebugData part of PathRadiance.Brecht Van Lommel
2017-08-13Code cleanup: make it easier to test only Sobol, CMJ or Pseudorandom.Brecht Van Lommel
2017-08-12Cycles: optimize CPU split kernel data init.Brecht Van Lommel
2017-08-12Code cleanup: remove unused Cycles random number code.Brecht Van Lommel
2017-08-12Fix T52372: CUDA build error after recent changes.Brecht Van Lommel
2017-08-12Merge branch 'master' into blender2.8Campbell Barton
2017-08-12WM: load UI for new file, even when pref disabledCampbell Barton
2017-08-12GPU_framebuffer: Fix performance issue on intel.Clément Foucault
2017-08-12Eevee: Fix and opimize MinMaxZ generation.Clément Foucault
2017-08-12Fix T52368: OSL trace() crash after recent changes.Brecht Van Lommel
2017-08-12Code cleanup: fix various compiler warnings.Brecht Van Lommel
2017-08-12Merge branch 'master' into blender2.8Brecht Van Lommel
2017-08-12Fix T52298: hidden lamps still compute shadow buffers in viewport.Brecht Van Lommel
2017-08-12Code cleanup: fix warning and improve terminology.Brecht Van Lommel
2017-08-12Merge branch 'master' into blender2.8Campbell Barton
2017-08-12Fix T52329: Boolean with aligned shapes failedCampbell Barton
2017-08-12Math Lib: add isect_seg_seg_v2_point_exCampbell Barton
2017-08-12Fix width estimation for buttons with short labels in pie menusAleksandr Zinovev
2017-08-12Cleanup: quiet warningsCampbell Barton
2017-08-12Merge branch 'master' into blender2.8Campbell Barton
2017-08-12Cleanup: whitespaceCampbell Barton
2017-08-11iFix T52050: Empty VSE preview for scene strips with OpenGL preview + Rendere...Bastien Montagne
2017-08-11Fix T52149: LoopTriArray computation was not correctly protected against conc...Bastien Montagne
2017-08-11Cleanup: remove useless `DM_ensure_looptri()`.Bastien Montagne
2017-08-11Fix transform snap code using 'allocated' flags to get verts/edges/etc. array...Bastien Montagne
2017-08-11Cleanup: deduplicate DM's getLoopTriArray() callback.Bastien Montagne
2017-08-11Merge branch 'master' into blender2.8Campbell Barton
2017-08-11Fix T52346: Alt-I (Delete Keyframes) on a NlaStrip's Extrapolate property wou...Joshua Leung
2017-08-11Fix T52327: Entering/Exiting NLA Tweakmode disables Scene -> Only Keyframes f...Joshua Leung
2017-08-11Fix bevel clamping bugs T51247 and T50819.Howard Trickey
2017-08-11Object Apply Transform: option to apply propertiesCampbell Barton
2017-08-11Fix T52344: Softbody on Text.Bastien Montagne
2017-08-11Tweak maximum sizes of vertices/handle verticesJoshua Leung
2017-08-11Fix: Muted strips in NLA draw with dotted borders againJoshua Leung
2017-08-11Code Cleanup: Use utility function hereJoshua Leung
2017-08-11Revert C99 "cleanups" from rB09bfc378895fJoshua Leung
2017-08-11Nla Drawing: Fix strip outlines being drawn too thickJoshua Leung
2017-08-11GraphEdit Drawing: Make active F-Curve slightly thickerJoshua Leung
2017-08-11GraphEdit Keyframe Drawing: Tweak styling of handlesJoshua Leung
2017-08-11Cycles: Clarify new argument in PathRadianceSergey Sharybin
2017-08-11Cycles tests: Draw images on top of checkerboardSergey Sharybin
2017-08-11Fix T52229: Shadow Catcher artifacts when under transparencySergey Sharybin
2017-08-11Eevee: SSR: Change clamp default.Clément Foucault
2017-08-11Eevee: Refraction: Fix low roughness artifact.Clément Foucault
2017-08-11Pie menu's sub-rows ignore 'EXPAND' flagAleksandr Zinovev
2017-08-11RNA: Operators were excluded from struct mapCampbell Barton
2017-08-11GHash: note that 'deprecated' is used for privateCampbell Barton