blender/source/blender
Martin Poirier 2c4fd39142 Todo [#5743] Rotate dosnt work at high zoom
Fixed by only conditionally resetting the start of the triangle used to calculate the angle to when an angle is actually measured (so really small angle don't result in continuous deltas of 0 degree).

However, the smallest rotation angle is still limited by the precision of the acos function (here: 0.02 degrees, 0.02 / 30 with Shift pressed).
2008-05-13 13:20:47 +00:00
..
avi Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
blenkernel Fix for bug #11128: render window shows undithered image. 2008-05-12 17:41:03 +00:00
blenlib last commit had a typo, also adjusted teh and colour instances 2008-05-12 21:12:10 +00:00
blenloader == FFMPEG == 2008-05-11 20:40:55 +00:00
blenpluginapi fix gcc warnings 2008-04-29 08:24:33 +00:00
ftfont Suggestion by GSR; move "extern C" into header file, remove "_" from 2008-04-25 19:18:24 +00:00
imbuf == FFMPEG == 2008-05-05 22:08:50 +00:00
include == Ipo == 2008-05-12 17:16:54 +00:00
makesdna == FFMPEG == 2008-05-11 20:40:55 +00:00
nodes Fix for bug #7068: displace node crashes with procedural 2008-05-09 15:32:55 +00:00
python last commit had a typo, also adjusted teh and colour instances 2008-05-12 21:12:10 +00:00
quicktime missed out on some BLI_convertstringcode's, also found that playing relative quicktime paths from the python api never worked, was using the 'Scene' type cast to a char. 2008-05-04 15:02:48 +00:00
radiosity Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
readblenfile Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
render last commit had a typo, also adjusted teh and colour instances 2008-05-12 21:12:10 +00:00
src Todo [#5743] Rotate dosnt work at high zoom 2008-05-13 13:20:47 +00:00
verify Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
yafray More fixes for compiling 2008-05-04 10:48:45 +00:00
CMakeLists.txt Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
Makefile Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
SConscript