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 #24

Closed norihiro closed 4 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 on the same scene at preview side, then running motion-transition, the transition does not happen for the item that was changed its visibility.

norihiro commented 4 years ago

Hi, I'd like to take it back because it does not work for some types of sources such as video. I will check details and will create another approach to fix the issue.