Notifications
Clear all

[Closed] TextPlus animation not works as expected

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

Thank you, Denis!

Everything works except when the animation is rendered. The rendered images shows only the text of frame 1.

1 Reply
(@denist)
Joined: 11 months ago

Posts: 0

Damn it!

I will look again when I have time…

Page 3 / 3