Just wondering if anybody knows of (or/is working on) an export to vrml2 that includes all the features. Camera positions, textures, animation etc.
I've tried a number of scripts (latest wrl2_export.py) but they seem a bit limited and buggy.
Any suggestions are appreciated.
Adrian.
I've just joined this forum. I've done an X3D export script of sorts. It should be adaptable to VRML 2. I had started with another script (the one you mentioned?) but it's changed a lot.
It works with the current Blender, exports cameras, writes the transform heirarchy, I've made an attempt at lights and I've kind of tried to do something about animation.
Anyway I would appreciate assistance, since I've never used Python, Blender or X3D before.

Is there anywhere it can be put up?
This is where I'll be keeping the latest version of my VRML97 exporter:
http://kimballsoftware.com/blender
I'm not sure if this is the one you tried.
-rick