~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to source/blender/python/generic/bpy_internal_import.h

  • Committer: Reinhard Tartler
  • Date: 2014-05-31 01:50:05 UTC
  • mfrom: (14.2.27 sid)
  • Revision ID: siretart@tauware.de-20140531015005-ml6druahuj82nsav
mergeĀ fromĀ debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
void bpy_import_init(PyObject *builtins);
45
45
 
 
46
bool        bpy_text_compile(struct Text *text);
46
47
PyObject   *bpy_text_import(struct Text *text);
47
48
PyObject   *bpy_text_import_name(const char *name, int *found);
48
49
PyObject   *bpy_text_reimport(PyObject *module, int *found);