Cleanup: clang-format
This commit is contained in:
@@ -556,7 +556,7 @@ const void *DNA_default_table[SDNA_TYPE_MAX] = {
|
||||
SDNA_DEFAULT_DECL(LengthGpencilModifierData),
|
||||
SDNA_DEFAULT_DECL(DashGpencilModifierData),
|
||||
SDNA_DEFAULT_DECL(DashGpencilModifierSegment),
|
||||
SDNA_DEFAULT_DECL(ShrinkwrapGpencilModifierData)
|
||||
SDNA_DEFAULT_DECL(ShrinkwrapGpencilModifierData),
|
||||
};
|
||||
#undef SDNA_DEFAULT_DECL
|
||||
#undef SDNA_DEFAULT_DECL_EX
|
||||
|
||||
@@ -3491,9 +3491,8 @@ static void rna_def_modifier_gpencillength(BlenderRNA *brna)
|
||||
prop = RNA_def_property(srna, "random_start_factor", PROP_FLOAT, PROP_NONE);
|
||||
RNA_def_property_float_sdna(prop, NULL, "rand_start_fac");
|
||||
RNA_def_property_ui_range(prop, -10.0f, 10.0f, 0.1, 1);
|
||||
RNA_def_property_ui_text(prop,
|
||||
"Random Start Factor",
|
||||
"Size of random length added to the start of each stroke");
|
||||
RNA_def_property_ui_text(
|
||||
prop, "Random Start Factor", "Size of random length added to the start of each stroke");
|
||||
RNA_def_property_update(prop, 0, "rna_GpencilModifier_update");
|
||||
|
||||
prop = RNA_def_property(srna, "random_end_factor", PROP_FLOAT, PROP_NONE);
|
||||
|
||||
Reference in New Issue
Block a user