Announcement

Collapse
No announcement yet.

can vray adjust render core number?

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

  • can vray adjust render core number?

    can vray adjust/set how many core use to render?long time ago we always set low priority to render, so computer can running smooth while rendering, but few year ago, even set to low priority render, using other application quite lag too, need to set affinity(reduce core) at task manager. got any other easier method to reduce rendering core?
    www.archcg.my

  • #2
    Hello,

    You could use MAXScript like this
    renderers.current.system_numThreads=7

    This will tell V-Ray to use 7 threads.

    Best regards,
    Yavor
    Yavor Rubenov
    V-Ray for 3ds Max developer

    Comment


    • #3
      Originally posted by yavor.rubenov View Post
      Hello,

      You could use MAXScript like this
      renderers.current.system_numThreads=7

      This will tell V-Ray to use 7 threads.

      Best regards,
      Yavor
      thanks, is it possible set it current core -1? so create one script i can use at other system.
      www.archcg.my

      Comment


      • #4
        hello
        you can put this to the system variables of a render node:

        VRAY_NUM_THREADS

        with a desired number of threads

        kind regards
        Alex

        Comment


        • #5
          Originally posted by algato View Post
          hello
          you can put this to the system variables of a render node:

          VRAY_NUM_THREADS

          with a desired number of threads

          kind regards
          Alex
          thanks for your help, but "VRAY_NUM_THREADS" look like cant work, at the end i use "renderers.current.system_numThreads=sysInfo.cpuco unt-1".
          www.archcg.my

          Comment

          Working...
          X