You can now copy a representation from one object to another

This commit is contained in:
Dion Moult
2021-10-15 13:21:31 +11:00
parent d666a687dc
commit 07bfe296dd
5 changed files with 49 additions and 15 deletions
+1
View File
@@ -105,6 +105,7 @@ def the_object_name_is_selected(name):
additionally_the_object_name_is_selected(name)
@given(parsers.parse('additionally the object "{name}" is selected'))
@when(parsers.parse('additionally the object "{name}" is selected'))
def additionally_the_object_name_is_selected(name):
obj = bpy.context.scene.objects.get(name)