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
2008-05-01* add MSVC9 check for lib_vs2008. (CMake users, please verify. Provided by ↵Nathan Letwory
zebulon).
2008-04-28Fix for bug #9687: crash with FSA when compiling with openexr support.Brecht Van Lommel
FSA requires exr, so I've disabled the buttons too in that case. I also noticed CMake doesn't enable openexr by default, but a lot of the render code relies on it, so I've enabled it by default now.
2008-04-24== cmake win32 ==Andrea Weikert
- fixed CMAKE files for Win32 for new ffmpeg libs - ignore libc in debug build. TODO: debug build with OpenEXR still fails with unresolved externals due to /MTd flag.
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
blocks that were previously missed; and b) greatly increase my ohloh stats!
2008-01-30makes bullet independant from gameengine for cmake, introduces esc-key ↵Daniel Genrich
during sim, disables collisions when no bullet there
2008-01-30Initial commit of cloth modifier from branch rev 13453Daniel Genrich
2008-01-22Fixes for CMake.Chris Want
2008-01-19Fixing makefiles for binreloc I made it use flags like otherKent Mein
things default on for linux. ideasman helped me get scons working. Cmake still needs some love... Kent
2007-12-29Reverting mistaken CMakeLists.txt commit, woops!Matt Ebb
2007-12-29* Displacement map bakingMatt Ebb
This is an extension on the work Brecht already did to implement normal map baking. I've updated the release notes page here with info and pics: http://www.blender.org/development/current-projects/changes-since-244/render-baking/
2007-11-05Tweak for MSVC2005 people:Kent Mein
http://www.blender.org/forum/viewtopic.php?t=12408 Kent
2007-06-19Change by Martin Capitanio to find Freetype2 on gentooChris Want
2007-05-16Test commit: Changes to CMake for Python 2.5 under windows Chris Want
from Eugene.
2007-01-23I need to use the 64-bit Linux blender, but I don't want to accidentallyChris Want
commit creator.c, so if this file is compiled and the macro YESIAMSTUPID is defined, the executable will run, with a mean warning printed to stdout. Enable in cmake by setting YESIAMSTUPID to On, or with make by putting "export NAN_YESIAMSTUPID=true" in user-def.mk.
2007-01-04Added IlmThread to the list of OpenEXR libs for WIN32 by request ofChris Want
Eugene Riley. Untested, and I hope the capitalization is correct -- please test!
2006-12-18The OpenEXR include path needed to be a bit more elaborate... oddlyChris Want
cmake always says OPENEXR_INC not found despite the fact that I have the headers and it finds them correctly during building. <digression> There seems to be some conflict between setting, configuring as an option, and autofinding files for some of the dependencies, and I don't know how to resolve this. </digression>
2006-12-13Make 'WITH_OPENAL' a configurable option. This is mostly cosmeticChris Want
because it gets set to one value or another on most platforms. On windows, only link to DirectX if WITH_OPENAL is set to ON (it isn't needed otherwise). This OpenAL stuff is pretty confusing!
2006-12-13CMake: Give error on attempts to generate within the sources withJacques Beuarain
instructions on how to do it out-of-source
2006-12-10CMake: Remove odbc32 odbccp32 libs from Windows linking, these came from the ↵Jacques Beuarain
SCons configs and are apparently not needed. They cause problems on VS Express C++ builds.
2006-12-07CMake: Move genrated dna.c and cmake_blender_libs.txt to binary directories ↵Jacques Beuarain
to keep source dir pristine. Also flag removed libraries as status and not "error" messages.
2006-12-06CMake: Provide better control over Python versions and library locations for ↵Jacques Beuarain
both Mac and Unix and add to documentation
2006-11-30CMake: Detect PPC compilation on Mac OSX and use correct libs. Also add ↵Jacques Beuarain
OpenEXR thread lib because it may be needed on Intel compiles for people not using the libs in CVS.
2006-11-21CMake enabled game engine+Bullet 2.x. tested only on Mac OS X.Erwin Coumans
2006-11-21Step 1 of Bullet 2.x upgrade:Erwin Coumans
Temporarily disabled game engine for CMake CMake for all platform, scons for Darwin, Linux, BSD3, SunOS5, Win32, and Makefiles should not compile game engine right now. MSVC needs still disabling of game engine.
2006-11-19CMake: Turn special features off by default to increase the compileJacques Beuarain
out-of-the-box chances for most devs.
2006-11-18CMake: Prepare for ffmpeg introduction in CMake system (CMake and Windows). ↵Jacques Beuarain
Also fix release with debug info builds for MS builds.
2006-11-17CMake lists initial submission. Documentationand further verification for ↵Jacques Beuarain
different platforms will follow soon. This was just tested against current CVS on MSVC 2005 with Verse, QuickTime, OpenEXR, Player all on.