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-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
2009-11-12COLLADA: merge from trunk -r 24390:24522.Arystanbek Dyussenov
2009-11-11Fix CMake build system for WindowsErwin Coumans
Add support for OPTION WITH_OPENCOLLADA for Windows
2009-11-07Merge from trunk -r 24247:24313, -r 24313:24390.Arystanbek Dyussenov
2009-11-03Mac :Damien Plisson
- add optimize flags setting in CMake for release builds
2009-11-02Mac :Damien Plisson
- remove CMake warnings when building with openMP
2009-11-02Merge from trunk -r 24182:24247. Skipped change 24182 (merge of this branch ↵Arystanbek Dyussenov
into trunk).
2009-11-02Merge from trunk -r 23968:24181.Arystanbek Dyussenov
2009-11-02Mac :Damien Plisson
- Updated CMake files for building with openCollada Update of the 10.5 libs including openCollada is coming in next commit
2009-10-30Merge of the COLLADA GSoC branch into trunk.Arystanbek Dyussenov
COLLADA code is disabled by default (it has dependencies requiring manual install). SCons and CMake builds are supported on Windows and Linux, no Mac building yet. More on building COLLADA code: http://wiki.blender.org/index.php/User:Kazanbas/Building_Collada_Branch. The detailed command log of the merge (can be useful for educational purposes): branch=https://svn.blender.org/svnroot/bf-blender/branches/soc-2009-chingachgook # collada code svn copy $branch/source/blender/collada source/blender/collada # operator svn merge -c 20401,20955,21077,24077,24079 $branch/source/blender/windowmanager/intern/wm_operators.c source/blender/windowmanager/intern/wm_operators.c # menu svn merge -c 24079 $branch/release/scripts/ui/space_info.py release/scripts/ui/space_info.py # scons svn merge -c 20398 $branch/source/blender/SConscript source/blender/SConscript svn merge -c 20398,20691,20955,22726 $branch/tools/btools.py tools/btools.py svn merge -c 20691,20955,22726 $branch/tools/Blender.py tools/Blender.py svn merge -c 20398,20692,20955 $branch/config/linux2-config.py config/linux2-config.py svn merge -c 22726 $branch/config/win64-vc-config.py config/win64-vc-config.py svn merge -c 22726 $branch/config/win32-vc-config.py config/win32-vc-config.py svn merge -c 24077 $branch/source/blender/windowmanager/SConscript source/blender/windowmanager/SConscript # cmake svn merge -c 23319,23905,24077,24158 $branch/CMakeLists.txt CMakeLists.txt svn merge -c 23319 $branch/source/blender/CMakeLists.txt source/blender/CMakeLists.txt svn merge -c 23319 $branch/source/creator/CMakeLists.txt source/creator/CMakeLists.txt svn merge -c 23319 $branch/CMake/macros.cmake CMake/macros.cmake svn merge -c 24077 $branch/source/blender/windowmanager/CMakeLists.txt source/blender/windowmanager/CMakeLists.txt
2009-10-29Options to set OpenCollada, pcre and expat dirs (Dyussenov's test please).Chris Want
2009-10-27CMake: attempt to make build not fail in case "svnversion" command is not found.Brecht Van Lommel
2009-10-25Fixed support for building without collada (scons and cmake). Only tested scons.Arystanbek Dyussenov
Re-enabled collada code building by default in cmake. Realized this should be off only in trunk.
2009-10-25Merge from trunk -r 23000:23968.Arystanbek Dyussenov
Resolved the 'inconsistent newlines' merge error by updating my svn client. The error was caused by a bug in svn client (http://subversion.tigris.org/issues/show_bug.cgi?id=3262) that was fixed in 1.5.5. Fixed conflicts in image.c, object_edit.c, wm_operators.c, source/creator/CMakeLists.txt and CMakeLists.txt. Merge didn't remove some files that were moved/renamed in trunk, svn reported 'Skipped [filename]' on these files. I removed them with: svn --force remove release/io svn --force remove release/ui svn --force remove source/blender/editors/preview svn --force remove source/blender/editors/physics/ed_fluidsim.c svn --force remove source/blender/editors/physics/editparticle.c svn --force remove source/blender/editors/physics/ed_pointcache.c svn --force remove source/blender/editors/mesh/mesh_layers.c Now, before merging into trunk, need to update collada code so it builds ok and fix the possibility to build without collada.
2009-10-19Patch #19667: cmake/windows build info now has time & date,Brecht Van Lommel
patch by Guillaume, thanks!
2009-10-19Merge from trunk -r 22040:23000.Arystanbek Dyussenov
2009-10-19CMake files update to allow use of MAC OSX 10.5 libs (and build 64bit ↵Damien Plisson
blender on mac) The WITH_LIBS10.5 option switches the use of the libs included in the darwin-9.x.universal folder Use the CMAKE_OSX_ARCHITECTURES variable to set the architecture you want to build for (e.g. i386, x86_64). Only one at a time, this value is used to select the python_?.zip that is bundled with the app. WITH_COCOA (build Cocoa ghost and not Carbon) is now on by default.
2009-10-17In CMake, turned off building the collada code by default.Arystanbek Dyussenov
2009-09-30Cocoa port start:Damien Plisson
GHOST*Cocoa.mm & .h files creation First Cocoa version of GHOST_SystemCocoa.mm CMake files update to allow optional (WITH_COCOA option) Cocoa version build - disabled by default SCons files are not updated to allow Cocoa build (the ghost .mm files)
2009-09-25options WITH_LZO and WITH_LZMA for cmake and scons (default to true) ↵Campbell Barton
pointcache.c also needed to have checks for these defines.
2009-09-24add buildinfo to cmake (no win32 support)Campbell Barton
2009-09-21Better unix filesystem integration as documented hereCampbell Barton
http://wiki.blender.org/index.php/BlenderDev/Blender2.5/Unix_FHS for scons WITH_BF_FHS enabled an alternative layout eg. scons WITH_BF_FHS=1 BF_INSTALLDIR="/usr/local" for CMake just run "make install" after make (CMAKE_INSTALL_PREFIX is used for the base path) Currently only scripts use both the system and user path correctly, other areas of blender have their own path code inline with lots of ifdefs, needs to be carefully updated.
2009-09-18Support for building opencollada branch using CMake. Not sure howChris Want
to tell the system to make the location of libpcre and libexpat a settable option though -- maybe somebody who is more of an expert can look at this.
2009-09-16OSX should use libsndfile in /lib, not /usrMatt Ebb
2009-09-06white space commit. (2 spaces -> tab).Campbell Barton
Was annoying to use a different editor for cmake only. theeth says this should be ok with gsoc and merges from branches.
2009-09-04== SCons ==Nathan Letwory
* first working changes to get blenderplayer linking * blenderplayer/ moved into source/ (CMakeLists.txt changed for that too) * added externs for bprogname to gp_ghost, so that it links properly
2009-08-31Win64: We need manifest if openmp is enabledDaniel Genrich
2009-08-302.5 Sound:Joerg Mueller
* Updated UserDef RNA so that only compiled in audio drivers are displayed. (Missing definitions in Makefiles, someone fix please!) * Fixed libsndfile and ffmpeg building with CMake with msvc.
2009-08-30Same fix for libsndfile in cmake.Joerg Mueller
2009-08-24[#19232] (2.5) Correction of cmake for windows about audio (jack and openal)Campbell Barton
from Guillaume Lecocq (lguillaume) [#19247] (2.5) useless WITH_OPENEXR redefinition from Mauro Toffanin (equilibrium)
2009-08-22remove -Wnested-externs warning for CMake/unix, since this is used a lot, if ↵Campbell Barton
we want to remove it can be re-enabled. fix view3d python errors with no object/edit object.