Buck
Buck
The combine result has the resulting polylines: https://github.com/jbuckmccready/CavalierContours/blob/master/include/cavc/polylinecombine.hpp#L406-L409 You can read the vertex data from the polylines by reading from the `vertexes()` property on the polylines.
Sorry, I don't have any direct C# bindings I can share. You can make them by wrapping the C FFI using [P/Invoke](https://docs.microsoft.com/en-us/dotnet/standard/native-interop/pinvoke). If you make an open source C# wrapper...
I ran into this in WPF and this warning message is very confusing because all of the bindings work correctly despite the warning suggesting otherwise. And the documentation suggests binding...
I likely wouldn't have found this feature if it wasn't enabled by default. The other possible option is to inject in a formatted comment along with the discard so it's...
Hey, I'm not sure when I'll have the time to dig into it more. I finished implementing the function in Rust on that branch `WIP_island_offsetting` but right now it just...
Just an update on this issue: I have resumed working on it, getting it into the web demo and testing currently.
Got it at least breathing, still a bunch of work to do to clean it up and finish it, hope to spend some more time on it in the next...
OK initial approach committed for this feature. I added a shape type and parallel offset to the shape type which has the multi/island polyline offset behavior. Interactive demo here: https://jbuckmccready.github.io/cavalier_contours_web_demo_page/#/multi_pline_offset...
I have this same problem, using chrome with latest sd-webui (https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/22bcc7be428c94e9408f589966c2040187245d81) and controlnet extension (https://github.com/Mikubill/sd-webui-controlnet/commit/241c05f8c9d3c5abe637187e3c4bb46f17447029).
Yeah, it's working for me now too, maybe latest version of controlnet extension fixed it? Not sure what changed...