[Bf-blender-cvs] [ef8bbc8cbaf] master: Fix bplayer (c).

Bastien Montagne noreply at git.blender.org
Tue Dec 12 14:26:08 CET 2017


Commit: ef8bbc8cbaf5f9253b01fa20a895f189bd02d713
Author: Bastien Montagne
Date:   Tue Dec 12 14:23:19 2017 +0100
Branches: master
https://developer.blender.org/rBef8bbc8cbaf5f9253b01fa20a895f189bd02d713

Fix bplayer (c).

===================================================================

M	source/blenderplayer/bad_level_call_stubs/stubs.c

===================================================================

diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index b8e88269dc7..48c0cc5316c 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -766,6 +766,7 @@ int BPY_context_member_get(struct bContext *C, const char *member, struct bConte
 void BPY_pyconstraint_target(struct bPythonConstraint *con, struct bConstraintTarget *ct) RET_NONE
 float BPY_driver_exec(PathResolvedRNA *anim_rna, struct ChannelDriver *driver, const float evaltime) RET_ZERO /* might need this one! */
 void BPY_DECREF(void *pyob_ptr) RET_NONE
+void BPY_DECREF_RNA_INVALIDATE(void *pyob_ptr) RET_NONE;
 void BPY_pyconstraint_exec(struct bPythonConstraint *con, struct bConstraintOb *cob, struct ListBase *targets) RET_NONE
 bool pyrna_id_FromPyObject(struct PyObject *obj, struct ID **id) RET_ZERO
 struct PyObject *pyrna_id_CreatePyObject(struct ID *id) RET_NULL



More information about the Bf-blender-cvs mailing list