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-12Merged changes in the trunk up to revision 53729.Tamito Kajiyama
2013-01-11code cleanup: warnings, also add check in crash handler that a wmWindowManage...Campbell Barton
2013-01-10Fix #33824: cycles non-progressive render mode did not do correct path termin...Brecht Van Lommel
2013-01-10Fix #33821: cycles background intensity fix had uninitialized memory usageBrecht Van Lommel
2013-01-10Fix too bright result in background multiple importance after recent changes.Brecht Van Lommel
2013-01-10Cycles: different fix for perlin noise generating nan values, now check forBrecht Van Lommel
2013-01-10Cycles: multiple importance sampling for lamps, which helps reduce noise forBrecht Van Lommel
2013-01-09Mac HiDPI support:Ton Roosendaal
2013-01-09Style cleanup in OCIO areaSergey Sharybin
2013-01-08Macbook HiDPI support: reshuffled code to make it compile for 10.6 and workTon Roosendaal
2013-01-08Fix for recent tile_order feature not working properly with persistent dataSergey Sharybin
2013-01-08style cleanupCampbell Barton
2013-01-07Cycles / Tile Rendering:Thomas Dinges
2013-01-07fix for bugs 30300, 31107: pen pressure with multiple open windows on MS WindowsMike Erwin
2013-01-06With some help in irc (thanks erwin, markus!) and some googling, here's code Ton Roosendaal
2013-01-06device_network.cpp is completely elided when WITH_NETWORK is not defined, so ...Jason Wilkins
2013-01-06Merged changes in the trunk up to revision 53584.Tamito Kajiyama
2013-01-05Removal of old code trying to detect trackpads.Ton Roosendaal
2013-01-05New version of code to detect whether a wheel is involved, or a trackpad.Ton Roosendaal
2013-01-04Added vertex color attributes (currently limited to one) and UVs included for...Stuart Broadfoot
2013-01-04Silent "no previous prototype" warning, which was treating as error hereSergey Sharybin
2013-01-03Fix CUDA build error after last commit, and remove some comments.Brecht Van Lommel
2013-01-03Cycles Hair: add Generated texture coordinates for curves, so that proceduralBrecht Van Lommel
2013-01-03Cycles Hair: refactoring to store curves with the index of the first key and theBrecht Van Lommel
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