Decoupling of Blender from the BlenderBIM Add-on. See #1711.

This commit is contained in:
Dion Moult
2021-09-25 21:53:51 +10:00
parent cdb2a91f67
commit 165966bc59
12 changed files with 344 additions and 20 deletions
+1
View File
@@ -325,6 +325,7 @@ definitions = {
'the object "(.*)" should display as "(.*)"': the_object_name_should_display_as_mode,
'the object "(.*)" has "([0-9]+)" vertices': the_object_name_has_number_vertices,
'the object "(.*)" is at "(.*)"': the_object_name_is_at_location,
"nothing interesting happens": lambda: None,
}