MoI discussion forum
MoI discussion forum

Full Version: V5 Wish List

Show messages:  1-17  …  538-557  558-577  578-597  598-601

From: Sönke (S-LUDWIG)
20 Jun   [#598] In reply to [#596]
Thanks, I didn't realize that, good to know! This definitely has its advantages over the proposed orbit mode. On the other hand, a navigation mode like that would be more dynamic (less clicks/mode switches) and is very popular in all kinds of 3D software, so IMO it would still make sense - especially considering that there are already multiple alternative modes and it wouldn't really add complexity to the UI.
From: Michael Gibson
20 Jun   [#599] In reply to [#593]
Hi Sönke, thanks for this feedback.

re:
> - Have the Objects/Type/Styles sections already open at startup (or remember their state across starts)

See here for how to set that up:
http://moi3d.com/forum/index.php?webtag=MOI&msg=9157.2


> - Option to separate the Construct/Transform sections: I personally find myself switching between the two
> frequently and for 27" or larger screens there is enough vertical space to make both directly accessible

For separating all of them, see here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=9439.3

For separating just Construct/Transform here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=6507.487


> - Configure some default keyboard shortcuts for various frequently used tools: This greatly
> increases the efficiency and it's kind of hard to find out the right commands for configuring
> those manually

There is a list of command names here:
https://moi3d.com/4.0/docs/moi_command_reference11.htm#shortcutkeys

The design for shortcut keys in MoI is that only a basic set common to all apps like copy/paste are defined by default. Other shortcuts can be defined by the user according to their preferences.

MoI was actually designed initially to be able to function without needing the keyboard at all.


Thanks,
- Michael
From: 大道刀 (SUIYAN)
20 Jun   [#600] In reply to [#595]
HI Pilou

可能你需要覆盖一下SidePane1.htm文件到D:\Program Files\MoI 5.0\ui
(Perhaps you need to overwrite the SidePane1.htm file to D: \ Program Files \ MoI 5.0 \ ui)


并重新设置快捷键(And reset the shortcut keys):script: var panel = null; try { panel = moi.ui.getUIPanel( 'moi://ui/SidePane1.htm' ); } catch(e){} if ( panel ) { panel.moiWindow.close(); } else { moi.ui.createDialog( 'SidePane1.htm' ); }

有时可能需要重新设置以能够正确调用(Sometimes it may be necessary to reset to be able to call correctly)
也可能只是你的快捷键设置的问题,我遇到过这样的问题,请先重新设置快捷键,而不要冒然替换SidePane1.htm以避免出现新的问题(有时两个值都能完成调用,但只要一个值能够保证不失效。你需要这个值。)
(It may also be just a problem with your shortcut key settings. I have encountered such a problem before. Please reset the shortcut key first, and do not replace SidePane1.htm recklessly to avoid new problems (sometimes both values can be called, but only one value can be guaranteed to not be invalid. You need this value.)

Attachments:
SidePane1.htm

Image Attachments:
1.png 


From: Frenchy Pilou (PILOU)
20 Jun   [#601] In reply to [#600]
In fact seems i had an old version of the SidePane1.htm !

But thx for the infos!

Show messages:  1-17  …  538-557  558-577  578-597  598-601