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-01-03Cycles Hair: refactoring to support generic attributes for hair curves. ThereBrecht Van Lommel
2013-01-03add option WITH_SYSTEM_BULLET to link against the bullet installation found o...Campbell Barton
2013-01-03add id property clear function (matching the same python function for dicts/l...Campbell Barton
2013-01-01Fix for normal scaling when using triangle primitives for hair.Stuart Broadfoot
2013-01-01Fix to prevent undefined normals being generated with `add_face_normals()', f...Stuart Broadfoot
2013-01-01Highlight currently rendering tilesSergey Sharybin
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-31Fix #33706: issue in cycles motion blur rendering after hair commit, my faultBrecht Van Lommel
2012-12-31Add try/catch around i18n locale setter code, just in case...Bastien Montagne
2012-12-31Usual UI messages-related fixes...Bastien Montagne
2012-12-30Revert change from Jens, wrong pointer check in the code.Ton Roosendaal
2012-12-29OSX: fix magic mouse swipes compiling on with MAC_OS_X_VERSION_MIN_REQUIRED b...Jens Verwiebe
2012-12-29Mac OS X 10.7 supports new trackpad (and mighty mouse) events with nice seamlessTon Roosendaal
2012-12-29Cycles Hair:Thomas Dinges
2012-12-29Fix for last commit, hair settings panel should also check on psys. Thomas Dinges
2012-12-28Hrm... replacingTon Roosendaal
2012-12-28Testing commit for OS X trackpad and scroll events.Ton Roosendaal
2012-12-28Fix OSL distance() of point to line segment function not being available,Brecht Van Lommel
2012-12-28Cycles Hair UI:Thomas Dinges
2012-12-28Reversion of previous fix for Mac OS X scrollwheel,Ton Roosendaal
2012-12-28Fix cycles python error in some panels, was not updated for new list template...Brecht Van Lommel
2012-12-28New featureStuart Broadfoot
2012-12-28Bugfix #33681Ton Roosendaal
2012-12-27Fix part of #33662: cycles crash using displacement on meshes with vertices notBrecht Van Lommel
2012-12-23Fix cycles displacement not working well with OSL and multiple objects.Brecht Van Lommel
2012-12-23Cycles: deal a bit better with errors when CUDA runs out of memory, try to av...Brecht Van Lommel
2012-12-23Fix #33641: cycles self intersection artifacts with motion blur and one of theBrecht Van Lommel
2012-12-22Cycles OSL: handle new getattribute constant folding with renderstate NULL ch...Brecht Van Lommel
2012-12-21Fix #33644: rendering to a new window and then closing it would not completelyBrecht Van Lommel
2012-12-21Cycles: merge some changes from a local branch to bring network rendering a bitBrecht Van Lommel
2012-12-21Cycles: add some extra CUDA nvcc paths for runtime compile, might help for #3...Brecht Van Lommel
2012-12-21Fix cycles aliasing warnings caused by motion blur transforms.Brecht Van Lommel
2012-12-21patches from fedora:Campbell Barton
2012-12-20Cycles: reduce memory usage of instanced objects by about 40%, as long as theBrecht Van Lommel
2012-12-20Bug fix #28915 and #33538Ton Roosendaal
2012-12-20Cycles OSL: diffuse_toon and specular_toon closures. These are toon shaders withBrecht Van Lommel
2012-12-18Ambient occlusion baker from multi-resolution meshSergey Sharybin
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-16Cycles: add "Textures" panel in particle properties, to make it possble to addBrecht Van Lommel
2012-12-16Cycles OSL: small optimization to geometry node, tangent output still wasBrecht Van Lommel
2012-12-16Fix cycles build error with OSL disabled.Brecht Van Lommel
2012-12-15OSX: makeKeyAndOrderFront would show window from orderedWindows list on ever...Jens Verwiebe
2012-12-15OSX/availability: use of the numerical value instead of the symbol in the #if...Jens Verwiebe
2012-12-15Cycles OSL minor optimizations: recycle shading context, don't do memoryBrecht Van Lommel
2012-12-15Fix mac build error with SDK < 10.7, this version is not then defined then asBrecht Van Lommel
2012-12-14Cycles: make "Open Shading Language" a boolean toggle, the other option "GPU ...Brecht Van Lommel
2012-12-14OSX/nativePixel: fix compile for OSX < 10.7Jens Verwiebe
2012-12-13Bugfix, IRC reportTon Roosendaal
2012-12-13disable openmp thread assert, would fail in cases where the caller was lockin...Campbell Barton
2012-12-13Cycles: shuffle addon import statements a bit to try to fix a strange importBrecht Van Lommel