Conversation
fixes for OBS 32
|
This should allow this script to work in OBS 32.0.4, previously in 32, it would fail to hide source after playing. |
|
I see mainly code cleanup, what part is required for OBS 32? |
|
sceneitem_list_release to obs.obs_sceneitem_list_release.
…On Fri, Jan 9, 2026, 7:40 AM Exeldro ***@***.***> wrote:
*exeldro* left a comment (exeldro/obs-lua#12)
<#12 (comment)>
I see mainly code cleanup, what part is required for OBS 32?
—
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANN4DDX4YRCBRPVN3WMSGN34F7DW7AVCNFSM6AAAAACRFCHNICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTOMRZGQZTMMRXHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
I was getting this error: (attempt to call field 'obs_sceneitem_list_release' (a nil value). To this: |
|
So the fixes are not for OBS 32, but for all versions of OBS |
|
I guess so. I'm not too familiar with this stuff. but this is how I got it
to work with 32. some one else had made a fix for 31, because I guess the
original didn't work there either.
…On Fri, Jan 9, 2026, 11:29 AM Exeldro ***@***.***> wrote:
*exeldro* left a comment (exeldro/obs-lua#12)
<#12 (comment)>
So the fixes are not for OBS 32, but for all versions of OBS
—
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANN4DDR3BNBN3RT62BSEY634F76QHAVCNFSM6AAAAACRFCHNICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTOMZQGI4TENZVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
I have another issue where the script will fail to hide a media playing in an unselected scene. I use Exeldro's source clone plugin for my camera and I have media playing over it, but since OBS 32.1.0, the media stopped getting hidden. I tried your version, but no luck. It's only when I'm on the actual scene that it gets hidden by the script |
fixes for OBS 32