From 4dd5b635e8c5809561f35abc8cb9f42b8e104cf7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 19 Oct 2014 19:10:06 +0200 Subject: Revert "Freestyle: Built-in SVG exporter." This reverts commit 61a330baca0ff9bb3cf477c04f539ef276a0356f. This completes reverting D785 This feature is to be reworked into an addon. --- source/blender/makesdna/DNA_scene_types.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'source/blender/makesdna/DNA_scene_types.h') diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h index 04a9291ba67..f8f962107f6 100644 --- a/source/blender/makesdna/DNA_scene_types.h +++ b/source/blender/makesdna/DNA_scene_types.h @@ -600,11 +600,6 @@ typedef struct RenderData { int line_thickness_mode; float unit_line_thickness; /* in pixels */ - /* Freestyle SVG Export */ - char svg_path[1024]; /* 1024 = FILE_MAX */ - int svg_mode; - int svg_flag; - /* render engine */ char engine[32]; @@ -615,15 +610,6 @@ typedef struct RenderData { int pad; } RenderData; -/* RenderData::svg_flag */ -#define FREESTYLE_SVG_EXPORT (1 << 0) -#define FREESTYLE_SVG_SPLIT_AT_INVISIBLE (1 << 1) -#define FREESTYLE_SVG_OBJECT_FILL (1 << 2) - -/* RenderData::svg_mode */ -#define FREESTYLE_CONTROL_SVG_FRAME 1 -#define FREESTYLE_CONTROL_SVG_ANIMATION 2 - /* *************************************************************** */ /* Render Conversion/Simplfication Settings */ -- cgit v1.2.3