Auria {l Wrote}:And I don't really agree that the new API is difficult, what do you have problems with?

It is perfect is you want a static simple, out-of-the box script, I agree. But you really don't want a static script because it will grow out of proportions and will take large amounts of time to maintain. When I completed the previous browser I only needed 10 sec tweaking of some parameters to make the changes... wonderful.
However since everything in the API is made to be used staticly it's giving me a lot of grief.
There are three things that are completely stomping me:
- The register() function is not working, some example's have it, some don't and I'm not sure it even works in Blender 2.57. (Which directory do I need to use anyway? Can't find it anywhere in de documentation)
- Getting a color picker needs requires a property created from an ID Property which has to be set to {subtype='COLOR'}. I've tried every computation... None work. No documentation found. P.S. If colours, integers and floats are set by a RNA option, why is a boolean value not set that way? (or am I missing something?)
- Properties for camera's, lamps, textures all have a nice panel. However, for the is no property screen for textures! That means I need to make my own... Not simple.
Auria {l Wrote}:(if you have issues with the API you can ask me in case I know; otherwise ask on blendernation forums, people there are quite helpful i found)
Well, on the blender forums nobody is replying to my questions, so I guess you were lucky.