Fix typos.
This commit is contained in:
@@ -652,7 +652,7 @@ void BKE_text_unlink(Main *bmain, Text *text)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Freestyle (while looping oer the scene) */
|
/* Freestyle (while looping over the scene) */
|
||||||
for (srl = sce->r.layers.first; srl; srl = srl->next) {
|
for (srl = sce->r.layers.first; srl; srl = srl->next) {
|
||||||
for (module = srl->freestyleConfig.modules.first; module; module = module->next) {
|
for (module = srl->freestyleConfig.modules.first; module; module = module->next) {
|
||||||
if (module->script == text)
|
if (module->script == text)
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ PyDoc_STRVAR(bpy_bm_update_edit_mesh_doc,
|
|||||||
" :type mesh: :class:`bpy.types.Mesh`\n"
|
" :type mesh: :class:`bpy.types.Mesh`\n"
|
||||||
" :arg tessface: Option to recalculate n-gon tessellation.\n"
|
" :arg tessface: Option to recalculate n-gon tessellation.\n"
|
||||||
" :type tessface: boolean\n"
|
" :type tessface: boolean\n"
|
||||||
" :arg destructive: Use when grometry has been added or removed.\n"
|
" :arg destructive: Use when geometry has been added or removed.\n"
|
||||||
" :type destructive: boolean\n"
|
" :type destructive: boolean\n"
|
||||||
);
|
);
|
||||||
static PyObject *bpy_bm_update_edit_mesh(PyObject *UNUSED(self), PyObject *args, PyObject *kw)
|
static PyObject *bpy_bm_update_edit_mesh(PyObject *UNUSED(self), PyObject *args, PyObject *kw)
|
||||||
|
|||||||
@@ -850,7 +850,7 @@ PyDoc_STRVAR(M_Geometry_intersect_point_quad_2d_doc,
|
|||||||
"\n"
|
"\n"
|
||||||
" Takes 5 vectors (using only the x and y coordinates): one is the point and the next 4 define the quad, \n"
|
" Takes 5 vectors (using only the x and y coordinates): one is the point and the next 4 define the quad, \n"
|
||||||
" only the x and y are used from the vectors. Returns 1 if the point is within the quad, otherwise 0.\n"
|
" only the x and y are used from the vectors. Returns 1 if the point is within the quad, otherwise 0.\n"
|
||||||
" Works only with convex quads without singular edges."
|
" Works only with convex quads without singular edges.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" :arg pt: Point\n"
|
" :arg pt: Point\n"
|
||||||
" :type pt: :class:`mathutils.Vector`\n"
|
" :type pt: :class:`mathutils.Vector`\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user