Hi, This is a plugin to change Dolly Zoom (Adjust Lens Length and Dolly)
DollySlider: open the slider
DollyReset: reset the value to 50
Input value: if empty, it take the value of the slider
MouseClickDisable
MouseClickEnable
DollyZoomSlider.rhp (12 KB)
6 Likes
brian
(Brian Gillespie)
September 7, 2022, 3:26pm
3
That’s beautiful! Did you write this using a transparent WPF window, or are you using a display pipeline to draw the slider directly on screen?
1 Like
Hi @brian
Brian Gillespie:
using a display pipeline
You are right , i use display pipeline and mouse event
I want this as default option!!!
That’s great!
I add an optional mouse and commands event, maybe help when create tutorials.
6 Likes
Baris
September 8, 2022, 5:15pm
7
Really nice! Thanks a lot @seghierkhaled !
The new commands for buttons
DollyReset
DollySlider
MouseClickDisable
MouseClickEnable
UPDATED
Fix an error with Display pipeline when the window minimized
3 Likes