Blender  V2.59
Functions
bpy_operator_wrap.c File Reference
#include <Python.h>
#include "bpy_operator_wrap.h"
#include "WM_api.h"
#include "WM_types.h"
#include "BLI_utildefines.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "bpy_rna.h"

Go to the source code of this file.

Functions

static void operator_properties_init (wmOperatorType *ot)
void operator_wrapper (wmOperatorType *ot, void *userdata)
void macro_wrapper (wmOperatorType *ot, void *userdata)
PyObject * PYOP_wrap_macro_define (PyObject *UNUSED(self), PyObject *args)

Detailed Description

Definition in file bpy_operator_wrap.c.


Function Documentation

void macro_wrapper ( wmOperatorType ot,
void *  userdata 
)
static void operator_properties_init ( wmOperatorType ot) [static]
void operator_wrapper ( wmOperatorType ot,
void *  userdata 
)
PyObject* PYOP_wrap_macro_define ( PyObject *  UNUSEDself,
PyObject *  args 
)