#3DQuickTips

Поделиться
HTML-код
  • Опубликовано: 8 янв 2025

Комментарии • 12

  • @d3-010
    @d3-010 3 года назад +1

    so kind of you
    thank you so much

  • @imaginaryworld4732
    @imaginaryworld4732 5 лет назад +1

    Can I set hotkey to right click ? For example Z+Right click, default is __+Left click. Thanks

    • @JanJinda
      @JanJinda  5 лет назад

      Hi, it's not possible in Maya presets. There are few guides online how to do that, however you would have to add it to or overwrite existing RMB menus (which are context dependent) and that I wouldn't recommend.

  • @MohamedAlyRabie
    @MohamedAlyRabie 4 года назад +1

    Thank you!

  • @prasadparker6303
    @prasadparker6303 4 года назад +1

    only mel scripts are working .....i can't use my python made scripts in marking menu sir, pls help....

    • @JanJinda
      @JanJinda  4 года назад +2

      Looks like Python is not supported in Marking Menus. What you can do is call python script from MEL by
      python("import yourScript
      yourScript()");

      stands for new line. More Details here help.autodesk.com/cloudhelp/2020/ENU/Maya-Tech-Docs/Commands/python.html

    • @tomasla9345
      @tomasla9345 4 года назад +1

      @@JanJinda clever!!!

    • @JanJinda
      @JanJinda  4 года назад

      Cheers

  • @buonarrotimichelangelo2147
    @buonarrotimichelangelo2147 5 лет назад +1

    when - "hacking marking menu video"? =)

    • @JanJinda
      @JanJinda  5 лет назад +1

      It's quite tricky and super specialised topic. It's basically about editing userPrefs.mel in your /maya/(version)/prefs folder. You can search for command you want to edit.