Hi Zooen,
re:
> Is it possible to have the "Solids" panel closed when opening MoI3D.
Yes, this part can be done by adding this line at the bottom of the SeparateSidePanePalettesNotViewSelect.js script file:
code:
sp.DrawSolidTab.parentElement.activeTab = '';
> Because I use it little and, moreover, I can have it in the task bar at the bottom in the form of an icon. And
> the transform panel closes during various actions when it is left open.
I think these parts will be difficult to script though.
I'm not sure if I understand them though either - with the "Draw solid" palette on a button in the bottom command bar do you mean a button that when you press it expands the palette in the side pane? Or that it pops up as a flyout menu? Or that the palette is embedded inside the command bar and expands there? Currently the palettes are designed to be housed inside the side pane so any of those would require quite a bit of reworking the UI probably.
- Michael
|