Blender  V3.3
bpy_driver.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 #include <stdbool.h>
14 
19 int bpy_pydriver_create_dict(void);
24 extern PyObject *bpy_pydriver_Dict;
25 
26 extern bool BPY_driver_secure_bytecode_test_ex(PyObject *expr_code,
27  PyObject *namespace_array[],
28  const bool verbose,
29  const char *error_prefix);
30 extern bool BPY_driver_secure_bytecode_test(PyObject *expr_code,
31  PyObject *namespace,
32  const bool verbose);
33 
34 #ifdef __cplusplus
35 }
36 #endif
bool BPY_driver_secure_bytecode_test(PyObject *expr_code, PyObject *namespace, const bool verbose)
Definition: bpy_driver.c:538
PyObject * bpy_pydriver_Dict
Definition: bpy_driver.c:45
int bpy_pydriver_create_dict(void)
Definition: bpy_driver.c:51
bool BPY_driver_secure_bytecode_test_ex(PyObject *expr_code, PyObject *namespace_array[], const bool verbose, const char *error_prefix)
Definition: bpy_driver.c:456
static int verbose
Definition: cineonlib.c:29