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-10-17docs / clenup (no functional code changes)Campbell Barton
2011-10-15OSX: make sure the set_simulation_threads script is always renewedJens Verwiebe
2011-10-14OSX: commit the omp_set_simulation_threads applescript and copy-routinesJens Verwiebe
2011-10-14OSX: commit the needed steps for compiling with gcc 4.6.1 and OMP_NUM_THREADS...Jens Verwiebe
2011-10-14cmake: use cached results for RPM build & dont print annoying rpmbuild missin...Campbell Barton
2011-10-14cmake's find glew wasnt working right - if glew wasnt found installing the pa...Campbell Barton
2011-10-13correct collada lib linking order (wasnt building for me), and sphinx doc syn...Campbell Barton
2011-10-05modify pacman file not to compile templates & presets.Campbell Barton
2011-10-04Enabling JACK for linux buildbot.Sergey Sharybin
2011-10-04remove redundant code, also dont bother with os.path.basename(x) for recent s...Campbell Barton
2011-10-04Fix for unix python bundling: config-* directories didn't deletedSergey Sharybin
2011-10-03remove .Blanguages, its not used anymoreCampbell Barton
2011-10-03fix [#28784] CRASHER on load with load_post handlerCampbell Barton
2011-10-02Make sure that default settings have OpenMP support by default (also good for...Nathan Letwory
2011-10-02remove find samplerate module, use -msse2 flag for intel c++ since its suppor...Campbell Barton
2011-10-02* Removing libsamplerate from build systemsJoerg Mueller
2011-10-02minor cmake edits:Campbell Barton
2011-10-01cmake:Campbell Barton
2011-10-01cmake: sse flags were being defined in 2 different placesCampbell Barton
2011-09-30fix for odd linking error with ffmpeg.Campbell Barton
2011-09-30sse flags for intel c++ compilerCampbell Barton
2011-09-30formatting edits onlyCampbell Barton
2011-09-30removing duplicate library linking from cmake, fingers crossed that this wont...Campbell Barton
2011-09-29OSX: another non-ASCII char, sorryJens Verwiebe
2011-09-28OSX: Give clear commenting and more up-to-date defaultsJens Verwiebe
2011-09-28OSX: change omp default True gor gcc-4.6.1 only atmJens Verwiebe
2011-09-27scons OSX - we don't need extra junk in blenderplayer ;)Dalai Felinto
2011-09-27OSX: introduced a workaround for compiling with non-apple gcc-4.6.1, ghost mu...Jens Verwiebe
2011-09-26pep8 cleanup and fix for keymap test operator from my own recent fix.Campbell Barton
2011-09-26wm.py needs import os in some of its execute funcs + now we can have blender2...Dalai Felinto
2011-09-22use the systems number of processes for running static checks - multiple jobs.Campbell Barton
2011-09-21buildbot: point python to a symbolic link. Helps when updating libs is happen...Sergey Sharybin
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