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-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
2012-12-12OSX: make cmake and scons both compile jack and ndof with newer sdk'sJens Verwiebe
2012-12-12GHOST should now be finally fixedSergey Sharybin
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12Cycles: disable scaling up of ray differentials after diffuse/glossy bounce, ...Brecht Van Lommel
2012-12-12Fix #33486: cycles CPU image textures were offset wrong by half a pixel comparedBrecht Van Lommel
2012-12-12Fix #33485: cycles OSL now autodetects the presence of emission and transparentBrecht Van Lommel
2012-12-12assert in debug builds if MEM_ alloc's are called in openmp threads.Campbell Barton
2012-12-12replace BLI_array_declare with BLI_array_staticdeclare() and BLI_array_alloca...Campbell Barton
2012-12-11OSL Shader Files:Thomas Dinges
2012-12-11Cycles OSL: add diffuse_ramp closure in addition to phong_ramp.Brecht Van Lommel
2012-12-11Cycles: RGB and Vector Curves nodes now supported, with the limitation that theBrecht Van Lommel
2012-12-11Cycles: trick to make building with OSL trunk work as well, it has a differentBrecht Van Lommel
2012-12-11Fix issue reported in #32174: IK solver stretch was less stable after a code ...Brecht Van Lommel
2012-12-11Fix OS X warning on startup about using deprecated function, when building ag...Brecht Van Lommel
2012-12-11Bugfix [#33467] Fluid Simulations Speed factor animated wrong resultDaniel Genrich
2012-12-11cmake wouldn't build since it was missing files added in r52858.Campbell 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