Blender V2.61 - r43446
Functions | Variables

bpy_intern_string.c File Reference

#include <Python.h>
#include "bpy_intern_string.h"

Go to the source code of this file.

Functions

void bpy_intern_string_init (void)
void bpy_intern_string_exit (void)

Variables

PyObject * bpy_intern_str_register
PyObject * bpy_intern_str_unregister
PyObject * bpy_intern_str_bl_rna
PyObject * bpy_intern_str_order
PyObject * bpy_intern_str_attr
PyObject * bpy_intern_str___slots__

Detailed Description

Store python versions of strings frequently used for python lookups to avoid converting, creating the hash and freeing every time as PyDict_GetItemString and PyObject_GetAttrString do.

Definition in file bpy_intern_string.c.


Function Documentation

void bpy_intern_string_exit ( void  )
void bpy_intern_string_init ( void  )

Variable Documentation