[Bf-blender-cvs] [36e6b4d32a1] temp-T96709-painting-target: Revert code style change.

Jeroen Bakker noreply at git.blender.org
Mon Mar 28 12:15:40 CEST 2022


Commit: 36e6b4d32a12c7516ef113825b7b58ba0873379d
Author: Jeroen Bakker
Date:   Mon Mar 28 12:15:31 2022 +0200
Branches: temp-T96709-painting-target
https://developer.blender.org/rB36e6b4d32a12c7516ef113825b7b58ba0873379d

Revert code style change.

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

M	source/blender/makesrna/intern/rna_scene.c

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

diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 1f6dae4de0a..3a42fd82645 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -6165,8 +6165,7 @@ static void rna_def_scene_render_data(BlenderRNA *brna)
 
   prop = RNA_def_property(srna, "hair_subdiv", PROP_INT, PROP_NONE);
   RNA_def_property_range(prop, 0, 3);
-  RNA_def_property_ui_text(
-      prop, "Additional Subdivision", "Additional subdivision along the hair");
+  RNA_def_property_ui_text(prop, "Additional Subdivision", "Additional subdivision along the hair");
   RNA_def_property_update(prop, NC_SCENE | ND_RENDER_OPTIONS, "rna_Scene_glsl_update");
 
   /* Performance */



More information about the Bf-blender-cvs mailing list