Page 1 of 1

Saving Vector Brushes in a Vector Format

Posted: Sat Sep 19, 2020 10:02 pm
by PEB
Is it possible to save vector brushes in any vector (not rasterized) image format?

Or, is this planned for the future (possibly with a plugin)?

Re: Saving Vector Brushes in a Vector Format

Posted: Sat Sep 19, 2020 10:12 pm
by airsoftsoftwair
Would be possible only for vector brushes created using PathToBrush(). Converting other vector brushes, e.g. the ones managed by Polybios, into a vector format isn't really possible because those are stored in a custom format that can't easily be converted into something like SVG.

Re: Saving Vector Brushes in a Vector Format

Posted: Sun Sep 20, 2020 12:51 pm
by plouf
but if we know this "custom" format and can extract this info from vector brush i think it can be done

not easy but can