Scripting for compositing nodes

Hi guys
As I’m new to blender I need you help. Is it possible for example to do the following by scripting in the compositing mode:
Node>Input>File>ChooseFile
This is something we are going to use often and I would like to automate it. The 3D applications I’m coming from log everything I do in the script window; automating these kind of thing are trivial. Unfortunately in blender I didn’t find this kind of functionality - everything has to be scripted from scratch in python - and I couldn’t find lot tutorials and references for what I need.
Anyway, I would be grateful for any kind of help.

v.

Compositor nodes don’t support scripting like Material Nodes do. I would bet this would change in the future, but in current versions, no.

If you’re talking about scripting the interface, then that’s not supported yet either, though 2.50 should make it easier with Macros, where you can record an action and have it redone, are coming in 2.50. It should make it easier to do non-programmerly scripting where you just do certain things that can be repeated without resorting to python.

There is no “function log” so to speak in Blender, though, where you can look at a console and see what functions its calling internally, either.

Well, I can’t say that was the answer I was hoping for… At least macros may be of help.
Any ETA on v2.50?
Thanks,

v.

2.50 maybe around Christmas time…

Don’t worry the features you miss will come to Blender soonish