Hi everyone, hopefully this is the right place for this discussion;
Working on a reasonably complex building using BlenderBIM and at few times now, I have set up a drawing, applied dimensions, space labels etc, then for reasons beyond my understanding blender/BlenderBIM throws up this message when I try to view the drawing. Following that all the information in the dimensions disappears and I need to delete the drawing and start again. Any help would be much appreciated!
Note: Blender 3.6.7 (down graded from 4.0.1 as BlenderBIM didn't seem happy with the update)
BB.V 0.0.231104-4e76f36
Ubuntu 20.04
Ryzen 9 3900x
RTX3060
64gb DDR4
Python: Traceback (most recent call last):
File "/home/jonny/.config/blender/3.6/scripts/addons/blenderbim/bim/module/drawing/operator.py", line 1487, in invoke
return self.execute(context)
File "/home/jonny/.config/blender/3.6/scripts/addons/blenderbim/bim/module/drawing/operator.py", line 1496, in execute
core.activate_drawing_view(tool.Ifc, tool.Drawing, drawing=drawing)
File "/home/jonny/.config/blender/3.6/scripts/addons/blenderbim/core/drawing.py", line 429, in activate_drawing_view
drawing_tool.activate_drawing(camera)
File "/home/jonny/.config/blender/3.6/scripts/addons/blenderbim/tool/drawing.py", line 1650, in activate_drawing
current_representation = tool.Geometry.get_active_representation(obj)
File "/home/jonny/.config/blender/3.6/scripts/addons/blenderbim/tool/geometry.py", line 302, in get_active_representation
if obj.data and hasattr(obj.data, "BIMMeshProperties") and obj.data.BIMMeshProperties.ifc_definition_id:
AttributeError: 'NoneType' object has no attribute 'data'