blender/source
Sergey Sharybin 944cdf04dd Fix for crash when using undo during sketching session.
Currently, grease pencil conflicts with such operators
as undo and set object mode which makes behavior totally
unpredictable and crash for some cases.

The only way to solve this proper is to ger rid of pointers
to data which can chage stored in operator custom data.
2011-08-11 13:40:47 +00:00
..
blender Fix for crash when using undo during sketching session. 2011-08-11 13:40:47 +00:00
blenderplayer use ghash for operator and menu types, was doing string lookup in the operator list (containing over 1000 items) for each button draw. 2011-08-11 06:06:17 +00:00
creator svn merge -r38753:38813 https://svn.blender.org/svnroot/bf-blender/trunk/blender . 2011-07-29 07:58:03 +00:00
darwin set svn end of lines to native 2011-05-09 08:15:38 +00:00
gameengine change BLO_library_append_begin to take a main argument rather then a context, means the BGE doesnt need to make a new empty context just to pass as an arg. 2011-08-05 05:26:19 +00:00
icons set svn end of lines to native 2011-05-09 08:15:38 +00:00
tests use static sets rather then tuples, python optimizes this case. 2011-08-08 05:21:37 +00:00
CMakeLists.txt Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00
SConscript Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00