Blender Git Commits

Blender Git "master" branch commits.

Page: 2471 / 5574

November 24, 2015, 09:25 (GMT)
Fix outliner crash after recent no-functional-changes cleanup commits
November 24, 2015, 09:13 (GMT)
install_deps.sh: update official numpy version.
November 24, 2015, 08:21 (GMT)
Cycles: Support per-render layer world AO settings

This is sort of extension of existing Use Environment option which now allows to
disable AO on the render layer basis.

Useful in cases like disabling AO for the background because it might make it
too flat and so.

Reviewers: juicyfruit, dingto, brecht

Reviewed By: brecht

Subscribers: eyecandy, venomgfx

Differential Revision: https://developer.blender.org/D1633
November 24, 2015, 08:15 (GMT)
BGE: Save screenshots in a different thread

This patch allows the game engine to keep running while performing things like PNG compression and disk I/O.

As an example, my crowd simulation rasterizer saves a screenshot for every frame. This now takes up 13 msec per frame, which was 31 msec before this patch. Effectively, it allows the simulation to save every frame and still run at 60 FPS.

Reviewers: lordloki, moguri, panzergame

Reviewed By: moguri, panzergame

Projects: #game_engine

Differential Revision: https://developer.blender.org/D1507
Revision c026aa6 by Julian Eisel
November 24, 2015, 08:01 (GMT)
Cleanup: Unsued variables

Unused since rB291afea8ccdea5.
Revision ef5fff4 by Mike Erwin
November 24, 2015, 07:34 (GMT)
OpenGL: when checking GL version, assume >= 2.1

Mostly glBlendFunc related.
Revision 291afea by Mike Erwin
November 24, 2015, 07:21 (GMT)
OpenGL: clean up use of old extensions
November 24, 2015, 06:57 (GMT)
fix error in last commit
November 24, 2015, 05:50 (GMT)
Fix T46805: Scale along axis fails w/ Python

't->value' no longer has constraint matrix applied for translate,
fix for T46003 is no longer needed.
November 24, 2015, 01:16 (GMT)
Fix T46816: Vert/Edge snap fails at edge of bounds
November 24, 2015, 00:48 (GMT)
View3D: move snapping functions out of ruler
November 23, 2015, 20:28 (GMT)
UV Smart Project: restore 'Stretch to UV Bounds'

This option wasn't exposed since 2.4x.

D1622 by @candreacchio
November 23, 2015, 20:05 (GMT)
install_deps.sh: Fix dependencies between (built) libs.

Who in hell did make OSD dependant on llvm???
November 23, 2015, 20:05 (GMT)
install_deps.sh: Cleanup: Use correct boolean checks.

Yeah... that is correct bash boolean check syntax. Pretty sure even BASIC or Perl do better.

See http://stackoverflow.com/questions/2953646/how-to-declare-and-use-boolean-variables-in-shell-script
November 23, 2015, 20:05 (GMT)
install_deps.sh: add option to force building libs instead of using packages, and limited fallback for unsuported distro.

This commit adds '--build-foo' options to force the script to build relevant libraries
instead of trying to use packages from the distribution.

In addition, it also now offers (with those '--build-foo' options) the possibility
to build libraries on distributions that are not fully supported.

This is limited, but should still help people once they have installed themselves
the basics of dependencies - boost, llvm, osl/osd etc. are not libraries that are
really easy to build.

DISCLAIMER: I did not take the 20 (or more) hours needed to test all combinations
over all distributions, and given the size of the changes, bad sneaky typos are quite
probable, so please report if you get some errors!
November 23, 2015, 20:05 (GMT)
install_deps.sh: refactor message about needed dependencies, and add option to show it and exit (--show-deps).

More info about 'official' source and versions of main libraries handled by the script have also been added to that info option.
November 23, 2015, 19:17 (GMT)
Git ignore BUILD_NOTES.txt from install_deps.sh.
November 23, 2015, 17:22 (GMT)
CMake: enable -std=gnu99 for clang and icc.
November 23, 2015, 17:20 (GMT)
Fix T46848: OpenNL crash on Windows due to uninintialized variables.
November 23, 2015, 12:44 (GMT)
Fix T46842: Removing World is missing AO update in viewport render
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021