Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2010-05-24 22:53:45 +0400
committerMartin Poirier <theeth@yahoo.com>2010-05-24 22:53:45 +0400
commitbd15f5122dabec7cdfebb8564f3e3529f4991bba (patch)
treee6e5e482bb0eb8f1d7e40163eb2b0ac46bf65286 /source/blender/blenkernel/BKE_utildefines.h
parentbe44a3b7c4bf11d450172fe07c8d3484f8ae02f2 (diff)
BLI_args cleanup
Adding documentation strings in argument data. --help is auto generated (options not manually categorized end up in the "others" section at the bottom)
Diffstat (limited to 'source/blender/blenkernel/BKE_utildefines.h')
-rw-r--r--source/blender/blenkernel/BKE_utildefines.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_utildefines.h b/source/blender/blenkernel/BKE_utildefines.h
index 0b3fce9408c..73323c5a960 100644
--- a/source/blender/blenkernel/BKE_utildefines.h
+++ b/source/blender/blenkernel/BKE_utildefines.h
@@ -38,6 +38,9 @@
#define TRUE 1
#endif
+/* Macro to convert a value to string in the preprocessor */
+#define QUOTE(x) #x
+
/* these values need to be hardcoded in structs, dna does not recognize defines */
/* also defined in DNA_space_types.h */
#ifndef FILE_MAXDIR