[Gimp-developer] Tiny-Fu is now available via CVS.

2004-10-11 Thread Kevin Cozens
Greetings, all.
For those of you who would like to stay on the leading edge of the 
development of the Script-Fu replacement known as Tiny-Fu you may now do 
so using GNOME CVS. To retrieve the latest development version of 
Tiny-Fu from CVS you can use the following commands to get it from the 
anonymous CVS server:

   $ export CVSROOT=':pserver:[EMAIL PROTECTED]:/cvs/gnome'
   $ cvs login
(there is no password, just hit return)
   $ cvs -z3 checkout [-r branch] gimp-tiny-fu
--
Cheers!
Kevin.  (http://www.interlog.com/~kcozens/)
Owner of Elecraft K2 #2172|What are we going to do today, Borg?
E-mail:kcozens at interlog dot com|Same thing we always do, Pinkutus:
Packet:[EMAIL PROTECTED]|  Try to assimilate the world!
#include disclaimer/favourite   |  -Pinkutus  the Borg
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


[Gimp-developer] Gimp development

2004-10-11 Thread Campbell Barton
Hi, My names is Cam- I have been involved in Blender3D Plugin writing 
and development for a while now and have a little experience in C.
I use the gimp every day for imaging and texturing for 3D models.

Blender.org is realy good with its community, and web forum- I didnt 
find anything like this for the Gimp- (Not saying it isnt there),
Now Im on this list Id like to be involved with writing Plugins and a 
little C where I can.

Some things Id like to know tho are-
Is there any 'good place to start' with C programming in the Gimp. - 
Docs tutorials etc. (I have mainly used OpenGL in C/Python)

Is the Gimp serious about Python as a plugin language, from using 
Blender3D/Python, Gimp/Python would be easy- but I tried and couldent 
get a Scheme script running in python- (Could have been a silly mistake 
but I tried for ages)

Is there a way of refreshing python scripts without restarting??.
Im thinking I should probably just go wuith scheme since its the 
default... but Id liek some feedback on this one.

--
Campbell J Barton
133 Hope Street
Geelong West, Victoria 3218 Australia
URL:http://www.metavr.com
e-mail: [EMAIL PROTECTED]
phone: AU (03) 5229 0241
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


[Gimp-developer] Tiny-Fu 0.9.4: first standalone release

2004-10-11 Thread Kevin Cozens
Greetings, all.
A tarball of version 0.9.4 of Tiny-Fu is now available at:
http://www.interlog.com/~kcozens/software/gimp/tiny-fu.html
This is the first standalone release of Tiny-Fu. In other words, you no
longer need to have the full GIMP source tree available in order to build
Tiny-Fu. My thanks to Sven Neumann for his work in modifying the 0.9.3
release to use the autoconf tools.
Changes since the 0.9.3 release:
o The build process now makes use of the standard GNU autotools eliminating
the need to have the full GIMP source tree available.
o An error message is now generated if the size of an array is different
from the previous argument specifying the size (as suggested by Michael
Natterer). (Fixes bug #154266)
o Temporarily removed the Browse button until the needed code is
available via libgimpui (or some other GIMP library).
o The selection-round.scm, and addborder.scm files were updated to the
latest versions used in Script-Fu.
o Some minor code cleanup was done and a memory leak was plugged.
--
Cheers!
Kevin.  (http://www.interlog.com/~kcozens/)
Owner of Elecraft K2 #2172|What are we going to do today, Borg?
E-mail:kcozens at interlog dot com|Same thing we always do, Pinkutus:
Packet:[EMAIL PROTECTED]|  Try to assimilate the world!
#include disclaimer/favourite   |  -Pinkutus  the Borg

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


Re: [Gimp-developer] Tiny-Fu is now available via CVS.

2004-10-11 Thread Kevin Cozens
Andreas Røsdal wrote:
is there any documentation for developers about Tiny-Fu? Will Tiny-Fu be
in Gimp 2.2?
 

There is no formal documentation for Tiny-Fu at the present time. The 
current documentation consists of the comments I have on the Tiny-Fu 
web page, the R5RS (the Scheme standards document), the contents of DB 
Browser in GIMP, and to a lesser extent, the web page on SIOD. A link to 
the most recent SIOD page can be found on the Tiny-Fu web page.

As for Tiny-Fu and GIMP 2.2, my understanding is that Script-Fu will 
still be part of GIMP until after 2.2 release. There has been some 
discussions about possibly making  Script-Fu a separate module from the 
GIMP source tree. It would then be up to packagers to decide if they 
wanted to continue using Script-Fu with the GIMP or use Tiny-Fu.

--
Cheers!
Kevin.  (http://www.interlog.com/~kcozens/)
Owner of Elecraft K2 #2172|What are we going to do today, Borg?
E-mail:kcozens at interlog dot com|Same thing we always do, Pinkutus:
Packet:[EMAIL PROTECTED]|  Try to assimilate the world!
#include disclaimer/favourite   |  -Pinkutus  the Borg
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer