Andrew Benson
Andrew Benson
I downloaded the v1.6.62 binary for Mac 64 bit COLLADA-MAYA-MAC-2017 and installed the plugin as directed into Maya 2018.2. When I go to Windows -> Preferences/Settings -> Plug-In Manager and...
Ran into the issue recently of camera preview suddenly stopping on iPads running in anything less than full screen. Ran into this on iPadOS 26, but it should also apply...
Added `avCapturePhotoOutput` to `PhotoOutput` so you can more reasonably configure your settings during capture, including information like `isShutterSoundSuppressionSupported`. Added public access to AVCapturePhotoOutput. Why? My app wanted to set the...
The `asURLRequest` function in Endpoint.swift converts `Request` into `URLRequest`. This PR fixes a presumed bug where any custom headers added to the request are discarded when converting to `URLRequest`.