blender/source
Tamito Kajiyama ce504cffad Freestyle: Fix for assertion failure in viewport preview.
An assertion to check if `re->clipsta` < 0 (added as part of addressing
T36009 in rBrB795034c17d76bef2a15e576ac9c70ae2268a823b) was failing when
Freestyle viewport preview rendering takes place in the camera view with
an orthographic camera (in this case, the user-defined clipping range is
used without changes, so that `re->clipsta` is positive).  The
`re->clipsta` property has a negative value only when the 3D viewport is
in an orthographic view but not in the camera view.  It seems that this
viewport setting cannot be identified from rendering settings accessible
from Freestyle.  Now a negative `re->clipsta` value is directly checked
instead, without relying on other render flags.
2015-05-12 02:18:24 +09:00
..
blender Freestyle: Fix for assertion failure in viewport preview. 2015-05-12 02:18:24 +09:00
blenderplayer Cleanup: use r_* prefix for return args 2015-05-08 07:25:39 +10:00
creator Fix T44464: Viewport mipmaps no longer toggle off 2015-04-28 01:18:50 +10:00
gameengine BGE : Fix crash during physics mesh update. 2015-05-10 19:21:21 +02:00
icons
CMakeLists.txt Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
SConscript