Cleanup: warnings from last commit
This commit is contained in:
@@ -94,11 +94,13 @@ EnumPropertyItem rna_enum_exr_codec_items[] = {
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifndef RNA_RUNTIME
|
||||
static EnumPropertyItem uv_sculpt_relaxation_items[] = {
|
||||
{UV_SCULPT_TOOL_RELAX_LAPLACIAN, "LAPLACIAN", 0, "Laplacian", "Use Laplacian method for relaxation"},
|
||||
{UV_SCULPT_TOOL_RELAX_HC, "HC", 0, "HC", "Use HC method for relaxation"},
|
||||
{0, NULL, 0, NULL, NULL}
|
||||
};
|
||||
#endif
|
||||
|
||||
EnumPropertyItem rna_enum_uv_sculpt_tool_items[] = {
|
||||
{UV_SCULPT_TOOL_PINCH, "PINCH", 0, "Pinch", "Pinch UVs"},
|
||||
@@ -175,11 +177,13 @@ EnumPropertyItem rna_enum_snap_node_element_items[] = {
|
||||
{0, NULL, 0, NULL, NULL}
|
||||
};
|
||||
|
||||
#ifndef RNA_RUNTIME
|
||||
static EnumPropertyItem snap_uv_element_items[] = {
|
||||
{SCE_SNAP_MODE_INCREMENT, "INCREMENT", ICON_SNAP_INCREMENT, "Increment", "Snap to increments of grid"},
|
||||
{SCE_SNAP_MODE_VERTEX, "VERTEX", ICON_SNAP_VERTEX, "Vertex", "Snap to vertices"},
|
||||
{0, NULL, 0, NULL, NULL}
|
||||
};
|
||||
#endif
|
||||
|
||||
EnumPropertyItem rna_enum_curve_fit_method_items[] = {
|
||||
{CURVE_PAINT_FIT_METHOD_REFIT, "REFIT", 0, "Refit", "Incrementally re-fit the curve (high quality)"},
|
||||
@@ -410,6 +414,7 @@ EnumPropertyItem rna_enum_bake_pass_filter_type_items[] = {
|
||||
{0, NULL, 0, NULL, NULL}
|
||||
};
|
||||
|
||||
#ifndef RNA_RUNTIME
|
||||
static EnumPropertyItem rna_enum_gpencil_interpolation_mode_items[] = {
|
||||
/* interpolation */
|
||||
{0, "", 0, N_("Interpolation"), "Standard transitions between keyframes"},
|
||||
@@ -433,6 +438,7 @@ static EnumPropertyItem rna_enum_gpencil_interpolation_mode_items[] = {
|
||||
|
||||
{0, NULL, 0, NULL, NULL}
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifdef RNA_RUNTIME
|
||||
|
||||
|
@@ -76,6 +76,7 @@ EnumPropertyItem rna_enum_gpencil_sculpt_brush_items[] = {
|
||||
{ 0, NULL, 0, NULL, NULL }
|
||||
};
|
||||
|
||||
#ifndef RNA_RUNTIME
|
||||
static EnumPropertyItem rna_enum_gpencil_lockaxis_items[] = {
|
||||
{ GP_LOCKAXIS_NONE, "GP_LOCKAXIS_NONE", 0, "None", "" },
|
||||
{ GP_LOCKAXIS_X, "GP_LOCKAXIS_X", 0, "X", "Project strokes to plane locked to X" },
|
||||
@@ -83,6 +84,7 @@ static EnumPropertyItem rna_enum_gpencil_lockaxis_items[] = {
|
||||
{ GP_LOCKAXIS_Z, "GP_LOCKAXIS_Z", 0, "Z", "Project strokes to plane locked to Z" },
|
||||
{ 0, NULL, 0, NULL, NULL }
|
||||
};
|
||||
#endif
|
||||
|
||||
EnumPropertyItem rna_enum_symmetrize_direction_items[] = {
|
||||
{BMO_SYMMETRIZE_NEGATIVE_X, "NEGATIVE_X", 0, "-X to +X", ""},
|
||||
|
Reference in New Issue
Block a user