Coder Social home page Coder Social logo

Comments (3)

tt2468 avatar tt2468 commented on June 24, 2024

This is behavior working as intended. Scenes are now inserted at the current row instead of the top. See commit obsproject/obs-studio@5e198db for more info. Will not close this issue yet in case anyone cares to argue whether we should try to artificially preserve the old behavior.

from obs-websocket.

david672orford avatar david672orford commented on June 24, 2024

I understand that this change was made deliberately to improve usability in the GUI. It is a good change. What I am suggesting is that this change should have been made only in the GUI and that its (presumably unintended) effect on the behavior of the CreateScene calls is a regression.

It now means when we run a script to add a series of scenes (videos and slides) during a live program they get splatted into the middle of the scene list totally disorienting the operator. And they are in reverse order! To the untrained eye it seems like everything has been scrambled.

I think the change in the behavior or CreateScene really is a regression and a serious one. I hope it can be fixed in the next point release.

from obs-websocket.

david672orford avatar david672orford commented on June 24, 2024

I have been trying to figure out how to fix this problem in the hope of submitting a merge request. However, I have been unable to fully trace the path from CreateScene to OBSBasic::AddScene(). This is what I have so far:

  • OBS-Websocket's CreateScene calls
  • obs_scene_create() which calls
  • create_id("scene", name) which calls
  • obs_source_create() which calls
  • obs_source_create_internal() which calls
  • source_create() where I lose the track

from obs-websocket.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.