Folkert de Vries

Results 111 comments of Folkert de Vries

both are available A freestyle stroke is (at the point python can manipulate it) a list-like container of `StrokeVertex` objects, which have a [`point`](https://docs.blender.org/api/2.79/freestyle.types.html#freestyle.types.StrokeVertex.point) attribute in 2d image space, and...

Hi Dave, The separation into layers is based on (1) render layer and (2) line set (not style!). All line sets get their own svg layer that you can manipulate...

If I remember correctly, the output is written to the `/tmp` folder (or wherever you set in the `output` tab visible in your picture). The exact path should also be...

I want to have a look at it over the Christmas break. From what I gather (I don't follow the news very precisely) there are some big changes to both...

There has been some work on the svg exporter to port it to 2.8. The gpencil and svg exporter basically share how they retrieve the freestyle information, so that should...

A particular version? And there isn't some sneaky `.cargo/config.toml` overriding it? (any rustflags anywhere will override that global toml config I believe)

A warning is fine I think. It's clear what happens if you ignore that warning: there is nothing there to include. > A big implementation challenge is knowing when an...

Well the problem is that the zlib symbols are included in your test binary twice. I suspect the culprit is this ``` │ │ │ │ │ │ │ │...

Oh btw the latest version of zlib-rs (part of the latest release of flate2) no longer exports the symbols (by default), so the workaround with the `testing-prefix` is no longer...

Functions are indeed included, in this section https://github.com/Jules-Bertholet/rfcs/blob/align-attr/text/3806-align-attr.md#on-function-items, and the [stabilization PR](https://github.com/rust-lang/rust/pull/140261) I have up for alignment of functions is, for now, blocked on the decision here for whether to...