char tpad[6];
+ /* Skeleton Sketching */
+ char bone_sketching;
+ char skgen_subdivision_number;
+
/* Alt+RMB option */
char edge_mode;
+ char pad3[6];
} ToolSettings;
/* Used by all brushes to store their properties, which can be directly set
#define SKGEN_DISP_ORIG (1 << 12)
#define SKGEN_DISP_EMBED (1 << 13)
#define SKGEN_DISP_INDEX (1 << 14)
+#define SKGEN_CUT_FIXED 64
#define SKGEN_SUB_LENGTH 0
#define SKGEN_SUB_ANGLE 1
#define SKGEN_AVERAGE 1
#define SKGEN_SHARPEN 2
+/* toolsettings->bone_sketching */
+#define BONE_SKETCHING 1
+#define BONE_SKETCHING_QUICK 2
+
#ifdef __cplusplus
}
#endif