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 (Collapse)Author
2011-10-23remove $Id: tags after discussion on the mailign list: ↵Campbell Barton
http://markmail.org/message/fp7ozcywxum3ar7n
2011-10-21remove scons files for unsupported/obscure unix variants, these configs are ↵Campbell Barton
not maintained (aix defined FREE_WINDOWS for example and nobody noticed), and CMake builds on OpenBSD/NetBSD with no manual configuration.
2011-10-21cleanup scons build flags, many duplicates because because of confusion ↵Campbell Barton
between CFLAGS/CPPFLAGS/CCFLAGS/CXXFLAGS, devs would set multiple to be on the safe side. - defines go in CPPFLAGS - C & C++ flags go in CCFLAGS - CFLAGS / CXXFLAGS are C OR C++ only. also commented intended ghost unicode/ascii usage.
2011-10-21- remove release/bin/.blender/.bfont.ttf, we have ↵Campbell Barton
./release/datafiles/bfont.ttf already, and its not used anymore. - removed scons WITH_BF_FREETYPE
2011-10-21move fonts/ and locale/ dirs into release/datafiles, since blender wasn't ↵Campbell Barton
finding them in their current location and so to test international characters you had to 'make install'. updated scons/cmake/translation-scripts.
2011-10-20misc editsCampbell Barton
- rename define DISABLE_SDL --> WITH_SDL (which was already used in some places) - blenders interation preset was using orbit rather then turntable 3d view preference (different from factory defaults). - tagged some unused rna args.
2011-10-17docs / clenup (no functional code changes)Campbell Barton
- added API examples for mathutils.Color/Euler/Quaternion/Matrix. - corrected own bad spelling matricies --> matrices. - minor pep8 edits. - update CMake ignore file list.
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 ↵Jens Verwiebe
OMP_NUM_THREADS env variable setting
2011-10-14cmake: use cached results for RPM build & dont print annoying rpmbuild ↵Campbell Barton
missing on every re-run of cmake.
2011-10-14cmake's find glew wasnt working right - if glew wasnt found installing the ↵Campbell Barton
package would not help since the not-found result was cached.
2011-10-13correct collada lib linking order (wasnt building for me), and sphinx doc ↵Campbell Barton
syntax warning.
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 ↵Campbell Barton
scons commit.
2011-10-04Fix for unix python bundling: config-* directories didn't deletedSergey Sharybin
This is because of passing config-* to rm command in quotes.
2011-10-03remove .Blanguages, its not used anymoreCampbell Barton
2011-10-03fix [#28784] CRASHER on load with load_post handlerCampbell Barton
also fix pacman package build spec.
2011-10-02Make sure that default settings have OpenMP support by default (also good ↵Nathan Letwory
for buildbots). Note that builders that don't have VS pro version need to manually disable this setting in their respective user-config.py
2011-10-02remove find samplerate module, use -msse2 flag for intel c++ since its ↵Campbell Barton
supported.
2011-10-02* Removing libsamplerate from build systemsJoerg Mueller
* Enabling OpenAL for scons win64-vc in default config; Nathan or Sergey: please update the build bot to build with OpenAL!
2011-10-02minor cmake edits:Campbell Barton
- osx was defaulting to -O3. - clang wasnt detecting sse compiler args.
2011-10-01cmake:Campbell Barton
- fix for cmake's SSE detection which would fail because of strict warnings and also had redundant cache setting. - was incorrectly initializing variables (own bad) - python was searching for libs on every run, now only do this if there not cached.
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 ↵Campbell Barton
wont break on other systems (works here).
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 ↵Jens Verwiebe
must be compiled with apple-gcc nevertheless due objc incompatibilities
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 ↵Dalai Felinto
blender2.60x version :) I guess someone did a cleanup in the file and forgot to test "add an Add-On" ;) + a bug I found while studying the cmake files
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 ↵Sergey Sharybin
happening.
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
correctly.
2011-09-20- Fix for compiling without international supportSergey Sharybin
- Enable international support for win64 msvc by default
2011-09-20Don't set BF_NUMJOBS in default config, but instead let users do that in ↵Nathan Letwory
user-config.py.
2011-09-20changes for materials to treat them as shorts not int/chars (since they are ↵Campbell Barton
stored as shorts intermally) - converting nurbs to mesh was casting the material to unsigned char. - subsurf was casting to char, then int -> short in a loop. - have material functions take & return shorts.
2011-09-19remove unused arg & some style edits on radish merge, also reverted odd ↵Campbell Barton
change that somehow got in to cmake preset.
2011-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19cleanup endian handlingCampbell Barton
- define __BIG_ENDIAN__ or __LITTLE_ENDIAN__ with cmake & scons. - ENDIAN_ORDER is now a define rather than a global short. - replace checks like this with single ifdef: #if defined(__sgi) || defined (__sparc) || defined (__sparc__) || defined (__PPC__) || defined (__ppc__) || defined (__hppa__) || defined (__BIG_ENDIAN__) - remove BKE_endian.h which isn't used
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
- also correct own script for running cppcheck.