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/intern
AgeCommit message (Expand)Author
2013-02-10Fix #34184: cycles speed vector pass should be zero when using motion blur,Brecht Van Lommel
2013-02-10add option not to calculate tessellation faces when converting an object to a...Campbell Barton
2013-02-08building ghost-sdl works again.Campbell Barton
2013-02-07removing xinerama on X11 dependency, this wasn't working very usefully.Campbell Barton
2013-02-07CUDA / sm_20:Thomas Dinges
2013-02-07Fix small memory leak in cycles tile render, a few bytes for each tile.Brecht Van Lommel
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2013-02-06add missing bullet header to cmake, quiet reports from 'make test_cmake'Campbell Barton
2013-02-06enable xinerama for scons.Campbell Barton
2013-02-06rigidbody: Code cleanupSergej Reich
2013-02-06rigidbody: Invert spring damping rangeSergej Reich
2013-02-05Fix cycles missing AA/alpha settings for OpenGL render, these are now in the ...Brecht Van Lommel
2013-02-05Apparently my system here considers fullscreen window as maximizedSergey Sharybin
2013-02-05Didn't notice this panel was already enabled for CyclesSergey Sharybin
2013-02-05Add missing Custom Properties panels when Cycles render is activeSergey Sharybin
2013-02-05Fix #34041: rendered view + borderSergey Sharybin
2013-02-05Fix particle child render resolution access not working outside of the render...Brecht Van Lommel
2013-02-05Fix non-progressive lamps with multiple samples not giving correct intensity ...Brecht Van Lommel
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-02-04Cycles UI Code:Thomas Dinges
2013-02-04Fix for [#34110] Displacement modifier + Procedural texture + Cycles -> 'None...Thomas Dinges
2013-02-04code cleanup: warningsCampbell Barton
2013-02-04Fix cycles intersection issue with overlapping faces on windows 32 bit and CPUBrecht Van Lommel
2013-02-04Fix window fullscreen crash when building for Mac OS X 10.5.Brecht Van Lommel
2013-02-04Cycles / OSL:Thomas Dinges
2013-02-04fix [#33831] "Alt" key is "Alt Window Deactivated"Campbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-04style cleanupCampbell Barton
2013-02-03Fix #34087: cycles shadow pass not properly normalized for non-progressive in...Brecht Van Lommel
2013-02-02Cycles Hair: Fixed hair shape and inclusion of multiple attributes for triang...Stuart Broadfoot
2013-02-01Fix an issue with the new cycles lamp MIS option not working correct withBrecht Van Lommel
2013-02-01Fix cycles computing UV map tangents when they weren't needed.Brecht Van Lommel
2013-02-01make WITH_HEADLESS build again.Campbell Barton
2013-02-01Move opencl and reigidbody from source/blender/ to intern/Sergey Sharybin
2013-02-01code cleanup: make wmEvent's 'const' in interface code (reduces manual checki...Campbell Barton
2013-01-31OSL 1.3x / Windows 64:Thomas Dinges
2013-01-31Attempt to fix cycles OSL link error on windows 64 bit.Brecht Van Lommel
2013-01-31Add Xinerama support for GHOST_GetMainDisplayDimensions() so X11 works as it ...Campbell Barton
2013-01-31add ghost function getAllDisplayDimensions, GHOST_GetAllDisplayDimensionsCampbell Barton
2013-01-31initializing maximized/fullscreen windows in x11 would start normal, then max...Campbell Barton
2013-01-31Fix cycles windows link errors when building with OSL master branch.Brecht Van Lommel
2013-01-30Fix #33984: cycles shadow pass problem with CUDA.Brecht Van Lommel
2013-01-30Cycles: make multiple importance sampling for lamps an option per lamp now,Brecht Van Lommel
2013-01-30disable ubuntu unity workaround, causes issues with modifier keys held doun w...Campbell Barton
2013-01-30Cycles material preview: fix for generated/packed/movie filesSergey Sharybin
2013-01-30patch [#34039] Fix Alt key glitch on Unity desktopCampbell Barton
2013-01-29Cycles: collapse preview render panel by default. It's a matter of personalBrecht Van Lommel
2013-01-29Cycles Hair: Addition of render settings and static BVH strand width scalingStuart Broadfoot
2013-01-28Cycles: preview rendering support for world/material/lamp.Brecht Van Lommel
2013-01-27Windows compile fix:Thomas Dinges