Skip to content

Commit 8d6d5c8

Browse files
autopep8 action fixes (#264)
Co-authored-by: Tarcontar <Tarcontar@users.noreply.github.com>
1 parent 98beb90 commit 8d6d5c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

io_mesh_w3d/common/utils/material_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def retrieve_shader_material(context, material, principled, w3x=False):
119119
header=ShaderMaterialHeader(
120120
type_name=name),
121121
properties=[])
122-
122+
123123
color_emissive_default = Vector((0.0, 0.0, 0.0, 1.0))
124124
if bpy.app.version >= (4, 0, 0):
125125
color_emissive_default = Vector((1.0, 1.0, 1.0, 1.0))

io_mesh_w3d/common/utils/mesh_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def create_mesh(context, mesh_struct, coll):
8080
# vertex material stuff
8181
b_mesh = bmesh.new()
8282
b_mesh.from_mesh(mesh)
83-
83+
8484
if mesh_struct.vert_materials:
8585
create_vertex_material(
8686
context, principleds, mesh_struct, mesh, b_mesh, actual_mesh_name, triangles)

0 commit comments

Comments
 (0)