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
2010-07-07Fix #22219: compile error with videotexture/libavutil and recent gcc,Brecht Van Lommel
need __STDC_CONSTANT_MACROS defined.
2010-07-04Detect SSE building support with cmake, and moved setting the definesBrecht Van Lommel
out of the render mode cmake file into the main one. Should fix PPC compile, and hopefully not break others.
2010-07-03cmake: disable openexr if its not found (rather then throwing an error)Campbell Barton
2010-07-03OSX: CMake and scons default settings updated to allow build with LCMS libDamien Plisson
2010-07-01fix for building with WITH_RAYOPTIMIZATIONCampbell Barton
2010-06-24Runtime detection of SSE support for raytracing. Also enabled rayoptimizationBrecht Van Lommel
by default now on all platforms since it shouldn't crash anymore if SSE is not there. If this breaks compilation on some platforms, please let me know.
2010-06-09reverting own recent change to switch off RULE_MESSAGES since you cant see ↵Campbell Barton
which files are rebuilding.
2010-06-07minor changes to cmake, main noticable change is to disable RULE_MESSAGES ↵Campbell Barton
which gives less output with makefiles (easier to spot warnings).
2010-06-06CMake:Campbell Barton
- WITH_LCMS added option, was supported in scons. - commented web plugin option since its not maintained. - some formatting changes and removed includes that are not needed for source/creator/CMakeLists.txt.
2010-06-06* update CMake and SCons for the OpenCollada update (to r746).Nathan Letwory
- DocumentExporter changed due to function name change in API - no more UTF lib - enabled by default for win32 Note: debug libs will be added later, as well as 64bit windows libs. For other platforms, get r746 of OpenCollada and build against that.
2010-05-30mingw/cmake ffmpeg works now, update for new openexr libs which removed ↵Campbell Barton
IlmThread.
2010-05-30reverting previous commit from Mitchell. His commit went to the trunk ↵Dalai Felinto
instead of the branch :) svn merge -r 29067:29066 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-05-30Reversing the last merge because I botched it.Mitchell Stokes
2010-05-29Updated openexr for MinGWSergey Sharybin
2010-05-29disable forcing mingw compiler flags (means you couldnt change them)Campbell Barton
2010-05-29removed WIN32 definition for msvc last commit (to get mingw working)Campbell Barton
added back definition as well as checking if some options need to be set.
2010-05-29[#21842] Beta patch to restore cmake MinGW compilationCampbell Barton
from Riakiotakis Antonis (psy-fi) with modifications. notes: - needed to remove quotes around filepaths for copying. - WITH_JACK, doesnt link - WITH_FFMPEG, doesnt build - WITH_RAYOPTIMIZATION, gave an error for me. (no mmx support)
2010-05-27== CMake ==Andrea Weikert
* updated for new libtiff * also disabled opencollada for now as it caused errors Note: * WITH_INTERNATIONAL is enabled although this setting crashes Blender when compiling the Debug target - seems to work for other people though? If you encounter problems, try disabling this.
2010-05-21if libtiff not found disable on unix.Campbell Barton
2010-05-21libtiff working on linux & cmake again.Campbell Barton
2010-05-21Blender TIFF supportMatt Ebb
* Removed dynamic linking libTIFF code and change it to static linking (built into the blender executable). Dynamic linking made things a fair bit more complicated and wasn't working at all before on OS X - the dylib didn't exist and wasn't being copied. Since TIFF is more heavily depended upon now in Blender, it makes sense to make it less 'optional' and more in line with other libraries. I've updated both CMake and scons, and CMake on OS X/64bit works fine. It's now up to other platform/build system maintainers to enable this for their respective platforms (Campbell will check it for linux). For windows, and non-64bit osx, we need static libtiff libraries in /lib. I've added options WITH_TIFF for CMake and WITH_BF_TIFF for scons, so if blender won't build because of this, you should be able to disable these options until your build system has been updated. * Bonus feature: while doing this, I added support for loading 16bit and 32bit per channel TIFFs - they get converted to Blender's float buffers. Handy for zbrush displacement maps!
2010-05-09minor cmake changesCampbell Barton
- only give quicktime option for apple and windows - disable collada by default on non-apple-unix since its not in debian repo
2010-04-20replace referenecs to python 2.xCampbell Barton
2010-04-11mindrones reports cmake 2.4 doesnt work anymore, since 2.8 is current, ↵Campbell Barton
bumping the minimum version requiired
2010-04-03OSX: CMake & scons update for Ogg/Vorbis/FLAC added support to lib SNDFILEDamien Plisson
Note that you need to svn up the precompiled lib folder (darwin-*) too to be able to build with SNDFILE
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
27562, 27570, 27571, 27574, 27576, 27577, 27579, 27590, 27591, 27594, 27595, 27596, 27599, 27605, 27611, 27612, 27613, 27614, 27623
2010-03-18CMake: FFMPEG directory and libraries are now configurable.Brecht Van Lommel
2010-02-23Win64: Enable OpenAL for cmake + win64 Daniel Genrich
2010-02-22OSX buildscripts update following ffmpeg precompiled libs updateDamien Plisson
2010-02-15OSX/CMake : fix ffmpeg include pathDamien Plisson
2010-02-12correct fsf addressCampbell Barton
2010-02-02Updated OpenCollada section of cmake windows config.Arystanbek Dyussenov
2010-01-30cmake vars are not using _BF_ in var names.Campbell Barton
2010-01-30OSX : update build scripts for updated openCollada libs + ray tracing ↵Damien Plisson
optimization option in cmake OpenCollada new version (721) lib has additional lib files to link with. Added BF_RAY_OPTIMIZATION option in CMake (as the one in scons) for building SIMD optimized ray tracing code.
2010-01-30COLLADA branch: merge from trunk -r 25745:26429.Arystanbek Dyussenov
scons+vc build crashes on Blender start when BF_COLLADA is on, don't know why this happens. Merging from trunk to get working vc project files, then will try to debug and locate the problem.
2010-01-23COLLADA branch: patch for importer from Sergey I. Sharybin to build against ↵Arystanbek Dyussenov
OpenCollada at revision 721. Thanks Sergey! People who want to build this branch will need update their OpenCollada. On Linux OpenCollada builds without patching. As usual I updated the build doc: http://wiki.blender.org/index.php/User:Kazanbas/Building_Collada_Branch#Building_the_COLLADA_GSoC_branch A small change will be necessary in cmake and scons options on Mac and Windows: OpenCollada's libBuffer was renamed to libbuffer.
2010-01-20CMake:Nicholas Bishop
* Added -Wno-unknown-pragmas to the cflags, silences warnings when OpenMP is diabled.
2010-01-18undo previous cmake fixes, Benoit already fixed it in cmake/macros.cmakeErwin Coumans
2010-01-17cmake fix broken OSX build: those openmp flags break OSX build, it might ↵Erwin Coumans
only work on other unixes that way
2010-01-17cmake fix for Windows: link OpenCollada <libraryname>_d.lib in debug builds ↵Erwin Coumans
and <libraryname>.lib in release builds this prevents crashing at startup of Blender in debug builds with cmake. See bugreport by Andrea in the mailinglist here: http://www.mail-archive.com/bf-committers@blender.org/msg00668.html Also enabled WITH_OPENCOLLADA in cmake by default so the feature gets tested. If other devs like to keep OpenCollada it disabled, please revert the ON to OFF again.
2010-01-05Merge from trunk -r 25003:25745.Arystanbek Dyussenov
2009-12-02Mac: Following 10.4 ppc libs availability, update cmake & scons default settingsDamien Plisson
2009-11-29Merge from COLLADA branch into trunk of -c 24572 (cmake and scons for ↵Arystanbek Dyussenov
OpenCollada @ 675, Linux) and 25001 (bone animation import). See corresponding log entries for more detail.
2009-11-29Merge from trunk -r 24758:25003.Arystanbek Dyussenov
2009-11-28CMake/OSX: remove gcc arguments conflicts raising warnings when building in ↵Damien Plisson
release mode Quicktime/Qtkit linkflags fix for i386 platform
2009-11-22CMake: OS X build did not have proper warnings set by default, copied theBrecht Van Lommel
flags from non-apple Unix configuration.
2009-11-22COLLADA branch: merge from trunk -r 24522:24758.Arystanbek Dyussenov
2009-11-19- remove CPPFLAG XP_UNIX from CMake, Scons and Irix make, checked our own ↵Campbell Barton
code and /usr/include, its only used in our netscape plugin. - CMake on unix default OpenMP to enabled. - Scons on linux default OpenMP to enabled. - copying python is slow, for scons only copy if the directory has not been created.
2009-11-18Quicktime for Cocoa : import partDamien Plisson
This makes quicktime import (.mov & quicktime handled image files such as .gif) available also for 64bit OSX Unfortunately, Apple currently incomplete implementation of QTKit has much lower performance than old Carbon Quicktime. FYI, it spawns a 32bit process "QTKitserver" to place calls to Quicktime 7. So this is mostly meant as a "backup" for 64bit OSX builds, until Apple releases full Quicktime X. Export part will come just after. CMake scripts updated: set WITH_QUICKTIME and USE_QTKIT to ON
2009-11-15COLLADA: updated cmake and scons settings (on linux) to build against ↵Arystanbek Dyussenov
OpenCollada @ 675. To build OpenCollada: * apply this patch http://wiki.blender.org/index.php/File:Opencollada@675.diff * build by typing 'scons XMLPARSER=expatnative' (pcre and expat must be installed) * after build, copy all compiled libs into 'lib' (Blender build will refer to it): rm -rd lib mkdir lib find . -iname '*.a' | xargs cp -t lib