hlorus / CAD_Sketcher

Constraint-based geometry sketcher for blender
GNU General Public License v3.0
2.59k stars 122 forks source link

Text not visible #428

Closed CJagd closed 6 months ago

CJagd commented 7 months ago

Hi

I'm unable to get the text showing EG: I have a diameter contraint, but it dimention is not showing up.

image

Any Idea ?

hlorus commented 7 months ago

Strange, is there an error message in the console? https://hlorus.github.io/CAD_Sketcher/advanced/#console-output

RichH53 commented 6 months ago

It does the same for me in Blender 4. Blender 3.62 worked fine with the same file and CAD Sketcher version. The console shows the following error: .py", line 205, in draw blf.size(FONT_ID, text_size, dpi) TypeError: blf.size() takes exactly 2 arguments (3 given)

CJagd commented 6 months ago

I check for the console error message. What i got is similar to RichH53 's message:

AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\CAD_Sketcher-main\gizmos\constraint.py", line 204, in draw blf.size(FONT_ID, text_size) TypeError: blf.size() takes exactly 3 arguments (2 given)

hlorus commented 6 months ago

This has been resolved in https://github.com/hlorus/CAD_Sketcher/commit/57facf2c91d7f760ad0bf988953961f831ddf5f5

Download the latest version of the addon please.

RichH53 commented 6 months ago

Thank you. That fixed it.

From: hlorus @.> Sent: Wednesday, December 13, 2023 11:18 AM To: hlorus/CAD_Sketcher @.> Cc: RichH53 @.>; Comment @.> Subject: Re: [hlorus/CAD_Sketcher] Text not visible (Issue #428)

This has been resolved in https://github.com/hlorus/CAD_Sketcher/commit/57facf2c91d7f760ad0bf988953961f831ddf5f5 57facf2

Download the latest version of the addon please.

— Reply to this email directly, view it on GitHub https://github.com/hlorus/CAD_Sketcher/issues/428#issuecomment-1854244434 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3ELOEJI4XUDCJLBEHJDFLYJHILZAVCNFSM6AAAAABAITRFSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJUGI2DINBTGQ . You are receiving this because you commented.Message ID: @.***>