Re: [Gimp-user] Where to download python script/plugin in gimp 2.8?

2013-02-28 Thread Noel Stoutenburg

glow7 wrote:

Re: Missing Script Fu > Layers > beveled/embossed in the new Gimp 2.8.4



Hello, Just recently upgraded from Gimp 2.7 to 2.8.4 and I'm totally
lost when it comes to Script FU and new to python. Is the
above-mentioned feature revised and renamed in Gimp 2.8.4? or did they
eliminated the layers beveled/emboss altogether? Where do I download
it FROM if it is still available for GIMP 2.8.4. Thank you. . . nel


Perhaps from the GIMP plug in repository, at 
. Both Python and 
Script-FU versions are available there.


ns



___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Where to download python script/plugin in gimp 2.8?

2013-02-28 Thread Patrick Shanahan
* glow7  [02-28-13 03:35]:
> >You put Python scripts in the plug-ins directory and not the scripts 
> >directory. Python scripts also need to be marked as executable. The
> >scripts
> >directory is only for Script-Fu scripts.
> 
> Just recently upgraded from Gimp 2.7 to 2.8.4 and I'm totally lost when
> it comes to Script FU and new to python.  Is the above-mentioned feature
> revised and renamed in Gimp 2.8.4?  or did they eliminated the layers
> beveled/emboss altogether?  Where do I download it FROM if it is still
> available for GIMP 2.8.4.
> 

depends on your operating system and distribution, if linux.  More
information necessary

It is available on openSUSE, and probably everywhere else but location
would depend on the above.
-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  HOG # US1244711
http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org   openSUSE Community Member
Registered Linux User #207535@ http://linuxcounter.net
___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Where to download python script/plugin in gimp 2.8?

2012-09-22 Thread Kevin Cozens

On 12-09-21 03:41 PM, Nadav Vinik wrote:

I download some python scripts to ~/.gimp-2.8/plug-ins and they not appear
in gimps, then I try to move them to ~/.gimp-2.8/scripts but they not
appear in gimp.


You put Python scripts in the plug-ins directory and not the scripts 
directory. Python scripts also need to be marked as executable. The scripts 
directory is only for Script-Fu scripts.


--
Cheers!

Kevin.

http://www.ve3syb.ca/   |"Nerds make the shiny things that distract
Owner of Elecraft K2 #2172  | the mouth-breathers, and that's why we're
| powerful!"
#include  | --Chris Hardwick
___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Where to download python script/plugin in gimp 2.8?

2012-09-22 Thread Nadav Vinik
On 22 September 2012 12:41, Owen  wrote:

>
> > Hi
> >
> > I download some python scripts to ~/.gimp-2.8/plug-ins and they not
> > appear
> > in gimps, then I try to move them to ~/.gimp-2.8/scripts but they not
> > appear in gimp.
> >
> > scm scripts worked from ~/.gimp-2.8/scripts
>
>
>
> You need to make them executable, eg
>
>  # chmod 755 *.py
>
>
thanks!

>
> --
> Owen
>
>


-- 
הבלוג שלי:
http://nadavvin.com
___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Where to download python script/plugin in gimp 2.8?

2012-09-22 Thread Owen

> Hi
>
> I download some python scripts to ~/.gimp-2.8/plug-ins and they not
> appear
> in gimps, then I try to move them to ~/.gimp-2.8/scripts but they not
> appear in gimp.
>
> scm scripts worked from ~/.gimp-2.8/scripts



You need to make them executable, eg

 # chmod 755 *.py


-- 
Owen

___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list