Results 1 to 10 of 24

Thread: GIMP Pattern/Brush/etc. manager discussion

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    I'll add that I got this response on the GIMP Talk forum:

    The gimpfu UI is fairly limited (autogenerated based on the parameter types you supply to register()).
    OTOH, if you are using PyGTK to implement your UI, 99% of GTK functionality is available... soooo, everything that you could even think of
    So if you use pyGTK, tabs are certainly possible.. Ref here: http://www.pygtk.org/pygtk2tutorial/sec-Notebooks.html

    -Rob A>

  2. #2
    Guild Journeyer Sagenlicht's Avatar
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    249

    Post

    Aye RobA, thats what I planned, just adding 3 more rows/tabs for the others.

    Though I will change the code, cause it makes way more sense to use 5 classes instead of one and at least imo its better to use one config file than editing a python script and writing textfiles into the folders.
    My Map Challenge Entries

    I use GIMP for all my maps.

    GIMP scripts and plug-ins overview


    Everything I post on this site uses the Creative Common Attribution-Noncommercial-Share Alike license. Only exception to this are any pyhton scripts which use the GPL.

    If you are using any of my posted stuff just use your rep stick on me

    Should you be interested in using anything I posted on commercial purpose drop me a pm.

  3. #3

  4. #4
    Guild Journeyer Sagenlicht's Avatar
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    249

    Post

    Heh I got a dumb question

    How should we name this new manager? Brush/Gradient/Palette/Pattern Manager aint working right?

    On the plus side, I think I will finish my challenge entry tomorrow so I will start coding on saturday
    My Map Challenge Entries

    I use GIMP for all my maps.

    GIMP scripts and plug-ins overview


    Everything I post on this site uses the Creative Common Attribution-Noncommercial-Share Alike license. Only exception to this are any pyhton scripts which use the GPL.

    If you are using any of my posted stuff just use your rep stick on me

    Should you be interested in using anything I posted on commercial purpose drop me a pm.

  5. #5
    Community Leader jfrazierjr's Avatar
    Join Date
    Oct 2007
    Location
    Apex, NC USA
    Posts
    3,057

    Post

    Quote Originally Posted by Sagenlicht View Post
    Heh I got a dumb question

    How should we name this new manager? Brush/Gradient/Palette/Pattern Manager aint working right?

    On the plus side, I think I will finish my challenge entry tomorrow so I will start coding on saturday

    Multi Manager? umm I don't know....
    My Finished Maps
    Works in Progress(or abandoned tests)
    My Tutorials:
    Explanation of Layer Masks in GIMP
    How to create ISO Mountains in GIMP/PS using the Smudge tool
    ----------------------------------------------------------
    Unless otherwise stated by me in the post, all work is licensed under a Creative Commons Attribution-Noncommercial 3.0 United States License.

  6. #6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •