Blender  V2.93
Functions | Variables
bpy_driver.h File Reference

Go to the source code of this file.

Functions

int bpy_pydriver_create_dict (void)
 

Variables

PyObject * bpy_pydriver_Dict
 

Function Documentation

◆ bpy_pydriver_create_dict()

int bpy_pydriver_create_dict ( void  )

Variable Documentation

◆ bpy_pydriver_Dict

PyObject* bpy_pydriver_Dict
extern

For PyDrivers (drivers using one-line Python expressions to express relationships between targets).

Definition at line 64 of file bpy_driver.c.

Referenced by bpy_app_driver_dict_get(), BPY_driver_exec(), BPY_driver_reset(), bpy_pydriver_create_dict(), bpy_pydriver_namespace_clear_self(), bpy_pydriver_namespace_update_frame(), and bpy_pydriver_namespace_update_self().