blender/source
Joshua Leung 582fa5e36e Fix for Grease Pencil and negative frames
While investigating T44412, I noticed some weirdness going on when trying to
draw on frame 0 (i.e. strokes were getting added to frame 1 instead). Clearly,
this seemed like an off-by-one error related to clamping to prevent negative
frames which was also excluding frame 0.

This commit reverts the fixes made for T36831 in:
rBf18f2fbb33d90ecc91e6f3d063cb9f97f217e808

After thinking this over, I think these checks against drawing on negative
frames aren't needed. Even if the current userpref setting doesn't allow
navigating to negative frames, this may not be true for other users that
may work on the same file (in a team environment). Also, negative frame
values can get set via the dopesheet.
2015-04-17 13:02:45 +12:00
..
blender Fix for Grease Pencil and negative frames 2015-04-17 13:02:45 +12:00
blenderplayer Multi-View and Stereo 3D 2015-04-06 10:40:12 -03:00
creator OSX: add also license for iomp5 using cmake and fix all textfiles wrong destination 2015-04-06 19:55:51 +02:00
gameengine BGE: Fix for T44374 Crash when collision sensor deactivated 2015-04-17 02:12:57 +02:00
icons
CMakeLists.txt
SConscript