Braille add-on idea / request

Hi,
I would like to suggest a feature, but I don’t know any one who can do it…
I am using Blender to prepare data for 3D-print. I am also included in a team that works on utilities for people with disabilities. Right now we can easily write text in Blender, but…

I would like to suggest feature to make it possible to write also in Braille is a tactile writing system. So it is possible to print in 3D information for people that face problem with seeing. Right now it is “quite” user unfriendly to create printable content in Braille with Blender.

Can you help somehow or develop that kind of feature??

2 Likes

You could download a braille font and use that with the default text in blender.

1 Like

the braille font seems to be 2D only
so to print it might need to convert to mesh and extrude a little

then it will be printed in 3D

happy bl

You can use “object font” to have more control over the geometry. Make a bunch of objects and name them <yourname>_<character>. Then, in the text object data, type <yourname>_. Go to object properties>instancing>vertex. The objects should be instanced whenever you type that character.


Braille.blend (1.8 MB)

2 Likes

I recommend using this font for Braille:

PharmaBrailleUnicode-Grid.otf
https://www.pharmabraille.com/pharmaceutical-braille/free-braille-font/

Information - Dimensions for the Braille Cell

Braille Usage by Country - Specific Language Letters

I haven’t found an automated way to use Braille in Blender.

I made the Blend file according to this standard (dimensions and proportions) and am currently using it for 3D printing: https://stikey.net/download/braille/BRAILLE_3D_print_v3.blend

Way of use:

I previously created the Inscape SVG file following the standards (with PharmaBraille Unicode font): https://stikey.net/download/braille/braille_font_example.svg

There I type the desired text and based on the obtained Braille symbols, in Blender I manually delete unnecessary points.

If anyone notices a possible improvement, please post it here.

3d printing of Braille can be very problematic for practical use. Consult professionals before using printed models for public purposes.

This feels like a case for geometry nodes… as Braille is just a 2x3(?) grid of points, you could very easily instance half spheres on the correct points, and use geometry nodes to convert a string to the appropriate point value

1 Like

I don’t know anything about geometry nodes, my knowledge of using Blender is still at a low level.
Yes, Braille consists of 6 dots, 2 columns in 3 rows. All dimensions and spacing are very simply presented in this document: https://www.ukaaf.org/wp-content/uploads/2020/03/Braille-Standard-Dimensions.pdf#page=4

I’ve been able to get the basics done in geometry nodes, but this is about the extent of my knowledge:

I’m sure someone smarter than me can finish this off pretty easily- @zeroskilz @SterlingRoth @Charles_Weaver @sozap @LordoftheFleas ?

1 Like

If I get you right its about getting the dots of a braille font as 3d objects right?
If then you can eg do it like this.

test

3 Likes

Thank you for your interest.
Besides I don’t know how to use nodes for now, my bigger problem is to define the request… I will try to describe the problems related to that.
The biggest problem is that even users of the English language, i.e. English letters, they do not use the same braille symbols for the same letters… It is similar with some other languages and the differences between different languages (alphabets) are even greater…
Based on the above, we come to the problem that fonts that display braille symbols usually only use symbols for one geographical area (eg braille symbols in America differ from Australian braille symbols for the same characters…).

It follows that the ideal would be to create a scheme that would be adaptable for each language.
First, we create a scheme for each language (I don’t know how it would be done in Blender) - we connect the braille symbol (the symbol we create by erasing some of the 6 offered points on the default 3d model) for a certain character (letter) by typing on the keyboard .

I don’t know how clear I was, and even less do I know if it’s even possible to do it in Blender…

You can use any font you want in Debuk’s option- just put in a Braille font that matches the region you want, and boom, done :slight_smile:

2 Likes

The solution can be setup with any braille font as joseph said. There’s a minor assumption it presumes. And that is that all dots are of the same shape. In my test I used the braille font from dafont.
It has an outer circle and an inner one for the highlights. So per dot there are two shapes. Thats why I use a modulo by 2. If you have more or less curves per dot you might have to increase or decrease that modulo. Beside that it simply converts it. If you want to merge it with a baseplate just add a sized cube beneath before export. Most 3d printing softwares do the union step themselves implicitly.

1 Like

If it works as I assume it will be a great solution.
Now I have to educate myself about nodes…
Thank you all!

1 Like

Good luck!

1 Like

If you are afraid to jump into geonodes, and don’t mind doing a fair bit of setup, @Charles_Weaver 's solution is also viable.

1 Like

Thanx SterlingRoth, I didn’t notice the blend file posted by Zorro_Weaver… Now I’m trying to figure out what it’s all about…
Very interesting…

When I’m done typing, how do I delete the letters and only have dots left for printing?
EDIT
Solved: Object > Apply > Make Instances Real

1 Like

@Charles_Weaver provided a solution for the automated braille creation process but I didn’t notice the attached file…
The only thing that still needed to be refined was to use a monospace font and to adjust the parameters for Transform Size, Character Spacing and Line Spacing…

Blender Braille Template > https://stikey.net/braille/BRAILLE_3D_print.blend

Any suggestion for improvement is welcome…
Thanks a lot everyone for your help

Hi all,

Is there a tutorial on creating all the solutions you have mentioned. I am litterly jumping into the very deep end here. New to Blender it has only been 10mins …

Download the file linked in the reply directly above yours :slight_smile: