Lift not bindable - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Bug Reports (https://www.wings3d.com/forum/forumdisplay.php?fid=12) +--- Thread: Lift not bindable (/showthread.php?tid=1292) |
Lift not bindable - ptoing - 07-24-2015 I just noticed that Lift can not be bound to a hotkey. Or at least not the standard LMB action. RE: Lift not bindable - tkbd - 07-25-2015 hi! ptoing Welcome to Wings3D forum!! Thank for your report. I tried too,and could not bind a hotkey to "Lift-command". It is a wonder why this happens only Lift command... This issue is reproducible. my enviroment is... OSX 10.10.4 Wings3D v1.5.3 RE: Lift not bindable - ptoing - 07-26-2015 I am on 64bit Win7 SP1. Also 1.5.3 RE: Lift not bindable - ggaliens - 07-26-2015 I would guess it is because of the preceding and appended dots "." These mean it is a special kind of menu. But since they are used all over ... I'd say yes ... you should call this a BUG. If you drill down maybe you can attach to a menu item that comes later ? RE: Lift not bindable - micheus - 07-26-2015 (07-26-2015, 02:28 PM)ggaliens Wrote: I would guess it is because of the preceding and appended dots "."No, that is not because of them. We can hotkey other commands like ".Move.", ".Scale." and ".Put On." I checked it and it's related to the way the hotkey routine checks the menu info. Lift command uses a unexpected kind of value in the menu tuple. I'm still not sure if my fix will cause any side effect. RE: Lift not bindable - micheus - 07-27-2015 Here is the fix. It's for Wings3D 1.5.3! The file for replacement can be download here:wings_menu.beam (usually in c:\Program Files (x86)\wings3d_1.5.3\lib\wings-1.5.3\ebin) Please let me know if you get any problem binding hotkeys to other commands. RE: Lift not bindable - ptoing - 07-27-2015 Cool, that works Thanks a bunch. |