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
2012-12-03Fix scons not installing closure/ directory for runtime compiles of CUDA kernel.Brecht Van Lommel
2012-11-27OSX/scons: introducing and testing an unexported_symbols_list to prevent ↵Jens Verwiebe
clashes, todo: cmake
2012-11-19OSX/scons/osl: un-hardcode the osl libpathJens Verwiebe
2012-11-17OSX/scons: little cleanup to BF_PROGRAM_LINKFLAGSJens Verwiebe
2012-11-17quiet scons deprecation warnings and correct --with_filesystem --> ↵Campbell Barton
--with-filesystem in install_deps.sh
2012-11-16OSX/scons/osl: use Xlinker for the BF_PROGRAM_LINKFLAGS, so we can ↵Jens Verwiebe
alternative again compile with gcc-4.6
2012-11-16OSX/scons/osl: working but not optimally designed atmJens Verwiebe
2012-11-16OSX/scons/osl: initial osl compiling, todo: fix shader compile and copy to ↵Jens Verwiebe
bundle
2012-11-15Windows OIIO:Thomas Dinges
* bin/OpenImageIO.dll not needed anymore, now statically linked.
2012-11-15Cycles OSL: windows build system changes to support static OSL/OIIO.Brecht Van Lommel
2012-11-15OSL Scons rulesSergey Sharybin
Initial support of OSL builds using SCons build system. Only tested on Linux now. No changes to configuration files themselves -- for now check how it's configured for linux buildbot (it was already horror to make all this changes and verify them, changes to linux-config.py could easily be done later). Currently WITH_BF_STATICOSL and WITH_BF_STATICLLVM are more like rudiments because linking against oslexec requires special trick with --whole-archive. We woul either need to find a way dealing with this oslexec less hackish or drop STATICOSL and STATICLLVM flags. Will keep dropping this flags for until we have "final" build rules for OSL. Still can not make 32bit linux rendering with OSL -- blender simply crashes when starting rendering. So for time being this issues are solving disabled OSL for 32bit build slaves.
2012-11-12Fix to allow several include dirs for python under scons build system ↵Bastien Montagne
(needed with new py3.3 debian-like packages).
2012-11-11* Remove one last "gnu_gettext.dll" reference in scons. Thomas Dinges
2012-10-22remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also ↵Campbell Barton
remove CTR c++ classes that are no longer used.
2012-10-08add option to build without blenders default avi codec.Campbell Barton
2012-09-16Enable OpenColorIO for MinGW64 build targetsAntony Riakiotakis
2012-09-15Color Management, Stage 1: Initial OpenColorIO library integrationSergey Sharybin
This commit integrates support of OpenColorIO library into build systems. It also contains C-API for OpenColorIO library which could be used by Blender. CMake has got find rules familiar to OpenImageIO's one which makes it easier for build system to find needed libraries and includes. Scons only could use explicitly defined paths to libraries and includes. C-API would be compiled and Blender would be linked against C-API and OpenColorIO but it wouldn't affect on Blender behavior at all. OpenColorIO could be disabled by setting up WITH_OCIO to Off in CMake and setting WITH_BF_OCIO in Scons.
2012-08-11add back datatoc, use this instead of cmake script which was too slow.Campbell Barton
2012-08-11remove all remaining data files from source, now all are converted at build ↵Campbell Barton
time. note: this is currently very slow in cmake, will address this next.
2012-08-11generate brush icons C files at build time.Campbell Barton
2012-08-11generate glsl shaders c files at build time.Campbell Barton
2012-08-11startup.blend and preview.blend are now converted to C at build time.Campbell Barton
made some changes to startup.c - change default player to internal since its working now. - added new screen for full screen 3d viewport (nice for demo's and navigating) - disable cursor depth option (was enabled by default because of re-used flag)
2012-08-10fix own error with scons, building failed when BF_BUILDDIR was absolute.Campbell Barton
2012-08-10zero rotation values for quat_apply_track() which were in fact just float in ↵Campbell Barton
precision. also minor code cleanup - tabs -> spaces in scons file.
2012-08-09generate COM_OpenCLKernels.cl.h automatically at build time, this allows ↵Campbell Barton
editing COM_OpenCLKernels.cl and rebuilding and means we dont have to have both files in svn. updates made to cmake and scons.
2012-07-26OSX/scons: fix compiling on the new OSX 10.8 (Mountain Lion) with delivered ↵Jens Verwiebe
Xcode 4.4
2012-07-06Fix ultra stupid mistake on Scons.Antony Riakiotakis
2012-07-05Scons:Thomas Dinges
Fix for r48639, wrong syntax and wrong indent...
2012-07-05Update build systems to copy needed dlls from MinGW-w64, turn openmp on by ↵Antony Riakiotakis
default for MinGW.
2012-06-21option to disable feather, since its so slow - for interactively editing ↵Campbell Barton
masks its useful to be able to disable. also rename RNA to 'use_antialiasing'
2012-05-29Scons:Thomas Dinges
* Remove "plugininstall" from argument list, caused errors.
2012-05-29finish cleanup for pluginsCampbell Barton
2012-05-23Scons - only go to the trouble of making these directories if they don't alreadyJoshua Leung
exist!
2012-05-02Add pthread dll for MinGW64 during installation. Now people who download ↵Antony Riakiotakis
from buildbot will be able to run the build even without MinGW-w64 installed.
2012-04-26Fix OIIO dll copying for win32-mingwNathan Letwory
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with ↵Antony Riakiotakis
slight modifications. Thanks!
2012-04-15Scons:Thomas Dinges
* Add new scons options to 'blenderlite' target * Remove ancient yafray comment
2012-03-08building without python works again, cleanup bmesh include paths (cmake and ↵Campbell Barton
scons).
2012-02-25OSX: scons: fix own mistake, truncate output of xcode-build -version to ↵Jens Verwiebe
major.minor version in config to change the var not only the print
2012-02-25OSX: scons: corrected output string of xcode-build -version, so only ↵Jens Verwiebe
major/minor version is used
2012-02-17Reverting changes made to build systems when was upgrading OpenAL.Sergey Sharybin
Reverting to openal from creative because own builds doesn't deal with 3D sound. Hopefully it wouldn't lead to crashes caused by ffmpeg+openal (for resolving which libraries were updated to openal-soft).
2012-01-17Compilation error when using mingw+sconsSergey Sharybin
Error was caused by boost library (which doesn't seem to be working with Cycles too when compiling with mingw). Switched mingw to use TR1 unordered collections. Also, there was re-declaration of strcasecmp when mingw is used. Additional changes are related on using own process spawning when BF_TOOLSET is set to mingw. Seems to be working fine now (i've got too long command line error) and no warning are supressing now (as it was told in comment for commented own process spawning).
2011-12-31option to build without remesh modifier for cmake and sconsCampbell Barton
2011-12-27Update build files to use new OpenAL librariesSergey Sharybin
2011-12-19* Changes for static win32 png libs. Thomas Dinges
2011-12-13OSX: proper scons config and linking weak for jackOSX and errorhandlingJens Verwiebe
2011-12-08Scons/CUDAThomas Dinges
* Added missing bitness info to the nvcc_flags. This makes sure that the nvcc compiler builds the correct cubins.
2011-12-01CyclesBrecht Van Lommel
* Compile all of cycles with -ffast-math again * Add scons compilation of cuda binaries, tested on mac/linux. * Add UI option for supported/experimental features, to make it more clear what is supported, opencl/subdivision is experimental. * Remove cycles xml exporter, was just for testing.
2011-11-17exclude addons_contrib/ for release builds.Campbell Barton
2011-11-14Scons: make sure fftw is enabled when ocean_mod is compiledJens Verwiebe