https://bugs.kde.org/show_bug.cgi?id=390853

Boudewijn Rempt <b...@valdyas.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b...@valdyas.org

--- Comment #2 from Boudewijn Rempt <b...@valdyas.org> ---
What does your script look like? If I run the following in Scripter, I do not
get a crash:

------------------------
def test():
    d = Application.createDocument(100, 100, "Test", "RGBA", "U8", "", 120.0)

    root = d.rootNode();
    print(root.childNodes())
    l2 = d.createFileLayer("fl",
"/home/boud/Pictures/environments-16-ziggurat-view_1920x489.png",
"ImageToSize")
    print(l2)
    root.addChildNode(l2, None)
    print(root.childNodes())
    d.close()


test()
--------------------------------

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to