Announcement

Collapse
No announcement yet.

Change wirecolor of a vray light with maxscript

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

  • Change wirecolor of a vray light with maxscript

    Hi!

    Does anyone know if it is possible to change the yellow color of the vray light in the viewport with maxscript?

    Thanks!

  • #2
    Anything you can change with maxscript can be checked by selecting the object you want to tweak and then typing "showproperties $" without the commas in the maxscript listener and it'll show you any property that you can change, unfortunately wirecolor isn't in there.

    Comment


    • #3
      You can change the light colours globally with setUIcolor. For example, this sets changes all the lights to red:
      Code:
      setUIcolor 35 (point3 1 0 0)
      Dan Brew

      Comment


      • #4
        @joconnell Thanks for the tip!
        @DanielBrew Good to know. Unfortunately that doesn't solve my problem. I whould like to have one color for lights that only adds reflections and one color for lights that only adds diffuse and so on.
        Last edited by cledus_; 14-03-2013, 09:20 AM.

        Comment


        • #5
          Hi,

          We are working on an option to allow you to change the wirecolor of all V-Ray lights.
          I hope to be implemented soon.
          Tashko Zashev | chaos.com
          Chaos Support Representative | contact us

          Comment


          • #6
            That sounds great! Thanks for the reply.

            Have a great weekend!

            Comment

            Working...
            X