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-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
2012-02-14Fix for [#30171] "Audio Muted" Does Not Mute AudioJoerg Mueller
2012-02-13Fix #30159: Boolean modifier creating non-concave facesSergey Sharybin
2012-02-11svn merge ^/trunk/blender -r43995:44024Campbell Barton
2012-02-09patch from Jochen Schmitt to get blender building with gcc4.7Campbell Barton
2012-02-09svn merge ^/trunk/blender -r43976:43995Campbell Barton
2012-02-08Fix #30004: cycles brightness/contrast node issues. The formula used did not ...Brecht Van Lommel
2012-02-08svn merge ^/trunk/blender -r43934:43976Campbell Barton
2012-02-08Fix #30061: cycles single render layer through python operator parameter notBrecht Van Lommel
2012-02-07Fix #30049: cycles noise texture producing nan values with someBrecht Van Lommel
2012-02-07Fix #30086: cycles background render printing same status text twice.Brecht Van Lommel
2012-02-06svn merge ^/trunk/blender -r43887:43918Campbell Barton
2012-02-05Fix for [#30044] on windowsAlexander Kuznetsov
2012-02-05svn merge ^/trunk/blender -r43864:43887Campbell Barton
2012-02-04Fix for Luxrender boost::thread conflict, workaround now is to just not use itBrecht Van Lommel
2012-02-04Code Cleanup: pep8 editsCampbell Barton
2012-02-03svn merge ^/trunk/blender -r43830:43864Campbell Barton
2012-02-03Code Cleanup: check is / is not when comparing singletons.Campbell Barton
2012-02-02svn merge ^/trunk/blender -r43819:43830Campbell Barton
2012-02-01Cycles: material pass index button was missing from material properties still.Brecht Van Lommel
2012-02-01svn merge ^/trunk/blender -r43751:43819, need to look into changes made to ed...Campbell Barton
2012-01-31Fix #30011 & #30027: cycles division by zero evaluating BSDF with zero weights,Brecht Van Lommel
2012-01-31Fix #30034: bug in multiple importance sampling + transparency, wouldBrecht Van Lommel
2012-01-31Cache limiter will now work properly with limits >= 4GbSergey Sharybin
2012-01-30Fix #30009: cycles translucent BSDF + environment importance sampling notBrecht Van Lommel
2012-01-30Fix #29976: Carve Boolenas crasher with SolidifySergey Sharybin
2012-01-30svn merge ^/trunk/blender -r43733:43751Campbell Barton
2012-01-27Cycles: another fix for CUDA render passes, needed to align float4 passes.Brecht Van Lommel
2012-01-27Fixed some possible issues and access non-initialized variable in Carve BOP i...Sergey Sharybin
2012-01-26Cycles: disable environment importance sampling code for CUDA cards withBrecht Van Lommel
2012-01-26svn merge ^/trunk/blender -r43693:43733Campbell Barton
2012-01-26Cycles: render passes for CUDA cards with compute model >= 2.x.Brecht Van Lommel
2012-01-26Cycles: fixes for OpenCL build after pass changes, patch by Daniel Genrich.Brecht Van Lommel
2012-01-26Fix #29966: cycles elapsed time not resetting in viewport after changes.Brecht Van Lommel
2012-01-26Cycles: fix issues rendering second render layer passes, and avoid unnecessaryBrecht Van Lommel
2012-01-26Possible fix for implicit declaration of av_rescale_q on some platforms.Sergey Sharybin
2012-01-26added support for USB Spaceball5000, also a partial attempt to accept button ...Mike Erwin