[Gimp-user] Integrating Gimp and POVRAY - paths2pov

2003-06-17 Thread Joao S. O. Bueno
Hi there,

I just put online this script I am working on.

It exports the active PATH on the gimp to a POVRay file, that
will render into a collection of spheres over the PATH.

RIght now it features:

-Generating POVRay file 
-Creating a Union with spheres covering the active path 
-Creating a Union of Spheresweeps 
-Automatically running POVRay and loading the resulting image into a   
 layer on the active GIMP image 

REQUIRES: 
Gimp 1.2.x
Gimp Python (it's a python-fu script)
POVRay - any version. 3.5 required for sphere sweep feature.

Check it now at
http://hopey.nervo.org/~gwidion/gimp

Together are my scripts to export paths to SVG and POSTSCRIPT, and 
rotating and scaling Paths.



Regards, 
JS
-><-


___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] difficulties to compile

2003-06-17 Thread A Guy Called Tyketto
On Tue, Jun 17, 2003 at 01:54:41PM +0200,  Marc A. Lehmann  wrote:
> On Tue, Jun 17, 2003 at 01:24:53AM -0700, A Guy Called Tyketto <[EMAIL PROTECTED]> 
> wrote:
> > If you run ./configure --help, you'll see an option for --disable-perl. The 
> > perl extentions for Gimp-Perl are enabled by default. so If you don't have 
> > Gimp-Perl installed, ./configure will blow up. do a 
> 
> That, of course, doesn't make logical sense.. :)
> 
> It seems that the original poster has a broken PDL installation. If he
> installed it from his distribution, he should check wether there are
> other pdl packages that he needs to install. Also, if he uninstalls PDL
> gimp-perl will built without pdl support. And lastly, --disable-perl is
> the easiest way to avoid any problems, but then of course he won't have
> gimp-perl.
> 

You're right. Teach me to respond with half a brain at 1:30 in the 
morning. He has perl installed and PDL installed, but the directories are 
smegged, which goes to a broken PDL installation. fix that, and all the 
troubles are gone.

BL.

-- 
Brad Littlejohn | Email:[EMAIL PROTECTED]
Unix Systems Administrator, |   [EMAIL PROTECTED]
Web + NewsMaster, BOFH.. Smeghead! :)   |   http://www.wizard.com/~tyketto
  PGP: 1024D/E319F0BF 6980 AAD6 7329 E9E6 D569  F620 C819 199A E319 F0BF

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Newbie question -- OpenGL manual used on Mesa?

2003-06-17 Thread V Y
Dear All:

I am truly a newbie to Mesa.  If want to learn more about Mesa API,
would an OpenGL manual/book be applicable?
thanks

--Vincent

_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] difficulties to compile

2003-06-17 Thread pcg
On Tue, Jun 17, 2003 at 01:24:53AM -0700, A Guy Called Tyketto <[EMAIL PROTECTED]> 
wrote:
> If you run ./configure --help, you'll see an option for --disable-perl. The 
> perl extentions for Gimp-Perl are enabled by default. so If you don't have 
> Gimp-Perl installed, ./configure will blow up. do a 

That, of course, doesn't make logical sense.. :)

It seems that the original poster has a broken PDL installation. If he
installed it from his distribution, he should check wether there are
other pdl packages that he needs to install. Also, if he uninstalls PDL
gimp-perl will built without pdl support. And lastly, --disable-perl is
the easiest way to avoid any problems, but then of course he won't have
gimp-perl.

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED]  |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Running Gimp through a rlogin

2003-06-17 Thread pcg
On Mon, Jun 16, 2003 at 05:00:42PM -0500, "Gebhart, Mark A" <[EMAIL PROTECTED]> wrote:
>installed; however, I can do a rlogin to a machine on the network that
>does have gimp. It freezes on my everytime I try to take the
>screenshot. Has anyone had luck doing a screenshot over a remote

What freezes? Where freezes it? Where do you start which application?
What do you mean by "freeze"?

In any case, I use rlogin a lot (wether you use rlogin or ssh does not
make a difference if you set your DISPLAY to not use x11-forwarding for
example), and gimp works fine on non-local displays, including making
screenshots.

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED]  |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] difficulties to compile

2003-06-17 Thread A Guy Called Tyketto
On Tue, Jun 17, 2003 at 09:54:27AM +0200, info sylvax.net wrote:
> hello,
> 
> when I launch ./configure, I get this error:
> 
> config.status: creating po-script-fu/Makefile
> config.status: executing default commands
> invoking perl for configuration...
> checking for PDL support... yes
> Unable to determine ANY directory path to DL::Core::Dev module
> [EMAIL PROTECTED] gimp-1.2.5]
> 
> 
> Where can I define those directories?
> 
> thanks
> 
> sylvain

Hmm... This looks like you may be just running ./configure by default. 
If you run ./configure --help, you'll see an option for --disable-perl. The 
perl extentions for Gimp-Perl are enabled by default. so If you don't have 
Gimp-Perl installed, ./configure will blow up. do a 

./configure --disable-perl

and see what you get.

BL.
-- 
Brad Littlejohn | Email:[EMAIL PROTECTED]
Unix Systems Administrator, |   [EMAIL PROTECTED]
Web + NewsMaster, BOFH.. Smeghead! :)   |   http://www.wizard.com/~tyketto
  PGP: 1024D/E319F0BF 6980 AAD6 7329 E9E6 D569  F620 C819 199A E319 F0BF

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] difficulties to compile

2003-06-17 Thread info sylvax.net



hello,
 
when I launch ./configure, I get this 
error:
 
config.status: creating 
po-script-fu/Makefile
config.status: executing default 
commands
invoking perl for configuration...
checking for PDL support... yes
Unable to determine ANY directory path to 
DL::Core::Dev module
[EMAIL PROTECTED] gimp-1.2.5]
 
 
Where can I define those directories?
 
thanks
 
sylvain