ED_view3d_draw_offscreen_imbuf_simple and ED_view3d_draw_offscreen_imbuf now accept the imbuf flag so they can get the float buffer from opengl directly.

This commit is contained in:
2010-08-26 23:30:15 +00:00
parent 50bce31dbb
commit ea3be03743
8 changed files with 19 additions and 18 deletions

View File

@@ -4704,8 +4704,6 @@ static int bpy_class_call(PointerRNA *ptr, FunctionRNA *func, ParameterList *par
return -1;
}
printf("could not find function %s in %s to execute callback.\n", RNA_function_identifier(func), RNA_struct_identifier(ptr->type));
bpy_context_set(C, &gilstate);
if (!is_static) {