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
2011-09-21remove support for irixCampbell Barton
2011-09-20pep8 update & some minor cmake edits.Campbell Barton
2011-09-20Internationalization: fix OS X scons install to copy font and language filesBrecht Van Lommel
2011-09-20- Fix for compiling without international supportSergey Sharybin
2011-09-20Don't set BF_NUMJOBS in default config, but instead let users do that in user...Nathan Letwory
2011-09-20changes for materials to treat them as shorts not int/chars (since they are s...Campbell Barton
2011-09-19remove unused arg & some style edits on radish merge, also reverted odd chang...Campbell Barton
2011-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19cleanup endian handlingCampbell Barton
2011-09-18svn merge -r40197:40311 ^/trunk/blenderCampbell Barton
2011-09-16SVN maintenance.Guillermo S. Romero
2011-09-16- fix for memory leak in findFreeNavPolyIndex()Campbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-16new convenience makefile targets for static source code cheching: check_splin...Campbell Barton
2011-09-15Update build rules to deal with new gettext libraries.Sergey Sharybin
2011-09-14svn merge -r40179:40195 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-14removed nodes from CMake's BLENDER_LINK_LIBS, rewrote find-pcre using own tem...Campbell Barton
2011-09-14- removed some duplicate library links from cmake (which were needed because ...Campbell Barton
2011-09-13Enable FFTW3 library for buildslavesSergey Sharybin
2011-09-13svn merge -r40000:40179 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-13svn merge -r39900:40000 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-13svn merge -r39800:39900 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-13svn merge -r39558:39800 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-12fix for error linking opencollada on linux.Campbell Barton
2011-09-08Forgot to add FFmpeg DLLs list to linuxcross config.Sergey Sharybin
2011-09-08patch from Uncle_Entity on IRC for fedora/colladaCampbell Barton
2011-09-07OSX: revert default compile to i386, for it breakes QTKit-condition for some ...Jens Verwiebe
2011-09-06remove -Wundef for code we don't maintain & generated code.Campbell Barton
2011-09-06fix link issues with MinGW - a substitute declaration(correctByteOrder) for i...Antony Riakiotakis
2011-08-31set OSX default python to staticJens Verwiebe
2011-08-31OSX/scons: fix compile with static python, my patch was a bit outdates, sorryJens Verwiebe
2011-08-31OSX: additionally choice to link against python-framework againJens Verwiebe
2011-08-30Enable libsndfile by default on win32 too.Nathan Letwory
2011-08-25OSX/scons: donĀ“t link to system stubs with 10.7 sdkJens Verwiebe
2011-08-24part of a patch from Dan Eicher for cmake packaging.Campbell Barton
2011-08-24this should finally fix collada & ubuntu building with cmakeCampbell Barton
2011-08-24attempt to fix issue with opencollada + ubuntu ppaCampbell Barton
2011-08-24opencollada find module. hopefully solves the problem where includes can in a...Campbell Barton
2011-08-24fix [#28356] Import export STL files, problem in script in version r39307Campbell Barton
2011-08-22Update rules for linux cross and mingw: list of DLLs for FFmpeg should be def...Sergey Sharybin
2011-08-22Forgot this in previous commitSergey Sharybin
2011-08-22FFmpeg library update:Sergey Sharybin
2011-08-22rename NAN_BUILDINFO --> WITH_BUILDINFOCampbell Barton
2011-08-22buildinfo is now quoted from the build systems, avoids stripping quotes on st...Campbell Barton
2011-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
2011-08-16added cmake configureation presets, so on *nix systems you can do...Campbell Barton
2011-08-11use correct libdir for buildbot win64.Nathan Letwory
2011-08-11Commiting patch from jensverwiebe for NDOF support on OSXv2.59Sergey Sharybin
2011-08-08add missing header to cmake files (else some IDE's wont index it)Campbell Barton
2011-08-08Mac Compile fix for ndof, by jensverwiebe. Thanks!Thomas Dinges