Commit: 443bc3675983b949fdaddcfc49fdae244fcb85c0
Author: Joseph Eagar
Date: Tue Jun 14 10:50:39 2022 -0700
Branches: sculpt-dev
https://developer.blender.org/rB443bc3675983b949fdaddcfc49fdae244fcb85c0
sculpt-dev: remove named struct parameter initilization
===================================================================
M source/blender/editors/sculpt_paint/sculpt_automasking.cc
===================================================================
diff --git a/source/blender/editors/sculpt_paint/sculpt_automasking.cc
b/source/blender/editors/sculpt_paint/sculpt_automasking.cc
index 4998ca3ac0b..ef5fa30ed47 100644
--- a/source/blender/editors/sculpt_paint/sculpt_automasking.cc
+++ b/source/blender/editors/sculpt_paint/sculpt_automasking.cc
@@ -564,7 +564,9 @@ AutomaskingCache *SCULPT_automasking_cache_init(Sculpt *sd,
const Brush *brush,
ss->custom_layers[SCULPT_SCL_AUTOMASKING] = (SculptCustomLayer
*)MEM_callocN(
sizeof(SculptCustomLayer), "automasking->factorlayer");
- SculptLayerParams params = {.permanent = false, .simple_array = false};
+ SculptLayerParams params;
+ params.permanent = false;
+ params.simple_array = false;
if (!SCULPT_attr_get_layer(ss,
ob,
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs