英文:
How to use brush jitter in a GIMP Python script
问题
在GIMP用户界面的画笔选项中,有一个"jitter"选项。我怎样在GIMP的Python脚本中使用它?在过程浏览器中找不到相应的上下文设置。我是否需要通过动态定义它?
英文:
In the brush options in the GIMP UI there is "jitter".
How can I use that in a GIMP python script?.
I can't find the equivalent context setting in the procedure browser.
Would I have to define that via dynamics?
答案1
得分: 1
一些选项在PDB API中缺失,并且在即将发布的GIMP 3.0中仍然缺失。
这是可能的(但我不能保证),我可以在这些问题上工作,GIMP的GitLab上有一个开放的功能请求,请在此问题上发表您的需求或者如果您有建设性的想法,请留下评论 - https://gitlab.gnome.org/GNOME/gimp/-/issues/5041
英文:
Some options are laking in the PDB api - and are still lacking in the upcoming GIMP 3.0 -
It is possible (but I can't promise) - I can work on these - there is an open feature request on GIMP's gitlab here - please, comment on the issue for your needs, or if you have constructive ideas - https://gitlab.gnome.org/GNOME/gimp/-/issues/5041
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论