V2 beta Apr-12-2009 available now

 From:  Michael Gibson
2570.191 In reply to 2570.189 
Hi Igor,

> Is there any possibility for html based ui to make
> something similar to Visual Studio sliding in and out
> panels? (here for styles and objects.. ?)

Actually, it is already HTML based, for example you can see the HTML for the browser pane by opening up the file BrowserPane.htm which is in the \ui subfolder inside of a MoI v2 installation.

But the browser is not static UI, it is populated dynamically by data that is usually unique to the currently open file. This kind of thing often tends to be harder to make customizable - static UI is much more easily customized.

If you have some specific wishes for the browser, it would be great to hear them!

So far I think the one you mentioned is to remove Styles entirely? But like I mentioned previously that one just is not feasible since it would eliminate a lot of frequently requested functions especially related to data-interop with other programs - for example having materials set up when exporting to OBJ, and having layers set up when exporting to Rhino. These are highly requested functions so eliminating them would not be good for many users.

Also there is hardly any gain for removing styles even for people who don't want to use it - it only takes up a single line in the browser when collapsed, so if you don't want to use it just keep it collapsed and it will stay out of your way.


> In Sketchup we operate planar faces 80% of the time (due
> to our specifics) and find ourselves push-pulling 85% of the
> time.. Is there any possibility in the future to implement
> Sketchup like Push-pull for nurbs planar surfaces?

There is an easily accomplished equivalent in MoI currently which is to just use Extrude followed by a boolean.

Check out this previous post for an overview video of how to do SketchUp type things in MoI: http://moi3d.com/forum/index.php?webtag=MOI&msg=2215.7

Some of the new functions in MoI v2 are for drawing curves directly on to existing planar faces of an object which you'll see used there in the video quite a bit, that's a pretty key new thing in v2 that should give it a lot better feel to someone who is used to SketchUp.

The speed trial that Burr is talking about is in this other previous thread:
http://moi3d.com/forum/index.php?webtag=MOI&msg=1978.1


> interaction with them (not in SU) is still cumbersome and
> not as much straightforward as possible.. hopefully

One thing to keep in mind is that the trial version is for v1 which is more than a year old... There are a lot of new functions already implemented in v2, including quite a few new things for drawing.

- Michael

EDITED: 9 May 2009 by MICHAEL GIBSON