This is the latest version of the script that generates .pypredef
files for autocompletion.

To use it:

1. Copy gen_blender_docs.py to the any folder that is Blender's
sys.path.
   I use the top-level folder: c:\apps\blender.

2. Start Blender.

3. From Blender's console window, do::

    import gen_blender_docs

This will run the script, putting the .pypredef files in a subfolder
called pypredef of the folder containing this script.

4. To rerun the script after changing it, do::

    import imp
    imp.reload(gen_blender_docs)

I plan no further changes at this time.  Feel free to change it as you
like.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to