Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_userdef_types.h
| Context not available. | |||||
| /** NLA - warning color for duplicate instances of tweaking strip. */ | /** NLA - warning color for duplicate instances of tweaking strip. */ | ||||
| unsigned char nla_tweakdupli[4]; | unsigned char nla_tweakdupli[4]; | ||||
| /** NLA "Track" */ | |||||
| unsigned char nla_track[4]; | |||||
| /** NLA "Transition" strips. */ | /** NLA "Transition" strips. */ | ||||
| unsigned char nla_transition[4], nla_transition_sel[4]; | unsigned char nla_transition[4], nla_transition_sel[4]; | ||||
| /** NLA "Meta" strips. */ | /** NLA "Meta" strips. */ | ||||
| Context not available. | |||||
| unsigned char metadatabg[4]; | unsigned char metadatabg[4]; | ||||
| unsigned char metadatatext[4]; | unsigned char metadatatext[4]; | ||||
| char _pad2[4]; | |||||
| } ThemeSpace; | } ThemeSpace; | ||||
| /* set of colors for use as a custom color set for Objects/Bones wire drawing */ | /* set of colors for use as a custom color set for Objects/Bones wire drawing */ | ||||
| Context not available. | |||||