[Bf-blender-cvs] [581202b34fc] temp-lineart-contained: Minor cleanup

Sebastian Parborg noreply at git.blender.org
Tue Mar 16 18:38:00 CET 2021


Commit: 581202b34fcd43861bc8152736c248d2eb9ca878
Author: Sebastian Parborg
Date:   Tue Mar 16 18:32:30 2021 +0100
Branches: temp-lineart-contained
https://developer.blender.org/rB581202b34fcd43861bc8152736c248d2eb9ca878

Minor cleanup

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

M	source/blender/editors/gpencil/gpencil_data.c
M	source/blender/python/intern/bpy_app_build_options.c

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

diff --git a/source/blender/editors/gpencil/gpencil_data.c b/source/blender/editors/gpencil/gpencil_data.c
index cde1acc2f57..fd2758c8a08 100644
--- a/source/blender/editors/gpencil/gpencil_data.c
+++ b/source/blender/editors/gpencil/gpencil_data.c
@@ -1642,7 +1642,6 @@ static int gpencil_stroke_arrange_exec(bContext *C, wmOperator *op)
             default:
               BLI_assert(0);
               break;
-              changed = true;
           }
         }
         BLI_freelistN(&selected);
diff --git a/source/blender/python/intern/bpy_app_build_options.c b/source/blender/python/intern/bpy_app_build_options.c
index aa81586d223..aaceb7b393f 100644
--- a/source/blender/python/intern/bpy_app_build_options.c
+++ b/source/blender/python/intern/bpy_app_build_options.c
@@ -28,23 +28,40 @@ static PyTypeObject BlenderAppBuildOptionsType;
 
 static PyStructSequence_Field app_builtopts_info_fields[] = {
     /* names mostly follow CMake options, lowercase, after WITH_ */
-    {"bullet", NULL},        {"codec_avi", NULL},
-    {"codec_ffmpeg", NULL},  {"codec_sndfile", NULL},
-    {"compositor", NULL},    {"cycles", NULL},
-    {"cycles_osl", NULL},    {"freestyle", NULL},
-    {"potrace", NULL},       {"image_cineon", NULL},
-    {"image_dds", NULL},     {"image_hdr", NULL},
-    {"image_openexr", NULL}, {"image_openjpeg", NULL},
-    {"image_tiff", NULL},    {"input_ndof", NULL},
-    {"audaspace", NULL},     {"international", NULL},
-    {"openal", NULL},        {"opensubdiv", NULL},
-    {"sdl", NULL},           {"sdl_dynload", NULL},
-    {"jack", NULL},          {"libmv", NULL},
-    {"mod_oceansim", NULL},  {"mod_remesh", NULL},
-    {"collada", NULL},       {"opencolorio", NULL},
-    {"openmp", NULL},        {"openvdb", NULL},
-    {"alembic", NULL},       {"usd", NULL},
-    {"fluid", NULL},         {"xr_openxr", NULL},
+    {"bullet", NULL},
+    {"codec_avi", NULL},
+    {"codec_ffmpeg", NULL},
+    {"codec_sndfile", NULL},
+    {"compositor", NULL},
+    {"cycles", NULL},
+    {"cycles_osl", NULL},
+    {"freestyle", NULL},
+    {"image_cineon", NULL},
+    {"image_dds", NULL},
+    {"image_hdr", NULL},
+    {"image_openexr", NULL},
+    {"image_openjpeg", NULL},
+    {"image_tiff", NULL},
+    {"input_ndof", NULL},
+    {"audaspace", NULL},
+    {"international", NULL},
+    {"openal", NULL},
+    {"opensubdiv", NULL},
+    {"sdl", NULL},
+    {"sdl_dynload", NULL},
+    {"jack", NULL},
+    {"libmv", NULL},
+    {"mod_oceansim", NULL},
+    {"mod_remesh", NULL},
+    {"collada", NULL},
+    {"opencolorio", NULL},
+    {"openmp", NULL},
+    {"openvdb", NULL},
+    {"alembic", NULL},
+    {"usd", NULL},
+    {"fluid", NULL},
+    {"xr_openxr", NULL},
+    {"potrace", NULL},
     {NULL},
 };



More information about the Bf-blender-cvs mailing list