Skip to content

Commit

Permalink
Unnecessary code (objects.active) caused error in Blender 2.83
Browse files Browse the repository at this point in the history
  • Loading branch information
johnzero7 committed Mar 21, 2020
1 parent 52bcfa3 commit cdd6186
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion import_xnalara_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ def importMesh(armature_ob, meshInfo):

# Create Mesh
mesh_ob = makeMesh(meshFullName)
bpy.context.view_layer.objects.active = mesh_ob
mesh_da = mesh_ob.data

coords = []
Expand Down

0 comments on commit cdd6186

Please sign in to comment.