Blender渲染
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.1 KiB

  1. renderengine.type = PATHOCL
  2. renderengine.seed = 1
  3. opencl.cpu.use = 0
  4. opencl.gpu.use = 1
  5. opencl.devices.select = 1
  6. path.pathdepth.total = 16
  7. path.pathdepth.diffuse = 8
  8. path.pathdepth.glossy = 8
  9. path.pathdepth.specular = 8
  10. path.hybridbackforward.enable = 1
  11. path.hybridbackforward.partition = 0
  12. path.hybridbackforward.glossinessthreshold = 0.05
  13. path.forceblackbackground.enable = 1
  14. path.clamping.variance.maxvalue = 1000
  15. sampler.type = SOBOL
  16. sampler.sobol.overlapping = 32
  17. sampler.sobol.super.sampling = 1
  18. sampler.sobol.tile.size = 16
  19. sampler.sobol.bucket.size = 1
  20. sampler.sobol.adaptive.strength = 0.9
  21. lightstrategy.type = LOG_POWER
  22. filesaver.format = TXT
  23. filesaver.renderengine.type = PATHGPU
  24. batch.haltspp = 1000
  25. batch.halttime = 0
  26. scene.file = scene.scn
  27. scene.epsilon.min = 1.0E-5
  28. scene.epsilon.max = 0.1
  29. film.width = 3000
  30. film.heigth = 3000
  31. film.opencl.enable = 1
  32. film.opencl.device = 0
  33. film.noiseestimation.warmup = 8
  34. film.noiseestimation.step = 32
  35. film.filter.type = NONE
  36. film.filter.width = 1.5
  37. film.imagepipelines.000.0.type = NOP
  38. film.imagepipelines.000.1.type = TONEMAP_LINEAR
  39. film.imagepipelines.000.1.scale = 1
  40. film.imagepipelines.000.2.type = GAMMA_CORRECTION
  41. film.imagepipelines.000.2.value = 2.2
  42. film.imagepipelines.001.0.type = INTEL_OIDN
  43. film.imagepipelines.001.0.oidnmemory = 6000
  44. film.imagepipelines.001.0.sharpness = 0
  45. film.imagepipelines.001.1.type = NOP
  46. film.imagepipelines.001.2.type = TONEMAP_LINEAR
  47. film.imagepipelines.001.2.scale = 1
  48. film.imagepipelines.001.3.type = PREMULTIPLY_ALPHA
  49. film.imagepipelines.001.4.type = BACKGROUND_IMG
  50. film.imagepipelines.001.4.file = ./map/纯白242.png
  51. film.imagepipelines.001.4.gamma = 2.2
  52. film.imagepipelines.001.4.storage = byte
  53. film.imagepipelines.001.5.type = GAMMA_CORRECTION
  54. film.imagepipelines.001.5.value = 2.2
  55. film.outputs.0.type = RGB_IMAGEPIPELINE
  56. film.outputs.0.filename = ./DemoScene/RGB_IMAGEPIPELINE_0.png
  57. film.outputs.0.index = 0
  58. film.outputs.1.type = OBJECT_ID
  59. film.outputs.1.filename = ./DemoScene/OBJECT_ID.png
  60. film.outputs.2.type = RGBA
  61. film.outputs.2.filename = ./DemoScene/RGBA.exr
  62. film.outputs.3.type = RGB_IMAGEPIPELINE
  63. film.outputs.3.filename = ./DemoScene/RGB_IMAGEPIPELINE_1.png
  64. film.outputs.3.index = 1