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-05-19svn merge ^/trunk/blender -c56892 -c56894 -c56896 -c56897 -c56898 -c56901 -c5...Campbell Barton
2013-05-18svn merge ^/trunk/blender -c56892 -c56896 -c56898Campbell Barton
2013-05-16svn merge ^/trunk/blender -c56620 -c56639 -c56643 -c56647 -c56648 -c56650 -c5...Campbell Barton
2013-05-16svn merge ^/trunk/blender -c56537 -c56538 -c56539 -c56572 -c56577 -c56581 -c5...Campbell Barton
2013-05-07Supress error message if dlopen for jack.so failedSergey Sharybin
2013-05-06Fix #35225: new OS X Lion fullscreen did not work together well with oldBrecht Van Lommel
2013-05-05Fix #35209: cycles generated texture coordinates did not stick to deforming m...Brecht Van Lommel
2013-05-04Fix #35207: addition to previous fix to avoid OSL getting uninitializedBrecht Van Lommel
2013-05-03Fix for recent glossy BSDF fix, color ramp test file was rendering different.Brecht Van Lommel
2013-05-03Possible fix for #35198: uninitialized memory access with background multipleBrecht Van Lommel
2013-05-03Fix #35160: cycles was rendering glossy BSDF's with zero roughness too roughBrecht Van Lommel
2013-05-01Some minor cleanup/polish...Bastien Montagne
2013-05-01This should at least prevent crash in [#35172]...Bastien Montagne
2013-05-01Fix for bug reported by Thomas Dinges on IRC: OSL script node was not initial...Lukas Toenne
2013-04-29More build fixes for visual studio 2012.Brecht Van Lommel
2013-04-29Cycles / SCons:Thomas Dinges
2013-04-29Tweak allocation vars for XYZ space for more accurate GPU transformSergey Sharybin
2013-04-28Fix for "new" Cycles handling of textures, UI code assumed all texture users ...Bastien Montagne
2013-04-28Fix #35121: cycles 3D viewport render pause button not working during render.Brecht Van Lommel
2013-04-28Keeping my commit count high!Ton Roosendaal
2013-04-28GLSL display of float buffers with alpha:Ton Roosendaal
2013-04-28This glsl shader works for OCIO with alpha. OSX iMac with ATI.Ton Roosendaal
2013-04-27Fix for fix in alpha de-premulSergey Sharybin
2013-04-27Premultiplication in OCIO shader went wrong,Sergey Sharybin
2013-04-27Apparently better not to use values like 1.0f in GLSL codeSergey Sharybin
2013-04-27Print error log to the console if OCIO shader compilation failedSergey Sharybin
2013-04-27Fix #35102: crash with experimental cycles displacement feature due toBrecht Van Lommel
2013-04-26Fix #34172: cycles BVH build crashing in some rare circumstances on 32 bit li...Brecht Van Lommel
2013-04-25rigidbody: Code cleanupSergej Reich
2013-04-25Fix #35077: cycles incorrectly rendered an empty with dupligroup that wasBrecht Van Lommel
2013-04-25Fix #29932 Left Shift + Numpad 1,2,3 not Aligning to ActiveFrancisco De La Cruz
2013-04-25Fix #34714: cycles viewport render would restart when minimizing and unminimi...Brecht Van Lommel
2013-04-22Attempt to fix #35041 and #34725: cycles crash with OSL and both a 3D viewportBrecht Van Lommel
2013-04-21rigidbody: Add function to perform convex sweep testSergej Reich
2013-04-20Forgot disable else and it became: else /* */ break;Alexander Kuznetsov
2013-04-19Bring back support of FFmpeg >= 0.7Sergey Sharybin
2013-04-18Disabling live resize for Windows for now.Alexander Kuznetsov
2013-04-18Beware of SUBSURAFACES (sounds latin)Antony Riakiotakis
2013-04-18Cycles: code refactoring to deduplicate the various BVH traversal variations.Brecht Van Lommel
2013-04-17Cycles: initialize LCG for sss and hair sampling without using the sobol samp...Brecht Van Lommel
2013-04-17Fix #35004: fireflies with .tif image in cycles, try to avoid extreme values ...Brecht Van Lommel
2013-04-17Cycles Hair: Corrected own stochastic hair rng mistake and removed an unneces...Stuart Broadfoot
2013-04-16Cycles: when render layers have per layer number of samples set, the SamplingBrecht Van Lommel
2013-04-16Fix #34966: cycles packed PNG images were showing alpha fringe, packed imagesBrecht Van Lommel
2013-04-16use psys->seed for smoke random number generator, increase size of MATHUTILS_...Campbell Barton
2013-04-16update uncrustify config, use floats for FloatProperty() min/maxCampbell Barton
2013-04-16Compile fixes for recent commitsAntony Riakiotakis
2013-04-16Cycles Hair: Strand Minimum Pixel SizeStuart Broadfoot
2013-04-15Fix compilation with current FFmpeg trunkSergey Sharybin
2013-04-14Cycles / Non-Progressive integrator:Thomas Dinges