Blender V4.3
bpy_path.cc File Reference
#include <Python.h>
#include "BLI_utildefines.h"
#include "bpy_path.hh"
#include "../generic/py_capi_utils.hh"

Go to the source code of this file.

Functions

PyObject * BPyInit__bpy_path ()
 

Variables

const char * imb_ext_image []
 
const char * imb_ext_movie []
 
const char * imb_ext_audio []
 
static PyModuleDef _bpy_path_module_def
 

Detailed Description

This file defines '_bpy_path' module, Some 'C' functionality used by 'bpy.path'

Definition in file bpy_path.cc.

Function Documentation

◆ BPyInit__bpy_path()

PyObject * BPyInit__bpy_path ( )

Variable Documentation

◆ _bpy_path_module_def

PyModuleDef _bpy_path_module_def
static
Initial value:
= {
PyModuleDef_HEAD_INIT,
"_bpy_path",
nullptr,
0,
nullptr,
nullptr,
nullptr,
nullptr,
nullptr,
}

Definition at line 25 of file bpy_path.cc.

Referenced by BPyInit__bpy_path().

◆ imb_ext_audio

const char* imb_ext_audio[]
extern

Sort of wrong having audio extensions in imbuf.

Definition at line 74 of file source/blender/imbuf/intern/util.cc.

Referenced by BPyInit__bpy_path().

◆ imb_ext_image

const char* imb_ext_image[]
extern

Definition at line 47 of file source/blender/imbuf/intern/util.cc.

Referenced by BPyInit__bpy_path().

◆ imb_ext_movie

const char* imb_ext_movie[]
extern

Definition at line 66 of file source/blender/imbuf/intern/util.cc.

Referenced by BPyInit__bpy_path().