Skip to content

Commit 3d65185

Browse files
committed
Formatting.
1 parent 98e8419 commit 3d65185

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins/cinema4d/import_cast.pyp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,16 +193,16 @@ def importModelNode(doc, node, model, path):
193193

194194
for i in range(0, faceIndicesCount, 3):
195195
vnTag.Set(vnData, int(i / 3),
196-
{"a": Vector(vertexNormals[faces[i] * 3],
196+
{"a": Vector(vertexNormals[faces[i] * 3],
197197
vertexNormals[(faces[i] * 3) + 1],
198198
-vertexNormals[(faces[i] * 3) + 2]),
199-
"b": Vector(vertexNormals[faces[i + 1] * 3],
199+
"b": Vector(vertexNormals[faces[i + 1] * 3],
200200
vertexNormals[(faces[i + 1] * 3) + 1],
201201
-vertexNormals[(faces[i + 1] * 3) + 2]),
202-
"c": Vector(vertexNormals[faces[i + 2] * 3],
202+
"c": Vector(vertexNormals[faces[i + 2] * 3],
203203
vertexNormals[(faces[i + 2] * 3) + 1],
204204
-vertexNormals[(faces[i + 2] * 3) + 2]),
205-
"d": Vector(0, 0, 0)})
205+
"d": Vector(0, 0, 0)})
206206

207207

208208

0 commit comments

Comments
 (0)