Announcement

Collapse
No announcement yet.

How to limit render thread number?

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

  • How to limit render thread number?

    Hi.
    Is it possible to limit render thread number in the last VRay for max? How?

  • #2
    you can either manually set the affinity of 3dsmax.exe, or simply check low thread priority in the vray settins panel.

    Comment


    • #3
      You can also use the following command from MaxScript:
      Code:
      renderers.current.system_numThreads=[i]N[/i]
      where N is the number of threads that you want V-Ray to use. Note that this value is stored with the 3ds Max scene. If you want to revert to the default automatic number of threads, set the number to 0.

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

      Comment

      Working...
      X