Merge pull request #161 from DeepSOIC/Attacher17
Attacher: Py: fix crash on FreeCAD startup
This commit is contained in:
commit
bb4c97d51e
|
@ -384,6 +384,7 @@ PyMethodDef AttacherGuiPy::Methods[] = {
|
|||
"getModeStrings(attacher_type, mode_index) - gets mode user-friendly name and brief description."},
|
||||
{"getRefTypeUserFriendlyName", (PyCFunction) AttacherGuiPy::sGetRefTypeUserFriendlyName, 1,
|
||||
"getRefTypeUserFriendlyName(type_index) - gets user-friendly name of AttachEngine's shape type."},
|
||||
{NULL, NULL, 0, NULL} /* Sentinel */
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user