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-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
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