I'm looking for any information about the Python integreation in CS. Wondering why it's so hard to find anything, though Blender is often recommended for modeling (Python is it's main extension lanaguage) and CrystalBlend is on it's way. For Blender users like me this is of most interest.
Without infos about the API it's almost useless, isn't it?
Well for most cases the python API is just the same as the C++ API so the C++ api ref manual should work mostly. Other then that we don't yet have specific information. There are a few tutorials in scripts/python directory which you can look at.
Greetings,