Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_texture_types.h
| Show First 20 Lines • Show All 495 Lines • ▼ Show 20 Lines | |||||
| #define MTEX_DIFF 6 | #define MTEX_DIFF 6 | ||||
| #define MTEX_LIGHT 7 | #define MTEX_LIGHT 7 | ||||
| #define MTEX_SCREEN 8 | #define MTEX_SCREEN 8 | ||||
| #define MTEX_OVERLAY 9 | #define MTEX_OVERLAY 9 | ||||
| #define MTEX_BLEND_HUE 10 | #define MTEX_BLEND_HUE 10 | ||||
| #define MTEX_BLEND_SAT 11 | #define MTEX_BLEND_SAT 11 | ||||
| #define MTEX_BLEND_VAL 12 | #define MTEX_BLEND_VAL 12 | ||||
| #define MTEX_BLEND_COLOR 13 | #define MTEX_BLEND_COLOR 13 | ||||
| /* free for use */ | |||||
| #define MTEX_SOFT_LIGHT 15 | #define MTEX_SOFT_LIGHT 15 | ||||
| #define MTEX_LIN_LIGHT 16 | #define MTEX_LIN_LIGHT 16 | ||||
| /* brush_map_mode */ | /* brush_map_mode */ | ||||
| #define MTEX_MAP_MODE_VIEW 0 | #define MTEX_MAP_MODE_VIEW 0 | ||||
| #define MTEX_MAP_MODE_TILED 1 | #define MTEX_MAP_MODE_TILED 1 | ||||
| #define MTEX_MAP_MODE_3D 2 | #define MTEX_MAP_MODE_3D 2 | ||||
| #define MTEX_MAP_MODE_AREA 3 | #define MTEX_MAP_MODE_AREA 3 | ||||
| ▲ Show 20 Lines • Show All 134 Lines • Show Last 20 Lines | |||||