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-09InstallDeps: Fix wrong OPENCOLLADA settings in final messages in some cases.Bastien Montagne
Reported by Jefferson Rausseo through mail, thanks.
2014-10-08We need libglewmx too, now.Bastien Montagne
2014-10-08Ghost Context RefactorJason Wilkins
https://developer.blender.org/D643 Separates graphics context creation from window code in Ghost so that they can vary separately.
2014-10-07Call python3 explicitly from tgz utilCampbell Barton
2014-10-05Fix tgz script (included all files in submodules)Campbell Barton
2014-10-04Cycles: Add support for debug passesSergey Sharybin
Currently only summed number of traversal steps and intersections used by the camera ray intersection pass is implemented, but in the future we will support more debug passes which would help checking what things makes the scene slow. Example of such extra passes could be number of bounces, time spent on the shader tree evaluation and so. Implementation from the Cycles side is pretty much straightforward, could only mention here that it's a build-time option disabled by default. From the blender side it's implemented as a PASS_DEBUG with several subtypes possible. This way we don't need to create an extra DNA pass type for each of the debug passes, saving us a bits. Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D813
2014-10-03Fix for tgz script (whitespace broke it)Campbell Barton
2014-10-03Install_deps.sh: missing `--skip-openexr` in arg parser's parameters.Bastien Montagne
Reported through mail by Jefferson Rausseo, thanks!
2014-10-02Libmv: Fix wrong variable use in sconsSergey Sharybin
2014-10-02Libmv: Add an option to disable schur specializations build-timeSergey Sharybin
This way folks with few ram or those who wants to hack into Ceres code might compile Blender much faster.
2014-09-28Install_deps: Fix stupid mistake in BUILD_NOTE.txt generation since last commit.Bastien Montagne
Reported by Thomas (DingTo) over IRC, thanks.
2014-09-24Fix 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!