Blender  V3.3
source/blender/python/intern/stubs.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2007 Blender Foundation. All rights reserved. */
3 
8 #include "BLI_utildefines.h"
9 
10 #include "BPY_extern.h"
11 
12 #if defined(__GNUC__) || defined(__clang__)
13 # pragma GCC diagnostic error "-Wmissing-prototypes"
14 # pragma GCC diagnostic ignored "-Wunused-parameter"
15 #endif
16 
17 /* python, will come back */
18 // void BPY_script_exec(void) {}
19 // void BPY_python_start(void) {}
21  struct bConstraintOb *cob,
22  struct ListBase *targets)
23 {
24 }
26 {
27 }
28 int BPY_is_pyconstraint(struct Text *text)
29 {
30  return 0;
31 }
32 void BPY_pyconstraint_update(struct Object *owner, struct bConstraint *con)
33 {
34 }
void BPY_pyconstraint_target(struct bPythonConstraint *con, struct bConstraintTarget *ct)
void BPY_pyconstraint_exec(struct bPythonConstraint *con, struct bConstraintOb *cob, struct ListBase *targets)
int BPY_is_pyconstraint(struct Text *text)
void BPY_pyconstraint_update(struct Object *owner, struct bConstraint *con)