Announcement

Collapse
No announcement yet.

Vray lens effects editable with maxscript?

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

  • Vray lens effects editable with maxscript?

    As title, can the settings in the vfb lens effects be accessed from maxscript?

  • #2
    Hello, the vfbcontrol() MaxScript function recognizes the following lens effects settings keywords:

    For Lens Effects:
    [#bloom|#glare|#bloomfill|#glarefill <BOOLEAN>]
    [#bloommode "image"|"both"|"renderelem"]
    [#glaretype "image"|"rendercam"|"camparams"]
    [#glaremode "image"|"both"|"renderelem"]
    [#bloomweight|#bloomsize|#bloomshape|#glareweight|# glaresize <FLOAT NUM>]
    [#bloomintensity|#bloomobject|#bloommaterial|#glare intensity|#glareobject|#glarematerial <BOOLEAN>]
    [#bloomsetintensity|#glaresetintensity <FLOAT NUM>]
    [#bloomgetintensity|#glaregetintensity] Returns <FLOAT NUM>
    [#bloomsetobject|#bloomsetmaterial|#glaresetobject| #glaresetmaterial <INTEGER>]
    [#bloomgetobject|#bloomgetmaterial|#glaregetobject| #glaregetmaterial] Returns <INTEGER>
    [#glarediffraction|#glareuseobstacle|#glareblades <BOOLEAN>]
    [#glaresetblades|#glarebladesrot|#glarefnumber <FLOAT NUM>]
    [#glaregetblades] Returns <FLOAT NUM>
    [#glareimage|#glareobstacleimage <FILENAME STRING>]

    Best regards,
    Alexander
    Alexander Kazandzhiev
    V-Ray for 3ds Max developer

    Comment


    • #3
      Great thankyou

      Comment

      Working...
      X