Hi, I am learning ZModeler right now. I see that action is performed by click and dragging on a point, edge or poly. There’s also replay action which can be performed with a single click. My question is, can I perform something like a default action instead of the replay action? For default I mean the action result you get with just click and hold without dragging. This is different than click (click and release) which is replay action. I list my steps so that you can understand it.
- Use point action split, set target to point. Click and drag at point a to get a faceted circle A on front side of the default cube.
- Change target to ring. Click and drag at point b to get a round circle B (larger than circle A) on left side of the default cube. The size of the circle is remembered by replay action.
- Get back to point a on front side of the cube, click and hold left mouse button. This will perform a “default” action and create a round circle C which size is same as circle A.
- Release the left mouse button, this actually finished the mouse click and treated as replay action. Circle C will become larger than step 3 because the replay action set its size to the size in step 2.
How can I get result from step 3 instead of step 4, so that circle C’s size is the same as circle A’s?