No idea what that error means, but you could circumvent the error by doing..

def drop_handler(droptype, dropdata):
    nuke.message('Yay, drag-and-drop'd %s' % droptype)

nukescripts.drop.addDropDataCallback(drop_handler)

(the callback was added in 6.2v2 I think?)

Florian Strobl wrote:
hi,
I moved the drop.py in my .nuke dir and added a print out to it
but I'm getting now this error

/.nuke/drop.py: plugin did not define drop
    while executing
"drop $drop_text"

any idea why?

Florian Strobl

compositor
phone: +1 310 906 9493
flotv.info <http://flotv.info>


------------------------------------------------------------------------

_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

--
ben dickson
2D TD | [email protected]
rising sun pictures | www.rsp.com.au
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to