obsproject / obs-browser

CEF-based OBS Studio browser plugin
GNU General Public License v2.0
776 stars 220 forks source link

Manually loop transitions for SetTransition #338

Closed WizardCM closed 2 years ago

WizardCM commented 2 years ago

Description

Manually loop transitions for SetTransition instead of get_transition_by_name, which can return Show/Hide transitions for sources.

Motivation and Context

This fixes an issue where Show/Hide transitions would be returned.

How Has This Been Tested?

obsstudio.setCurrentTransition('Cut')

Types of changes

Checklist: