Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_ipo_types.h
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| #define SEQ_TOTIPO 1 | #define SEQ_TOTIPO 1 | ||||
| #define SEQ_TOTNAM 1 | #define SEQ_TOTNAM 1 | ||||
| #define SEQ_FAC1 1 | #define SEQ_FAC1 1 | ||||
| #define SEQ_FAC_SPEED 2 | #define SEQ_FAC_SPEED 2 | ||||
| #define SEQ_FAC_OPACITY 3 | #define SEQ_FAC_OPACITY 3 | ||||
| /* ********* Curve (ID_CU) *********** */ | /* ********* Curve (ID_CU_LEGACY) *********** */ | ||||
| #define CU_TOTIPO 1 | #define CU_TOTIPO 1 | ||||
| #define CU_TOTNAM 1 | #define CU_TOTNAM 1 | ||||
| #define CU_SPEED 1 | #define CU_SPEED 1 | ||||
| /* ********* ShapeKey (ID_KE) *********** */ | /* ********* ShapeKey (ID_KE) *********** */ | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||