Go to file
Ton Roosendaal 681b26a48e Bugfix #28109
Old issue with OSX Cocoa code: shift+scrollwheel should send
a 'horizontal wheel' event to Blender. Blender only recognizes
scroll events in general though. The old code then just didn't
send an event at all, not passing on shift+scrolls.

Now the scroll event is sent anyway, relying on Blender's
keymapping to define what to do with shift+scroll.

This fixes things like shift+scroll to scale ListBox widgets.
2011-07-30 10:14:50 +00:00
build_files pep8 cleanup, also print message when attempting to run in animation player mode. 2011-07-29 01:24:03 +00:00
doc pep8 cleanup, also print message when attempting to run in animation player mode. 2011-07-29 01:24:03 +00:00
extern cmake: cleanup include paths, some duplicates and going up some unneeded dirs. 2011-07-17 09:11:13 +00:00
intern Bugfix #28109 2011-07-30 10:14:50 +00:00
release pep8 cleanup, also print message when attempting to run in animation player mode. 2011-07-29 01:24:03 +00:00
source quiet some compiler warnings & fix possible (but unlikely) crash. 2011-07-30 09:24:10 +00:00
CMakeLists.txt cmake - option to disable the frame server 2011-07-21 23:06:51 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile patch [#28031] Minor typo in Blenlib 2011-07-20 06:05:47 +00:00
SConstruct print an error message if Python.h can't be found for cmake and scons since its such a common problem. 2011-07-16 06:55:45 +00:00