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-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-29Merged changes in the trunk up to revision 54171.Tamito Kajiyama
2013-01-28Cycles: preview rendering support for world/material/lamp.Brecht Van Lommel
2013-01-27Windows compile fix:Thomas Dinges
2013-01-27Fix for wrong layers UI with Cycles renderer. Thanks to IRIE Shinsuke for the...Bastien Montagne
2013-01-27make MEM_reallocN and MEM_recallocN behave as libc's realloc() - alloc when r...Campbell Barton
2013-01-27Merged changes in the trunk up to revision 54110.Tamito Kajiyama
2013-01-25Fix cycles crash that happened with mesh emission and diffuse/glossy rayBrecht Van Lommel
2013-01-24Put back minimum window sizes on 320x240.Ton Roosendaal
2013-01-24Added some code which helps troubleshooting issues caused bySergey Sharybin
2013-01-23Cycles Hair: Multiple vertex colours and UV coordinatesStuart Broadfoot
2013-01-23Fix #33915: tweak self intersection epsilon for motion blur a bit further, stillBrecht Van Lommel
2013-01-23Fix compilation with WITH_X11_XINPUT=OFFSv. Lockal
2013-01-23Fix #33905: cycles crash with bsdf node plugged twice into add shader.Brecht Van Lommel
2013-01-23Cycles:Thomas Dinges
2013-01-23fix for blender quitting in X11 if you start blender with a tablet, unplug it...Campbell Barton
2013-01-23rigidbody: Add rigid body simulationSergej Reich
2013-01-22OSX 10.6 error - hiding code behind a respondsToSelector.Ton Roosendaal
2013-01-22Bug fix #33911Ton Roosendaal
2013-01-22Cycles:Thomas Dinges
2013-01-22reverting r53798 to fix [#33831], it casued bug [#33921]Campbell Barton
2013-01-21Cycles Hair: Fix of cardinal curve intersection routineStuart Broadfoot
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2013-01-20Add missing virtual destructor for VirtualMemoryAllocatorNicholas Bishop
2013-01-20code cleanup: remove some paranoid checks which would have crashed anyway ear...Campbell Barton
2013-01-20More win32 multimon (r53923). Changed getNumDisplays so that it will actuall...Jason Wilkins
2013-01-20Add multimon support to GHOST_DisplayManagerWin32.cpp (It seemed to work befo...Jason Wilkins
2013-01-18Cycles Test App:Thomas Dinges
2013-01-17Cycles:Thomas Dinges
2013-01-17add NULL check for XInput device, since its possible only one is valid.Campbell Barton
2013-01-17fix for GHOST/X11 using uninitialized memory for the tablets active state. (p...Campbell Barton