Fix compatibility with OBS Studio 32#70
Open
andilippi wants to merge 1 commit intoBlankSourceCode:mainfrom
Open
Fix compatibility with OBS Studio 32#70andilippi wants to merge 1 commit intoBlankSourceCode:mainfrom
andilippi wants to merge 1 commit intoBlankSourceCode:mainfrom
Conversation
andilippi
commented
Sep 25, 2025
- Replace deprecated obs_sceneitem_get_info() with obs_sceneitem_get_info2()
- Replace deprecated obs_sceneitem_set_info() with obs_sceneitem_set_info2()
- Fixes 'attempt to call field obs_sceneitem_get_info (a nil value)' errors
- Replace deprecated obs_sceneitem_get_info() with obs_sceneitem_get_info2() - Replace deprecated obs_sceneitem_set_info() with obs_sceneitem_set_info2() - Fixes 'attempt to call field obs_sceneitem_get_info (a nil value)' errors
This was referenced Sep 25, 2025
|
Very goood thanks |
giswqs
reviewed
Sep 28, 2025
| if sceneitem_info_orig ~= nil then | ||
| log("Transform info reset back to original") | ||
| obs.obs_sceneitem_get_info(sceneitem, sceneitem_info_orig) | ||
| obs.obs_sceneitem_set_info2(sceneitem, sceneitem_info_orig) |
There was a problem hiding this comment.
Should this be obs_sceneitem_get_info2 instead of set_info2
|
thanks, it works well |
|
This worked, thanks! |
eliaslazcano
approved these changes
Oct 19, 2025
|
thx, it helps on windows 10 and OBS 32.0.1 |
|
Thanks, this worked for me on 32.0.2. 🙏 |
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.