Go to file
Sergey Sharybin bc5df753aa Fix part #33935: Texture painting slow down with mouse, but not with tablet
Issue is solved for painting on byte buffer with default sRGB display enabled.
In this case it is possible to skip any color space transform and just apply
dither if needed.

Still not sure if there's a regression in painting on flaots or not, will
continue investigation.
2013-02-08 08:18:44 +00:00
build_files removing xinerama on X11 dependency, this wasn't working very usefully. 2013-02-07 14:10:01 +00:00
doc add python api docstring for 'bpy.types.Operator.bl_property' 2013-02-05 05:09:19 +00:00
extern add missing bullet header to cmake, quiet reports from 'make test_cmake' 2013-02-06 04:16:28 +00:00
intern building ghost-sdl works again. 2013-02-08 08:02:05 +00:00
release code cleanup: use exist_ok keyword arg to os.makedirs() rather then checking if the dir exists first. 2013-02-07 04:02:24 +00:00
source Fix part #33935: Texture painting slow down with mouse, but not with tablet 2013-02-08 08:18:44 +00:00
CMakeLists.txt removing xinerama on X11 dependency, this wasn't working very usefully. 2013-02-07 14:10:01 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct New matcap collection for default in release. It's now 24 images, ordered 2013-02-05 16:16:07 +00:00