Create Drawing

Error When Create drawing
bpy.ops.bim.set_tab(tab="OBJECT")
Python: Traceback (most recent call last):
File "C:\Users\Sahru\AppData\Roaming\Blender Foundation\Blender\4.2\extensions.local\lib\python3.11\site-packages\bonsai\bim\module\drawing\operator.py", line 272, in execute
linework_svg = self.generate_linework(context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Sahru\AppData\Roaming\Blender Foundation\Blender\4.2\extensions.local\lib\python3.11\site-packages\bonsai\bim\module\drawing\operator.py", line 720, in generate_linework
[cache.remove(guid) for guid in invalidated_guids]
File "C:\Users\Sahru\AppData\Roaming\Blender Foundation\Blender\4.2\extensions.local\lib\python3.11\site-packages\bonsai\bim\module\drawing\operator.py", line 720, in
[cache.remove(guid) for guid in invalidated_guids]
^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'remove'

Sign In or Register to comment.