obs-recursion-effect icon indicating copy to clipboard operation
obs-recursion-effect copied to clipboard

Add custom pivot option (for scale & rotation)

Open Robert-K opened this issue 10 months ago • 0 comments

I believe this effect would greatly benefit from an extra option: The pivot/transformation origin, relative to the input.

Most of the time, I want my transformations (rotation & scale) to be around the center of the frame. Currently, this requires me to tediously calculate & fine-tune the X/Y Offset.

My proposition would look something like this:

Pivot X: 0 --------- | --------- 1 Pivot Y: 0 --------- | --------- 1

Where a pivot (0.5, 0.5) would rotate and scale around the center of the input and (0,0) would result in the current behaviour.

Robert-K avatar Feb 13 '25 16:02 Robert-K