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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user