Scripter2 Features (Wish List): Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 21: Line 21:
     createBezierLine([110,10,10,16,130,170])  
     createBezierLine([110,10,10,16,130,170])  
     # ValueError: Point list must contain at least four points (eight values).
     # ValueError: Point list must contain at least four points (eight values).
* Scripter2 to interact with other F/OSS programs

Latest revision as of 00:40, 24 April 2014

This is the place to add your desired features for Scripter2.


  • Documentation of the provided functions and how to use them
  • Sample scripts
  • Getting the Layer Name from an item (something like
    my_layer = scribus.getLayerName('item_name')
  • Getting the File Name from an open Document (something like
    my_file = scribus.getDocName() 
    # and/or 
    my_file = scribus.getFullDocPath()
  • createBezierLine() maybe need a bugfix, or better Documentation with samples (a loop painting flower leafs for a nice bezier example):
    createBezierLine([110,10,10,16,130,170,110,110]) 
    # ValueError: Point list must have a multiple of six values.
    createBezierLine([110,10,10,16,130,170]) 
    # ValueError: Point list must contain at least four points (eight values).
  • Scripter2 to interact with other F/OSS programs