Fix T78555: GPencil bake animation operator loose frame setting

The values were reset for each run
This commit is contained in:
Antonio Vazquez 2020-07-03 15:53:44 +02:00
parent 19ff145e66
commit 405e6c6cc9
1 changed files with 0 additions and 5 deletions

View File

@ -148,11 +148,6 @@ class GPENCIL_OT_mesh_bake(Operator):
return {'FINISHED'}
def invoke(self, context, _event):
scene = context.scene
self.frame_start = scene.frame_start
self.frame_end = scene.frame_end
self.frame_target = scene.frame_start
wm = context.window_manager
return wm.invoke_props_dialog(self)