Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/sound/sound_ops.c
| Context not available. | |||||
| int method = RNA_enum_get(op->ptr, "method"); | int method = RNA_enum_get(op->ptr, "method"); | ||||
| bSound *sound = NULL; | bSound *sound = NULL; | ||||
| /* find the suppplied image by name */ | /* find the supplied image by name */ | ||||
| if (RNA_struct_property_is_set(op->ptr, "id")) { | if (RNA_struct_property_is_set(op->ptr, "id")) { | ||||
| char sndname[MAX_ID_NAME - 2]; | char sndname[MAX_ID_NAME - 2]; | ||||
| RNA_string_get(op->ptr, "id", sndname); | RNA_string_get(op->ptr, "id", sndname); | ||||
| Context not available. | |||||