04-01-2018, 11:18 AM
Btw, where can I get the BRL script? gimpscripts is somewhat dead these days.
BevelReflectLogo in Python script?
|
04-01-2018, 11:18 AM
Btw, where can I get the BRL script? gimpscripts is somewhat dead these days.
04-01-2018, 11:26 AM
04-01-2018, 11:53 AM
Quote:The one Racer-X uses. That is Carmelo's appimage
04-01-2018, 11:59 AM
(This post was last modified: 04-01-2018, 12:07 PM by racer-x.
Edit Reason: spelling
)
TinTran wrote a python script to apply BRL to all layers. It works on Gimp 2.8.16. Trying it in my Gimp 2.10 RC1 appimage gives this error:
Code: Calling error for procedure 'gimp-procedural-db-proc-info': Here's the python script to apply BRL to all visible layers: BRL to visible layers
04-01-2018, 12:58 PM
(04-01-2018, 11:59 AM)racer-x Wrote: I'm wondering if that means MLBevelReflect doesn't work? Or maybe it's calling the .scm, which it can't load? Probably both of those. A quick test What a monster dialogue, and my laptop is 1920x1080 Tin's python script is a wrapper for bevel-reflect-logo.scm which of course also need the binary plugin MLBevelReflect. Hangs if the precision is more than 8 bit (at least it does here). before: https://i.imgur.com/jeGLch5.jpg after: https://i.imgur.com/bykWBcX.jpg Had enough of Gimp 2.9/2.10 for today. Going for a (Easter) Sunday afternoon beer
04-01-2018, 01:01 PM
Tin's python script calls the BRL script-fu that itself calls the "ML Bevel Reflect" plugin. So better figure out that things are installed and working in the right order:
1. I have ML Bevel Reflect 2.0 installed and it shows up in the Plug-in browser. I assume it works then? How do I test?
2. I have script-fu installed. Doesn't show up in plug-in browser. I assume it works because I can run all python scripts. How to test? 3. Tin's python-fu is installed and shows up in plug-in browser. It loads and works until error I posted. No .scm scripts show in plugin browser.
04-01-2018, 05:21 PM
(04-01-2018, 02:01 PM)racer-x Wrote: 1. I have ML Bevel Reflect 2.0 installed and it shows up in the Plug-in browser. I assume it works then? How do I test?
04-01-2018, 05:48 PM
OK, now I see the problem. ML Bevel Reflect 2.0 is listed in [Filters/Map/ML Bevel Reflect]. When I try to launch it reports an error..
Code: ML Bevel Reflect 2.0 Warning Looks like it is blocked by the appimage. I give up on this now... |
« Next Oldest | Next Newest »
|