@@ -1537,7 +1537,7 @@ static void MARKER_OT_camera_bind(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name = "Bind Camera to Markers";
|
||||
ot->description = "Bind the active camera to selected markers(s)";
|
||||
ot->description = "Bind the active camera to selected marker(s)";
|
||||
ot->idname = "MARKER_OT_camera_bind";
|
||||
|
||||
/* api callbacks */
|
||||
|
||||
@@ -5239,7 +5239,7 @@ static PyObject *pyrna_func_call(BPy_FunctionRNA *self, PyObject *args, PyObject
|
||||
good_args_str = BLI_dynstr_get_cstring(good_args);
|
||||
|
||||
PyErr_Format(PyExc_TypeError,
|
||||
"%.200s.%.200s(): was called with invalid keyword arguments(s) (%s), expected (%s)",
|
||||
"%.200s.%.200s(): was called with invalid keyword argument(s) (%s), expected (%s)",
|
||||
RNA_struct_identifier(self_ptr->type), RNA_function_identifier(self_func),
|
||||
bad_args_str, good_args_str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user