RSS/Atom feed Twitter
Site is read-only, email is disabled

Where to download python script/plugin in gimp 2.8?

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

8 of 8 messages available
Toggle history

Please log in to manage your subscriptions.

Where to download python script/plugin in gimp 2.8? Nadav Vinik 21 Sep 19:41
  Where to download python script/plugin in gimp 2.8? Kevin Cozens 22 Sep 14:57
   Where to download python script/plugin in gimp 2.8? glow7 28 Feb 08:33
    Where to download python script/plugin in gimp 2.8? Patrick Shanahan 28 Feb 12:44
    Where to download python script/plugin in gimp 2.8? Noel Stoutenburg 28 Feb 14:07
Where to download python script/plugin in gimp 2.8? Nadav Vinik 22 Sep 08:29
  Where to download python script/plugin in gimp 2.8? Owen 22 Sep 09:41
   Where to download python script/plugin in gimp 2.8? Nadav Vinik 22 Sep 10:51
Nadav Vinik
2012-09-21 19:41:14 UTC (over 11 years ago)

Where to download python script/plugin in gimp 2.8?

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

Thanks Nadav

Nadav Vinik
2012-09-22 08:29:05 UTC (over 11 years ago)

Where to download python script/plugin in gimp 2.8?

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

Thanks Nadav

Owen
2012-09-22 09:41:35 UTC (over 11 years ago)

Where to download python script/plugin in gimp 2.8?

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

Nadav Vinik
2012-09-22 10:51:21 UTC (over 11 years ago)

Where to download python script/plugin in gimp 2.8?

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
Kevin Cozens
2012-09-22 14:57:15 UTC (over 11 years ago)

Where to download python script/plugin in gimp 2.8?

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.

2013-02-28 08:33:56 UTC (about 11 years ago)
postings
3

Where to download python script/plugin in gimp 2.8?

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.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

Patrick Shanahan
2013-02-28 12:44:12 UTC (about 11 years ago)

Where to download python script/plugin in gimp 2.8?

* 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.org        Photo Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org                           openSUSE Community Member
Registered Linux User #207535                    @ http://linuxcounter.net
Noel Stoutenburg
2013-02-28 14:07:31 UTC (about 11 years ago)

Where to download python script/plugin in gimp 2.8?

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