Cleanup: clang-format

This commit is contained in:
Ray molenkamp 2020-04-11 13:01:19 -06:00
parent aeb42cf8ab
commit 0a747cd4e3
Notes: blender-bot 2023-02-14 06:05:22 +01:00
Referenced by issue #75432, Progressive refine performance regression with denoising data (Cycles)
1 changed files with 2 additions and 1 deletions

View File

@ -4800,7 +4800,8 @@ static void rna_def_modifier_weightvg_mask(BlenderRNA *UNUSED(brna),
prop = RNA_def_property(srna, "mask_tex_map_bone", PROP_STRING, PROP_NONE);
RNA_def_property_string_sdna(prop, NULL, "mask_tex_map_bone");
RNA_def_property_ui_text(prop, "Texture Coordinate Bone", "Which bone to take texture coordinates from");
RNA_def_property_ui_text(
prop, "Texture Coordinate Bone", "Which bone to take texture coordinates from");
RNA_def_property_update(prop, 0, "rna_Modifier_dependency_update");
}