Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_node_types.h
| Context not available. | |||||
| uint8_t input_type_b; | uint8_t input_type_b; | ||||
| } NodeAttributeMix; | } NodeAttributeMix; | ||||
| typedef struct NodeRandomValue { | |||||
| /* CustomDataType. */ | |||||
| uint8_t data_type; | |||||
| } NodeRandomValue; | |||||
JacquesLucke: outdated comment | |||||
| typedef struct NodeAttributeRandomize { | typedef struct NodeAttributeRandomize { | ||||
| /* CustomDataType. */ | /* CustomDataType. */ | ||||
Done Inline ActionsStructs in DNA shouldn't just be renamed, because these names are written into .blend files. Just don't change the name at all here. JacquesLucke: Structs in DNA shouldn't just be renamed, because these names are written into .blend files. | |||||
| uint8_t data_type; | uint8_t data_type; | ||||
| Context not available. | |||||
outdated comment