coldtype / st2

Advanced typography in Blender
https://coldtype.xyz/st2
GNU General Public License v3.0
108 stars 1 forks source link

Can't 'Add new text object' #22

Open finnbaseball opened 2 months ago

finnbaseball commented 2 months ago

Hi, really excited to use this. I tried installing but i'm getting an error message after I tried to run my first font. Do i need something else installed? Many thanks.

"Python: Traceback (most recent call last): File "/Users/finn/Library/Application Support/Blender/4.1/scripts/addons/ST2/operations.py", line 238, in execute to = t.create_live_text(t.two_dimensional()) File "/Users/finn/Library/Application Support/Blender/4.1/scripts/addons/ST2/typesetter.py", line 126, in two_dimensional p.remove_overlap() File "/Users/finn/Library/Application Support/Blender/4.1/scripts/addons/ST2/inline-packages/coldtype/runon/path.py", line 2136, in removeOverlap return self…_pathop(otherPen=None, operation=BooleanOp.Simplify) ЛАДАААААААААААААААААААААААААААААААААААААААААААААААААААААА File "/Users/finn/Library/Application Support/Blender/4.1/scripts/addons/ST2/inline-packages/coldtype/runon/path.py", line 2068, in _pathop self._val. value = calculate_pathop(self, otherPen, operation) File "/Users/finn/Library/Application Support/Blender/4.1/scripts/addons/ST2/inline-packages/coldtype/pens/misc.py", line 71, in calculate_pathop bg = BooleanGlyph) NameError: name 'BooleanGlyph' is not defined. Did you mean: 'Boolean©p"?

stenson commented 2 months ago

Thanks for the report — I can't say I've ever seen something like that before, though it does look like the support libraries are failing to load properly. Are you running Blender on an intel mac?

finnbaseball commented 2 months ago

Hey Rob, Thanks for getting back. It’s an M2 Chip MacBook

On Tue, 10 Sep 2024 at 17:57, Rob Stenson @.***> wrote:

Thanks for the report — I can't say I've ever seen something like that before, though it does look like the support libraries are failing to load properly. Are you running Blender on an intel mac?

— Reply to this email directly, view it on GitHub https://github.com/coldtype/st2/issues/22#issuecomment-2341488427, or unsubscribe https://github.com/notifications/unsubscribe-auth/BLFWOT7IQHTE3WDFGG2VBHTZV4QJBAVCNFSM6AAAAABN6UAMQ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBRGQ4DQNBSG4 . You are receiving this because you authored the thread.Message ID: @.***>

stenson commented 1 month ago

Could you try installing this updated version? https://coldtype.xyz/st2/releases/ST2-v0-17b.zip — it doesn't include the support libraries (once you install the addon, there’s a button in the addon to install the support libraries), so potentially this would fix the issue on your setup.