Advertisement
_jrab_

template.rv

Jun 30th, 2023 (edited)
1,060
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.46 KB | None | 0 0
  1. GTOa (4)
  2.  
  3. rv : RVSession (4)
  4. {
  5.     session
  6.     {
  7.         float fps = 24
  8.         string viewNode = "Stack000000"
  9.     }
  10.  
  11.     writer
  12.     {
  13.         string name = "rvSession.py"
  14.         string version = "0.5"
  15.     }
  16. }
  17.  
  18. connections : connection (2)
  19. {
  20.     evaluation
  21.     {
  22.         string[2] connections = [ [ "sourceGroup000000"  "Stack000000" ] [ "sourceGroup000001" "Stack000000" ] ]
  23.     }
  24. }
  25.  
  26. Stack000000 : RVStackGroup (1)
  27. {
  28.     ui
  29.     {
  30.         string name = "AddStack"
  31.     }
  32. }
  33.  
  34. Stack000000_stack : RVStack (1)
  35. {
  36.     composite
  37.     {
  38.         string type = "add"
  39.     }
  40.  
  41.     mode
  42.     {
  43.         int strictFrameRanges = 1
  44.     }
  45.  
  46.     output
  47.     {
  48.         float fps = 24
  49.     }
  50. }
  51.  
  52. sourceGroup000000_colorPipeline_0 : RVColor (2)
  53. {
  54.     color
  55.     {
  56.         int active = 1
  57.         float[3] exposure = [ [ -1 -1 -1 ] ]
  58.     }
  59. }
  60.  
  61. sourceGroup000000_colorPipeline : RVColorPipelineGroup (1)
  62. {
  63.     pipeline
  64.     {
  65.         string nodes = "RVColor"
  66.     }
  67. }
  68.  
  69. sourceGroup000000_source : RVFileSource (1)
  70. {
  71.     media
  72.     {
  73.         string movie = "%s"
  74.     }
  75. }
  76.  
  77.  
  78. sourceGroup000001_colorPipeline_0 : RVColor (2)
  79. {
  80.     color
  81.     {
  82.         int active = 1
  83.         float[3] exposure = [ [ -1 -1 -1 ] ]
  84.     }
  85. }
  86.  
  87. sourceGroup000001_colorPipeline : RVColorPipelineGroup (1)
  88. {
  89.     pipeline
  90.     {
  91.         string nodes = "RVColor"
  92.     }
  93. }
  94.  
  95. sourceGroup000001_source : RVFileSource (1)
  96. {
  97.     media
  98.     {
  99.         string movie = "%s"
  100.     }
  101. }
  102.  
Tags: Rv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement