Hi Pior,
re:
> In V4 beta, is there any way to make freehand sketch curves be drawn on the surface of objects ?
Sorry, no the sketch curve tool currently always draws on the construction plane. So one method though like you mention is to set the construction plane to your surface first before using it.
> (On a side note, is there a way to append the "repeat" option to a shortcut for the Freehand Sketch tool ?)
Not by appending it, but it is possible to make a shortcut that sets it and then launches the Sketch command, that would be like this:
script: /* Sketch curve with repeat */ moi.ui.sidePane.RepeatCheckbox.value = true; moi.command.execCommand( 'SketchCurve' );
> Lastly : is there any way to set specific objects so that they do not get picked up by
> Object snapping ? This would be useful when drawing the final/clean curves on top of
> the sketched ones.
If you turn off the option for snapping to locked objects under Options > Snaps > Object snap options > "Snap to locked objects" checkbox then you can use Edit > Lock for this purpose.
- Michael
|