Hi!
I would like to create a Table (like excel)
i have a plane “table_title” (like cell in excel) in other scene “Scene_table”
I have a list of data (my_list=[(1,2,3,4,5,6,7),(2,2,2,2,2,2,2),(…)] )
I would like a line for each data:
1 2 3 4 5 6 7
2 2 2 2 2 2 2
3 4 2 5 1 4 2
4 …
5 …
…
how can I create text and duplicate “X” times the object “table_title” (like array Modifier)
Thx!