Go to file
Brecht Van Lommel 837d0ac2e0 Fix #35372: sculpting/painting long brush strokes with small brush size would
take up a lot of memory.

The operator was recording an array with all stroke points. However this was not
particularly useful, only sculpt mode had exec() implemented to redo the stroke,
but it was not registering the operator anyway so there was no way to access the
data after the operator was done. So no one was using this anyway.

I did now implement exec for the paint modes so you can call the operator with
stroke points from a script.
2013-05-15 22:55:30 +00:00
build_files fix for finding openjpeg on some systems. 2013-05-15 09:57:17 +00:00
doc Moved main part of bpy.app.translations doc out of C code, as suggested by Campell, thx. 2013-05-14 18:16:37 +00:00
extern Libmv internal compiler error workaround for VC2012. 2013-05-15 17:00:53 +00:00
intern Code cleanup / Cycles: 2013-05-15 20:38:17 +00:00
release bmesh, grid fill tool. 2013-05-15 20:34:40 +00:00
source Fix #35372: sculpting/painting long brush strokes with small brush size would 2013-05-15 22:55:30 +00:00
CMakeLists.txt Patch for CMakeLists.txt to build with new OpenAL libs on VS2012. 2013-05-15 11:26:57 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Fix a mismatch in help message (check_spelling_osl obviously checks OLS, and check_spelling_c, C code! :P ) 2013-05-14 14:37:51 +00:00
SConstruct Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00