Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-03-30 21:10:52 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-03-30 21:10:52 +0400
commitfdffaacb8a909e6f5d7ecb984eee7b51ad986fbd (patch)
tree2f3dd5c730c7e4ed6447aa4f2bb29fa472943410 /source/blender/freestyle/intern/application/AppCanvas.h
parent08e022da3700eb7c3b2a7c64ddbbdf0a8c9594f9 (diff)
Fix for the issue described in the commit log of revision 27846: Made
the diffuse and Z depth information accessible from style modules when the border option is enabled.
Diffstat (limited to 'source/blender/freestyle/intern/application/AppCanvas.h')
-rwxr-xr-xsource/blender/freestyle/intern/application/AppCanvas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/application/AppCanvas.h b/source/blender/freestyle/intern/application/AppCanvas.h
index b45aafbaf33..5f27f97c8d5 100755
--- a/source/blender/freestyle/intern/application/AppCanvas.h
+++ b/source/blender/freestyle/intern/application/AppCanvas.h
@@ -40,6 +40,7 @@ public:
/*! accessors */
virtual int width() const ;
virtual int height() const ;
+ virtual BBox<Vec2i> AppCanvas::border() const ;
AppView *_pViewer;
inline const AppView * viewer() const {return _pViewer;}