- correct python3.1 warning message.

- for new shadow only enum, use humanly readable RNA enum values.
- update cmake unix example for custom python.
This commit is contained in:
2011-03-08 22:11:15 +00:00
parent 94b5fd6eb9
commit 65273cf82f
3 changed files with 14 additions and 6 deletions

View File

@@ -31,7 +31,7 @@
#define BPY_UTIL_H
#if PY_VERSION_HEX < 0x03020000
#error "Python versions below 3.1 are not supported anymore, you'll need to update your python."
#error "Python 3.2 or greater is required, you'll need to update your python."
#endif
#include "RNA_types.h" /* for EnumPropertyItem only */