Blender  V3.3
Functions | Variables
bpy_path.c File Reference
#include <Python.h>
#include "BLI_utildefines.h"
#include "bpy_path.h"
#include "../generic/py_capi_utils.h"

Go to the source code of this file.

Functions

PyObject * BPyInit__bpy_path (void)
 

Variables

const char * imb_ext_image []
 
const char * imb_ext_movie []
 
const char * imb_ext_audio []
 
static struct 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.c.

Function Documentation

◆ BPyInit__bpy_path()

PyObject* BPyInit__bpy_path ( void  )

Variable Documentation

◆ _bpy_path_module_def

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

Definition at line 20 of file bpy_path.c.

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 88 of file util.c.

Referenced by BPyInit__bpy_path().

◆ imb_ext_image

const char* imb_ext_image[]
extern

Definition at line 43 of file util.c.

Referenced by BPyInit__bpy_path().

◆ imb_ext_movie

const char* imb_ext_movie[]
extern

Definition at line 81 of file util.c.

Referenced by BPyInit__bpy_path().