From 5cf58c6530c73a07a3824101b57e96d96d0ce161 Mon Sep 17 00:00:00 2001 From: CJ Satnarine <117758228+CJSatnarine@users.noreply.github.com> Date: Thu, 23 Mar 2023 20:41:34 -0400 Subject: [PATCH] Took out code that created an error. --- Trial.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Trial.py b/Trial.py index 46d9dbb..212ae35 100644 --- a/Trial.py +++ b/Trial.py @@ -39,10 +39,6 @@ for x in range(20): # Add a new material slot. bpy.ops.object.material_slot_add(); - # Add a blue material to the mesh named "Cube". - bpy.data.objects['Cube'].material_slots[0].material = bpy.data.materials['Material.001']; - - # Notes: # - For loop for the grid: # - x is for creating cubes in the x axis.