Build Symbols Error Mekkablue Script

I am running the ‘Build Symbols’ script and it returns the following error:

Build Symbols Error: ‘tuple’ object has no attribute ‘x’
Traceback (most recent call last):
File “Build Symbols.py”, line 786, in BuildSymbolsMain
buildBars(thisFont, override=override)
File “Build Symbols.py”, line 575, in buildBars
bottomLeft = italicize((sidebearing, descender), italicAngle=italicAngle, pivotalY=pivot)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “geometry.py”, line 42, in italicize
x = thisPoint.x
^^^^^^^^^^^
AttributeError: ‘tuple’ object has no attribute ‘x’

I can’t quite figure out why it’s returning this, I checked to make sure that stem widths and vertical dimensions are set correctly. Has anyone used this and had this problem as well?

Fixed it.

Amazing! It works like a charm!

Thanks!!!