|
Blender V5.0
|
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 |
This file defines '_bpy_path' module, Some 'C' functionality used by 'bpy.path'
Definition in file bpy_path.cc.
|
nodiscard |
Definition at line 35 of file bpy_path.cc.
References _bpy_path_module_def, imb_ext_audio, imb_ext_image, imb_ext_movie, and PyC_FrozenSetFromStrings().
|
static |
Definition at line 23 of file bpy_path.cc.
Referenced by BPyInit__bpy_path().
|
extern |
Sort of wrong having audio extensions in imbuf.
Definition at line 89 of file source/blender/imbuf/intern/util.cc.
|
extern |
Known image extensions, in most cases these match values for images which Blender creates, there are some exceptions to this.
See BKE_image_path_ext_from_imformat which also stores known extensions.
Definition at line 30 of file source/blender/imbuf/intern/util.cc.
|
extern |
Definition at line 81 of file source/blender/imbuf/intern/util.cc.