S
by Stealthmasterflex on 16 Aug 2023, edited 18 Aug 2023
#
Trying to use blenderbim in lighting design and I have a question about drawings. How can I make a dynamic text label on a library object. I want to have a luminaire that I add from my library and once I add it will have a running number in the drawing.

Another important question is what will happen if I delete one luminaire from the middle?
M
by Moult on 17 Aug 2023
#
This function doesn't exist out of the box. It's pretty easy to write a Python script which inserts these values, and by extension, we should probably sooner or later start building some "numbering / naming utilities".
S
by Stealthmasterflex on 17 Aug 2023
#
Can the text label be pre-set in the library object, or will we still need to add the text using the bulk-tag tool?
M
by Moult on 18 Aug 2023
#
The label you're referring to is an occurrence-based label. I.e. it changes individually for every occurrence.
The library object is a type, and the type OOTB cannot define "generation rules" of how to name the occurrences that are created from that type. We'll need to build some extra utilities to handle this.