CatxFish / motion-effect

obs-studio plugin for source item animation
https://obsproject.com/forum/resources/motion-filter.668/
GNU General Public License v2.0
214 stars 38 forks source link

check visible flag to skip invisible items #26

Closed norihiro closed 3 years ago

norihiro commented 4 years ago

If making a transition between scenes that has invisible items, the transition behavior is affected by the invisible items. For example, having a scene on a live and changing visibility of an item on the same scene at preview side, then running motion-transition. The expected behavior is the item will vanish with motion. Actual behavior is moation does not happen. I'd like to propose to compare 'user-visible' so that zoom-out and zoom-in will happen.