Search found 144 matches

by 1D_Inc
Sun Mar 03, 2019 10:04 pm
Forum: Python scripting and macros
Topic: Simple iconTheme (v0.5)
Replies: 99
Views: 21275

Re: Simple iconTheme (v0.5)

Well, okay, here we go. 366 SVG icon demo pack default Light colored theme for test purposes. Need some tests and feedback with screenshots in order to understand if everything is going ok. FC ICON PACK v0-5LA demo x366.zip Demopack contains exported D, E sections, and includes complete WEB\ Ship\ R...
by 1D_Inc
Sun Mar 03, 2019 6:13 pm
Forum: Python scripting and macros
Topic: Simple iconTheme (v0.5)
Replies: 99
Views: 21275

Re: Simple iconTheme (v0.5)

Thank you! No, it have to be done manually yet. Yes, it is pretty much simple to parse SVG with python (as I told, we wrote python Blender toolset, that slices, combines SVG and reading linked images paths), but it requires python research/coding. I will make current step manually, because it was pl...
by 1D_Inc
Sun Mar 03, 2019 6:45 am
Forum: Python scripting and macros
Topic: Simple iconTheme (v0.5)
Replies: 99
Views: 21275

Re: Simple iconTheme (v0.5)

990/990
100% of shapes are drafted
Draft and Sketcher are placed nearby

PDF in dropbox (5760 х 4320 pt):
https://www.dropbox.com/s/b2vvr0tk7a679 ... 9.pdf?dl=0

PNG:
1D_FC_MOD_9.png
1D_FC_MOD_9.png (999.68 KiB) Viewed 1306 times
by 1D_Inc
Sat Mar 02, 2019 11:47 pm
Forum: Python scripting and macros
Topic: Simple iconTheme (v0.5)
Replies: 99
Views: 21275

Re: Simple iconTheme (v0.5)

905/990 drafted
Redefined "edit" and "quit editing" symbols

Also 've tested some contrast schemes.
Any thoughts, which one is looking better?
Contrast schemes.png
Contrast schemes.png (112.38 KiB) Viewed 1334 times
1D_FC_MOD8.png
1D_FC_MOD8.png (969.61 KiB) Viewed 1336 times
by 1D_Inc
Sat Mar 02, 2019 10:05 pm
Forum: Python scripting and macros
Topic: Simple iconTheme (v0.5)
Replies: 99
Views: 21275

Re: Simple iconTheme (v0.5)

866/990 drafted
Global thickness = 2.0

//
I making Freecad icon redesign while rendering my eevee hobby project video.
14 sec per frame, pretty much nice.
Hopes, both will be ready simultaneously.
BQ_ACAM_19-02-20190001.jpg
BQ_ACAM_19-02-20190001.jpg (374.23 KiB) Viewed 1350 times
by 1D_Inc
Sat Mar 02, 2019 4:10 pm
Forum: Python scripting and macros
Topic: Simple iconTheme (v0.5)
Replies: 99
Views: 21275

Re: Simple iconTheme (v0.5)

dulouie wrote: Sat Mar 02, 2019 10:26 am I love the thin shape style and the used colors, good job!
Thank you!
I think to make width 1.8px instead of 2.3 (there were 1.0 on thin approach screenshot)
by 1D_Inc
Fri Mar 01, 2019 6:30 pm
Forum: Python scripting and macros
Topic: Simple iconTheme (v0.5)
Replies: 99
Views: 21275

Re: Simple iconTheme (v0.5)

There is Relative relations, everything is binded to pictures. So, if I would write such a script, I made it in this order Parse all images (names + coordinates (easiest part)) Runing through entire list of images, picking 48x48 box to left and saving captured geometry in separate SVG with image URL...
by 1D_Inc
Fri Mar 01, 2019 5:24 pm
Forum: Python scripting and macros
Topic: Simple iconTheme (v0.5)
Replies: 99
Views: 21275

Re: Simple iconTheme (v0.5)

Another experiment
Everything has got twice thinner

Thin pure shapes.
That's what we love the vector for.

1D_FC_MOD7_THIN.png
1D_FC_MOD7_THIN.png (935.47 KiB) Viewed 1459 times
by 1D_Inc
Fri Mar 01, 2019 5:04 pm
Forum: Python scripting and macros
Topic: Simple iconTheme (v0.5)
Replies: 99
Views: 21275

Re: Simple iconTheme (v0.5)

Initially, my layout was made taking into account the possibility of such automation.
Basically, every SVG contours in square 48x48 left to image coordinates is an icon with name of image URL, so that automatization is looking possible, due to XML (plain text) structure of SVG format
by 1D_Inc
Fri Mar 01, 2019 1:30 pm
Forum: Python scripting and macros
Topic: Simple iconTheme (v0.5)
Replies: 99
Views: 21275

Re: Simple iconTheme (v0.5)

Is there a way of testing the icons or the image has to be cut into pieces (script?) first? Nope yet. At least I didn't order such a thing, because I don't have Inkscape developers. All I can is to parse SVG with blender's python, my developer wrote things like "split" and "combine&q...