Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/makesrna.c
| Context not available. | |||||
| case PROP_LAYER_MEMBER: return "PROP_LAYER_MEMBER"; | case PROP_LAYER_MEMBER: return "PROP_LAYER_MEMBER"; | ||||
| case PROP_PASSWORD: return "PROP_PASSWORD"; | case PROP_PASSWORD: return "PROP_PASSWORD"; | ||||
| case PROP_POWER: return "PROP_POWER"; | case PROP_POWER: return "PROP_POWER"; | ||||
| case PROP_TEMPERATURE: return "PROP_TEMPERATURE"; | |||||
| default: | default: | ||||
| { | { | ||||
| /* in case we don't have a type preset that includes the subtype */ | /* in case we don't have a type preset that includes the subtype */ | ||||
| Context not available. | |||||
| case PROP_UNIT_ACCELERATION: return "PROP_UNIT_ACCELERATION"; | case PROP_UNIT_ACCELERATION: return "PROP_UNIT_ACCELERATION"; | ||||
| case PROP_UNIT_CAMERA: return "PROP_UNIT_CAMERA"; | case PROP_UNIT_CAMERA: return "PROP_UNIT_CAMERA"; | ||||
| case PROP_UNIT_POWER: return "PROP_UNIT_POWER"; | case PROP_UNIT_POWER: return "PROP_UNIT_POWER"; | ||||
| case PROP_UNIT_TEMPERATURE: return "PROP_UNIT_TEMPERATURE"; | |||||
| default: return "PROP_UNIT_UNKNOWN"; | default: return "PROP_UNIT_UNKNOWN"; | ||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||