Blender V4.3
stubs.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2007 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#include "BLI_utildefines.h"
10
11#include "BPY_extern.hh"
12
13/* python, will come back */
14// void BPY_script_exec(void) {}
15// void BPY_python_start(void) {}
17 bConstraintOb * /*cob*/,
18 ListBase * /*targets*/)
19{
20}
22bool BPY_is_pyconstraint(Text * /*text*/)
23{
24 return false;
25}
26void BPY_pyconstraint_update(Object * /*owner*/, bConstraint * /*con*/) {}
void BPY_pyconstraint_exec(bPythonConstraint *, bConstraintOb *, ListBase *)
Definition stubs.cc:16
bool BPY_is_pyconstraint(Text *)
Definition stubs.cc:22
void BPY_pyconstraint_target(bPythonConstraint *, bConstraintTarget *)
Definition stubs.cc:21
void BPY_pyconstraint_update(Object *, bConstraint *)
Definition stubs.cc:26