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
2014-10-15Buildbot: Rename testbuild branch to experimental-build and put the builds ↵Bastien Montagne
to dedicated folder
2014-10-15Fix for No Sudo option in install_deps.sh (typo in docs)Dalai Felinto
2014-10-15Call python3 explicitly from tgz utilCampbell Barton
2014-10-15Fix tgz script (included all files in submodules)Campbell Barton
2014-10-15Fix for tgz script (whitespace broke it)Campbell Barton
2014-10-03Install_deps: Fix stupid mistake in BUILD_NOTE.txt generation since last commit.Bastien Montagne
Reported by Thomas (DingTo) over IRC, thanks.
2014-10-03Fix T41936: lender 2.72 Crashes on play on *Ubuntu 14.04Sergey Sharybin
This commit is necessary to update to openal-soft 1.60.0 which solves weird bug happening on ubuntu. This is to be landed to the release branch.
2014-09-19Install_deps: add an '--info' path option to store BUILD_NOTES.txt...Bastien Montagne
Still defaults to current dir!
2014-09-18Cleanup: use static sets where possibleCampbell Barton
2014-09-16Fix last commit, making archive from source dirCampbell Barton
2014-09-16Utility script to create release archiveCampbell Barton
- only include files known to git. - includes all submodules. - version extracted from BKE_blender.h for naming. - MD5 checksum generated. - 'make tbz' convenience target. Script by Dan McGrath with own minor edits.
2014-09-08Attempt to fix compilation error on ubuntu linuxSergey Sharybin
2014-08-27Fix windows buildbot rebuilding cubins on both compile and packSergey Sharybin
2014-08-27Make SCons's DEBUG/_DEBUG consistent with CMakeSergey Sharybin
Also move this to a generic place in SConstruct instead of having this defines in 6 different configurations. Should not be functional changes, but please verify all the platforms.
2014-08-18Install_deps: Better handling of 'check installed' in Debian, and fix jack2d ↵Bastien Montagne
check. Patch D742, by oweissbarth (Oliver Weissbarth), thanks!
2014-08-14OSX/SCONS/buildbot: last commit made BF_COLLADA_LIB tweak obsoleteJens Verwiebe
2014-08-14Attempt to fix 32bit OSX buildbot, need to link against UTF Collada libSergey Sharybin
2014-08-12Scons / Buildbot: Remove code for Visual Studio 2008.Thomas Dinges
Probably the vc2013 builder can become a more generic name now, but I will double check this with Martijn.
2014-08-12Cleanup: Remove Visual Studio 2012 code from builder.Thomas Dinges
2014-08-08Switch linux buildbot to custom built python2.7Sergey Sharybin
New scons discontinued support of python2.6, so we needed to build just another python in the release and buildbot environment. Hope latest scons upgrade a least bring new msvs support and not only lead to just-another-frustration. There might be some more upcoming commits, because you never can be sure there's no typos in the buidbot script for until you actually fire the builder up.
2014-08-05Remove SVN referencesCampbell Barton
2014-08-05SpellingCampbell Barton
2014-08-05Fix to commit rB77b7e1fe9ab: need ${target} instead of blender in cmake macro.Howard Trickey
2014-08-05Deduplicate CUDA and OpenCL wranglersSergey Sharybin
For now it was mainly about OpenCL wrangler being duplicated between Cycles and Compositor, but with OpenSubdiv work those wranglers were gonna to be duplicated just once again. This commit makes it so Cycles and Compositor uses wranglers from this repositories: - https://github.com/CudaWrangler/cuew - https://github.com/OpenCLWrangler/clew This repositories are based on the wranglers we used before and they'll be likely continued maintaining by us plus some more players in the market. Pretty much straightforward change with some tricks in the CMake/SCons to make this libs being passed to the linker after all other libraries in order to make OpenSubdiv linked against those wranglers in the future. For those who're worrying about Cycles being less standalone, it's not truth, it's rather more flexible now and in the future different wranglers might be used in Cycles. For now it'll just mean those libs would need to be put into Cycles repository together with some other libs from Blender such as mikkspace. This is mainly platform maintenance commit, should not be any changes to the user space. Reviewers: juicyfruit, dingto, campbellbarton Reviewed By: juicyfruit, dingto, campbellbarton Differential Revision: https://developer.blender.org/D707
2014-08-02fix check for not llvmMartijn Berger
2014-08-02Collada and llvm both use the same functions and they clash.Martijn Berger
Since we have older llvm for msvc2008 and new one for msvc2013 we need to work around it.
2014-08-02CMake: add headerCampbell Barton
2014-08-02Move to OIIO 1.4 also for windows x86Martijn Berger
2014-08-01Make build work with llvm3.4 and oiio 1.4Martijn Berger
2014-08-01OSX/scons: Change Blender bundle datastructures + referennces to match the ↵Jens Verwiebe
upcoming codesigning needs - i used deprecated rules up to now which will break in OSX > 10.9.5 and 10.10 > dp4 - todo: adapt cmake due it will break with this commit
2014-07-29OSX/buildbot: after recent scons fix, UTF lib linkage is handled dependent ↵Jens Verwiebe
on config, so remove now obsolete lines
2014-07-28Install_deps: Raise openexr/ilmbase magic numbers, looks to be needed...Bastien Montagne
Btw, if someone can explain me why OPENEXR_FORCE_REBUILD does not work like all other force options... :/
2014-07-28OSX/buildbot: Fix 32bit compile by removing OSL/LLVM and add back UTF to ↵Jens Verwiebe
Collada - due OSL i386 never worked on OSX, the new libs do not even contain this arch ! - As we had to fix duplicated symbols from generic UTF finctions same in LLVM and COLLADA, LLVM-less build must have UTF lib reenabled
2014-07-28CMake: add glew-mx libraryCampbell Barton
2014-07-28CMake: use our template for finding the glew libraryCampbell Barton
2014-07-28Switch buildbot to new llvm/oiio/oslSergey Sharybin
2014-07-28Make requests python package to be detected in the same way as numpySergey Sharybin
This solves missing requests package reported on the systems where it's located in dist-packages rather than in site-packages. To do this there's now a helper macros which handles both requests and numpy now and could be used for more packages in the future. Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D686
2014-07-27Install_deps: forgot to cleanup that in latest commits.Bastien Montagne
2014-07-25Install_deps: Force to always compile OCIO for now.Bastien Montagne
This is a much simpler fix to that libyaml-cpp mess, since doing it that way we get our static own libyaml-cpp... And this should work for all platforms (realized libymal-cpp-ver option was only implemented for deb-like distro, since it was the first place where issue showed up :/ ).
2014-07-25Install_deps: Update OSL to 1.5.10, llvm to 3.4 and oiio to 1.4.11.Bastien Montagne
Note: had to swicth back to own repo for osl as well, ILM guys seem unable to handle CMake build system properly!
2014-07-25OSX: adaptions needed for renewed osl/oiio/llvmJens Verwiebe
2014-07-24Buildbot: Never write 'master' branch in packed file names.Bastien Montagne
2014-07-24Buildbot: proper fix for 'testbuild overriding master builds' issue.Bastien Montagne
2014-07-24Revert "Buildbot: more fixes, this time to upload logic."Bastien Montagne
This reverts commit b1e1646d945d8f7e15c7828a9a5fb0fc4f516f51. Sorry, was a bit too quick on this one... :/
2014-07-24Buildbot: more fixes, this time to upload logic.Bastien Montagne
We do not want testbuild to override 'official' (master) builds!
2014-07-23Buildbot: fix to previous commit, to handle svn libs...Bastien Montagne
2014-07-23Buildbot: rework to support branch selection.Bastien Montagne
Issue with previous code was that branch selected was applied to all repositories. To be able to control branch on a per-repo basis, we need to use codebases instead. This commit only enables branch (master/testbuild) and revision selection for master, we probably do not need this for submodules currently (easy to enable anyway). Note: tested on local buildbot setup, for linux only (up to build step, have no build env).
2014-07-23Occlusion Query based selection.Antony Riakiotakis
This patch creates an interface for selection mechanisms in opengl. This makes it possible to switch between occlusion query based or select rendermode based selection transparently. This is really useful on graphics drivers that do not accelerate the select rendermode path (some ATI cards are notorious for this, and the new path is used by default there), since occlusion queries are always hardware accelerated due to their use in games. The option can be found under system - selection. Auto just enables occlusion queries for ATI users while the rest of the options enforce one of the two methods always. There is just one known change, previous code enforced nearest bone to always get selected, even when mouse selecting near the same position, I couldn't replicate the behaviour though. patch by me with edits and review by Campbell. Thanks!
2014-07-22Buildbot: fix submodule branch issue (we have to fix it on 'master', since ↵Bastien Montagne
default one can be overriden by custom setting for force scheduler).
2014-07-22Update buildbot conf, to enable a 'testbuild' branch in 'force' scheduler.Bastien Montagne