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-03-14SDL ghost update to work with SDL2.Campbell Barton
2012-03-13WITH_GHOST_SDL working again (missing std:: update)Campbell Barton
2012-03-13bmesh py api: more comprehensive intro page, also fix some spelling errors.Campbell Barton
2012-03-12fix [#30472] 3d view objects not rendered, cycles.Campbell Barton
2012-03-11Cycles UI files:Thomas Dinges
2012-03-09Cycles: another tooltip tweak.Brecht Van Lommel
2012-03-09Cycles: improve F/Stop number tooltip description.Brecht Van Lommel
2012-03-08Cycles: fix UI when material has nodes but use nodes option is disabled, itBrecht Van Lommel
2012-03-08Cycles: support for environment texture "Mirror Ball" projection mode, next toBrecht Van Lommel
2012-03-08style cleanup: pep8 + picky editsCampbell Barton
2012-03-07Cycles: option to specify camera aperture in radius or f/stop:Brecht Van Lommel
2012-03-07Cycles: mask layers were still confusing, now they work more like in the orig...Brecht Van Lommel
2012-03-07Cycles: float texture support. Due to GPU limitations there are now 95 byte,Brecht Van Lommel
2012-03-06Fix for 30439, Cycles node group conversion wasn't checking node->id pointer ...Lukas Toenne
2012-02-29Boolean modifier:Sergey Sharybin
2012-02-29ndof button handling improvements: Spaceball5000's A,B,C buttons can now be k...Mike Erwin
2012-02-28Cycles: fix AO pass not rendering with AO enabled for world, and make maskBrecht Van Lommel
2012-02-28Cycles: ambient occlusion support, with AO factor and distance, and a render ...Brecht Van Lommel
2012-02-28Cycles: fix msvc compile warning, patch by Jason Wilkins.Brecht Van Lommel
2012-02-28Cycles: support for camera rendering an environment map with equirectangularBrecht Van Lommel
2012-02-28Cycles: support for mask layers in render layer, this has the same effect asBrecht Van Lommel
2012-02-28Cycles: extra OpenCL NULL point check, maybe avoids some crashes. Don't thinkBrecht Van Lommel
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-27ndof: unified button handling for modern 3Dx devices, also first steps toward...Mike Erwin
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-24Cycles: tweak for AMD opencl compile of advanced shading, from Daniel Genrich,Brecht Van Lommel
2012-02-24Blender should now compile fine with older FFmpeg libraries used.Sergey Sharybin
2012-02-24Fix #30140: cycles multi GPU rendering with one device supporting fullBrecht Van Lommel
2012-02-23Fix #30246: rendering multiple render layers with CUDA still not working,Brecht Van Lommel
2012-02-23Cycles: fix cuda kernel not getting rebuilt correctly after changes, due toBrecht Van Lommel
2012-02-23Cycles:Thomas Dinges
2012-02-23code cleanup: dont set the namespace in STR_String.h - 'using namespace std',...Campbell Barton
2012-02-22Cycles: improve the Oren-Nayar BSDF (roughness value for Diffuse), to avoidBrecht Van Lommel
2012-02-20Fix: cycles crash with multiple OpenCL platforms installed, tracked down by S...Brecht Van Lommel
2012-02-20Bugfix (missed one code line): Copy paste induced bug found by Sv. Lockal.Daniel Genrich
2012-02-20Bugfix: Copy paste induced bug found by Sv. Lockal.Daniel Genrich
2012-02-19svn merge ^/trunk/blender -r44213:44235 --- fixes bmesh shading bug [#30125]Campbell Barton
2012-02-18Remesh modifier: extensive refactoring of the Octree class.Nicholas Bishop
2012-02-18svn merge ^/trunk/blender -r44204:44213Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-18XDND support now can be disabled using WITH_GHOST_XDND=OFF with CMake and WIT...Sergey Sharybin
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-17Drag-n-drop support on LinuxSergey Sharybin
2012-02-15svn merge ^/trunk/blender -r44118:44136Campbell Barton
2012-02-15Fix another padding error in cycles, to complete the previous bugfix.Brecht Van Lommel
2012-02-15Fix #30139: multi render layer not working with CUDA render, due to padding e...Brecht Van Lommel
2012-02-15svn merge ^/trunk/blender -r44076:44118Campbell Barton
2012-02-14Carve fixes and optimizations:Sergey Sharybin
2012-02-14Carve: improved handling of meshes with interesting manifoldsSergey Sharybin