Blender V2.61 - r43446
Functions

bpy_operator_wrap.h File Reference

Go to the source code of this file.

Functions

PyObject * PYOP_wrap_macro_define (PyObject *self, PyObject *args)
void operator_wrapper (struct wmOperatorType *ot, void *userdata)
void macro_wrapper (struct wmOperatorType *ot, void *userdata)

Detailed Description

Definition in file bpy_operator_wrap.h.


Function Documentation

void macro_wrapper ( struct wmOperatorType ot,
void *  userdata 
)
void operator_wrapper ( struct wmOperatorType ot,
void *  userdata 
)
PyObject* PYOP_wrap_macro_define ( PyObject *  self,
PyObject *  args 
)