Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/intern/MOD_surfacedeform.c
| Context not available. | |||||
| } | } | ||||
| else if (data.success == MOD_SDEF_BIND_RESULT_GENERIC_ERR) { | else if (data.success == MOD_SDEF_BIND_RESULT_GENERIC_ERR) { | ||||
| /* I know this message is vague, but I could not think of a way | /* I know this message is vague, but I could not think of a way | ||||
| * to explain this whith a reasonably sized message. | * to explain this with a reasonably sized message. | ||||
| * Though it shouldn't really matter all that much, | * Though it shouldn't really matter all that much, | ||||
| * because this is very unlikely to occur */ | * because this is very unlikely to occur */ | ||||
| modifier_setError((ModifierData *)smd, "Target contains invalid polygons"); | modifier_setError((ModifierData *)smd, "Target contains invalid polygons"); | ||||
| Context not available. | |||||