Blender V2.61 - r43446
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

This file is so python can define operators that C can call into. The generic callback functions for python operators are defines in 'rna_wm.c', some calling into functions here to do python specific functionality.

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 
)