Attribute texts in blocks

Hi

Is it possible to create attribute texts in blocks with grasshopper? as image attached

thank

You can assign attributes like so using Elefront 4.3


re_makeBlocksWithAttributes.gh (11.9 KB)
a text field can read the attributes of the instance values or block values.
Rhino - Enhanced Text Fields

Thanks Japhy!

But I’d like to do something like this, bake a 3d editable text in the block
Capture
Block attribute Elefront.gh (23.6 KB)
Untitled.3dm (105.1 KB)

The text would need to be part of the block, not the instance.

Do note that in Rhino 8 this workflow is much improved.

Hi @Japhy
Can this logic of having a single block, but with each instance of the block having different text also now be done natively using the Rhino 8 block tools? Trying to create something like this, where the number can be changed on each instance, but no such luck as yet.

Hi Matt,

That is possible, here is the setup..

That’s a great start,Thanks. I have been able to set up the block so I can manually change the index, but I don’t seem to be able to control the user text per instance inside Grasshopper in the same way. Is this possible?

Blocks.gh (8.4 KB)

Block.3dm (59.5 KB)