Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/intern/bpy_app.c
| Context not available. | |||||
| #include "bpy_app_ffmpeg.h" | #include "bpy_app_ffmpeg.h" | ||||
| #include "bpy_app_ocio.h" | #include "bpy_app_ocio.h" | ||||
| #include "bpy_app_oiio.h" | #include "bpy_app_oiio.h" | ||||
| #include "bpy_app_sdl.h" | |||||
| #include "bpy_app_build_options.h" | #include "bpy_app_build_options.h" | ||||
| #include "bpy_app_translations.h" | #include "bpy_app_translations.h" | ||||
| Context not available. | |||||
| {(char *)"ffmpeg", (char *)"FFmpeg library information backend"}, | {(char *)"ffmpeg", (char *)"FFmpeg library information backend"}, | ||||
| {(char *)"ocio", (char *)"OpenColorIO library information backend"}, | {(char *)"ocio", (char *)"OpenColorIO library information backend"}, | ||||
| {(char *)"oiio", (char *)"OpenImageIO library information backend"}, | {(char *)"oiio", (char *)"OpenImageIO library information backend"}, | ||||
| {(char *)"sdl", (char *)"SDL library information backend"}, | |||||
| {(char *)"build_options", (char *)"A set containing most important enabled optional build features"}, | {(char *)"build_options", (char *)"A set containing most important enabled optional build features"}, | ||||
| {(char *)"handlers", (char *)"Application handler callbacks"}, | {(char *)"handlers", (char *)"Application handler callbacks"}, | ||||
| {(char *)"translations", (char *)"Application and addons internationalization API"}, | {(char *)"translations", (char *)"Application and addons internationalization API"}, | ||||
| Context not available. | |||||
| SetObjItem(BPY_app_ffmpeg_struct()); | SetObjItem(BPY_app_ffmpeg_struct()); | ||||
| SetObjItem(BPY_app_ocio_struct()); | SetObjItem(BPY_app_ocio_struct()); | ||||
| SetObjItem(BPY_app_oiio_struct()); | SetObjItem(BPY_app_oiio_struct()); | ||||
| SetObjItem(BPY_app_sdl_struct()); | |||||
| SetObjItem(BPY_app_build_options_struct()); | SetObjItem(BPY_app_build_options_struct()); | ||||
| SetObjItem(BPY_app_handlers_struct()); | SetObjItem(BPY_app_handlers_struct()); | ||||
| SetObjItem(BPY_app_translations_struct()); | SetObjItem(BPY_app_translations_struct()); | ||||
| Context not available. | |||||