Announcement

Collapse
No announcement yet.

custom user interface items/icons

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • custom user interface items/icons

    custom user interface items/icons so we can have Vray plane, Vray light, Vray everything on a quad.

    Not sure why someone hasn't done this before, is it really tricky to do?

    I know you can create a toolbar item from the maxscript listener, but I like me quads, so it's going on my christmas wishlist to Farther Chaosmas.
    Simon

    .... . .-.. .--. .-.-.- .--. .-.. . .- ... . ... . -. -.. -.-. .... --- -.-. --- .-.. .- - .
    I need a new signature
    --
    Max2017.1 | Vray 3.70.01| win11
    ASUS Z790PLUS | i9 13900K | 64Gb RAM | Geforce GTX4070Ti

  • #2
    lmao, no need man.
    here:
    Code:
    macroScript myMarvellousVrayPlaneMaker
      category:"myVeryOwnScripts"
    (
           --insert here the line of code from the macrorecorder, eg.:
           VRayPlane pos:[0,0,0] isSelected:on 
    )
    save, run, and go fetch the menu item in the "myVeryOwnScripts" category.
    Change macroscript name and category as you please, just make sure there's no "" in the name, and there are "" in the category name.
    done

    Lele

    Comment


    • #3
      studoDIM: my Chaosmas has come early Thanks very much I will give it a go.

      --mental note to self, must learn maxscript.--
      Simon

      .... . .-.. .--. .-.-.- .--. .-.. . .- ... . ... . -. -.. -.-. .... --- -.-. --- .-.. .- - .
      I need a new signature
      --
      Max2017.1 | Vray 3.70.01| win11
      ASUS Z790PLUS | i9 13900K | 64Gb RAM | Geforce GTX4070Ti

      Comment

      Working...
      X