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
AgeCommit message (Expand)Author
2012-02-22initial bmesh python api.Campbell Barton
2012-02-19svn merge ^/trunk/blender -r44235:44250Campbell Barton
2012-02-19replace MIN2 / MAX2 with minf / maxf to avoid calling functions multiple times.Campbell Barton
2012-02-18minor edits to sync up with trunk, remove crash save handler, this can be add...Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44204:44213Campbell Barton
2012-02-18- Fixed linking errors of blender player with CMake and XDND enabledSergey Sharybin
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17Reverting changes made to build systems when was upgrading OpenAL.Sergey Sharybin
2012-02-17Drag-n-drop support on LinuxSergey Sharybin
2012-02-15svn merge ^/trunk/blender -r44076:44118Campbell Barton
2012-02-15CMake: determine if python should be bundled into "lib" or "lib64" folder.Sergey Sharybin
2012-01-17svn merge ^/trunk/blender -r43443:43461Campbell Barton
2012-01-17OSX/cmake: donĀ“t build target extractpyzip for MODULEJens Verwiebe
2012-01-17svn merge ^/trunk/blender -r43420:43436Campbell Barton
2012-01-16Carve booleans library integrationSergey Sharybin
2012-01-16Fix for standalone bpy module building link errors on Mac.Brecht Van Lommel
2012-01-11svn merge ^/trunk/blender -r43220:43278 --accept postponeCampbell Barton
2012-01-11when building blender as a py module use add_library(... MODULE on all system...Campbell Barton
2012-01-10OSX: cleanup for cmake MODULE compile, not working yet, needs more investigationJens Verwiebe
2012-01-10OSX: fix compiling Blender as MODULEJens Verwiebe
2012-01-05svn merge ^/trunk/blender -r43124:43160Campbell Barton
2012-01-05print message for unknown args to make it clear that these are not recognized.Campbell Barton
2011-12-31svn merge ^/trunk/blender -r43009:43033Campbell Barton
2011-12-31Patch is partially made by Pelle Johnsen. Thanks!Alexander Kuznetsov
2011-12-31Add remesh modifier (dual contouring).Nicholas Bishop
2011-12-27svn merge ^/trunk/blender -r42886:42902Campbell Barton
2011-12-27Update build files to use new OpenAL librariesSergey Sharybin
2011-12-27svn merge ^/trunk/blender -r42871:42882Campbell Barton
2011-12-26fix for a bug in mathutils when a vector was accessing a matrix and the matri...Campbell Barton
2011-12-23svn merge ^/trunk/blender -r42778:42839Campbell Barton
2011-12-21Fix linux linking issue with md5 commit.Brecht Van Lommel
2011-12-20svn merge ^/trunk/blender -r42722:42742Campbell Barton
2011-12-19* Changes for static win32 png libs. Thomas Dinges
2011-11-26svn merge ^/trunk/blender -r42139:42172Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-24svn merge ^/trunk/blender -r42095:42116Campbell Barton
2011-11-24image format arg parsing for creator.cCampbell Barton
2011-11-22svn merge ^/trunk/blender -r42009:42053Campbell Barton
2011-11-22rename image type defines to be less ambiguous, also set BMP as not supportin...Campbell Barton
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-20svn merge ^/trunk/blender -r41961:41998Campbell Barton
2011-11-20Replace "&" with "and" since on windows it separates the string and causes er...Antony Riakiotakis
2011-11-18svn merge ^/trunk/blender -r41939:41954Campbell Barton
2011-11-17exclude addons_contrib/ for release builds.Campbell Barton
2011-11-17centralize some of the came install commands, were being copied between osx/w...Campbell Barton
2011-11-16svn merge -r41847:41899 ^/trunk/blenderCampbell Barton
2011-11-16Fix #29232: on background render where it could not find the .blend file, theBrecht Van Lommel
2011-11-10svn merge -r41655:41715 ^/trunk/blender --- this is the real cycles merge, ...Campbell Barton
2011-11-09Fixes for MinGW cmake debug build:Antony Riakiotakis