diff --git a/tests/utils/bl_run_operators_event_simulate.py b/tests/utils/bl_run_operators_event_simulate.py index 144cbb26992..fa5f01c66c7 100644 --- a/tests/utils/bl_run_operators_event_simulate.py +++ b/tests/utils/bl_run_operators_event_simulate.py @@ -33,7 +33,7 @@ While the current set of commands is fairly limited more can be added as needed. To see a list of actions as well as their arguments run: - ./blender.bin --python tests/python/bl_run_operators_event_simulate.py -- --help + ./blender.bin --python tests/utils/bl_run_operators_event_simulate.py -- --help Examples @@ -44,7 +44,7 @@ Rotate in edit-mode examples: ./blender.bin \ --factory-startup \ --enable-event-simulate \ - --python tests/python/bl_run_operators_event_simulate.py \ + --python tests/utils/bl_run_operators_event_simulate.py \ -- \ --actions \ 'area_maximize(ui_type="VIEW_3D")' \ @@ -59,7 +59,7 @@ Sculpt stroke: ./blender.bin \ --factory-startup \ --enable-event-simulate \ - --python tests/python/bl_run_operators_event_simulate.py \ + --python tests/utils/bl_run_operators_event_simulate.py \ -- \ --actions \ 'area_maximize(ui_type="VIEW_3D")' \