[Bf-blender-cvs] [1f15c61ce1f] blender2.8: stub update

Campbell Barton noreply at git.blender.org
Wed Jul 26 23:27:56 CEST 2017


Commit: 1f15c61ce1fb0f186de36a4edf0865b562aad075
Author: Campbell Barton
Date:   Thu Jul 27 07:41:06 2017 +1000
Branches: blender2.8
https://developer.blender.org/rB1f15c61ce1fb0f186de36a4edf0865b562aad075

stub update

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

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 b498e996ed7..88ed87ec912 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -846,6 +846,7 @@ void BPY_RNA_operator_wrapper(struct wmOperatorType *ot, void *userdata) RET_NON
 void BPY_RNA_operator_macro_wrapper(struct wmOperatorType *ot, void *userdata) RET_NONE
 void BPY_text_free_code(struct Text *text) RET_NONE
 void BPY_id_release(struct ID *id) RET_NONE
+void BPY_DECREF_RNA_INVALIDATE(void *pyob_ptr) RET_NONE
 int BPY_context_member_get(struct bContext *C, const char *member, struct bContextDataResult *result) RET_ZERO
 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! */




More information about the Bf-blender-cvs mailing list