Fix for wrong idname of the "Create Freestyle Stroke Material" operator.

This commit is contained in:
2014-07-29 14:36:11 +09:00
parent 71b85a8390
commit 4bb81f625e

View File

@@ -1270,7 +1270,7 @@ void SCENE_OT_freestyle_stroke_material_create(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Create Freestyle Stroke Material";
ot->idname = "freestyle_stroke_material_create_exec";
ot->idname = "SCENE_OT_freestyle_stroke_material_create";
ot->description = "Create Freestyle stroke material for testing";
/* api callbacks */