Animation, how do you unhide an item part way through?
victor
Posts: 49
I'm trying to make something appear part way through an animation. Is there a way to do that without moving it in from an off set location?
Thanks
Comments
Not directly, no. You could use a post load script to create a link between an animatable property and the opacity on a surface, but the usual method would be two sequences - even hogh -end applications have only relatively recently gained this kind of feature.
Ok thanks!
If you mean you want to fade something in ... the easy way would be to render it separately, then use a fade-in feature on the program you are using to make the video compilation.
Another option, but a lot of work, is to individually render each frame of the fade-in and change the opacity each time.
Or, as mentioned above, there are scripts out there that try to make this work ... but I have not worked with them.
Or, if you are also using other programs, most will let opacity be an animateable setting which makes it simple ... but Daz does not do that.
On Github is a plugin which makes the visibility button animatable.
https://github.com/spacecat56/AniVis
Whoa!
And thanks everyone for the advice.
Does that plugin "remember" the visibility status in saved/loaded .duf files? I think I used an mcasual script to animate visibility and if I remember correctly it "forgot" the keys on reload.