Code: Select all
image a = Text( "{}".format( str(my_variable) )I had no idea you could declare images like that under a label though. I thought it had to be during the init phase.
Code: Select all
image a = Text( "{}".format( str(my_variable) )awesome, that seems like it would be exactly what I was looking for! thanks a lot! :3result = ui.interact()