Search the web
Sign In
New User? Sign Up
quark-python · QuArK Python Tech Info
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Map tag toolbar   Message List  
Reply | Forward Message #6955 of 6984 |
Re: Map tag toolbar

--- In quark-python@yahoogroups.com, Peter TB Brett <peter@p...>
wrote:
>
> Hi folks,
>
> I've got a proposal for making the map tag toolbar a little more
user
> friendly, which I'll implement tomorrow if there aren't any major
> objections.

Just a couple of things you should consider before you do these and
committing changes.

One overall comment it that when the toolbar was setup it was made to
follow the RMB pop-up menu (written by tiglari) as much as possible
which also has these functions as individual items and from looking
at the individual code of the functions them selves may need to be
that way to keep from having to rewrite the function codes (also
written by tiglari).

Also it possible could also effect the active and inactive state of
the RMB pop-up menu as well, causing items that should not be active
to become active.

So some testing should be done to verify these areas.

> 1. Merge "Tag side" and "Add to tagged" buttons
>
> At the moment there are two buttons which do the same thing: they
add
> a face to the list of tagged faces. One of them is for the special
> case where no items are tagged, and one for the case where one or
more
> items are tagged. I propose removing the "Tag side" button and
making
> "Add to tagged" detect if nothing is tagged.

These two functions use entirely different "list" of object(s)
selected.

Tag side (or TagSideClick function in the maptagside.py code file)
uses
editor.layout.explorer.sellist for its list items.

Add to tagged (or addtoTaggedClick function same code file) uses
editor.layout.explorer.uniquesel for its list items.

So I would guess that some base code changing would need to be done
there as well as to their respected "active/non-active" code for the
RMB menu to remain correct as to weather a single or multiple (which
means more than one) items have been tagged.

> 2. Make "Remove from tagged" succeed if nothing is tagged
>
> Fairly self-explanatory.

Not sure what you mean by "succeed"? Have the button removed from the
toolbar if nothing is tagged and reappear if something is? If so, how
would that effect other toolbars that might follow it in there
positioning?

> 3. Put "Glue to tagged" button with other gluing/tagging buttons
>
> Where it's currently located, the "Glue to tagged" button seems a
bit
> out of context. I propose placing it in the central section of the
> toolbar with the other buttons that carry out gluing and tagging
> operations (it would be the leftmost button).

It is also the second item on the RMB pop-up menu and I think tiglari
set it up that way because it seems to be used most common with the
single item tagging function , the first function item, and you can
only use it for a single tagged item, if I am not mistaking. So its
positioning would seem correct to me (IMHO).

> 4. Add section for non-tagging texture tools
>
> At the moment, texture positioning tools which work with tags are
> mixed in with those that don't. I propose creating a new section of
> the toolbar containing "Mirror flip tex", "Choose
texture", "Position
> texture tool" and "Texture flag settings".

Yes, those items and the RMB menu items are kind of mixed up with one
another and probably should be rearranged with a separator or
relocation of the tagging items to the tagging section.

> In addition, some of the tools will be renamed, and the error/hint
> messages made more explanatory (it took me a while to work out what
> "Mirror flip tex" was actually supposed to do; I thought it should
> mirror _and_ flip the texture!)

I can see what you mean there. It really only "mirrors" the texture,
depending on your interpretation of what mirror and flip mean. 8-|
I have always thought that mirroring would be like what you see if
you look at something in a mirror, it gets reversed from side to side
and flip would be top to bottom. If that is correct then only mirror
should be used in its description and a new function to "flip" it
should be created and added to the toolbar and RMB menu, I would
think.

> You need to flame me soon if you don't like any of this stuff: I'm
> going to commit the changes on Monday if you don't.
>
> Peter
>
>
> P.S. Many of the the tagging error messages have the word "multipal"
> in them, which is one I've never seen before. ;)

It means "more than one", like single means only one item.

So over all, it might take a little more time to do these things
propperly.

That's just my two cents, pounds, lerra worth ;-)

cdunde

> --
> Quake II build tools: http://peter-b.co.uk/
> Latest QuArK: http://quark.sourceforge.net/LatestVersion
>
> v2sw6YShw7ln5pr6ck3ma8u7Lw3+2m0l7CFi6e4+8t4Eb8Aen4g6Pa2Xs5MSr5p4
> hackerkey.com





Sat Sep 17, 2005 7:05 pm

cdunde
Offline Offline
Send Email Send Email

Forward
Message #6955 of 6984 |
Expand Messages Author Sort by Date

Hi folks, I've got a proposal for making the map tag toolbar a little more user friendly, which I'll implement tomorrow if there aren't any major objections. ...
Peter TB Brett
BRETTP98
Offline Send Email
Sep 17, 2005
1:10 pm

Eh, replying to myself. :P ... Slightly modified: "Tag side" will not be removed, but "Add to tagged" will succeed if nothing is tagged yet. Peter -- Quake II...
Peter TB Brett
BRETTP98
Offline Send Email
Sep 17, 2005
1:25 pm

... add ... special ... more ... making ... tagged" ... I guess I should have elaborated on that more in my previous posting, but that is why the error or...
cdunde
Offline Send Email
Sep 17, 2005
7:17 pm

... user ... Just a couple of things you should consider before you do these and committing changes. One overall comment it that when the toolbar was setup it...
cdunde
Offline Send Email
Sep 17, 2005
7:06 pm

... Sure, and that seems like a sensible way of going about it. However, the problem is that the right-click menu is organized so that the most commonly used...
Peter TB Brett
BRETTP98
Offline Send Email
Sep 17, 2005
10:22 pm

... From: "Peter TB Brett" <peter@...> To: <quark-python@yahoogroups.com> Sent: Saturday, September 17, 2005 3:22 PM Subject: [quark-python] Re: Map...
cdunde
Offline Send Email
Sep 18, 2005
6:49 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help