Blender Git Loki
Git Commits -> Revision 91a9751
Revision 91a9751 by Tamito Kajiyama (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Fix for view map cache not flushed by updates of edge detection options. This fix should be considered for inclusion in the 2.73 release, since it concerns a new feature of Freestyle introduced in 2.73. |
Commit Details:
Full Hash: 91a975100cd13c425144a1a9a51f76d7cb846d59
Parent Commit: 5be01ff
Committed By: Sergey Sharybin
Lines Changed: +116, -0
2 Added Paths:
/source/blender/freestyle/intern/scene_graph/NodeSceneRenderLayer.cpp (+35, -0) (View)
/source/blender/freestyle/intern/scene_graph/NodeSceneRenderLayer.h (+64, -0) (View)
/source/blender/freestyle/intern/scene_graph/NodeSceneRenderLayer.h (+64, -0) (View)
5 Modified Paths:
/source/blender/freestyle/CMakeLists.txt (+2, -0) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/scene_graph/SceneHash.cpp (+9, -0) (Diff)
/source/blender/freestyle/intern/scene_graph/SceneHash.h (+2, -0) (Diff)
/source/blender/freestyle/intern/scene_graph/SceneVisitor.h (+2, -0) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/scene_graph/SceneHash.cpp (+9, -0) (Diff)
/source/blender/freestyle/intern/scene_graph/SceneHash.h (+2, -0) (Diff)
/source/blender/freestyle/intern/scene_graph/SceneVisitor.h (+2, -0) (Diff)