ca906b207d
modify pacman file not to compile templates & presets.
2011-10-04 23:00:38 +00:00
fdd0d7f950
Enabling JACK for linux buildbot.
2011-10-04 17:04:35 +00:00
019dca9c54
remove redundant code, also dont bother with os.path.basename(x) for recent scons commit.
2011-10-04 08:28:37 +00:00
91c38f0aa0
Fix for unix python bundling: config-* directories didn't deleted
...
This is because of passing config-* to rm command in quotes.
2011-10-04 08:20:29 +00:00
e42146c1ec
remove .Blanguages, its not used anymore
2011-10-02 22:28:49 +00:00
4a0c3e2a12
fix [ #28784 ] CRASHER on load with load_post handler
...
also fix pacman package build spec.
2011-10-02 21:21:14 +00:00
Nathan Letwory
1023ed4e4d
Make sure that default settings have OpenMP support by default (also good 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-02 17:53:52 +00:00
da73642ed1
remove find samplerate module, use -msse2 flag for intel c++ since its supported.
2011-10-02 17:16:28 +00:00
07ad83a439
* Removing libsamplerate from build systems
...
* Enabling OpenAL for scons win64-vc in default config; Nathan or Sergey: please update the build bot to build with OpenAL!
2011-10-02 17:09:39 +00:00
71f772a0ed
minor cmake edits:
...
- osx was defaulting to -O3.
- clang wasnt detecting sse compiler args.
2011-10-02 16:43:39 +00:00
077fd13416
cmake:
...
- 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-01 19:52:33 +00:00
622e8ee363
cmake: sse flags were being defined in 2 different places
2011-10-01 18:29:40 +00:00
7b9f3eac42
fix for odd linking error with ffmpeg.
2011-09-30 16:54:11 +00:00
7ef5464236
sse flags for intel c++ compiler
2011-09-30 16:37:46 +00:00
cf3956f450
formatting edits only
2011-09-30 15:51:58 +00:00
ca2528d551
removing duplicate library linking from cmake, fingers crossed that this wont break on other systems (works here).
2011-09-30 15:21:10 +00:00
6f9636b800
OSX: another non-ASCII char, sorry
2011-09-29 17:02:19 +00:00
6088d460ef
OSX: Give clear commenting and more up-to-date defaults
2011-09-28 17:28:37 +00:00
eb2c89ab87
OSX: change omp default True gor gcc-4.6.1 only atm
2011-09-28 17:21:08 +00:00
Dalai Felinto
78dc35cf29
scons OSX - we don't need extra junk in blenderplayer ;)
2011-09-27 17:26:36 +00:00
6f2d937a63
OSX: introduced a workaround for compiling with non-apple gcc-4.6.1, ghost must be compiled with apple-gcc nevertheless due objc incompatibilities
2011-09-27 13:18:34 +00:00
8a423f59ea
pep8 cleanup and fix for keymap test operator from my own recent fix.
2011-09-26 15:39:15 +00:00
Dalai Felinto
2d91b6cda7
wm.py needs import os in some of its execute funcs + now we can have 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-26 06:29:58 +00:00
7aa14fdbb9
use the systems number of processes for running static checks - multiple jobs.
2011-09-22 04:41:12 +00:00
922dadf6ea
buildbot: point python to a symbolic link. Helps when updating libs is happening.
2011-09-21 19:10:06 +00:00
4b449aefea
remove support for irix
2011-09-21 08:40:30 +00:00
8f5112f191
pep8 update & some minor cmake edits.
2011-09-20 18:29:19 +00:00
219eeb3e54
Internationalization: fix OS X scons install to copy font and language files
...
correctly.
2011-09-20 15:55:28 +00:00
07ed73caee
- Fix for compiling without international support
...
- Enable international support for win64 msvc by default
2011-09-20 14:07:40 +00:00
Nathan Letwory
a199c9a4bb
Don't set BF_NUMJOBS in default config, but instead let users do that in user-config.py.
2011-09-20 07:53:20 +00:00
13dfd82997
changes for materials to treat them as shorts not int/chars (since they are 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-20 06:25:15 +00:00
b2e97edc35
remove unused arg & some style edits on radish merge, also reverted odd change that somehow got in to cmake preset.
2011-09-19 16:41:29 +00:00
2cbf475fb2
Merged 40338-40364
2011-09-19 15:36:30 +00:00
83a2f02a78
cleanup endian handling
...
- 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-19 08:02:17 +00:00
96ada15d79
svn merge -r40197:40311 ^/trunk/blender
2011-09-18 02:35:26 +00:00
43259c978e
SVN maintenance.
2011-09-16 17:18:12 +00:00
d87fcb0760
- fix for memory leak in findFreeNavPolyIndex()
...
- also correct own script for running cppcheck.
2011-09-16 14:02:44 +00:00
2222f536f8
use replace 0 with NULL for pointers, set some functions static
...
also fixed own errors in recent static check commit.
2011-09-16 08:20:21 +00:00
0849eaebbf
new convenience makefile targets for static source code cheching: check_splint/check_sparse/check_cppcheck
2011-09-16 06:58:20 +00:00
86d05b3144
Update build rules to deal with new gettext libraries.
2011-09-15 11:37:42 +00:00
ac51152ec5
svn merge -r40179:40195 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-09-14 01:32:59 +00:00
dd2a2ec699
removed nodes from CMake's BLENDER_LINK_LIBS, rewrote find-pcre using own template.
2011-09-14 01:23:17 +00:00
21253def7c
- removed some duplicate library links from cmake (which were needed because of bad level calls)
...
- FindXML2 we had copied from another project was always running and not using cached value, rewrote based on template used for most of our other find modules which makes use of 'FindPackageHandleStandardArgs'
- mark statuc collada libs as advanced.
2011-09-14 01:02:57 +00:00
a47144a8d2
Enable FFTW3 library for buildslaves
2011-09-13 16:52:42 +00:00
7d02e66256
svn merge -r40000:40179 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-09-13 10:05:30 +00:00
92089e3c4d
svn merge -r39900:40000 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-09-13 09:07:20 +00:00
9c4165fde0
svn merge -r39800:39900 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-09-13 07:19:36 +00:00
b310a76a1b
svn merge -r39558:39800 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-09-13 06:39:17 +00:00
297f14a1d6
fix for error linking opencollada on linux.
2011-09-12 13:58:13 +00:00
899bd19c71
Forgot to add FFmpeg DLLs list to linuxcross config.
2011-09-08 19:05:52 +00:00