Object Spatial Array COMMAND WISHLIST

 From:  Michael Gibson
7574.8 In reply to 7574.7 
Hi Alex,

re:
> In MOI saving layers as OBJECT Groups is not an option, currently I complete model in MOI then
> export in RHINO so that I can save with layers as OBJECT GROUPS this allows import into Zbrush
> with objects as subtools for various operations in ZBRUSH.

There's a setting in moi.ini that probably should help with this - go to Options > General > "Edit .ini file" button. Then inside moi.ini find the section for [OBJ Export] and set WriteStylesAsGroups=y , like this:

[OBJ Export]
<....>
WriteStylesAsGroups=y


With that set, the group name for an object will come from the object's style name rather than the object name.


> Perhaps another comment is a having a central repository command library - linux style
> where all the various scripts can live in there various development stages making easier
> to find rather than digging through blogs or forums.

That's definitely something I want to add - I'd like to have an online library of scripts and some kind of browser that you can use in MoI to look through them and install them. It's just something I haven't had time to work on quite yet.

- Michael