[fix] glyph receives text_id
This commit is contained in:
parent
59edb2e786
commit
14d1b7a160
2 changed files with 25 additions and 31 deletions
|
@ -1301,6 +1301,8 @@ def transfer_text_object_to_text_properties(
|
|||
transfer_glyph_object_to_glyph_properties(glyph_object, glyph_properties)
|
||||
glyph_properties["glyph_object"] = glyph_object
|
||||
glyph_properties["glyph_index"] = glyph_index
|
||||
glyph_properties["text_id"] = text_properties.text_id
|
||||
glyph_object["text_id"] = text_properties.text_id
|
||||
inner_node = None
|
||||
for c in glyph_object.children:
|
||||
if c.name.startswith(f"{glyph_id}_mesh"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue