Announcement

Collapse
No announcement yet.

Vray and Maxscript

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

  • Vray and Maxscript

    I am trying to script the process of adding VraySphereFades and automatically linking up the gizmos to the atmospheric. The problem is that the vray atmospheric dosent work like normal max ones do.
    This does not work:
    Code:
    appendGizmo (getAtmospheric 1) $SphereGizmo01
    Im also trying (getAtmospheric 1).gizmos = #($SphereGizmo01) but get
    Code:
    -- Runtime error: Array parameter size fixed, cannot dynamically alter: gizmos
    Is there anyway to do this??

    It is really slowing our pipeline down the fact that all the vray stuff is not accessed in a normal way with maxscript.
    Another problem is that there is no subanims for things like the blend map. I have coded around it but it is quite annoying.

    I hope these maxscript problems will be fixed soon!

    Cheers
    Jordan Walsh
    Senior FX artist

    Showreel 2010 (new)
    Check out my scripts at Script Spot!

  • #2
    If you are referring to the sub-anims of VRayCompTex, this is corrected already for newer builds. I will check out the VRaySphereFade thing also, but still you should be able to access the gizmos through the parameter block of the atmospheric.

    Best regards,
    Vlado
    I only act like I know everything, Rogers.

    Comment


    • #3
      Ahhh, good to hear the sub-anims of VRayCompTex has been sorted!
      With the VRaySphereFade i can view the gizmos but not set it.
      Thanks for checking it out Vlado!
      Jordan Walsh
      Senior FX artist

      Showreel 2010 (new)
      Check out my scripts at Script Spot!

      Comment


      • #4
        I've implemented the atmospherics API for setting/deleting gimzos to VRaySphereFade now too.

        Best regards,
        Vlado
        I only act like I know everything, Rogers.

        Comment


        • #5
          Awesome! Thank you very much Vlado!
          Jordan Walsh
          Senior FX artist

          Showreel 2010 (new)
          Check out my scripts at Script Spot!

          Comment

          Working...
          X