Announcement

Collapse
No announcement yet.

How can I access Vray render settings through MaxScript?

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

  • How can I access Vray render settings through MaxScript?

    Is it possible to access all the render settings parameters through MaxScript? For example, I would like to make a script that includes changing the buckets size in the Vray render settings. However, I can't find this function when I do "showproperties vr" in the MaxScript Listener. There's just a funtion that enables/disables dynamic splitting.

    Thanks!

    Click image for larger version

Name:	showproperties_vr.jpg
Views:	1
Size:	256.4 KB
ID:	882745
    Last edited by Alex_M; 03-09-2015, 10:42 AM.
    Aleksandar Mitov
    www.renarvisuals.com
    office@renarvisuals.com

    3ds Max 2023.2.2 + Vray 7 Hotfix 1
    AMD Ryzen 9 9950X 16-core
    96GB DDR5
    GeForce RTX 3090 24GB + GPU Driver 566.14

  • #2
    system_region_x and system_region_y are the properties that you need to change in order to modify the bucket size.

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

    Comment


    • #3
      Originally posted by vlado View Post
      system_region_x and system_region_y are the properties that you need to change in order to modify the bucket size.

      Best regards,
      Vlado
      Thanks a bunch! So that's why I didn't find it at first. I thought the parameter would have "bucket" in the name.
      Aleksandar Mitov
      www.renarvisuals.com
      office@renarvisuals.com

      3ds Max 2023.2.2 + Vray 7 Hotfix 1
      AMD Ryzen 9 9950X 16-core
      96GB DDR5
      GeForce RTX 3090 24GB + GPU Driver 566.14

      Comment

      Working...
      X