GIMP :: Python Plugins Are Not Installing?
Sep 2, 2013Python plugins are not installing. They don't show up. Script-Fu works fine though.
View 9 RepliesPython plugins are not installing. They don't show up. Script-Fu works fine though.
View 9 RepliesHow do I install third party plug-ins such as NIK or Topaz in CC?
View 4 Replies View RelatedHow do I install plugins in photoshop? I've never done this before. I know there is an extention ".dll" or something like that. I have the xenofex 2 package. Also, can that be used with ps cs? Because thats what I have..i will be upgrading to cs2 very soon.
View 1 Replies View RelatedI'm having some problems with a python command. I'm working on an image that is 640x640. I'm trying to do a horizontal flip of a layer with this command:
pdb.gimp_item_transform_flip(layer, 320, 0, 320, 1)
the flip succeeds, but it generates a distortion on the flipped layer. When I try to flip that layer through gimp's interface, it is smooth.
I understood that the input values for the flip function were the layer, x and y of one point of the axis from wich the image will be flipped, and x and y of the end point of that axis. Here is the failure in the flip that I mentioned: URL....
this shouldn't happen or the flip will be useless for what I am trying to do. (the eye with problems is the first one, from left to right).
I'm trying to write a python plug-in, but it refuses to register. I went and downloaded another python plug-in, which did successfully register.
View 1 Replies View RelatedHow do I install NIK Silver Efex Pro2 into Photoshop C Trial Version?
View 1 Replies View RelatedIn this version PSP-X6 I am not able to activate my plugins. Here's what I did started the application and went to File /Preferences / File Location / Plugins. I added the folder where I have my plugins and selected the Enable Adobe plugins, Limit plugins w 8B? ext., Folder option enable, use sub folder, click OK then closed out the application and re-started PSP and open a picture with into effects, plugins and none of my plugins are available to be used.
View 2 Replies View RelatedI want to create a plug-in that will improve detail in under- and over-exposed areas of photos, but I can't get as far as duplicating a layer. I'm new to GIMP plug-ins. My plug-in below is intended to create a copy of the image's layer and add the layer to the image.
The plug-in will register in Windows 7 (GIMP 2.8) but won't register in Ubuntu 12.04 (GIMP 2.6.12). In Windows, the plug-in gives an error. I don't get an error if I comment out line 8: Code:
I have a gif animation that has 190 layers. It's a too much. I want to remove one out of three layers via the python-fu console. Here's what I did :
image = gimp.image_list()[0]
image.layers = [layer for (index,layer) in enumerate(image.layers) if index % 3]
Traceback (most recent call last): File "", line 1, in
AttributeError: attribute 'layers' of 'gimp.Image' objects is not writable
What is the correct way of removing layers ?
how can I manage existing images, layers, ecc. with Python-Fu? Its methods don't accept IDs (unlike Script-Fu) and it returns me an error if I try to do it. More simply, how I can reference to an existing "IMAGE", "DRAWABLE", ecc. object?
View 1 Replies View RelatedI have followed the instructions here [URL]......... installed GTK+, fiddled and cajoled and still I cannot get python scripts to run from within Gimp. The scripts show up in the menu within Gimp, but when clicked on, do nothing.
I am using Windows 7 32 bit, Gimp 2.6. I installed Python 2.6, pygtk all-in-one installer 2.2.
I'm doing an script in python and i need use the map-object plug-in. I tried to use but always i have an error with the arguments and i can´t find out whats wrong.
I used reference examples of scm but didn't work, so one in python will be enough.
As far as I know, before GIMP 2.8.6, it didn't querying new plugins on every launch. It only did so when there were new plugins installed. When 2.8.6 came about, GIMP would query all plugins on every launch. With 2.8.8 it seems to only do this with user installed plugins. I assume this a bug but I'm not entirely sure as I didn't really pay attention to the startup screen prior to 2.8.6.
OS: Windows XP Pro SP3GIMP: 2.8.8
Im trying to install GIMP on my Mac (OSX Mountain Lion) via macports but Im getting an error while doing sudo port install gimp.
Code:
Can I install the newer version 2.8.0 and also save the old version 2.6?
View 1 Replies View RelatedWhere/How do I install brushes, patterns and so forth on a mac? Can't seem to find it with google...
View 1 Replies View RelatedIs Kaspersky Anti-Virus interfering with Gimp start up??? ever since I installed Kaspersky Anti-Virus 2013, Gimp takes more than 20 minutes too start up, it searches for data files for more than 20 minutes straight before my image is opened in Gimp ever since Kaspersky was installed!
View 1 Replies View RelatedI wrote a small script in python to write dxf files out. I want to add this to a button on the ribbon. I got that sorted out and can get my button to appear where I want it. I am having trouble calling the script from the button though.
The API tells me that the button has an OnExecute() event that I should listen for to call my script. I have been searching on how to do that from python but I haven't had any luck.
i have made same rigging as wagon car rigging from DT.i have added suspension also.
for scripting part other scripting's is working all right.but scripting for tyres take time.
for auto_rev and revolve option it takes time.wheel spin rotates without any problem.
I'm fumbling around with a Python script. Is it possible to make an input dialog with a "Browse" button so the user can find a folder (to be loaded into a variable in the script)?
View 5 Replies View RelatedI have Photoshop CS3. I have a new camera, the sony nex 6, which requires a RAW plug in. Will CS3 support the required plug in.
View 1 Replies View RelatedI own Design and web Premium CS6 and Lightroom 5.2 running with NIK and Canon Printer iPF9100 plugins running just fine on a Win7 machine.
I purchased and installed PhotoShop CC about a month ago/ When I start PhotoShop CC from the exec file the NIK and Canon plugins do not show up. If I am in Lightroom and ask to edit in PhotoShop CC the file opens in PhotoShop CC and I can access both plugins. If I am in Lightroom the NIK plugin is available and works just fine.
I have tried putting the plugins in:
NIK:
C:Program FilesAdobeAdobe Photoshop CC (64 Bit)Plug-ins
Canon:
C:Program FilesAdobeAdobe Photoshop CC (64 Bit)Plug-insiPF9100 Print Plug-In for Photoshop x64Print Plugin for iPF9100
C:Program FilesCanoniPF9100 Print Plug-In for Photoshop x64Print Plugin for iPF9100
C:Program FilesCommon FilesAdobePlug-InsCCPrint Plugin for iPF9100
My Canon dealer says the driver and plugin for my printer work just fine on other customers machines.
I upgraded from CS4 to CS6 and have not been able to see my plug-ins in CS6. I tried reinstalling them and dropping them in the CS6 file and still can't see them.
View 5 Replies View RelatedAt first glance PS CC looks pretty cool, downloaded without a hitch and worked first time. There doesn't seem to be an alternative plug-in folder option in Preferences anymore, how do I get CC to 'see' my Nik Plug-ins?
View 2 Replies View RelatedI use Photoshop CS3. All plug-ins used to work before. Now with some of the plug-ins (liquify+vanishing point+artistic for example) the following happens:
- plug-in dialog window opens
- i can make changes and see the preview of them in the plug-in window
- i can apply the plug-in
- then PS displays a dialog saying something like "applying effect.."
- but when that is finished I'm back at my original image without the plug-in effect being applied (nothing shows in history window)
I've tried uninstalling/reinstalling Photoshop but the problem remains. I even tried installing a demo of PS CS4 but have the same problem with that version.
The error appears on the plugins with a more sophisticated user interface, the ones with the basic UI (like gaussian blur etc) still work ok.
like to know that ABSoft have just released their 64-bit version of Neat Image Photoshop 64-bit plugin.
View 6 Replies View RelatedI have an old version of Photoshop (3.0) which I've never updated because frankly it still suits my needs.(which are limited). I realized recently that when I switched from Windows 95 to Windows 98 se a few years back I lost some of my filters, like clouds and mezzotint, ripple, lighting and a handful of others. When I go back and fire up the 95 machine they are there. Also I notice they are in the plugin folder but not showing up on the menu. The best investigation I've turned up is that Photoshop(at least on the 98 machine) says it doesn't recognize the file extention?( 8bf files )although the computer lists this as a recognized file.( 8bf )
View 2 Replies View RelatedI just got my hands on KPT 7 or 5 i dont remember, but does any one know of a good place to learn how to use the plugs in? tutorials or anything would be great.
View 8 Replies View RelatedAre there additional plugins coming soon? If not, for me, there isn't much of a reason to use the 64 bit in what I do. Or, possibly, I'm not aware of advantages 64 bit is bringing me right now.
View 4 Replies View Relatedhave 3ds max 12 x64
micro visual c++ 2010 x64 runtime
redistributable
plug in with DLX extension x64 also tried other DLX plugins in maxsdk directory wanted to know how do i load these plugins cause when i try it gives me this error:
Error loading plug in DLL
DLL <filename> doesnt implement the following functions:
LibNumberClasses
LibClassDesc
i can load other plugins but not the dlx extension ones.Tried installing it on an another computer with no success.
Have looked pretty much everywhere (except the right place, apparently) for my Nik and OnOne software. Do they have to be installed into PS to work? They show up in LR and work fine.
View 4 Replies View Related