On Sep 8, 10:50 am, "Edward K. Ream" <[email protected]> wrote:
> From page 43: A discussion of bpy.data, bpy.context, bpy.ops and > bpy.types. > > The main thing is that each Blender operator is a (subclass of) > bpy.ops. Apparently, bpy.ops operators are wrappers on C-level code. See the following files: scripts/modules/bpy_types.py scripts/modules/bpy/ops.py Clearly, these files do not contain the actual operators--they must create wrappers somehow (by magic). This organization might be useful: scripts similar to bpy_types.py and ops.py might create autocompletion info. EKR -- 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.
