Notifications
Clear all

[Closed] simple text render enable script line

foo = mytext

foo.baseobject.text = “animation presentation”

this works with changing my text modification with script…

when i add to change the enable render function… it fails… how do make exact working with

““foo.baseobject.render_renderable [true] – boolean; renderable””

to make the text mytext renderable ON.

2 Replies

foo.render_renderable=true

hi
hotknife, thank you for your help,