[Bf-blender-cvs] [9b04f61c0ee] temp-lineart-contained: LineArt: Remove missing flag in previous commit

Antonio Vazquez noreply at git.blender.org
Sat Feb 20 20:06:42 CET 2021


Commit: 9b04f61c0ee6d1fa5826a2b24b3428fe90e8fe61
Author: Antonio Vazquez
Date:   Sat Feb 20 20:06:29 2021 +0100
Branches: temp-lineart-contained
https://developer.blender.org/rB9b04f61c0ee6d1fa5826a2b24b3428fe90e8fe61

LineArt: Remove missing flag in previous commit

===================================================================

M	source/blender/python/intern/bpy_app_build_options.c

===================================================================

diff --git a/source/blender/python/intern/bpy_app_build_options.c b/source/blender/python/intern/bpy_app_build_options.c
index 6d0e0eb7adf..aa81586d223 100644
--- a/source/blender/python/intern/bpy_app_build_options.c
+++ b/source/blender/python/intern/bpy_app_build_options.c
@@ -32,7 +32,7 @@ static PyStructSequence_Field app_builtopts_info_fields[] = {
     {"codec_ffmpeg", NULL},  {"codec_sndfile", NULL},
     {"compositor", NULL},    {"cycles", NULL},
     {"cycles_osl", NULL},    {"freestyle", NULL},
-    {"lineart", NULL},       {"image_cineon", NULL},
+    {"potrace", NULL},       {"image_cineon", NULL},
     {"image_dds", NULL},     {"image_hdr", NULL},
     {"image_openexr", NULL}, {"image_openjpeg", NULL},
     {"image_tiff", NULL},    {"input_ndof", NULL},
@@ -45,7 +45,7 @@ static PyStructSequence_Field app_builtopts_info_fields[] = {
     {"openmp", NULL},        {"openvdb", NULL},
     {"alembic", NULL},       {"usd", NULL},
     {"fluid", NULL},         {"xr_openxr", NULL},
-    {"potrace", NULL},       {NULL},
+    {NULL},
 };
 
 static PyStructSequence_Desc app_builtopts_info_desc = {



More information about the Bf-blender-cvs mailing list