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'
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!