Monday 31 March 2014

Currently In Development

  1. I tired implement many things discussed at Polish Forum for Gimp.
    For other language go to English version at http://registry.gimp.org/node/29423.
  2. Approachable tutorial in Polish, English language or maybe in German, Russian too about how to create your own first script-fu with Drag & Drop technique.
  3. Implement Resource selector
  4. Additional connections of non-editable parameters in design-time mode get full support in build process.
  5. Upgrade Property Inspector

Friday 28 March 2014

Additional managers for handling content

I have create extension build-in|stand-alone for SC.
  1. Resource selector
    In Procedure Browser anyone can find gimp-brushes-get-list, gimp-gradients-get-list, etc.
    This procedures retrieve list of available resource after gimp showed successfully.
    I add this opportunity to put name of chosen resource in SF-STRING type field.
  2. Label editor
    If you fired script after build process. You can see sometimes labels from different language. With this wizard you can named them by own scheme.
  3. Project holder
    With this extension you can engineering your Script-Fu as long as you have will.  

Stabilization path

Thanks to MareroQ and kon user for find critical issue.

If you can select language and icons in numbers directory is created. But nothing is showed. This version resolve this issue.


Tuesday 25 March 2014

PENULTIMATE EDITION :: Alpha version

In this release I clean code from assignment to reserved built-in symbol and remove unused variables. Variable name is more friendly to content they handle. In next step many lines get new indentation.

User interface and help system get professional rendition - not automated via Google Translator - from Polish language to English, German, Russian.

If something not work at should be, don't be angry. Will probably work in ultimate edition.
I'm in the way to merge sc_tool.py with sc_pmanager.py, this is why last tab on left panel will hold data to engineering your Script-Fu once again.   

Testing station:
  Gimp 2.8.6 [Windows Seven Ultimate]
  Python 2.7.5 [MSC v.1500 32 bit (Intel)]