Hi. V7
although I thought I had brought across my keybd shortcuts V7 doesnt have Ctrl Shift C as Copy In Place
I look at the othere there and see it would seem to be !_Copy_InPlace
but that doesnt work.
what should it be ?
Cheers
Steve
Hi. V7
although I thought I had brought across my keybd shortcuts V7 doesnt have Ctrl Shift C as Copy In Place
I look at the othere there and see it would seem to be !_Copy_InPlace
but that doesnt work.
what should it be ?
Cheers
Steve
Hello- leave a space between inputs - underscore does not count.
-Pascal
Hi,
If I alter that to ! Copy InPlace and type ctrl shift C it asks me to select the object then asks me to choose InPlace.
before in V5 Ctrl Shift C simply cloned the item I had selected.
Steve
! Copy Pause InPlace
-Pascal
Ok that works.
I dont understand though the commands on other keys in that table are !_word_word
and not ! word pause word.
they do have _
Steve
Hi Steve - More info here - this is the same as V5
https://docs.mcneel.com/rhino/7/help/en-us/index.htm#information/rhinoscripting.htm?
-Pascal
Up until now I used ! _Copy _Pause _InPlace
as a RMB command of the “Copy” icon, but a slightly modified version of that script works better for my workflow, because I keep the History recording on all the time:
! _Copy _Pause _InPlace _SelLast _HistoryPurge
Another suggestion:
! %_Copy _Pause _InPlace
The %
symbol cuts the History recording for the current command.
That also works. I changed it to the following, because I would like to select the output copy and keep the History-enabled original in place:
! %_Copy _Pause _InPlace _SelLast
Good idea!