Notifications
Clear all
[Closed] TextPlus animation not works as expected
Page 3 / 3
Prev
Aug 04, 2020 11:36 pm
this is better … we can sacrifice one object for a big deal:
delete objects
(
t = textplus name:#test dir:-y_axis isselected:on
d = point name:#textplus_animator parent:t
s = d.scale.controller = scale_script()
LockedTracksMan.SetLocks on d.controller d.controller 1 true
s.addnode "self" t
strs = #(#("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"), #("Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"))
animationrange = interval 1 12.8
s.addconstant "list" strs[1]
s.setexpression "tx = list[int F]; self.setPlaintextString tx; \n [1,1,1]"
)
edited… I see some another problem … but it may not happen yet
Aug 04, 2020 11:36 pm
Thank you, Denis!
Everything works except when the animation is rendered. The rendered images shows only the text of frame 1.
1 Reply
Page 3 / 3
Prev