[Bf-blender-cvs] [373d362e4a2] blender2.8: Fix bad level call.

Clément Foucault noreply at git.blender.org
Tue Apr 4 10:56:10 CEST 2017


Commit: 373d362e4a2f98767ea460f431a3de5c2dba60a8
Author: Clément Foucault
Date:   Tue Apr 4 11:04:00 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB373d362e4a2f98767ea460f431a3de5c2dba60a8

Fix bad level call.

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

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 010209f3b27..77ab274790d 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -693,6 +693,7 @@ float RE_fresnel_dielectric(float incoming[3], float normal[3], float eta) RET_Z
 void OBJECT_collection_settings_create(struct IDProperty *properties) RET_NONE
 void EDIT_MESH_collection_settings_create(struct IDProperty *properties) RET_NONE
 void EDIT_ARMATURE_collection_settings_create(struct IDProperty *properties) RET_NONE
+void DRW_object_engine_data_free(struct Object *ob) RET_NONE
 
 /* python */
 struct wmOperatorType *WM_operatortype_find(const char *idname, bool quiet) RET_NULL




More information about the Bf-blender-cvs mailing list