Fix: Incorrect name for calculate simulation job

Copy and paste mistake caused the job to have the same name as baking.
This commit is contained in:
Hans Goudey
2023-07-05 08:28:00 -04:00
parent b0b5af5dd6
commit 19e2d7cd0e

View File

@@ -171,7 +171,7 @@ static int calculate_to_frame_invoke(bContext *C, wmOperator *op, const wmEvent
wmJob *wm_job = WM_jobs_get(wm,
CTX_wm_window(C),
CTX_data_scene(C),
"Bake Simulation Nodes",
"Calculate Simulation",
WM_JOB_PROGRESS,
WM_JOB_TYPE_CALCULATE_SIMULATION_NODES);