Announcement

Collapse
No announcement yet.

lightcache bounces default value

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

  • lightcache bounces default value

    Hi, i am a new to maxscript, i have a question here, i cannot find the default value for this lightcache bounces in maxscript, hoping someone can tell me the default value, thank you.
    attached a jpeg image for your reference, it highlight in grey in the jpeg.

    I am using Vray Adv 2.40.04



    Click image for larger version

Name:	Capture.JPG
Views:	1
Size:	52.9 KB
ID:	883177
    Best regards,
    Jackie Teh
    --

    3ds max design 2023, V-Ray 6, Update 2 [6.20.03 build 32455]
    AMD Threadripper 1950X @3.40 GHz | 64GB RAM | Nvidia RTX 3070 ti
    Website: https://www.sporadicstudio.com
    Email: info@sporadicstudio.com
    YouTube: https://www.youtube.com/c/SporadicStudio

  • #2
    Start a new max and then in the listener type:
    Code:
    renderers.current.lightcache_bounces
    and press enter
    This will return the current value. In my new scene it returned 100
    Kind Regards,
    Morne

    Comment


    • #3
      Or instead of starting a new max, you can just reset everything to default for the render settings. You do that like so:
      Code:
      renderers.current = vray()
      then run the one in my previous post and it will return the default (100 in my case again)
      Kind Regards,
      Morne

      Comment


      • #4
        Originally posted by Morne View Post
        Or instead of starting a new max, you can just reset everything to default for the render settings. You do that like so:
        Code:
        renderers.current = vray()
        then run the one in my previous post and it will return the default (100 in my case again)
        Mr Morne,

        thank you very much, it work!

        Could i set this value to more higher value, like 1000 or something? what is it about? why i cannot find it in the render scene dialog?
        sorry for too much question.
        Best regards,
        Jackie Teh
        --

        3ds max design 2023, V-Ray 6, Update 2 [6.20.03 build 32455]
        AMD Threadripper 1950X @3.40 GHz | 64GB RAM | Nvidia RTX 3070 ti
        Website: https://www.sporadicstudio.com
        Email: info@sporadicstudio.com
        YouTube: https://www.youtube.com/c/SporadicStudio

        Comment


        • #5
          You don't really need to change that value; it's there for debugging purposes only.

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

          Comment


          • #6
            Originally posted by vlado View Post
            You don't really need to change that value; it's there for debugging purposes only.

            Best regards,
            Vlado
            Hi Mr Vlado,

            ok, noted, thank you very much.
            Best regards,
            Jackie Teh
            --

            3ds max design 2023, V-Ray 6, Update 2 [6.20.03 build 32455]
            AMD Threadripper 1950X @3.40 GHz | 64GB RAM | Nvidia RTX 3070 ti
            Website: https://www.sporadicstudio.com
            Email: info@sporadicstudio.com
            YouTube: https://www.youtube.com/c/SporadicStudio

            Comment

            Working...
            X