Fix rotated dimensions, add engineering style dimensions

This commit is contained in:
Dion Moult
2019-12-19 08:17:14 +11:00
parent f63161e40a
commit 6f5a6418a7
3 changed files with 51 additions and 28 deletions
+1 -1
View File
@@ -797,7 +797,7 @@ class CutSection(bpy.types.Operator):
ifc_cutter.section_level_obj = None
ifc_cutter.grid_objs = []
ifc_cutter.text_objs = []
for obj in bpy.context.selected_objects:
for obj in camera.users_collection[0].objects:
if 'Leader' in obj.name:
ifc_cutter.leader_obj = obj
elif 'Stair' in obj.name: