Go to file
Matt Ebb f48556f236 Fix [#22355] Spin Tool crashes Blender on Click'n'Drag Steps
Spin tool steps property had no softmin/softmax (set to INT_MAX), and without continuous grab on, the number field dragging code would jump up to ridiculously high numbers.

Added a reasonable soft max for spin, and also added some protection to the button dragging code to prevent the drag increments from getting too high.

Probably need to doublecheck other op property softmaxes as well.
2010-06-29 12:33:25 +00:00
bin/.blender Move Korean file from kr to ko also updated it to newer file. 2008-09-29 15:02:20 +00:00
CMake CMake: 2010-06-06 13:32:58 +00:00
config Disable rayoptimization again on MinGW, it crashes. 2010-06-24 18:12:59 +00:00
doc script to create a man page from blenders --help text, replaced the hand edited man page with this. 2010-06-27 00:33:12 +00:00
extern Revert changes back to original state, before 29506. 2010-06-17 03:29:16 +00:00
intern ifdef disable X11 mouse grab, it locks up the system for artists too often (whenever blender locks up). 2010-06-15 17:40:31 +00:00
po Make verification of committed .mo files optional. 2009-09-15 22:34:10 +00:00
projectfiles 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD 2009-04-20 15:06:46 +00:00
projectfiles_vc7 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD 2009-04-20 15:06:46 +00:00
projectfiles_vc9 Update MSCV9 project files 2010-05-24 21:10:58 +00:00
release Added name to object color in object properties. Kinda misleading 2010-06-29 05:02:51 +00:00
source Fix [#22355] Spin Tool crashes Blender on Click'n'Drag Steps 2010-06-29 12:33:25 +00:00
tools Moving FFMPEG lib path include to first in the list. This might fix '[#21312] 2.5 Fails to Build Against Latest FFMPEG svn' 2010-06-05 12:55:32 +00:00
CMakeLists.txt Runtime detection of SSE support for raytracing. Also enabled rayoptimization 2010-06-24 15:54:01 +00:00
COPYING Updating/removing really really ancient stuff. 2010-03-09 11:42:04 +00:00
Makefile Makefile updates for Blender 2.5 (from GSR) 2009-03-19 01:50:45 +00:00
SConstruct Show whether BF_DEBUG=1 or 0 in output. 2010-06-05 11:56:55 +00:00