Jonathan-David Schröder

Results 188 comments of Jonathan-David Schröder
trafficstars

For showing labels [those tips from Blenderchat can be used](https://blender.chat/channel/python?msg=f35uth7KKdmBbFNKG) ``` you have the 'depscription' field of each node property or can use label's from layout.label(text='some nice text..') ```

`sharpen` is a builtin command, not a filter, so will possibly not be in the .json output from G'MIC. Our goal in the end is to generate nodes almost exclusively...

The most transparent filters for the sharpen command are : 'Sharpen [Inverse Diffusion]' and 'Sharpen [Shock filters]'

As far as python scripting in concerned, in a vanilla 2.8x blender, only node groups can be scripted, having custom fields/widgets in them... and node groups can output python-scripted images...

This issue will be the priority for this project

Here are the related [LGM 2020](https://libregraphicsmeeting.org/2020/fr/programme.html) G'MIC talk slides showcasing architecture mockups and variants: [G'MIC LGM 2020.pdf](https://github.com/myselfhimself/gmic-blender/files/4703794/G.MIC.LGM.2020.pdf)

This depends on #10 to be implemented first.

gmic-py I/O non-regression UI-less is being added in https://github.com/myselfhimself/gmic-py/issues/36 , shall be out for gmic-py 2.9.0 end of this month. When this is solid enough, Blender non-regression will be easier...

Clang / llvm V6 + openmp through cibuildwheel seem to be on the right track: https://github.com/dtschump/gmic-py/commit/2b16c1b6aae514f2ec146602e6add4f28d6f514c/checks?check_suite_id=368488912

We do have Mac OS X binary builds online now on PyPI.. Time for testers to try out basic scenarios on their machines.. https://pypi.org/project/gmic/2.8.1.dev1/#files Let me close this when we...