Hi Ako
akovia wrote:
I apologize for not being more concise...
Please don't apologise for being explicit about your requirements, it saves lots of time.

akovia wrote:
1. - I thought it was brilliant how you tied the internal offsets together to cut down on the controls clutter, and I would like to keep it if possible, (don't need different offset amounts for the 2 internal shadows) but not sure how I can rotate the direction. Basically, I want to tie the internal & external shadows to follow the same direction.
I'm not sure I understand what you are saying. I get that you don't need to specify separate values for the different internal shadows (which the script already does), but I'm not sure what you mean by "direction". Could you detail what things you want to be able to change on the user interface.
akovia wrote:
I could change the highlight color to black, but that seems unintuitive. Of course I could just add all the controls for each drop shadow back in separately. Just wasn't sure if you might have a more elegant solution.
Your explicit instructions have the colours swapped compared to your examples. Which do you require? Do you expect the highlight to be on the top left corner and the shadow on the bottom right?
akovia wrote:
2. Is it possible to rename the drop shadow layers to reflect what they are, or is that done internally in the drop shadow script?
That's being done in the drop shadow script (see drop-shadow.scm) in your GIMP installation.
As that script always puts the drop-shadow layer immediately underneath the source layer it should be possible to find that layer and re-name it. That is tricky and I'll have a look at doing it.
I think I also need to ask which version of GIMP you are using, as so far I've written this with 2.6 in mind, but if you're using 2.8 I should make it more in keeping with that.
Kevin