From 722951ecebc24063bd6d8e59ded6a61e05bd4b46 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Wed, 16 Jul 2014 22:25:37 +0900 Subject: Freestyle: Added "blend_type" and "use_clamp" options to the Output Line Style shader node. --- source/blender/makesrna/intern/rna_nodetree.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/blender/makesrna/intern/rna_nodetree.c') diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c index 8a177c6e2f9..c975f6cfe90 100644 --- a/source/blender/makesrna/intern/rna_nodetree.c +++ b/source/blender/makesrna/intern/rna_nodetree.c @@ -3172,6 +3172,12 @@ static void def_sh_output(StructRNA *srna) RNA_def_property_update(prop, NC_NODE | NA_EDITED, "rna_Node_update"); } +static void def_sh_output_linestyle(StructRNA *srna) +{ + def_sh_output(srna); + def_mix_rgb(srna); +} + static void def_sh_material(StructRNA *srna) { PropertyRNA *prop; -- cgit v1.2.3