![]() |
#1 |
Senior Member
Professional user
Join Date: Nov 2007
Posts: 139
|
![]()
I'm needing to clean up a model, and part of that process will involve a lot of "Flip Triangle Edge" commands... Is there a simple way to remap the keyboard bindings so I can have that as a hot-key instead of going to the menu each time?
Thanks, Ron |
![]() |
![]() |
![]() |
#2 |
Senior Member
Professional user
Join Date: Nov 2007
Posts: 139
|
![]()
Ah, found it. You can edit tcl/ac3dview.tcl (warning, may void your warranty!)
I added a line like: Code:
acbind $top <Control-p> { ac3d flip_edge } I also edited tcl/ac3d.tcl (warning, may again void your waranty!) so the new short-cut shows up on the menu: Code:
.mbar.surface.menu add command -label "Flip Triangle Edge" -command "ac3d flip_edge" -underline 0 -accelerator [accel Ctrl+P] |
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|