blender/intern/cycles/blender
Thomas Dinges 99b325cebf Cycles / Toon BSDF:
* Added a toon bsdf node to Cycles. This was already available as OSL only closure, but is now available inside the SVM backed as well, for CPU and GPU rendering. 
* There are 2 variations available, diffuse and glossy toon, selectable via a menu inside the node. 

Documentation:
http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Cycles/Nodes/Shaders#Toon

Example render & blend file:
http://www.pasteall.org/pic/show.php?id=51970
http://www.pasteall.org/blend/21579
2013-05-23 17:45:20 +00:00
..
addon This commit addresses the somewhat weak handling of stackless textures in Blender with default (BI) renderer. To do so, it's defining an "other" texture context, and when in this one, it switches to using the "new shading" texture handling already known with Cycles engine. 2013-05-17 07:10:10 +00:00
blender_camera.cpp Code cleanup / Cycles: 2013-05-16 21:53:21 +00:00
blender_curves.cpp Code cleanup / Cycles: 2013-05-18 11:04:29 +00:00
blender_mesh.cpp Fix #35306: cycles normal mapping not working with flat shading. 2013-05-11 09:31:58 +00:00
blender_object.cpp Fix #35077: cycles incorrectly rendered an empty with dupligroup that was 2013-04-25 14:16:24 +00:00
blender_particles.cpp Fix #33113: cycles not rendering motion blur correct with dying particles. 2012-11-08 16:35:28 +00:00
blender_python.cpp Fix for bug reported by Thomas Dinges on IRC: OSL script node was not initializing the data_type variable for shader sockets and so tried to set a non-existing float RNA property, leading to failed assert. 2013-05-01 13:28:44 +00:00
blender_session.cpp Code cleanup / Cycles: 2013-05-16 21:53:21 +00:00
blender_session.h Fix #34714: cycles viewport render would restart when minimizing and unminimizing 2013-04-24 20:12:12 +00:00
blender_shader.cpp Cycles / Toon BSDF: 2013-05-23 17:45:20 +00:00
blender_sync.cpp Cycles: add Use Surfaces and Use Hair option to render layers, to disable rendering 2013-05-10 13:34:49 +00:00
blender_sync.h Cycles: add Use Surfaces and Use Hair option to render layers, to disable rendering 2013-05-10 13:34:49 +00:00
blender_util.h Code cleanup / Cycles: 2013-05-16 21:53:21 +00:00
CCL_api.h Cycles: correction to how device of lists is exposed to blender 2012-11-10 08:37:02 +00:00
CMakeLists.txt New feature 2012-12-28 14:21:30 +00:00