Blender V4.3
IO_path_util_types.hh File Reference

Go to the source code of this file.

Enumerations

enum  ePathReferenceMode {
  PATH_REFERENCE_AUTO = 0 , PATH_REFERENCE_ABSOLUTE = 1 , PATH_REFERENCE_RELATIVE = 2 , PATH_REFERENCE_MATCH = 3 ,
  PATH_REFERENCE_STRIP = 4 , PATH_REFERENCE_COPY = 5
}
 

Enumeration Type Documentation

◆ ePathReferenceMode

Method used to reference paths. Equivalent of bpy_extras.io_utils.path_reference_mode.

Enumerator
PATH_REFERENCE_AUTO 

Use relative paths with subdirectories only.

PATH_REFERENCE_ABSOLUTE 

Always write absolute paths.

PATH_REFERENCE_RELATIVE 

Write relative paths where possible.

PATH_REFERENCE_MATCH 

Match absolute/relative setting with input path.

PATH_REFERENCE_STRIP 

Filename only.

PATH_REFERENCE_COPY 

Copy the file to the destination path.

Definition at line 7 of file IO_path_util_types.hh.