Blender Git Commits

Blender Git "master" branch commits.

Page: 2645 / 5574

March 26, 2015, 05:32 (GMT)
Fix T44137: bpy.path.is_subdir fails

`bpy.path.is_subdir("/abc/def/ghi","/abc/de")` incorrectly returned True
March 26, 2015, 01:45 (GMT)
Fix: AUD_OpenALDevice::getPosition returns negative values

Reported by Antony Riakiotakis. The problem was the seeking code.
Revision 92f305a by Julian Eisel
March 25, 2015, 21:15 (GMT)
A more forward thinking version of previous commit

Basically same as 581afa9da37, but I guess we can assume that scopes added in future
to the image preview may also want to use the viewrect from the original ibuf.
Revision 581afa9 by Julian Eisel
March 25, 2015, 20:52 (GMT)
Fix T44121: VSE Preview scaling issue when using proxies and Show Overexposed
Revision 4dc141f by Lukas Toenne
March 25, 2015, 19:09 (GMT)
Yet another fix for crashing particles.
Revision 5e2cc06 by Mike Erwin
March 25, 2015, 18:29 (GMT)
minor cleanup: alignment
Revision d4ac58d by Lukas Toenne
March 25, 2015, 17:34 (GMT)
Fix T43694, by Krzysztof Re�?ko (chrisr), reviewed in D1177.

Added some guards to prevent clumping to non existing particles. Also, adjusted threaded child path evaluation, so each child is evaluated once - previously virtual parents were done twice.
March 25, 2015, 15:56 (GMT)
Fix 2 typos ( shakin' hands )
March 25, 2015, 14:05 (GMT)
Fix T44133 SSAO in OpenGL rendering from orthographic camera did not
work

Safe to include in final release
March 25, 2015, 13:43 (GMT)
Fix crash with computers not supporting high quality depth of field.
March 25, 2015, 13:12 (GMT)
Fix T44026: ID prop delete leaves names in _RNA_UI
March 25, 2015, 12:05 (GMT)
Attempt to fix an error in compilation of geometry shaders in Intel 4000
cards (see T44072)
March 25, 2015, 11:40 (GMT)
use BKE_mball_tessellate.h include

also remove unused includes
March 25, 2015, 11:40 (GMT)
BKE_mball: split tessellation into its own file

this has a lot of its own local structs, functions,
better to keep isolated from general metaball selection/library logic.
March 25, 2015, 11:36 (GMT)
Change Enables proxy operator to Copy proxy operator.

Allows to change and copy settings much easier, also allows things like
directory settings etc to be copied over.
Revision 8463e6c by Lukas Toenne
March 25, 2015, 11:29 (GMT)
Fix for crash when using particle emission with clump/roughness curves
in a smoke sim.

This interaction between sims is totally stupid and must be recoded
entirely in some utopian future.
March 25, 2015, 11:05 (GMT)
Allow multiple strips to use the same directory when custom proxy
directory is used.

This is done by appending the name of the file as extra folder. Existing
projects may need to regenerate their proxies but it should be possible
now to have all proxies nicely in the same custom folder.

Next commits will include operators to copy directory settings between
selected strips, making the process faster.
March 25, 2015, 09:53 (GMT)
Fix T44128: Ray visibility only enables diffuse if glossy is also enabled

Issue was caused by accident in c8a9a56 which not only disabled glossy
reflection if Glossy visibility is disabled, but also Diffuse reflection.

Quite safe and should go to final release branch.
March 25, 2015, 09:29 (GMT)
Simplify recent commit
March 25, 2015, 09:16 (GMT)
Fix T44124: Crash deleting brush
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021