Hi, need help w/ the Parallax plug-in..
I've used it before and it seemed fine, now I'm trying to do a short animation using it and can't seem to get it to work..
I'm using the version (3) and have 4 layers - one background to remain stationary and 3 layers above it (paintbrush on alpha channel x 3)
and when I run the plug-in I get the following message:
"Traceback (most recent call last):
File "C:\Program Files\GIMP 2\32\lib\gimp\2.0\python\gimpfu.py", line 736, in response
dialog.res = run_script(params)
File "C:\Program Files\GIMP 2\32\lib\gimp\2.0\python\gimpfu.py", line 361, in run_script
return apply(function, params)
File "C:\Users\marti\.gimp-2.8\plug-ins\parallax.py", line 113, in python_parallax
pdb.gimp_layer_translate(new_bg,scrollx,0)
RuntimeError: Procedure 'gimp-layer-translate' has been called with an invalid ID for argument 'layer'. Most likely a plug-in is trying to work on a layer that doesn't exist any longer."
So, could someone help me out with this, as stated it used to work fine when I first used it (was on 2.8.20 then - on 2.8.22 currently..)
Thanks,
Martin
EDIT: I now just got it to work, but strangely I first had to change the order of layers by putting the bottom layer up to second place, then run the script, it did what it was supposed to do (but in the wrong order) then I deleted that and went back to the original (where it had created copies of the 4 layers) deleted the copies then re-ordered so it was back to how i wanted it, then ran it again and it worked fine!! Hopefully this is a work round to the problem, not sure if it'll happen again or why it's happening in first place... anyway - it's a FANTASTIC script (when it works

)