Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Author Topic: [fixed] Menu consistency (Option,Grid)  (Read 10311 times)

MvGulik

  • Full Member
  • ***
  • Posts: 107
  • [... Lost in Space ...]
    • View Profile
[fixed] Menu consistency (Option,Grid)
« on: September 26, 2014, 10:12:21 am »

#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 ...
« Last Edit: October 04, 2014, 02:35:23 am by MvGulik »
Logged

Steve

  • Administrator
  • Hero Member
  • *****
  • Posts: 2126
    • View Profile
Re: Menu consistency (Option,Grid)
« Reply #1 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?
Logged

thecolclough

  • Sr. Member
  • ****
  • Posts: 890
  • 3D Ignoramus 1988-2002, Anim8or User 2002-present.
    • View Profile
    • www.mattghc.com
Re: Menu consistency (Option,Grid)
« Reply #2 on: September 26, 2014, 04:35:42 pm »

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

MvGulik

  • Full Member
  • ***
  • Posts: 107
  • [... Lost in Space ...]
    • View Profile
Re: Menu consistency (Option,Grid)
« Reply #3 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
Logged