As correctly pointed out by @Campbell Barton (campbellbarton) there were some issues with D9054 that I missed
Those are fixed in this patch
- The slider value is now called factor instead of percentage in the gui
- remove usages of vec2f and replace them with float[2]
- update the doc string for region in the tPoseSlideOp struct
- change term workspace footer to status bar
- rename percentage variable to factor
- rename region to region_header and ensure it is always only a header
- changed struct rctf to rctf
- use STRNCPY instead of BLI_strncpy. Some lines use BLI_snprintf which I didn't change yet as I am not 100% clear what the difference is