General Category > Anim8or v0.98 Discussion Forum

[fixed] Menu consistency (Option,Grid)

(1/1)

MvGulik:
#098-xxx - xxx.
Fixed: v0.9.8 build 1112
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 ...

Steve:
Currently "Graph Editor" uses 'G' and "Grid" uses "r".  Swapping them would make "Grid" the same everywhere.  Does that sound OK?

thecolclough:
sounds sensible to me.  consistency is good, and 'graph' does have an 'r' in it.

MvGulik:
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: ---#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

--- End code ---

Navigation

[0] Message Index

Go to full version