Report OpenSubdiv version Blender is compiled against
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#include "bpy_app_ffmpeg.h"
|
||||
#include "bpy_app_ocio.h"
|
||||
#include "bpy_app_oiio.h"
|
||||
#include "bpy_app_opensubdiv.h"
|
||||
#include "bpy_app_openvdb.h"
|
||||
#include "bpy_app_sdl.h"
|
||||
#include "bpy_app_build_options.h"
|
||||
@@ -109,6 +110,7 @@ static PyStructSequence_Field app_info_fields[] = {
|
||||
{(char *)"ffmpeg", (char *)"FFmpeg library information backend"},
|
||||
{(char *)"ocio", (char *)"OpenColorIO library information backend"},
|
||||
{(char *)"oiio", (char *)"OpenImageIO library information backend"},
|
||||
{(char *)"opensubdiv", (char *)"OpenSubdiv library information backend"},
|
||||
{(char *)"openvdb", (char *)"OpenVDB library information backend"},
|
||||
{(char *)"sdl", (char *)"SDL library information backend"},
|
||||
{(char *)"build_options", (char *)"A set containing most important enabled optional build features"},
|
||||
@@ -188,6 +190,7 @@ static PyObject *make_app_info(void)
|
||||
SetObjItem(BPY_app_ffmpeg_struct());
|
||||
SetObjItem(BPY_app_ocio_struct());
|
||||
SetObjItem(BPY_app_oiio_struct());
|
||||
SetObjItem(BPY_app_opensubdiv_struct());
|
||||
SetObjItem(BPY_app_openvdb_struct());
|
||||
SetObjItem(BPY_app_sdl_struct());
|
||||
SetObjItem(BPY_app_build_options_struct());
|
||||
|
Reference in New Issue
Block a user