Hide Command on View Menu
All  1  2-7

Previous
Next
 From:  Frenchy Pilou (PILOU)
988.2 
yes for the left handed for exemple :)
(i am not sure but seems I have seen a script or a command in the moi.ini for put the Panel on the left? )
---
Pilou
Is beautiful that please without concept!
My Gallery
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
988.3 In reply to 988.1 
Hi Jon, I'm glad that you like MoI and thank you for the feedback!

> I am impressed that you have incorporated shelling into the program.

I should mention that MoI's shelling is not really as robust as programs like SolidWorks, etc... It will tend to get confused on more complex models, particularly where stuff would start running into each other during the shelling. But nevertheless it is still very useful for quite a lot of simple models though.


> I think it would be more intuitive to place the Hide Command on the "Views"
> pallete versus the Edit Pallette.

Hmmm, that is a good point. I originally put it on the Edit palette because strictly speaking the "hidden" state is a property of an individual object. "View" is kind of intended to be short for "Viewport", I want to put stuff that are properties of the viewports over there. But I can see this one is kind of a toss-up. I think for practical use purposes, it is handy to keep it under Edit, since there is a tendency to keep edit open quite a bit of the time while modeling. Sometimes I end up taking some liberties with strict categorization in order to improve workflow.

One side effect of MoI's tabbed palette approach is that it is nice if things that are used frequently together are all clustered in the same tab so you don't have to switch quite as often.


> Just clicking in a particular window to expand that window seems more efficient.

You mean click anywhere inside the window? Right now that type of click is used for deselecting objects, so that makes it difficult to use it for a different purpose.

One nice efficiency that is gained with the Split / 3D / Top / Front / Right tabs is that it is possible to switch to any particular view with just one click. Like for instance you can go from the maximized Front view to the Maximized Top view in one click. If you clicked inside of a window to switch, in that situation you would have to go from Front to Split then to Top view, causing an extra step in between.


> Another point is having construction palletes float so I can change their
> ordering to suit might be nice for some people.

I would like to try this eventually, but it takes quite a large amount of work to make a floating / docking type system that functions well. I decided early on to pour my energy into making a default UI that worked as well as I could make it, rather than working on drag/drop type customizations at least for a while.

Actually, the current UI is very customizable, just through a more manual method of editing the text files that hold the UI definitions - these files are accessible under the \ui sub-folder under MoI's main folder in \Program Files. If you really really want to change the order of things, let me know and I can walk you through how to edit the UI to change it.


> Keep the number of ways to access the interface simple. We don't need
> multiple ways to access a command.

One thing that is interesting is the old "multiple ways" method of having stuff duplicated between a menu system and toolbar system was pioneered by Microsoft Office. But eventually they found it untenable and switched to a more unified model with their latest version, kind of similar in a lot of ways to MoI's approach.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
988.4 In reply to 988.2 
Hi Pilou,

> (i am not sure but seems I have seen a script or a command in the moi.ini for put the Panel on the left? )

Yes - this thread here: http://moi3d.com/forum/index.php?webtag=MOI&msg=765.1 tells what thing you need to edit to move the side pane over to the left.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
988.5 In reply to 988.4 
And this thread has some information on how to edit the UI to change the ordering of the tool palettes:
http://moi3d.com/forum/index.php?webtag=MOI&msg=844.1

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  JMan (JNMANDELL)
988.6 In reply to 988.1 
Michael,

Thanks for the kind response. With this kind of customer service, you will have quite a following of MOI Folk!

Interesting point about the hide command being on the edit menu. Your logic seems reasonable here. I think when someone is learning by doing, they tend to look at things in an intuitive manner.

Concerning the change views, I should have clarified, I meant clicking on the view text in the corners of each window to maximize a view, as you do in Rhino by double click on text.

Regards

JON
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Michael Gibson
988.7 In reply to 988.6 
> Concerning the change views, I should have clarified, I meant clicking on
> the view text in the corners of each window to maximize a view, as you do
> in Rhino by double click on text.

Hi Jon, I do want to add that as an additional way to handle it in the future.

But I didn't want to rely on that as the primary way, in addition to requiring an extra step to switch between some views (like maximized Top to maximized Front), I think it is just a little bit too hidden.

It doesn't particularly look like a clickable button or anything... It just doesn't quite invite someone to go click on it to the same degree as MoI's view controls. I guess that could be solved by making it look like a big button or something, but I've really tried hard to streamline the appearance of all the stuff that goes into the 3D view, so that there is less stuff to distract you from your actual model. That's why those viewport labels are pretty airy and minimalistic in MoI.

One thing you may be interested in is setting up this script macro on your spacebar:

code:
script:if ( moi.ui.mainWindow.viewpanel.mode != 'split' ) { moi.ui.mainWindow.viewpanel.mode = 'split' } else { var viewport = moi.ui.getViewportUnderMouse(); if ( viewport ) { viewport.viewPanel.mode = viewport.name } }


To set that up, go to Options / Shortcut keys, push "Add" to add a new entry. Put in "Space" (no quotes) under the Key, and paste that line above in for the Command part.

With that in place you can now push the space bar as an alternate way of switching views. If you are in split mode, pressing space will maximize the view that your mouse is currently over (it doesn't have to be over the label, it can be over any part of the view). If you are in a maximized view, space will instead switch back to split view.

So if you want to be able to switch views without going down to that bottom bar, that may be useful.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1  2-7