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
2012-12-11Merge in fix for building with cmake, doesn't effect our own builds, just mea...v2.65Campbell Barton
2012-12-10Audaspace:Joerg Mueller
2012-12-10Fix cycles OSL + AO enabled in world settings not working correct.Brecht Van Lommel
2012-12-09Fix #33454: cycles wasn't hiding the original object used for dupliverts orBrecht Van Lommel
2012-12-07Fix missing mapping and influence panel for particles when cycles is selectedBrecht Van Lommel
2012-12-06Disable multisamples on windows for intel cardsSergey Sharybin
2012-12-06Fix mapping node min/max not working OSL.Brecht Van Lommel
2012-12-05Fix #33411: Smoke simulator using uninitialized noise tileMiika Hamalainen
2012-12-05Fix #33411: crash baking smoke with FFT high resolution.Brecht Van Lommel
2012-12-05Fix crash opening some .blend files on OS X 10.8 with double click or drag andBrecht Van Lommel
2012-12-04cmake was missing some header files.Campbell Barton
2012-12-04FIX: OSL mix shader clamps 2nd color component to 3rd one.Konrad Kleine
2012-12-04Fix #33405: preview render getting stuck in a particular .blend file, ObjectKeyBrecht Van Lommel
2012-12-04osl style cleanup and update man-page.Campbell Barton
2012-12-03Fix scons not installing closure/ directory for runtime compiles of CUDA kernel.Brecht Van Lommel
2012-12-03quiet float -> double conversion warnings and do some osl style edits.Campbell Barton
2012-12-03Fix cycles issue when NaN is used for RGB ramp, can access array out of bound...Brecht Van Lommel
2012-12-03get rid of annoying redefinition warning on cycles compilation for mingw64Antony Riakiotakis
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-12-02fix GhostSDL displaying text in multiple views.Campbell Barton
2012-12-02Silent some warnings (the one in bmesh_operator.c was even preventing build i...Bastien Montagne
2012-12-02Fix performance issue in OSL geometry node, compiler fails to optimize out theBrecht Van Lommel
2012-12-02Fix another cycles SVM issue with closures, was not using correct sample weightBrecht Van Lommel
2012-12-01Fix #33375: OSL geom:trianglevertices gave wrong coordinates for static BVH.Brecht Van Lommel
2012-11-30Fix #33364: cycles tile rendering artifacts.Brecht Van Lommel
2012-11-30Fix cycles CUDA sm 1.3 build with 32 bit compiler, tweaked voronoiBrecht Van Lommel
2012-11-30Fix #33351: cycles OSL not loading grayscale images as RGB correctly.Brecht Van Lommel
2012-11-30Fix #33347: cycles OSL crash connecting string to vector socket.Brecht Van Lommel
2012-11-29Fix cycles motion blur + OSL + object texture coordinates issue.Brecht Van Lommel
2012-11-29Fix #33344: cycles motion blur was still crashing on CUDA sm 2.0. Solution nowBrecht Van Lommel
2012-11-29Fix compile error with clang.Daniel Genrich
2012-11-29Fix #32900: object motion blur not working on the GPU. To make this work I di...Brecht Van Lommel
2012-11-28Fix #33337: cycles crash with progressive refine and multiple render layers.Brecht Van Lommel
2012-11-28Fix #33335: cycles SVM closure issue in recent bugfix, incorrectly taggingBrecht Van Lommel
2012-11-28Fix #33334: missing glossy label for OSL phong ramp caused assert.Brecht Van Lommel
2012-11-28Typo fix in comment. No functional changes.Sergey Sharybin
2012-11-28Fix #33328: cycles not rendering dupliframes, needs an exception.Brecht Van Lommel
2012-11-27Fix cycles OSL shader loading warnings after recent bugfix.Brecht Van Lommel
2012-11-27Fix #32907: failure rendering a complex node setup, hitting fixed max numberBrecht Van Lommel
2012-11-26-fno-rtti is a gcc option which gives a warning when using MSVCJason Wilkins
2012-11-26Fix: cycles light sampling crash, happens on rare occasions due to floatBrecht Van Lommel
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-11-24Fix #33152: cycles SVM crash with certain shader nodes setups where closures ...Brecht Van Lommel
2012-11-24disable GL_MULTISAMPLE_ARB by default on X11 (same as OSX cocoa)Campbell Barton
2012-11-24IK Solver:Brecht Van Lommel
2012-11-23Fix #33267: cycles math node power gave different results for CPU and GPU. TheBrecht Van Lommel
2012-11-23Patch [#33196] Warning Fixes 11-16-2012Jason Wilkins
2012-11-23Fix cycles AO issue, still was missing AO pass for black/non-diffuse objects.Brecht Van Lommel
2012-11-23code cleanup: warning & styleCampbell Barton
2012-11-23Bugfix [#29186] Object contribute to fluid sim animation start earlier than k...Daniel Genrich