X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender-staging.git/blobdiff_plain/4465d2f419a8515df41a8fc415774eedaef0e6f6..2585d524057da908668bb6d5ff7ec8b344d23093:/source/blender/makesrna/RNA_enum_types.h diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h index afa6a6e9608..cb567ac5873 100644 --- a/source/blender/makesrna/RNA_enum_types.h +++ b/source/blender/makesrna/RNA_enum_types.h @@ -119,6 +119,11 @@ extern EnumPropertyItem ramp_blend_items[]; extern EnumPropertyItem prop_dynamicpaint_type_items[]; +extern EnumPropertyItem linestyle_color_modifier_type_items[]; +extern EnumPropertyItem linestyle_alpha_modifier_type_items[]; +extern EnumPropertyItem linestyle_thickness_modifier_type_items[]; +extern EnumPropertyItem linestyle_geometry_modifier_type_items[]; + struct bContext; struct PointerRNA; struct PropertyRNA;