Cleanup: Correct help text for Simulating utility #113873

Merged
Sebastian Parborg merged 1 commits from :dupoxy-patch-1 into main 2023-11-27 23:42:20 +01:00

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