ingen-lab / Ruth

Project Ruth - an Open Source Mesh Avatar by Shin Ingen
56 stars 38 forks source link

Combination HUD #41

Closed seriesumei closed 5 years ago

seriesumei commented 5 years ago

This is the start of combining the alpha and skin applier HUDs into a single multi-panel HUD. The skin applier panel is not yet present, this is an experiment to see if this is workable and a desirable direction.

The HUD currently only displays the alpha panel and a minimized bar similar to a menu bar. To do this requires rotating the HUD and to do that cleanly required using a new root prim and adding a couple more prim for the menu bars. The easiest way to build this is via a maker script so I added one. :)

There is also a copy of this HUD in my store to play with if you don't want to go through the fun of making one from scratch. http://maps.secondlife.com/secondlife/Fireheart/76/28/2099

This builds on the prior alpha HUD work in https://github.com/ingen-lab/Ruth/pull/40 (hopefully a second PR doesn't mess that one up). And the texture used is left over from an earlier experiment and should be replaced...

aiaustin commented 5 years ago

Ditto here Serei. The Combined HUD script change you are proposing ought really to be completely in your own subdirectory for now. You appear to have modified the current release script which definitely should not be changed until a new release or release candidate made beyond RC#3.

And at the point where a new current release is made, the old version of the script at that time needs to be moved into the Previous Release directory so people can easily find that where its helpful.

And readme and re,please note changes are made to explain where the elements and version kr revision dates came from.

I.e. changing anything in current release is something to be carefuly planned and best done after a chat... perhaps by opening an issue... especially as Shin is not taking the lead at the moment so we have to work on concensus.

seriesumei commented 5 years ago

Like I said in PR40, I am used to the usual Git workflow, making changes in branches and tagging releases, etc, rather than doing all of the tracking manually inside. Thank you for the patience while I get up to speed with how you guys operate.

seriesumei commented 5 years ago

I split the combined HUD script into its own since that seems to be the pattern.

aiaustin commented 5 years ago

Approving the request by @seriesumei to include new Ruth HUD scripts. Safe merge since all the added files are in a folder specific to the author.

aiaustin commented 5 years ago

Process wrong, reopening to "approve" rather than using mistaken "comment and close".