Cleanup: Correct path used in example help text for bl_run_operators_event_simulate.py

It was using tests/python instead of the tests/utils directory where the script is now hosted.

Pull Request: https://projects.blender.org/blender/blender/pulls/113873
This commit is contained in:
dupoxy 2023-11-27 23:42:12 +01:00 committed by Sebastian Parborg
parent a9c8bf305b
commit e67a0b9350
1 changed files with 3 additions and 3 deletions

View File

@ -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")' \