Go to file
Brecht Van Lommel c2d5c72245 Fix part of #34640: colors darkening when using the vertex paint blur tool.
The problem was that vertex colors only have 8 bits of precision, and integer
division always rounds down, so after some color blending iterations everything
gets darker. Instead use integer division that behaves like round() instead of
floor() for blending operations.
2013-04-25 14:16:22 +00:00
build_files Strip unneeded folders and files from numpy 2013-04-23 15:51:41 +00:00
doc Py API doc generation: add bpy.app.translations module, and fix a few errors found while building the doc. Thanks to Campbell for review. 2013-04-19 13:00:21 +00:00
extern Update Ceres to current upstream version 2013-04-22 09:25:37 +00:00
intern Fix #29932 Left Shift + Numpad 1,2,3 not Aligning to Active 2013-04-25 05:32:32 +00:00
release Bugfix [#35075] Physics Panel of Particles Fluid is Truncated 2013-04-25 10:05:49 +00:00
source Fix part of #34640: colors darkening when using the vertex paint blur tool. 2013-04-25 14:16:22 +00:00
CMakeLists.txt Don't use auto vectorization for MinGW-w64. It may be a source for 2013-04-17 11:16:53 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile correct too-big allocation in mesh beautify. 2013-04-01 07:57:33 +00:00
SConstruct Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00