Logic Machine Forum
scenes within LM - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Hardware (https://forum.logicmachine.net/forumdisplay.php?fid=12)
+--- Thread: scenes within LM (/showthread.php?tid=3394)



scenes within LM - davidchispas - 31.05.2021

For the section of scenes within LM, it would be useful that within the scene configuration, there was one more column, where the objects that we want to participate in the scene are chosen. It is a tedious job having to add or remove objects depending on the scene.

It would be great to create a unique scene, duplicate it as many times as necessary and select the objects that we want to participate in it.


RE: scenes within LM - davidchispas - 27.07.2021

Hi, I want to run a scene from another scene but I can't get this to work.

Let me explain, I have a general scene that I would run a series of scenes for stays. Instead of re-assigning all the objects, I assign the already created scenes. The value is sent, but the scene is not executed.


RE: scenes within LM - Erwin van der Zwart - 27.07.2021

To avoid loops this is not possible, however you could write to a virtual object from your scene and write a value to the other scene object with script, this works perfect.


RE: scenes within LM - davidchispas - 27.07.2021

(27.07.2021, 08:56)Erwin van der Zwart Wrote: To avoid loops this is not possible, however you could write to a virtual object from your scene and write a value to the other scene object with script, this works perfect.

Yes, that solution is what I have. It was just knowing why this didn't work. Thanks a lot!