Fix: Spelling mistake in Grease Pencil API docs
Fix: Spelling mistake in Grease Pencil API docs https://projects.blender.org/blender/blender-manual/issues/104920 Pull Request: https://projects.blender.org/blender/blender/pulls/127597
This commit is contained in:
committed by
Hans Goudey
parent
c5ccc8ceea
commit
5475040906
@@ -427,7 +427,7 @@ void RNA_api_grease_pencil_drawing(StructRNA *srna)
|
||||
func = RNA_def_function(srna, "resize_strokes", "rna_GreasePencilDrawing_resize_curves");
|
||||
RNA_def_function_ui_description(
|
||||
func,
|
||||
"Resize all existing strkoes. If indices are provided, resize only the strokes with the "
|
||||
"Resize all existing strokes. If indices are provided, resize only the strokes with the "
|
||||
"given indices. If the new size for a stroke is smaller, the stroke is trimmed. If "
|
||||
"the new size for a stroke is larger, the new end values are default initialized.");
|
||||
RNA_def_function_flag(func, FUNC_USE_SELF_ID | FUNC_USE_REPORTS);
|
||||
|
||||
Reference in New Issue
Block a user