Commit: fe24c6bb8bd845a7c1f75b18fea694466a2d8d8f
Author: Dalai Felinto
Date: Wed Jan 12 11:32:25 2022 +0100
Branches: temp-sculpt-colors
https://developer.blender.org/rBfe24c6bb8bd845a7c1f75b18fea694466a2d8d8f
Cleanup: make format
===================================================================
M source/blender/blenkernel/intern/attribute.c
M source/blender/blenkernel/intern/mesh.cc
M source/blender/makesrna/intern/rna_attribute.c
M source/blender/makesrna/intern/rna_internal.h
===================================================================
diff --git a/source/blender/blenkernel/intern/attribute.c
b/source/blender/blenkernel/intern/attribute.c
index f89e678f3e0..50c69f26537 100644
--- a/source/blender/blenkernel/intern/attribute.c
+++ b/source/blender/blenkernel/intern/attribute.c
@@ -714,4 +714,3 @@ bool BKE_id_attribute_ref_equals(const struct AttributeRef
*ref1, const struct A
return ok && STREQ(ref1->name, ref2->name);
}
-
diff --git a/source/blender/blenkernel/intern/mesh.cc
b/source/blender/blenkernel/intern/mesh.cc
index 62ae4f5f0e6..1aa5f776a77 100644
--- a/source/blender/blenkernel/intern/mesh.cc
+++ b/source/blender/blenkernel/intern/mesh.cc
@@ -97,10 +97,7 @@ static void mesh_init_data(ID *id)
mesh->face_sets_color_seed = BLI_hash_int(PIL_check_seconds_timer_i() &
UINT_MAX);
}
-static void mesh_copy_data(Main *bmain,
- ID *id_dst,
- const ID *id_src,
- const int flag)
+static void mesh_copy_data(Main *bmain, ID *id_dst, const ID *id_src, const
int flag)
{
Mesh *mesh_dst = (Mesh *)id_dst;
const Mesh *mesh_src = (const Mesh *)id_src;
diff --git a/source/blender/makesrna/intern/rna_attribute.c
b/source/blender/makesrna/intern/rna_attribute.c
index b7cbdf978f3..25537ca318d 100644
--- a/source/blender/makesrna/intern/rna_attribute.c
+++ b/source/blender/makesrna/intern/rna_attribute.c
@@ -372,7 +372,6 @@ PointerRNA
rna_AttributeGroup_iterator_get(CollectionPropertyIterator *iter)
return rna_pointer_inherit_refine(&iter->parent, type, layer);
}
-
void rna_AttributeGroup_color_iterator_begin(CollectionPropertyIterator *iter,
PointerRNA *ptr)
{
memset(&iter->internal.array, 0, sizeof(iter->internal.array));
diff --git a/source/blender/makesrna/intern/rna_internal.h
b/source/blender/makesrna/intern/rna_internal.h
index 8b01c60749e..fe70154b7e6 100644
--- a/source/blender/makesrna/intern/rna_internal.h
+++ b/source/blender/makesrna/intern/rna_internal.h
@@ -695,4 +695,3 @@ void
rna_AttributeGroup_color_iterator_begin(CollectionPropertyIterator *iter, P
void rna_AttributeGroup_color_iterator_next(CollectionPropertyIterator *iter);
PointerRNA rna_AttributeGroup_color_iterator_get(CollectionPropertyIterator
*iter);
int rna_AttributeGroup_color_length(PointerRNA *ptr);
-
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs