Spatial containers are now shown sorted by Z index order for convenience.

This commit is contained in:
Dion Moult
2021-10-15 17:07:23 +11:00
parent bb090bd9a0
commit 776842a064
5 changed files with 43 additions and 4 deletions
+6
View File
@@ -72,6 +72,12 @@ def i_add_a_cube():
bpy.ops.mesh.primitive_cube_add()
@given("I add an empty")
@when("I add an empty")
def i_add_an_empty():
bpy.ops.object.empty_add()
@given("I add a material")
def i_add_a_material():
bpy.context.active_object.active_material = bpy.data.materials.new("Material")