Anim8or Community

General Category => Anim8or v0.98 Discussion Forum => Topic started by: MvGulik on September 26, 2014, 10:12:21 am

Title: [fixed] Menu consistency (Option,Grid)
Post by: MvGulik on September 26, 2014, 10:12:21 am
#098-xxx - xxx.
Fixed: v0.9.8 build 1112 (http://www.anim8or.com/smf/index.php/topic,4795.0.html)



Lets give this one a other try.

To open the "Grid Settings" window (Menu:Options,Grid),
In Object, Figure and Sequence mode its using the [G] key.
In Scene mode its using the [r] key. (Changed around v0.95)

It kinda makes sens to me to have the Grid option use the same menu-shortcut key across the different modes.

... Crosses fingers, nocks on wood, .. Sniff, Tosses rabbit feet in washer ...
Title: Re: Menu consistency (Option,Grid)
Post by: Steve on September 26, 2014, 04:02:09 pm
Currently "Graph Editor" uses 'G' and "Grid" uses "r".  Swapping them would make "Grid" the same everywhere.  Does that sound OK?
Title: Re: Menu consistency (Option,Grid)
Post by: thecolclough on September 26, 2014, 04:35:42 pm
sounds sensible to me.  consistency is good, and 'graph' does have an 'r' in it.
Title: Re: Menu consistency (Option,Grid)
Post by: MvGulik on September 27, 2014, 03:41:10 am
Swapping the [G] and [r] on 'Graph Editor' and 'Grid' sounds Ok.

Alternatively ... making 'Grid' using [r] in all modes would also work.
Although this is somewhat of a bigger change, as [G] has been used for grid for a long time now.
(Would also get rid of the double [G] use in Sequence mode. 'Ghost Settings', [h] would be a alternative option here.)



Code: [Select]
#CS [Menu:Options|Content|v98-beta]

        [Mode: Object]
            - Materials         (M)     [Ctrl+M]    |Obj,Fig.
            - Backside          (B)                 |Obj,Bro.
            --(divider)--
            - Grid              (G)                 |Obj,Fig,Seq,Sce.
            --(divider)--
            - Info              (I)                 |Obj.
            - Tool Tips         (T)                 |Obj,Fig.
            - Debug             (D)                 |Obj,Fig.
           
        [Mode: Figure]
            - Materials         (M)     [Ctrl+M]    |Obj,Fig.
            --(divider)--
            - Grid              (G)                 |Obj,Fig,Seq,Sce.
            --(divider)--
            - Tool Tips         (T)                 |Obj,Fig,Seq.
            - Debug             (D)                 |Obj,Fig,Seq.
           
        [Mode: Sequence]
            - Track Window      (k)                 |Seq,Sce.
            - Timeslider Window (m)                 |Seq,Sce.
            - Loop Sequence     (L)                 |Seq,(Sce).
            - Ghost Settings... (G)                 |Seq.
            --(divider)--
            - Grid              (G)                 |Obj,Fig,Seq,Sce.
            --(divider)--
            - Tool Tips         (T)                 |Obj,Fig,Seq,Sce.
            - Debug             (D)                 |Obj,Fig,Seq,Sce.
           
        [Mode: Scene]
            - Track Window      (k)                 |Seq,Sce.
            - Timeslider Window (m)                 |Seq,Sce.
            - Graph Editor      (G)                 |Sce.
            - Loop Scene        (L)                 |(Seq),Sce.
            --(divider)--
            - Grid              (r)                 |Obj,Fig,Seq,Sce.
            --(divider)--
            - Tool Tips         (T)                 |Obj,Fig,Seq,Sce.
            - Debug             (D)                 |Obj,Fig,Seq,Sce.
           
        [Mode: Browser]
            - Backside          (B)                 |Obj,Bro.
           
#CE