mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 03:33:48 +00:00
deprecate misc.mark_object_as_edited
in favor of ifc.edit
This commit is contained in:
@@ -167,13 +167,6 @@ class TestScaleObjectToHeight(test.bim.bootstrap.NewFile):
|
||||
assert list(obj.scale) == [1.0, 1.0, 1.0]
|
||||
|
||||
|
||||
class TestMarkObjectAsEdited(test.bim.bootstrap.NewFile):
|
||||
def test_run(self):
|
||||
obj = bpy.data.objects.new("Cube", None)
|
||||
subject.mark_object_as_edited(obj)
|
||||
assert obj in IfcStore.edited_objs
|
||||
|
||||
|
||||
class TestSplitObjectsWithCutter(test.bim.bootstrap.NewFile):
|
||||
def test_run(self):
|
||||
bpy.ops.mesh.primitive_cube_add()
|
||||
|
||||
Reference in New Issue
Block a user