Wings 3D Development Forum

Full Version: Lift not bindable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just noticed that Lift can not be bound to a hotkey. Or at least not the standard LMB action.
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
I am on 64bit Win7 SP1.
Also 1.5.3
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 ?
(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.
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. Smile
Cool, that works Biggrin Thanks a bunch.