CatxFish / motion-effect

obs-studio plugin for source item animation
https://obsproject.com/forum/resources/motion-filter.668/
GNU General Public License v2.0
214 stars 38 forks source link

Populate position with current source position on button press #6

Closed GrandyB closed 6 years ago

GrandyB commented 6 years ago

When 'Start with given position' is first ticked, populate 'Start Position X' and 'Start Position Y' with the current X/Y of the given Source (if applicable) - saves users from needing to edit the transform of every object to see what that position is.

CatxFish commented 6 years ago

I have a little concern about if someone disable the option accidentally , their setting will be replaced by current position. Let me think which scheme is better.

GrandyB commented 6 years ago

I have an idea for this - adding a little button which on click adds the current position into the x and y boxes. Using this as practise for my first feature 👍

GrandyB commented 6 years ago

Aight, after many hours of battling with cmake, finally built the thing for obs64 and got this just about done - can see pull request #9 for that.

CatxFish commented 6 years ago

Awesome, welcome to the world .

GrandyB commented 6 years ago

Cheers! Thanks for being open to all of this.