Cleanup: clang-format.
This commit is contained in:
@@ -3657,11 +3657,11 @@ static ImBuf *do_render_strip_seqbase(const SeqRenderData *context,
|
||||
}
|
||||
|
||||
ibuf = seq_render_strip_stack(context,
|
||||
state,
|
||||
seqbase,
|
||||
/* scene strips don't have their start taken into account */
|
||||
nr + offset,
|
||||
0);
|
||||
state,
|
||||
seqbase,
|
||||
/* scene strips don't have their start taken into account */
|
||||
nr + offset,
|
||||
0);
|
||||
}
|
||||
|
||||
return ibuf;
|
||||
|
@@ -183,10 +183,10 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = {
|
||||
"Triangulate",
|
||||
"Convert all polygons to triangles"},
|
||||
{eModifierType_Weld,
|
||||
"WELD",
|
||||
ICON_AUTOMERGE_OFF,
|
||||
"Weld",
|
||||
"Find groups of vertices closer then dist and merges them together"},
|
||||
"WELD",
|
||||
ICON_AUTOMERGE_OFF,
|
||||
"Weld",
|
||||
"Find groups of vertices closer then dist and merges them together"},
|
||||
{eModifierType_Wireframe,
|
||||
"WIREFRAME",
|
||||
ICON_MOD_WIREFRAME,
|
||||
|
Reference in New Issue
Block a user