Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/startup/bl_operators/gpencil_mesh_bake.py')
-rw-r--r--release/scripts/startup/bl_operators/gpencil_mesh_bake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/gpencil_mesh_bake.py b/release/scripts/startup/bl_operators/gpencil_mesh_bake.py
index ec7ff970537..d4b1b11ed69 100644
--- a/release/scripts/startup/bl_operators/gpencil_mesh_bake.py
+++ b/release/scripts/startup/bl_operators/gpencil_mesh_bake.py
@@ -103,7 +103,7 @@ class GPENCIL_OT_mesh_bake(Operator):
name="Target Object",
description="Grease Pencil Object",
items=my_objlist_callback
- )
+ )
frame_target: IntProperty(
name="Target Frame",
description="Destination frame for the baked animation",