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
2018-08-26build_environment: ffmpeg support x86 builds on windows.Ray Molenkamp
2018-08-26build_environment: mingw32 fix repeated unpack of gcc tarballRay Molenkamp
2018-08-26build_environment: osl work around shutdown issues.Ray Molenkamp
there is an issue with objects destructing in a non deterministic way during process shutdown, temporary work around this until osl has a fix in place.
2018-08-25Cycles Denoiser: Allocate a single temporary buffer for the entire denoising ↵Lukas Stockner
process With small tiles, the repeated allocations on GPUs can actually slow down the denoising quite a lot. Allocating the buffer just once reduces rendertime for the default cube with 16x16 tiles and denoising on a mobile 1050 from 22.7sec to 14.0sec.
2018-08-25Cycles: Add Denoising Clean to the debugging denoising passesLukas Stockner
2018-08-24Cycles: Cleanup, styleSergey Sharybin
I wouldn't mind changing style to have space after keyword, but there was no official code style change proposed.
2018-08-24Cycles: Fix wrong looking voronoi of second 2nd closestSergey Sharybin
Was only happening for release builds made with GCC-8. Probably some optimization strtegy was confused by uninitialized variable.
2018-08-24Fix T56491: Undo crash while preview jobs runCampbell Barton
While the crash is in 2.8, it's possible undo operates on data which isn't only owned by the current scene (any object for eg). Thanks to @mont29 for suggesting the fix.
2018-08-24UI: always align item w/ labelCampbell Barton
2018-08-24RNA: avoid redundant property lookups in UI APICampbell Barton
2018-08-23Fix T56506: Different behaviour of Bounds Clamp with positive and negative axis.Bastien Montagne
Small typo on minus sign position... ;)
2018-08-23Cycles: Add option for building CUDA kernels sequentiallyLukas Stockner
Building the CUDA kernels takes quite a bit of memory, and when building all of them the combined usage can be too much on some systems (especially VMs). Therefore, this patch adds an option to force the build system to build them sequentially by making each build step depend on the previous kernel. Reviewers: brecht, sergey Differential Revision: https://developer.blender.org/D3623
2018-08-22Cleanup: use EDBM prefixCampbell Barton
2018-08-21UI: disable new text hinting from D3201 by default for now.Brecht Van Lommel
This changes the text hinting setting to be an enum with options Auto / None / Slight / Full. The default is Auto which currently disables hinting. The hinting was tested with a new FreeType version, but this is not what is used on the buildbots an official release environment, and the fonts look quite bad because of that. Once FreeType has been upgraded we can change the default. Even then the results are not ideal, perhaps due to missing subpixel positioning and linear color blending support in BLF.
2018-08-21build_environment: cleanup for osl harvesting on windows.Ray Molenkamp
2018-08-21Python API: expose missing LAYER_MEMBER property type registration.Kenneth Perry
Differential Revision: https://developer.blender.org/D3628
2018-08-21Correct recent makefile OSX checkCampbell Barton
2018-08-21GNUmakefile: correct blender binary for macOSCampbell Barton
2018-08-21Cleanup: trailing spaceCampbell Barton
2018-08-20Fix Cycles AO pass not working for shadow catcher objects.Brecht Van Lommel
2018-08-20Fix BMesh edge_bisect, edge_percent being ignoredAndrew Hale
Also fix float/int/bool access methods
2018-08-20Cleanup: trailing spaceCampbell Barton
2018-08-20RNA: Spline.calc_length() utility functionCampbell Barton
D1810 by @Matpi w/ edits
2018-08-20build_environment: fix build issues with alembicRay Molenkamp
-read all headers from openexr not ilmbase -add missing iexmath lib -turn binaries back on, the blender unit tests require them.
2018-08-19build_environment: windows harvest cleanup.Ray Molenkamp
remove the commands that have already moved to the individual cmake files.
2018-08-19build_environment: opencolorio buildfixes for windows.Ray Molenkamp
copy the debug libs to the right place.
2018-08-19build_environment: openexr windows buildfix.Ray Molenkamp
with the namespaces disabled the postfix also changed.
2018-08-19build_environment: buildfixes for boostRay Molenkamp
Disable hardcoded 64 bit build.
2018-08-19build_environment: build fixes for openimageio.Ray Molenkamp
disable testtex due to parameter alignment issues
2018-08-19build_environment: windows environmentRay Molenkamp
get 32 bit and 64 bit compilers on the same gcc version.
2018-08-19build_environment: python windows build fixesRay Molenkamp
fix hardcoded ssl dll names.
2018-08-19build_environment: opensubdiv windows build fixes.Ray Molenkamp
only build cuda on 64 bit, since 32 bit is no longer supported by nvcc
2018-08-19build_environment: opennvdb windows build fixes.Ray Molenkamp
disable openexr namespaces on windows due to linker errors with it. link pthreads due to dependency though blosc
2018-08-19build_environment: openexr disable namespaces on windows.Ray Molenkamp
Things do not end up in the right namespaces quite yet, and cause linker errors with other projects using the library.
2018-08-19build_environment: blosc build fixes.Ray Molenkamp
blosc embedded a copy of zlib/pthreads causing duplicate symbol linker errors. pthreads was windows specific, but zlib may apply to other platforms as well.
2018-08-18Warn when app-template isn't foundCampbell Barton
2018-08-18WM: app-template command line overrideCampbell Barton
Without this, there was no simple way to have launchers for different app-templates. Also allows force-disabling the app-template stored in the preferences.
2018-08-17cmake: fix typo in else()Ray Molenkamp
2018-08-17cmake/ctest: output test binaries to debug/release folders on windows.Ray Molenkamp
debug/release builds were writing the binaries to the same folder
2018-08-17build_environment: Various tweaks needed for windows debug libs.Ray Molenkamp
2018-08-17build_environment: fix mistaken commit in openexr.Ray Molenkamp
2018-08-17Build Environment: fixes for Linux after recent updates.Brecht Van Lommel
2018-08-17Fix engine.camera_model_matrix() not working in the Python API.Brecht Van Lommel
2018-08-17build_environment: small fix for building ocio on windows.Ray Molenkamp
2018-08-17build_environment: osl 1.9.9Ray Molenkamp
does no longer seem to bundle pugixml, so that's a new dependency.
2018-08-17build environment: fix opencollada build on macOSArto Kitula
2018-08-16build_environment: openimageio 1.8.13Ray Molenkamp
2018-08-16build_environment_windows: fix missing x64 ssl libs and debug build.Ray Molenkamp
2018-08-16build_environment: python packages update.Ray Molenkamp
idna 2.7 chardet 3.0.4 urllib3 1.23 certifi 2018.8.13 requests 2.19.1
2018-08-16Build Environment: fix OpenVDB 5.1 build on Linux.Brecht Van Lommel