is there an introduction/tutorial available somewhere for getting started with blender 2.55 scripting?
i have just found the API reference so far.
the first problem i have is this:
i copied the simple template operator to the op directory and after restarting blender this operator was available and could be called from the console.
now if i add stuff to this operator for experimentation, changes don’t have any effect until i restart blender. how can i force a reloading of the python file without a restart?