Cleanup: Correct help text for Simulating utility #113873
@ -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")' \
|
||||
|
Loading…
Reference in New Issue
Block a user