FFGL and User Actor
-
Hi,
while trying to transform older patches from cpu to gpu based actors I discovered the following:When placing a projector with a user input for the 'video in' into a user actor, the input of that user actor refuses to connect.Any confirmation for this behavior here?Latest Izzy/OSX 10.10.3BestReinhard -
Try setting the user input type specifically. That may fix the issue with the input being mutable. also.. make sure you are running the latest version. I can't test this on Mac right now.. but hopefully this will allow you to move ahead. Also entering as a official bug report is always helpful.
-
Dear @Reinhard,
First of all, I could not reproduce this bug. I did the following in Isadora 2.0.5- Create a User Actor
- Open User Actor
- Add User Input actor and Projector actor.
- Connect the two. User Input mutates to 'vid-gpu" input.
- Close User Actor choosing "Save and Update All"
- Add Movie Player and start playing movie.
- Connect Movie Player to input of User Actor
- All works as expected.
Did you do something differently?Now, there is a problem we know about can be seen if you do the following:- Do steps 1-5 above
- Create second User Actor and open
- Add Movie Player and User Output.
- Set 'movie' for Movie Player so it has something to paly.
- Connect 'video out' of Movie Player to User Output
- Close second User Actor choosing "Save and Update All"
If you now try to connect output of the second User Actor (with Movie Player inside) to the first User Actor (the one with the Projector inside). It does not work, which is a bug.To solve this, do the following:- Open first User Actor (the one with the projector)
- Double-click the User Input
- Change the "Data Type" popup to "GPU Video (vid-gpu)"
- Close second User Actor choosing "Save and Update All"
Now you will be able to connect. I'm guessing that this second scenario is what you discovered. But the 4 steps immediately above will allow you to work around the problem for now.We will ensure the bug is fixed for the next release.Best Wishes,Mark