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-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
2011-08-07scons patch from jensverwiebeCampbell Barton
2011-08-07fixed ndof library detect for Mac SCons, ndof enabled by default (disabled if...Mike Erwin
2011-08-07stricter NDOF guards for Windows (forgot in earlier commit)Mike Erwin
2011-08-05Messed up char was causing problems on windows even though it was in the Kent Mein
2011-08-05patch from jensverwiebe to scons to be compatible with gcc llvm. people who c...Campbell Barton
2011-08-03Default to False for WITH_BF_3DMOUSE, since needs separate package installed.Nathan Letwory
2011-08-03Add win64_scons builderNathan Letwory
2011-08-03Add BF_BITNESS for win32/win64Nathan Letwory
2011-08-03Fixing terrible typo.Sergey Sharybin
2011-08-03Switch slave_pack to use new FFmpeg for windows.Sergey Sharybin
2011-08-03Switch windows buildbot to new FFmpeg 0.8.1.Sergey Sharybin
2011-08-03- Move list of FFmpeg DLLs to be installed from SConstructSergey Sharybin
2011-08-03- Switch linux buildbot to FFmpeg-0.8.1Sergey Sharybin
2011-08-02Simple argument to be able to explicitely tell the bitness you want to build ...Nathan Letwory
2011-08-02Changes for buildbot rules to use propper spnav library path.Sergey Sharybin
2011-08-02More flexible configuration for 3dmouse library for scons.Sergey Sharybin
2011-08-023D Mouse support on for windows/msvc by default.Nathan Letwory
2011-08-02 - Blender could be build with scons again.Jiri Hnidek
2011-08-02more cmake/x11 editsCampbell Barton
2011-08-02NDOF related editsCampbell Barton
2011-08-023D mouse support from merwin-spacenav branchMike Erwin
2011-08-02svn merge -r38814:38905 https://svn.blender.org/svnroot/bf-blender/trunk/blen...merwin-spacenavMike Erwin
2011-07-31py api: sphinx doc corrections, pep8 cleanup and style edits, also added __al...Campbell Barton
2011-07-29svn merge -r38753:38813 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-29pep8 cleanup, also print message when attempting to run in animation player m...Campbell Barton
2011-07-22enable CMake builds with spacenav (contributed by Kevin Cozens)Mike Erwin
2011-07-21svn merge -r37276:38555 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-20patch [#28030] SCONS Build: Build Date reflects "1" instead of actual date of...Campbell Barton
2011-07-17update to cmake checker script to also check if our include paths are okCampbell Barton
2011-07-12Fix for recent GHOST SDL commit.Sergey Sharybin
2011-07-05blenderplayer bundle in OSX doesn't need script folder (untested)Dalai Felinto
2011-07-01minor pep8 editsCampbell Barton
2011-07-01own change to cmake files broke MSVC2010 with Debug configuration, reported b...Campbell Barton
2011-06-29updated build script for SpaceNav on Linux -- was foolishly relying on user-c...Mike Erwin
2011-06-28made Pascal string less intrusive to build systemsMike Erwin
2011-06-28Explicitly turn off JACK so it's clear it's not supported.Nathan Letwory
2011-06-28cleanup for cmake msvc build options, reference some libs directly, fix confl...Campbell Barton
2011-06-27remove some unused flags and correct aud example headingCampbell Barton
2011-06-26fix for building with msvc/cmake take 2 (think its correct this time)Campbell Barton
2011-06-25fix for building with MSVC release, some edits I made didnt work as I expecte...Campbell Barton
2011-06-22split cmake check configuration outCampbell Barton
2011-06-21pep8 complianceCampbell Barton
2011-06-21update cmake checker to ignore file list and add some headers to the source l...Campbell Barton
2011-06-21allow rna to set vertex parent indices, blender checks for invalid values on ...Campbell Barton
2011-06-21Set Player building to True by default.Nathan Letwory
2011-06-20fix for python ABI search, was missing 'd'Campbell Barton
2011-06-20- add example for python rna property updateCampbell Barton