Open
Conversation
fixes for OBS 32
Author
|
This should allow this script to work in OBS 32.0.4, previously in 32, it would fail to hide source after playing. |
Owner
|
I see mainly code cleanup, what part is required for OBS 32? |
Author
|
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:
***@***.***>
|
Author
|
I was getting this error: (attempt to call field 'obs_sceneitem_list_release' (a nil value). To this: |
Owner
|
So the fixes are not for OBS 32, but for all versions of OBS |
Author
|
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:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes for OBS 32