Scripting suggestion : allow positioning of scene items

MacTartan

Member
I've been playing with lua scripting and it's a fantastic way to quickly add functionality. I haven't found any API functions that return a vec2 - is there a way to create / access that structure from scripting? It would be very useful to be able to move scene items around rather than just show/ hide, but looks like I need vec2's to give it a try!
 

MacTartan

Member
Thanks for the replies - I thought accessing obs.vec2 was crashing the script, but after checking out the examples and trying again, everything is good! I must have had some other bug going on. Again, thanks for the examples - very helpful.
:)
 
Top