Blender  V3.3
Classes | Functions
Freestyle::Config Namespace Reference

Classes

class  Path
 

Functions

static const string APPLICATION_NAME ("APPNAME")
 
static const string APPLICATION_VERSION ("APPVERSION")
 
static const string VIEWMAP_EXTENSION ("vm")
 
static const string VIEWMAP_MAGIC ("ViewMap File")
 
static const string VIEWMAP_VERSION ("1.9")
 
static const string STYLE_MODULE_EXTENSION ("py")
 
static const string STYLE_MODULES_LIST_EXTENSION ("sml")
 
static const string OPTIONS_DIR ("."+APPLICATION_NAME)
 
static const string OPTIONS_FILE ("options.xml")
 
static const string OPTIONS_CURRENT_DIRS_FILE ("current_dirs.xml")
 
static const string OPTIONS_QGLVIEWER_FILE ("qglviewer.xml")
 
static const string DIR_SEP ("/")
 
static const string PATH_SEP (":")
 

Function Documentation

◆ APPLICATION_NAME()

static const string Freestyle::Config::APPLICATION_NAME ( "APPNAME"  )
static

◆ APPLICATION_VERSION()

static const string Freestyle::Config::APPLICATION_VERSION ( "APPVERSION"  )
static

◆ DIR_SEP()

static const string Freestyle::Config::DIR_SEP ( "/"  )
static

◆ OPTIONS_CURRENT_DIRS_FILE()

static const string Freestyle::Config::OPTIONS_CURRENT_DIRS_FILE ( "current_dirs.xml"  )
static

◆ OPTIONS_DIR()

static const string Freestyle::Config::OPTIONS_DIR ( "."+  APPLICATION_NAME)
static

◆ OPTIONS_FILE()

static const string Freestyle::Config::OPTIONS_FILE ( "options.xml"  )
static

◆ OPTIONS_QGLVIEWER_FILE()

static const string Freestyle::Config::OPTIONS_QGLVIEWER_FILE ( "qglviewer.xml"  )
static

◆ PATH_SEP()

static const string Freestyle::Config::PATH_SEP ( ":"  )
static

◆ STYLE_MODULE_EXTENSION()

static const string Freestyle::Config::STYLE_MODULE_EXTENSION ( "py"  )
static

◆ STYLE_MODULES_LIST_EXTENSION()

static const string Freestyle::Config::STYLE_MODULES_LIST_EXTENSION ( "sml"  )
static

◆ VIEWMAP_EXTENSION()

static const string Freestyle::Config::VIEWMAP_EXTENSION ( "vm"  )
static

◆ VIEWMAP_MAGIC()

static const string Freestyle::Config::VIEWMAP_MAGIC ( "ViewMap File"  )
static

◆ VIEWMAP_VERSION()

static const string Freestyle::Config::VIEWMAP_VERSION ( "1.9"  )
static