You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! First of all, thank you very much for the excellent tool. I get the following error when using the draw line and cut draw buttom in the segmentation cut through:
Python: Traceback (most recent call last):
File "c:\OrtogOnBlender\Blender291\2.91\scripts\addons\OrtogOnBlender-master\FerrSegmentacao.py", line 1283, in execute
DesenhaBooleanaDentroDef(self, context)
File "c:\OrtogOnBlender\Blender291\2.91\scripts\addons\OrtogOnBlender-master\FerrSegmentacao.py", line 1179, in DesenhaBooleanaDentroDef
linha = bpy.data.objects['Note']
KeyError: 'bpy_prop_collection[key]: key "Note" not found'
location: :-1
I don't know what I'm missing
Thanks!
The text was updated successfully, but these errors were encountered:
Hello! First of all, thank you very much for the excellent tool. I get the following error when using the draw line and cut draw buttom in the segmentation cut through:
Python: Traceback (most recent call last):
File "c:\OrtogOnBlender\Blender291\2.91\scripts\addons\OrtogOnBlender-master\FerrSegmentacao.py", line 1283, in execute
DesenhaBooleanaDentroDef(self, context)
File "c:\OrtogOnBlender\Blender291\2.91\scripts\addons\OrtogOnBlender-master\FerrSegmentacao.py", line 1179, in DesenhaBooleanaDentroDef
linha = bpy.data.objects['Note']
KeyError: 'bpy_prop_collection[key]: key "Note" not found'
location: :-1
I don't know what I'm missing
Thanks!
The text was updated successfully, but these errors were encountered: