Blender V4.3
bpy_driver.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#include <stdbool.h>
12
22extern PyObject *bpy_pydriver_Dict;
23
24extern bool BPY_driver_secure_bytecode_test_ex(PyObject *expr_code,
25 PyObject *py_namespace_array[],
26 const bool verbose,
27 const char *error_prefix);
28extern bool BPY_driver_secure_bytecode_test(PyObject *expr_code,
29 PyObject *py_namespace,
30 const bool verbose);
PyObject * bpy_pydriver_Dict
Definition bpy_driver.cc:46
int bpy_pydriver_create_dict()
Definition bpy_driver.cc:52
bool BPY_driver_secure_bytecode_test_ex(PyObject *expr_code, PyObject *py_namespace_array[], const bool verbose, const char *error_prefix)
bool BPY_driver_secure_bytecode_test(PyObject *expr_code, PyObject *py_namespace, const bool verbose)
static int verbose
Definition cineonlib.cc:31