Blender Git Loki
Git Commits -> Revision bd5394f
Revision bd5394f by Brecht Van Lommel (master) January 4, 2019, 16:58 (GMT) |
Fix T57890: freestyle rendering crash. Depsgraph objects are deleted after conversion to Freestyle data structures, so don't keep a pointer to their name strings. |
Commit Details:
Full Hash: bd5394f6c0bec4eb969aa8bd24b072d7dd9ab04d
Parent Commit: 0d736d6
Lines Changed: +28, -33
7 Modified Paths:
/source/blender/freestyle/intern/blender_interface/BlenderFileLoader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.cpp (+2, -5) (Diff)
/source/blender/freestyle/intern/scene_graph/Rep.h (+10, -8) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.h (+6, -8) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.h (+2, -2) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.h (+6, -8) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.cpp (+2, -5) (Diff)
/source/blender/freestyle/intern/scene_graph/Rep.h (+10, -8) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.h (+6, -8) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.h (+2, -2) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.h (+6, -8) (Diff)