@dpantani/tdmcp 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (765) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +413 -0
  3. package/dist/cli/agent.d.ts +466 -0
  4. package/dist/cli/agent.js +1902 -0
  5. package/dist/cli/agent.js.map +1 -0
  6. package/dist/index.d.ts +2 -0
  7. package/dist/index.js +4375 -0
  8. package/dist/index.js.map +1 -0
  9. package/dist/knowledge/data/glsl.json +1 -0
  10. package/dist/knowledge/data/meta.json +1 -0
  11. package/dist/knowledge/data/operators/ableton_link_chop.json +1322 -0
  12. package/dist/knowledge/data/operators/accumulate_pop.json +912 -0
  13. package/dist/knowledge/data/operators/actor_comp.json +7477 -0
  14. package/dist/knowledge/data/operators/add_sop.json +946 -0
  15. package/dist/knowledge/data/operators/add_top.json +1653 -0
  16. package/dist/knowledge/data/operators/alembic_sop.json +521 -0
  17. package/dist/knowledge/data/operators/align_sop.json +949 -0
  18. package/dist/knowledge/data/operators/ambient_light_comp.json +1698 -0
  19. package/dist/knowledge/data/operators/analyze_chop.json +710 -0
  20. package/dist/knowledge/data/operators/analyze_pop.json +698 -0
  21. package/dist/knowledge/data/operators/analyze_top.json +1276 -0
  22. package/dist/knowledge/data/operators/angle_chop.json +711 -0
  23. package/dist/knowledge/data/operators/animation_comp.json +2448 -0
  24. package/dist/knowledge/data/operators/annotate_comp.json +2913 -0
  25. package/dist/knowledge/data/operators/anti_alias_top.json +1278 -0
  26. package/dist/knowledge/data/operators/arm_sop.json +1747 -0
  27. package/dist/knowledge/data/operators/art-net_dat.json +472 -0
  28. package/dist/knowledge/data/operators/attribute_chop.json +617 -0
  29. package/dist/knowledge/data/operators/attribute_combine_pop.json +596 -0
  30. package/dist/knowledge/data/operators/attribute_convert_pop.json +462 -0
  31. package/dist/knowledge/data/operators/attribute_create_sop.json +191 -0
  32. package/dist/knowledge/data/operators/attribute_pop.json +1078 -0
  33. package/dist/knowledge/data/operators/attribute_sop.json +429 -0
  34. package/dist/knowledge/data/operators/audio_band_eq_chop.json +1228 -0
  35. package/dist/knowledge/data/operators/audio_binaural_chop.json +711 -0
  36. package/dist/knowledge/data/operators/audio_device_in_chop.json +1793 -0
  37. package/dist/knowledge/data/operators/audio_device_out_chop.json +1840 -0
  38. package/dist/knowledge/data/operators/audio_devices_dat.json +616 -0
  39. package/dist/knowledge/data/operators/audio_dynamics_chop.json +1132 -0
  40. package/dist/knowledge/data/operators/audio_file_in_chop.json +1605 -0
  41. package/dist/knowledge/data/operators/audio_file_out_chop.json +945 -0
  42. package/dist/knowledge/data/operators/audio_filter_chop.json +850 -0
  43. package/dist/knowledge/data/operators/audio_movie_chop.json +851 -0
  44. package/dist/knowledge/data/operators/audio_ndi_chop.json +526 -0
  45. package/dist/knowledge/data/operators/audio_oscillator_chop.json +1087 -0
  46. package/dist/knowledge/data/operators/audio_para_eq_chop.json +1276 -0
  47. package/dist/knowledge/data/operators/audio_play_chop.json +1744 -0
  48. package/dist/knowledge/data/operators/audio_render_chop.json +754 -0
  49. package/dist/knowledge/data/operators/audio_spectrum_chop.json +850 -0
  50. package/dist/knowledge/data/operators/audio_stream_in_chop.json +1039 -0
  51. package/dist/knowledge/data/operators/audio_stream_out_chop.json +806 -0
  52. package/dist/knowledge/data/operators/audio_vst_chop.json +1419 -0
  53. package/dist/knowledge/data/operators/audio_web_render_chop.json +523 -0
  54. package/dist/knowledge/data/operators/base_comp.json +1180 -0
  55. package/dist/knowledge/data/operators/basis_sop.json +805 -0
  56. package/dist/knowledge/data/operators/beat_chop.json +1745 -0
  57. package/dist/knowledge/data/operators/bind_chop.json +613 -0
  58. package/dist/knowledge/data/operators/blacktrax_chop.json +1180 -0
  59. package/dist/knowledge/data/operators/blend_chop.json +616 -0
  60. package/dist/knowledge/data/operators/blend_comp.json +3626 -0
  61. package/dist/knowledge/data/operators/blend_pop.json +618 -0
  62. package/dist/knowledge/data/operators/blend_sop.json +477 -0
  63. package/dist/knowledge/data/operators/blob_track_chop.json +1275 -0
  64. package/dist/knowledge/data/operators/blob_track_top.json +1931 -0
  65. package/dist/knowledge/data/operators/bloom_top.json +1370 -0
  66. package/dist/knowledge/data/operators/blur_top.json +1428 -0
  67. package/dist/knowledge/data/operators/body_track_chop.json +1233 -0
  68. package/dist/knowledge/data/operators/bone_comp.json +3672 -0
  69. package/dist/knowledge/data/operators/bone_group_sop.json +148 -0
  70. package/dist/knowledge/data/operators/boolean_sop.json +336 -0
  71. package/dist/knowledge/data/operators/box_pop.json +827 -0
  72. package/dist/knowledge/data/operators/box_sop.json +994 -0
  73. package/dist/knowledge/data/operators/bridge_sop.json +806 -0
  74. package/dist/knowledge/data/operators/bullet_solver_chop.json +898 -0
  75. package/dist/knowledge/data/operators/bullet_solver_comp.json +3720 -0
  76. package/dist/knowledge/data/operators/button_comp.json +6636 -0
  77. package/dist/knowledge/data/operators/cache_blend_pop.json +292 -0
  78. package/dist/knowledge/data/operators/cache_pop.json +412 -0
  79. package/dist/knowledge/data/operators/cache_select_pop.json +280 -0
  80. package/dist/knowledge/data/operators/cache_select_top.json +946 -0
  81. package/dist/knowledge/data/operators/cache_sop.json +478 -0
  82. package/dist/knowledge/data/operators/cache_top.json +1559 -0
  83. package/dist/knowledge/data/operators/camera_blend_comp.json +4847 -0
  84. package/dist/knowledge/data/operators/camera_comp.json +215 -0
  85. package/dist/knowledge/data/operators/cap_sop.json +527 -0
  86. package/dist/knowledge/data/operators/capture_region_sop.json +568 -0
  87. package/dist/knowledge/data/operators/capture_sop.json +619 -0
  88. package/dist/knowledge/data/operators/carve_sop.json +902 -0
  89. package/dist/knowledge/data/operators/channel_mix_top.json +1088 -0
  90. package/dist/knowledge/data/operators/chop_execute_dat.json +1277 -0
  91. package/dist/knowledge/data/operators/chop_to_dat.json +571 -0
  92. package/dist/knowledge/data/operators/chop_to_pop.json +1236 -0
  93. package/dist/knowledge/data/operators/chop_to_sop.json +714 -0
  94. package/dist/knowledge/data/operators/chop_to_top.json +1231 -0
  95. package/dist/knowledge/data/operators/chroma_key_top.json +1653 -0
  96. package/dist/knowledge/data/operators/circle_pop.json +821 -0
  97. package/dist/knowledge/data/operators/circle_sop.json +991 -0
  98. package/dist/knowledge/data/operators/circle_top.json +2307 -0
  99. package/dist/knowledge/data/operators/clay_sop.json +1231 -0
  100. package/dist/knowledge/data/operators/clip_blender_chop.json +1931 -0
  101. package/dist/knowledge/data/operators/clip_chop.json +1366 -0
  102. package/dist/knowledge/data/operators/clip_dat.json +849 -0
  103. package/dist/knowledge/data/operators/clip_sop.json +475 -0
  104. package/dist/knowledge/data/operators/clock_chop.json +1792 -0
  105. package/dist/knowledge/data/operators/composite_chop.json +1414 -0
  106. package/dist/knowledge/data/operators/composite_top.json +2131 -0
  107. package/dist/knowledge/data/operators/connectivity_pop.json +11 -0
  108. package/dist/knowledge/data/operators/constant_chop.json +1238 -0
  109. package/dist/knowledge/data/operators/constant_mat.json +2727 -0
  110. package/dist/knowledge/data/operators/constant_top.json +1323 -0
  111. package/dist/knowledge/data/operators/constraint_comp.json +2076 -0
  112. package/dist/knowledge/data/operators/container_comp.json +6299 -0
  113. package/dist/knowledge/data/operators/convert_dat.json +569 -0
  114. package/dist/knowledge/data/operators/convert_pop.json +322 -0
  115. package/dist/knowledge/data/operators/convert_sop.json +807 -0
  116. package/dist/knowledge/data/operators/convolve_top.json +1041 -0
  117. package/dist/knowledge/data/operators/copy_chop.json +993 -0
  118. package/dist/knowledge/data/operators/copy_pop.json +1799 -0
  119. package/dist/knowledge/data/operators/copy_sop.json +1887 -0
  120. package/dist/knowledge/data/operators/corner_pin_top.json +1512 -0
  121. package/dist/knowledge/data/operators/count_chop.json +1369 -0
  122. package/dist/knowledge/data/operators/cplusplus_chop.json +569 -0
  123. package/dist/knowledge/data/operators/cplusplus_dat.json +477 -0
  124. package/dist/knowledge/data/operators/cplusplus_pop.json +308 -0
  125. package/dist/knowledge/data/operators/cplusplus_sop.json +195 -0
  126. package/dist/knowledge/data/operators/cplusplus_top.json +1276 -0
  127. package/dist/knowledge/data/operators/creep_sop.json +385 -0
  128. package/dist/knowledge/data/operators/crop_top.json +1323 -0
  129. package/dist/knowledge/data/operators/cross_chop.json +478 -0
  130. package/dist/knowledge/data/operators/cross_top.json +1559 -0
  131. package/dist/knowledge/data/operators/cube_map_top.json +946 -0
  132. package/dist/knowledge/data/operators/curve_pop.json +1525 -0
  133. package/dist/knowledge/data/operators/curveclay_sop.json +618 -0
  134. package/dist/knowledge/data/operators/curvesect_sop.json +665 -0
  135. package/dist/knowledge/data/operators/cycle_chop.json +1040 -0
  136. package/dist/knowledge/data/operators/dat_execute_dat.json +1230 -0
  137. package/dist/knowledge/data/operators/dat_to_chop.json +1510 -0
  138. package/dist/knowledge/data/operators/dat_to_pop.json +756 -0
  139. package/dist/knowledge/data/operators/dat_to_sop.json +902 -0
  140. package/dist/knowledge/data/operators/deform_sop.json +291 -0
  141. package/dist/knowledge/data/operators/delay_chop.json +615 -0
  142. package/dist/knowledge/data/operators/delete_chop.json +1556 -0
  143. package/dist/knowledge/data/operators/delete_pop.json +1422 -0
  144. package/dist/knowledge/data/operators/delete_sop.json +1230 -0
  145. package/dist/knowledge/data/operators/depth_mat.json +1933 -0
  146. package/dist/knowledge/data/operators/depth_top.json +1322 -0
  147. package/dist/knowledge/data/operators/difference_top.json +1647 -0
  148. package/dist/knowledge/data/operators/dimension_pop.json +280 -0
  149. package/dist/knowledge/data/operators/direct_display_out_top.json +997 -0
  150. package/dist/knowledge/data/operators/directx_in_top.json +901 -0
  151. package/dist/knowledge/data/operators/directx_out_top.json +948 -0
  152. package/dist/knowledge/data/operators/displace_top.json +1322 -0
  153. package/dist/knowledge/data/operators/divide_sop.json +713 -0
  154. package/dist/knowledge/data/operators/dmx_fixture_pop.json +772 -0
  155. package/dist/knowledge/data/operators/dmx_in_chop.json +1420 -0
  156. package/dist/knowledge/data/operators/dmx_map_dat.json +11 -0
  157. package/dist/knowledge/data/operators/dmx_out_chop.json +1843 -0
  158. package/dist/knowledge/data/operators/dmx_out_pop.json +668 -0
  159. package/dist/knowledge/data/operators/edge_top.json +1370 -0
  160. package/dist/knowledge/data/operators/emboss_top.json +1275 -0
  161. package/dist/knowledge/data/operators/engine_comp.json +2685 -0
  162. package/dist/knowledge/data/operators/envelope_chop.json +946 -0
  163. package/dist/knowledge/data/operators/environment_light_comp.json +2121 -0
  164. package/dist/knowledge/data/operators/error_dat.json +949 -0
  165. package/dist/knowledge/data/operators/etherdream_dat.json +472 -0
  166. package/dist/knowledge/data/operators/evaluate_dat.json +1650 -0
  167. package/dist/knowledge/data/operators/event_chop.json +1653 -0
  168. package/dist/knowledge/data/operators/examine_dat.json +1182 -0
  169. package/dist/knowledge/data/operators/execute_dat.json +1184 -0
  170. package/dist/knowledge/data/operators/experimental +0 -0
  171. package/dist/knowledge/data/operators/expression_chop.json +617 -0
  172. package/dist/knowledge/data/operators/extend_chop.json +617 -0
  173. package/dist/knowledge/data/operators/extrude_pop.json +316 -0
  174. package/dist/knowledge/data/operators/extrude_sop.json +1081 -0
  175. package/dist/knowledge/data/operators/face_track_chop.json +998 -0
  176. package/dist/knowledge/data/operators/face_track_sop.json +244 -0
  177. package/dist/knowledge/data/operators/facet_pop.json +480 -0
  178. package/dist/knowledge/data/operators/facet_sop.json +619 -0
  179. package/dist/knowledge/data/operators/fan_chop.json +804 -0
  180. package/dist/knowledge/data/operators/fbx_comp.json +4942 -0
  181. package/dist/knowledge/data/operators/feedback_chop.json +664 -0
  182. package/dist/knowledge/data/operators/feedback_pop.json +368 -0
  183. package/dist/knowledge/data/operators/feedback_top.json +191 -0
  184. package/dist/knowledge/data/operators/field_pop.json +2304 -0
  185. package/dist/knowledge/data/operators/fifo_dat.json +711 -0
  186. package/dist/knowledge/data/operators/file_in_chop.json +1181 -0
  187. package/dist/knowledge/data/operators/file_in_dat.json +527 -0
  188. package/dist/knowledge/data/operators/file_in_pop.json +298 -0
  189. package/dist/knowledge/data/operators/file_in_sop.json +289 -0
  190. package/dist/knowledge/data/operators/file_out_chop.json +618 -0
  191. package/dist/knowledge/data/operators/file_out_dat.json +524 -0
  192. package/dist/knowledge/data/operators/fillet_sop.json +949 -0
  193. package/dist/knowledge/data/operators/filter_chop.json +1134 -0
  194. package/dist/knowledge/data/operators/fit_sop.json +1087 -0
  195. package/dist/knowledge/data/operators/fit_top.json +1559 -0
  196. package/dist/knowledge/data/operators/flip_top.json +1040 -0
  197. package/dist/knowledge/data/operators/folder_dat.json +1888 -0
  198. package/dist/knowledge/data/operators/force_comp.json +1701 -0
  199. package/dist/knowledge/data/operators/force_pop.json +878 -0
  200. package/dist/knowledge/data/operators/force_sop.json +429 -0
  201. package/dist/knowledge/data/operators/fractal_sop.json +479 -0
  202. package/dist/knowledge/data/operators/freed_in_chop.json +808 -0
  203. package/dist/knowledge/data/operators/freed_out_chop.json +714 -0
  204. package/dist/knowledge/data/operators/function_chop.json +1086 -0
  205. package/dist/knowledge/data/operators/function_top.json +1558 -0
  206. package/dist/knowledge/data/operators/geo_text_comp.json +7338 -0
  207. package/dist/knowledge/data/operators/geometry_comp.json +199 -0
  208. package/dist/knowledge/data/operators/gesture_chop.json +1133 -0
  209. package/dist/knowledge/data/operators/glsl_advanced_pop.json +3539 -0
  210. package/dist/knowledge/data/operators/glsl_comp.json +6962 -0
  211. package/dist/knowledge/data/operators/glsl_copy_pop.json +2128 -0
  212. package/dist/knowledge/data/operators/glsl_mat.json +3720 -0
  213. package/dist/knowledge/data/operators/glsl_multi_top.json +2922 -0
  214. package/dist/knowledge/data/operators/glsl_pop.json +2317 -0
  215. package/dist/knowledge/data/operators/glsl_select_pop.json +280 -0
  216. package/dist/knowledge/data/operators/glsl_top.json +2922 -0
  217. package/dist/knowledge/data/operators/grid_pop.json +1029 -0
  218. package/dist/knowledge/data/operators/grid_sop.json +1041 -0
  219. package/dist/knowledge/data/operators/group_pop.json +1423 -0
  220. package/dist/knowledge/data/operators/group_sop.json +2075 -0
  221. package/dist/knowledge/data/operators/handle_chop.json +712 -0
  222. package/dist/knowledge/data/operators/handle_comp.json +2171 -0
  223. package/dist/knowledge/data/operators/histogram_pop.json +533 -0
  224. package/dist/knowledge/data/operators/hog_chop.json +620 -0
  225. package/dist/knowledge/data/operators/hokuyo_chop.json +941 -0
  226. package/dist/knowledge/data/operators/hold_chop.json +664 -0
  227. package/dist/knowledge/data/operators/hole_sop.json +291 -0
  228. package/dist/knowledge/data/operators/hsv_adjust_top.json +1370 -0
  229. package/dist/knowledge/data/operators/hsv_to_rgb_top.json +847 -0
  230. package/dist/knowledge/data/operators/import_select_chop.json +1838 -0
  231. package/dist/knowledge/data/operators/import_select_pop.json +808 -0
  232. package/dist/knowledge/data/operators/import_select_sop.json +1463 -0
  233. package/dist/knowledge/data/operators/import_select_top.json +993 -0
  234. package/dist/knowledge/data/operators/impulse_force_comp.json +1415 -0
  235. package/dist/knowledge/data/operators/in_chop.json +572 -0
  236. package/dist/knowledge/data/operators/in_dat.json +386 -0
  237. package/dist/knowledge/data/operators/in_mat.json +1559 -0
  238. package/dist/knowledge/data/operators/in_pop.json +280 -0
  239. package/dist/knowledge/data/operators/in_sop.json +102 -0
  240. package/dist/knowledge/data/operators/in_top.json +903 -0
  241. package/dist/knowledge/data/operators/index.json +1 -0
  242. package/dist/knowledge/data/operators/indices_dat.json +526 -0
  243. package/dist/knowledge/data/operators/info_chop.json +757 -0
  244. package/dist/knowledge/data/operators/info_dat.json +430 -0
  245. package/dist/knowledge/data/operators/insert_dat.json +896 -0
  246. package/dist/knowledge/data/operators/inside_top.json +1652 -0
  247. package/dist/knowledge/data/operators/interpolate_chop.json +711 -0
  248. package/dist/knowledge/data/operators/inverse_curve_chop.json +898 -0
  249. package/dist/knowledge/data/operators/inverse_curve_sop.json +97 -0
  250. package/dist/knowledge/data/operators/inverse_kin_chop.json +850 -0
  251. package/dist/knowledge/data/operators/iso_surface_sop.json +337 -0
  252. package/dist/knowledge/data/operators/join_chop.json +1368 -0
  253. package/dist/knowledge/data/operators/join_sop.json +667 -0
  254. package/dist/knowledge/data/operators/joint_sop.json +573 -0
  255. package/dist/knowledge/data/operators/joystick_chop.json +1558 -0
  256. package/dist/knowledge/data/operators/json_dat.json +619 -0
  257. package/dist/knowledge/data/operators/keyboard_in_chop.json +1041 -0
  258. package/dist/knowledge/data/operators/keyboard_in_dat.json +950 -0
  259. package/dist/knowledge/data/operators/keyframe_chop.json +711 -0
  260. package/dist/knowledge/data/operators/kinect_azure_chop.json +1092 -0
  261. package/dist/knowledge/data/operators/kinect_azure_select_top.json +1187 -0
  262. package/dist/knowledge/data/operators/kinect_azure_top.json +2737 -0
  263. package/dist/knowledge/data/operators/kinect_chop.json +1700 -0
  264. package/dist/knowledge/data/operators/kinect_sop.json +379 -0
  265. package/dist/knowledge/data/operators/kinect_top.json +1700 -0
  266. package/dist/knowledge/data/operators/lag_chop.json +1040 -0
  267. package/dist/knowledge/data/operators/laser_chop.json +1746 -0
  268. package/dist/knowledge/data/operators/laser_device_chop.json +1228 -0
  269. package/dist/knowledge/data/operators/lattice_sop.json +432 -0
  270. package/dist/knowledge/data/operators/layout_top.json +1936 -0
  271. package/dist/knowledge/data/operators/leap_motion_chop.json +1699 -0
  272. package/dist/knowledge/data/operators/leap_motion_top.json +1323 -0
  273. package/dist/knowledge/data/operators/lens_distort_top.json +2262 -0
  274. package/dist/knowledge/data/operators/leuze_rod4_chop.json +1371 -0
  275. package/dist/knowledge/data/operators/level_top.json +2273 -0
  276. package/dist/knowledge/data/operators/lfo_chop.json +1088 -0
  277. package/dist/knowledge/data/operators/light_comp.json +5410 -0
  278. package/dist/knowledge/data/operators/limit_chop.json +1133 -0
  279. package/dist/knowledge/data/operators/limit_pop.json +1243 -0
  280. package/dist/knowledge/data/operators/limit_sop.json +2075 -0
  281. package/dist/knowledge/data/operators/limit_top.json +1557 -0
  282. package/dist/knowledge/data/operators/line_break_pop.json +447 -0
  283. package/dist/knowledge/data/operators/line_divide_pop.json +688 -0
  284. package/dist/knowledge/data/operators/line_mat.json +5551 -0
  285. package/dist/knowledge/data/operators/line_metrics_pop.json +548 -0
  286. package/dist/knowledge/data/operators/line_pop.json +1343 -0
  287. package/dist/knowledge/data/operators/line_smooth_pop.json +1028 -0
  288. package/dist/knowledge/data/operators/line_sop.json +330 -0
  289. package/dist/knowledge/data/operators/line_thick_sop.json +478 -0
  290. package/dist/knowledge/data/operators/list_comp.json +6729 -0
  291. package/dist/knowledge/data/operators/lod_sop.json +431 -0
  292. package/dist/knowledge/data/operators/logic_chop.json +946 -0
  293. package/dist/knowledge/data/operators/lookup_attribute_pop.json +684 -0
  294. package/dist/knowledge/data/operators/lookup_channel_pop.json +1140 -0
  295. package/dist/knowledge/data/operators/lookup_chop.json +992 -0
  296. package/dist/knowledge/data/operators/lookup_dat.json +664 -0
  297. package/dist/knowledge/data/operators/lookup_texture_pop.json +1494 -0
  298. package/dist/knowledge/data/operators/lookup_top.json +1510 -0
  299. package/dist/knowledge/data/operators/lsystem_sop.json +1699 -0
  300. package/dist/knowledge/data/operators/ltc_in_chop.json +760 -0
  301. package/dist/knowledge/data/operators/ltc_out_chop.json +1512 -0
  302. package/dist/knowledge/data/operators/luma_blur_top.json +1316 -0
  303. package/dist/knowledge/data/operators/luma_level_top.json +1746 -0
  304. package/dist/knowledge/data/operators/magnet_sop.json +759 -0
  305. package/dist/knowledge/data/operators/material_sop.json +98 -0
  306. package/dist/knowledge/data/operators/math_chop.json +1193 -0
  307. package/dist/knowledge/data/operators/math_combine_pop.json +4283 -0
  308. package/dist/knowledge/data/operators/math_mix_pop.json +2641 -0
  309. package/dist/knowledge/data/operators/math_pop.json +2163 -0
  310. package/dist/knowledge/data/operators/math_top.json +1885 -0
  311. package/dist/knowledge/data/operators/matte_top.json +994 -0
  312. package/dist/knowledge/data/operators/media_file_info_dat.json +571 -0
  313. package/dist/knowledge/data/operators/merge_chop.json +627 -0
  314. package/dist/knowledge/data/operators/merge_dat.json +620 -0
  315. package/dist/knowledge/data/operators/merge_pop.json +764 -0
  316. package/dist/knowledge/data/operators/merge_sop.json +100 -0
  317. package/dist/knowledge/data/operators/metaball_sop.json +476 -0
  318. package/dist/knowledge/data/operators/midi_event_dat.json +1135 -0
  319. package/dist/knowledge/data/operators/midi_in_chop.json +3297 -0
  320. package/dist/knowledge/data/operators/midi_in_dat.json +1183 -0
  321. package/dist/knowledge/data/operators/midi_in_map_chop.json +946 -0
  322. package/dist/knowledge/data/operators/midi_out_chop.json +1793 -0
  323. package/dist/knowledge/data/operators/mirror_top.json +1271 -0
  324. package/dist/knowledge/data/operators/model_sop.json +52 -0
  325. package/dist/knowledge/data/operators/monitors_dat.json +617 -0
  326. package/dist/knowledge/data/operators/monochrome_top.json +1041 -0
  327. package/dist/knowledge/data/operators/mosys_chop.json +804 -0
  328. package/dist/knowledge/data/operators/mosys_top.json +896 -0
  329. package/dist/knowledge/data/operators/mouse_in_chop.json +1275 -0
  330. package/dist/knowledge/data/operators/mouse_out_chop.json +711 -0
  331. package/dist/knowledge/data/operators/movie_file_in_top.json +3546 -0
  332. package/dist/knowledge/data/operators/movie_file_out_top.json +3390 -0
  333. package/dist/knowledge/data/operators/mpcdi_dat.json +711 -0
  334. package/dist/knowledge/data/operators/mpcdi_top.json +1369 -0
  335. package/dist/knowledge/data/operators/mqtt_client_dat.json +1229 -0
  336. package/dist/knowledge/data/operators/multi_touch_in_dat.json +1185 -0
  337. package/dist/knowledge/data/operators/multiply_top.json +1647 -0
  338. package/dist/knowledge/data/operators/ncam_chop.json +1039 -0
  339. package/dist/knowledge/data/operators/ncam_top.json +1039 -0
  340. package/dist/knowledge/data/operators/ndi_dat.json +478 -0
  341. package/dist/knowledge/data/operators/ndi_in_top.json +1326 -0
  342. package/dist/knowledge/data/operators/ndi_out_top.json +1420 -0
  343. package/dist/knowledge/data/operators/neighbor_pop.json +534 -0
  344. package/dist/knowledge/data/operators/noise_chop.json +2230 -0
  345. package/dist/knowledge/data/operators/noise_pop.json +2107 -0
  346. package/dist/knowledge/data/operators/noise_sop.json +1136 -0
  347. package/dist/knowledge/data/operators/noise_top.json +2356 -0
  348. package/dist/knowledge/data/operators/normal_map_top.json +1182 -0
  349. package/dist/knowledge/data/operators/normal_pop.json +1488 -0
  350. package/dist/knowledge/data/operators/normalize_pop.json +1298 -0
  351. package/dist/knowledge/data/operators/notch_top.json +1511 -0
  352. package/dist/knowledge/data/operators/null_chop.json +673 -0
  353. package/dist/knowledge/data/operators/null_comp.json +2921 -0
  354. package/dist/knowledge/data/operators/null_dat.json +344 -0
  355. package/dist/knowledge/data/operators/null_mat.json +1511 -0
  356. package/dist/knowledge/data/operators/null_pop.json +18 -0
  357. package/dist/knowledge/data/operators/null_sop.json +100 -0
  358. package/dist/knowledge/data/operators/null_top.json +862 -0
  359. package/dist/knowledge/data/operators/nvidia_background_top.json +996 -0
  360. package/dist/knowledge/data/operators/nvidia_denoise_top.json +1089 -0
  361. package/dist/knowledge/data/operators/nvidia_flex_solver_comp.json +5367 -0
  362. package/dist/knowledge/data/operators/nvidia_flex_top.json +995 -0
  363. package/dist/knowledge/data/operators/nvidia_flow_emitter_comp.json +7812 -0
  364. package/dist/knowledge/data/operators/nvidia_flow_top.json +3675 -0
  365. package/dist/knowledge/data/operators/nvidia_upscaler_top.json +1089 -0
  366. package/dist/knowledge/data/operators/oak_device_chop.json +1372 -0
  367. package/dist/knowledge/data/operators/oak_select_chop.json +947 -0
  368. package/dist/knowledge/data/operators/oak_select_top.json +1323 -0
  369. package/dist/knowledge/data/operators/object_chop.json +2356 -0
  370. package/dist/knowledge/data/operators/object_merge_sop.json +194 -0
  371. package/dist/knowledge/data/operators/oculus_audio_chop.json +1371 -0
  372. package/dist/knowledge/data/operators/oculus_rift_chop.json +901 -0
  373. package/dist/knowledge/data/operators/oculus_rift_sop.json +147 -0
  374. package/dist/knowledge/data/operators/oculus_rift_top.json +995 -0
  375. package/dist/knowledge/data/operators/op_execute_dat.json +1463 -0
  376. package/dist/knowledge/data/operators/op_find_dat.json +2827 -0
  377. package/dist/knowledge/data/operators/op_viewer_comp.json +6586 -0
  378. package/dist/knowledge/data/operators/op_viewer_top.json +993 -0
  379. package/dist/knowledge/data/operators/opencolorio_top.json +1980 -0
  380. package/dist/knowledge/data/operators/openvr_chop.json +1135 -0
  381. package/dist/knowledge/data/operators/openvr_sop.json +99 -0
  382. package/dist/knowledge/data/operators/openvr_top.json +900 -0
  383. package/dist/knowledge/data/operators/optical_flow_top.json +1230 -0
  384. package/dist/knowledge/data/operators/optitrack_in_chop.json +854 -0
  385. package/dist/knowledge/data/operators/orbbec_select_top.json +1042 -0
  386. package/dist/knowledge/data/operators/orbbec_top.json +1558 -0
  387. package/dist/knowledge/data/operators/osc_in_chop.json +1371 -0
  388. package/dist/knowledge/data/operators/osc_in_dat.json +1280 -0
  389. package/dist/knowledge/data/operators/osc_out_chop.json +1138 -0
  390. package/dist/knowledge/data/operators/osc_out_dat.json +1280 -0
  391. package/dist/knowledge/data/operators/ouster_select_top.json +1228 -0
  392. package/dist/knowledge/data/operators/ouster_top.json +2404 -0
  393. package/dist/knowledge/data/operators/out_chop.json +476 -0
  394. package/dist/knowledge/data/operators/out_dat.json +386 -0
  395. package/dist/knowledge/data/operators/out_mat.json +1982 -0
  396. package/dist/knowledge/data/operators/out_pop.json +286 -0
  397. package/dist/knowledge/data/operators/out_sop.json +93 -0
  398. package/dist/knowledge/data/operators/out_top.json +903 -0
  399. package/dist/knowledge/data/operators/outside_top.json +1651 -0
  400. package/dist/knowledge/data/operators/over_top.json +1651 -0
  401. package/dist/knowledge/data/operators/override_chop.json +663 -0
  402. package/dist/knowledge/data/operators/pack_top.json +946 -0
  403. package/dist/knowledge/data/operators/pan_tilt_chop.json +11 -0
  404. package/dist/knowledge/data/operators/panel_chop.json +663 -0
  405. package/dist/knowledge/data/operators/panel_execute_dat.json +1182 -0
  406. package/dist/knowledge/data/operators/pangolin_chop.json +1135 -0
  407. package/dist/knowledge/data/operators/parameter_chop.json +803 -0
  408. package/dist/knowledge/data/operators/parameter_comp.json +6962 -0
  409. package/dist/knowledge/data/operators/parameter_dat.json +1698 -0
  410. package/dist/knowledge/data/operators/parameter_execute_dat.json +1371 -0
  411. package/dist/knowledge/data/operators/pargroup_execute_dat.json +1271 -0
  412. package/dist/knowledge/data/operators/particle_pop.json +1130 -0
  413. package/dist/knowledge/data/operators/particle_sop.json +2214 -0
  414. package/dist/knowledge/data/operators/pattern_chop.json +1697 -0
  415. package/dist/knowledge/data/operators/pattern_pop.json +1767 -0
  416. package/dist/knowledge/data/operators/pbr_mat.json +4990 -0
  417. package/dist/knowledge/data/operators/perform_chop.json +1651 -0
  418. package/dist/knowledge/data/operators/perform_dat.json +1184 -0
  419. package/dist/knowledge/data/operators/phaser_chop.json +618 -0
  420. package/dist/knowledge/data/operators/phaser_pop.json +1043 -0
  421. package/dist/knowledge/data/operators/phong_mat.json +5458 -0
  422. package/dist/knowledge/data/operators/photoshop_in_top.json +1418 -0
  423. package/dist/knowledge/data/operators/pipe_in_chop.json +1323 -0
  424. package/dist/knowledge/data/operators/pipe_out_chop.json +1182 -0
  425. package/dist/knowledge/data/operators/point_file_in_pop.json +1246 -0
  426. package/dist/knowledge/data/operators/point_file_in_top.json +3343 -0
  427. package/dist/knowledge/data/operators/point_file_select_top.json +1086 -0
  428. package/dist/knowledge/data/operators/point_generator_pop.json +1407 -0
  429. package/dist/knowledge/data/operators/point_pop.json +752 -0
  430. package/dist/knowledge/data/operators/point_sop.json +2171 -0
  431. package/dist/knowledge/data/operators/point_sprite_mat.json +2920 -0
  432. package/dist/knowledge/data/operators/point_transform_top.json +2779 -0
  433. package/dist/knowledge/data/operators/polygonize_pop.json +386 -0
  434. package/dist/knowledge/data/operators/polyloft_sop.json +759 -0
  435. package/dist/knowledge/data/operators/polypatch_sop.json +761 -0
  436. package/dist/knowledge/data/operators/polyreduce_sop.json +806 -0
  437. package/dist/knowledge/data/operators/polyspline_sop.json +667 -0
  438. package/dist/knowledge/data/operators/polystitch_sop.json +336 -0
  439. package/dist/knowledge/data/operators/pop_to_chop.json +11 -0
  440. package/dist/knowledge/data/operators/pop_to_dat.json +11 -0
  441. package/dist/knowledge/data/operators/pop_to_sop.json +11 -0
  442. package/dist/knowledge/data/operators/pop_to_top.json +11 -0
  443. package/dist/knowledge/data/operators/posistagenet_chop.json +900 -0
  444. package/dist/knowledge/data/operators/prefilter_map_top.json +947 -0
  445. package/dist/knowledge/data/operators/primitive_pop.json +1254 -0
  446. package/dist/knowledge/data/operators/primitive_sop.json +2075 -0
  447. package/dist/knowledge/data/operators/profile_sop.json +756 -0
  448. package/dist/knowledge/data/operators/project_sop.json +1276 -0
  449. package/dist/knowledge/data/operators/projection_pop.json +1060 -0
  450. package/dist/knowledge/data/operators/projection_top.json +1135 -0
  451. package/dist/knowledge/data/operators/proximity_pop.json +505 -0
  452. package/dist/knowledge/data/operators/pulse_chop.json +1744 -0
  453. package/dist/knowledge/data/operators/quantize_pop.json +1052 -0
  454. package/dist/knowledge/data/operators/rails_sop.json +853 -0
  455. package/dist/knowledge/data/operators/ramp_top.json +1899 -0
  456. package/dist/knowledge/data/operators/random_pop.json +1219 -0
  457. package/dist/knowledge/data/operators/raster_sop.json +291 -0
  458. package/dist/knowledge/data/operators/ray_pop.json +497 -0
  459. package/dist/knowledge/data/operators/ray_sop.json +856 -0
  460. package/dist/knowledge/data/operators/realsense_top.json +1608 -0
  461. package/dist/knowledge/data/operators/record_chop.json +1040 -0
  462. package/dist/knowledge/data/operators/rectangle_pop.json +800 -0
  463. package/dist/knowledge/data/operators/rectangle_sop.json +758 -0
  464. package/dist/knowledge/data/operators/rectangle_top.json +2259 -0
  465. package/dist/knowledge/data/operators/refine_sop.json +667 -0
  466. package/dist/knowledge/data/operators/remap_top.json +1182 -0
  467. package/dist/knowledge/data/operators/rename_chop.json +522 -0
  468. package/dist/knowledge/data/operators/render_pass_top.json +3108 -0
  469. package/dist/knowledge/data/operators/render_pick_chop.json +2119 -0
  470. package/dist/knowledge/data/operators/render_pick_dat.json +1840 -0
  471. package/dist/knowledge/data/operators/render_select_top.json +1086 -0
  472. package/dist/knowledge/data/operators/render_top.json +218 -0
  473. package/dist/knowledge/data/operators/renderstream_in_chop.json +617 -0
  474. package/dist/knowledge/data/operators/renderstream_in_top.json +950 -0
  475. package/dist/knowledge/data/operators/renderstream_out_top.json +997 -0
  476. package/dist/knowledge/data/operators/reorder_chop.json +946 -0
  477. package/dist/knowledge/data/operators/reorder_dat.json +711 -0
  478. package/dist/knowledge/data/operators/reorder_top.json +1229 -0
  479. package/dist/knowledge/data/operators/replace_chop.json +568 -0
  480. package/dist/knowledge/data/operators/replicator_comp.json +2208 -0
  481. package/dist/knowledge/data/operators/rerange_pop.json +892 -0
  482. package/dist/knowledge/data/operators/resample_chop.json +1134 -0
  483. package/dist/knowledge/data/operators/resample_sop.json +619 -0
  484. package/dist/knowledge/data/operators/resolution_top.json +892 -0
  485. package/dist/knowledge/data/operators/revolve_pop.json +607 -0
  486. package/dist/knowledge/data/operators/revolve_sop.json +714 -0
  487. package/dist/knowledge/data/operators/rgb_key_top.json +1654 -0
  488. package/dist/knowledge/data/operators/rgb_to_hsv_top.json +853 -0
  489. package/dist/knowledge/data/operators/s_curve_chop.json +1176 -0
  490. package/dist/knowledge/data/operators/scalable_display_top.json +1042 -0
  491. package/dist/knowledge/data/operators/screen_grab_top.json +1465 -0
  492. package/dist/knowledge/data/operators/screen_top.json +1652 -0
  493. package/dist/knowledge/data/operators/script_chop.json +520 -0
  494. package/dist/knowledge/data/operators/script_dat.json +429 -0
  495. package/dist/knowledge/data/operators/script_sop.json +146 -0
  496. package/dist/knowledge/data/operators/script_top.json +947 -0
  497. package/dist/knowledge/data/operators/select_chop.json +899 -0
  498. package/dist/knowledge/data/operators/select_comp.json +5645 -0
  499. package/dist/knowledge/data/operators/select_dat.json +1371 -0
  500. package/dist/knowledge/data/operators/select_mat.json +1977 -0
  501. package/dist/knowledge/data/operators/select_pop.json +347 -0
  502. package/dist/knowledge/data/operators/select_sop.json +100 -0
  503. package/dist/knowledge/data/operators/select_top.json +901 -0
  504. package/dist/knowledge/data/operators/sequence_blend_sop.json +336 -0
  505. package/dist/knowledge/data/operators/serial_chop.json +1182 -0
  506. package/dist/knowledge/data/operators/serial_dat.json +1418 -0
  507. package/dist/knowledge/data/operators/shared_mem_in_chop.json +620 -0
  508. package/dist/knowledge/data/operators/shared_mem_in_comp.json +1323 -0
  509. package/dist/knowledge/data/operators/shared_mem_in_top.json +994 -0
  510. package/dist/knowledge/data/operators/shared_mem_out_chop.json +620 -0
  511. package/dist/knowledge/data/operators/shared_mem_out_comp.json +1372 -0
  512. package/dist/knowledge/data/operators/shared_mem_out_top.json +1137 -0
  513. package/dist/knowledge/data/operators/shift_chop.json +899 -0
  514. package/dist/knowledge/data/operators/shuffle_chop.json +612 -0
  515. package/dist/knowledge/data/operators/sick_top.json +1322 -0
  516. package/dist/knowledge/data/operators/skin_deform_pop.json +972 -0
  517. package/dist/knowledge/data/operators/skin_pop.json +330 -0
  518. package/dist/knowledge/data/operators/skin_sop.json +711 -0
  519. package/dist/knowledge/data/operators/slider_comp.json +6918 -0
  520. package/dist/knowledge/data/operators/slope_chop.json +661 -0
  521. package/dist/knowledge/data/operators/slope_top.json +1370 -0
  522. package/dist/knowledge/data/operators/socketio_dat.json +945 -0
  523. package/dist/knowledge/data/operators/sop_to_chop.json +1137 -0
  524. package/dist/knowledge/data/operators/sop_to_dat.json +622 -0
  525. package/dist/knowledge/data/operators/sop_to_pop.json +409 -0
  526. package/dist/knowledge/data/operators/sort_chop.json +805 -0
  527. package/dist/knowledge/data/operators/sort_dat.json +894 -0
  528. package/dist/knowledge/data/operators/sort_pop.json +1023 -0
  529. package/dist/knowledge/data/operators/sort_sop.json +569 -0
  530. package/dist/knowledge/data/operators/spectrum_top.json +1182 -0
  531. package/dist/knowledge/data/operators/speed_chop.json +1180 -0
  532. package/dist/knowledge/data/operators/sphere_pop.json +1141 -0
  533. package/dist/knowledge/data/operators/sphere_sop.json +1370 -0
  534. package/dist/knowledge/data/operators/splice_chop.json +1226 -0
  535. package/dist/knowledge/data/operators/spring_chop.json +899 -0
  536. package/dist/knowledge/data/operators/spring_sop.json +1463 -0
  537. package/dist/knowledge/data/operators/sprinkle_pop.json +420 -0
  538. package/dist/knowledge/data/operators/sprinkle_sop.json +337 -0
  539. package/dist/knowledge/data/operators/sprite_sop.json +571 -0
  540. package/dist/knowledge/data/operators/ssao_top.json +1510 -0
  541. package/dist/knowledge/data/operators/st2110_device_chop.json +11 -0
  542. package/dist/knowledge/data/operators/stitch_sop.json +807 -0
  543. package/dist/knowledge/data/operators/stretch_chop.json +945 -0
  544. package/dist/knowledge/data/operators/stype_in_chop.json +756 -0
  545. package/dist/knowledge/data/operators/stype_out_chop.json +852 -0
  546. package/dist/knowledge/data/operators/stype_top.json +943 -0
  547. package/dist/knowledge/data/operators/subdivide_pop.json +292 -0
  548. package/dist/knowledge/data/operators/subdivide_sop.json +618 -0
  549. package/dist/knowledge/data/operators/substance_select_top.json +945 -0
  550. package/dist/knowledge/data/operators/substance_top.json +1182 -0
  551. package/dist/knowledge/data/operators/substitute_dat.json +1605 -0
  552. package/dist/knowledge/data/operators/subtract_top.json +1650 -0
  553. package/dist/knowledge/data/operators/superquad_sop.json +1135 -0
  554. package/dist/knowledge/data/operators/surfsect_sop.json +853 -0
  555. package/dist/knowledge/data/operators/sweep_sop.json +947 -0
  556. package/dist/knowledge/data/operators/switch_chop.json +523 -0
  557. package/dist/knowledge/data/operators/switch_dat.json +383 -0
  558. package/dist/knowledge/data/operators/switch_mat.json +1553 -0
  559. package/dist/knowledge/data/operators/switch_pop.json +496 -0
  560. package/dist/knowledge/data/operators/switch_sop.json +101 -0
  561. package/dist/knowledge/data/operators/switch_top.json +959 -0
  562. package/dist/knowledge/data/operators/sync_in_chop.json +617 -0
  563. package/dist/knowledge/data/operators/sync_out_chop.json +993 -0
  564. package/dist/knowledge/data/operators/syphon_spout_in_top.json +946 -0
  565. package/dist/knowledge/data/operators/syphon_spout_out_top.json +948 -0
  566. package/dist/knowledge/data/operators/table_comp.json +7009 -0
  567. package/dist/knowledge/data/operators/table_dat.json +1080 -0
  568. package/dist/knowledge/data/operators/tablet_chop.json +1367 -0
  569. package/dist/knowledge/data/operators/text_comp.json +8981 -0
  570. package/dist/knowledge/data/operators/text_dat.json +675 -0
  571. package/dist/knowledge/data/operators/text_sop.json +1512 -0
  572. package/dist/knowledge/data/operators/text_top.json +4236 -0
  573. package/dist/knowledge/data/operators/texture_3d_top.json +1417 -0
  574. package/dist/knowledge/data/operators/texture_map_pop.json +1744 -0
  575. package/dist/knowledge/data/operators/texture_sop.json +992 -0
  576. package/dist/knowledge/data/operators/threshold_top.json +1227 -0
  577. package/dist/knowledge/data/operators/tile_top.json +1840 -0
  578. package/dist/knowledge/data/operators/time_comp.json +1745 -0
  579. package/dist/knowledge/data/operators/time_machine_top.json +1041 -0
  580. package/dist/knowledge/data/operators/time_slice_chop.json +568 -0
  581. package/dist/knowledge/data/operators/timecode_chop.json +1981 -0
  582. package/dist/knowledge/data/operators/timeline_chop.json +1038 -0
  583. package/dist/knowledge/data/operators/timer_chop.json +4236 -0
  584. package/dist/knowledge/data/operators/top_to_chop.json +2077 -0
  585. package/dist/knowledge/data/operators/top_to_pop.json +2144 -0
  586. package/dist/knowledge/data/operators/topology_pop.json +1526 -0
  587. package/dist/knowledge/data/operators/torus_pop.json +901 -0
  588. package/dist/knowledge/data/operators/torus_sop.json +1368 -0
  589. package/dist/knowledge/data/operators/touch_in_chop.json +1182 -0
  590. package/dist/knowledge/data/operators/touch_in_dat.json +618 -0
  591. package/dist/knowledge/data/operators/touch_in_top.json +1182 -0
  592. package/dist/knowledge/data/operators/touch_out_chop.json +947 -0
  593. package/dist/knowledge/data/operators/touch_out_dat.json +712 -0
  594. package/dist/knowledge/data/operators/touch_out_top.json +1134 -0
  595. package/dist/knowledge/data/operators/trace_sop.json +759 -0
  596. package/dist/knowledge/data/operators/trail_chop.json +901 -0
  597. package/dist/knowledge/data/operators/trail_pop.json +827 -0
  598. package/dist/knowledge/data/operators/trail_sop.json +616 -0
  599. package/dist/knowledge/data/operators/transform_chop.json +2168 -0
  600. package/dist/knowledge/data/operators/transform_pop.json +2659 -0
  601. package/dist/knowledge/data/operators/transform_sop.json +1466 -0
  602. package/dist/knowledge/data/operators/transform_top.json +1803 -0
  603. package/dist/knowledge/data/operators/transform_xyz_chop.json +1369 -0
  604. package/dist/knowledge/data/operators/transpose_dat.json +334 -0
  605. package/dist/knowledge/data/operators/trig_pop.json +1135 -0
  606. package/dist/knowledge/data/operators/trigger_chop.json +2214 -0
  607. package/dist/knowledge/data/operators/trim_chop.json +805 -0
  608. package/dist/knowledge/data/operators/trim_sop.json +336 -0
  609. package/dist/knowledge/data/operators/tristrip_sop.json +194 -0
  610. package/dist/knowledge/data/operators/tube_pop.json +861 -0
  611. package/dist/knowledge/data/operators/tube_sop.json +1323 -0
  612. package/dist/knowledge/data/operators/tuio_in_dat.json +806 -0
  613. package/dist/knowledge/data/operators/twist_pop.json +1127 -0
  614. package/dist/knowledge/data/operators/twist_sop.json +533 -0
  615. package/dist/knowledge/data/operators/udp_in_dat.json +1090 -0
  616. package/dist/knowledge/data/operators/udp_out_dat.json +1280 -0
  617. package/dist/knowledge/data/operators/under_top.json +1652 -0
  618. package/dist/knowledge/data/operators/usd_comp.json +4800 -0
  619. package/dist/knowledge/data/operators/vertex_sop.json +667 -0
  620. package/dist/knowledge/data/operators/video_device_in_top.json +3062 -0
  621. package/dist/knowledge/data/operators/video_device_out_top.json +1936 -0
  622. package/dist/knowledge/data/operators/video_devices_dat.json +616 -0
  623. package/dist/knowledge/data/operators/video_stream_in_top.json +1842 -0
  624. package/dist/knowledge/data/operators/video_stream_out_top.json +2548 -0
  625. package/dist/knowledge/data/operators/vioso_top.json +943 -0
  626. package/dist/knowledge/data/operators/warp_chop.json +570 -0
  627. package/dist/knowledge/data/operators/wave_chop.json +1510 -0
  628. package/dist/knowledge/data/operators/web_client_dat.json +1514 -0
  629. package/dist/knowledge/data/operators/web_render_top.json +1749 -0
  630. package/dist/knowledge/data/operators/web_server_dat.json +714 -0
  631. package/dist/knowledge/data/operators/webrtc_dat.json +851 -0
  632. package/dist/knowledge/data/operators/websocket_dat.json +901 -0
  633. package/dist/knowledge/data/operators/widget_comp.json +6299 -0
  634. package/dist/knowledge/data/operators/window_comp.json +3061 -0
  635. package/dist/knowledge/data/operators/wireframe_mat.json +2165 -0
  636. package/dist/knowledge/data/operators/wireframe_sop.json +338 -0
  637. package/dist/knowledge/data/operators/wrnchai_chop.json +1084 -0
  638. package/dist/knowledge/data/operators/xml_dat.json +1230 -0
  639. package/dist/knowledge/data/operators/zed_chop.json +1840 -0
  640. package/dist/knowledge/data/operators/zed_sop.json +712 -0
  641. package/dist/knowledge/data/operators/zed_top.json +1981 -0
  642. package/dist/knowledge/data/patterns.json +1 -0
  643. package/dist/knowledge/data/python-api/App.json +78 -0
  644. package/dist/knowledge/data/python-api/Attribute.json +43 -0
  645. package/dist/knowledge/data/python-api/Attributes.json +41 -0
  646. package/dist/knowledge/data/python-api/Bounds.json +10 -0
  647. package/dist/knowledge/data/python-api/CHOP.json +683 -0
  648. package/dist/knowledge/data/python-api/COMP.json +1019 -0
  649. package/dist/knowledge/data/python-api/Cell.json +80 -0
  650. package/dist/knowledge/data/python-api/Channel.json +100 -0
  651. package/dist/knowledge/data/python-api/Connector.json +43 -0
  652. package/dist/knowledge/data/python-api/DAT.json +1289 -0
  653. package/dist/knowledge/data/python-api/Dependency.json +10 -0
  654. package/dist/knowledge/data/python-api/Error_DAT.json +9 -0
  655. package/dist/knowledge/data/python-api/Group.json +54 -0
  656. package/dist/knowledge/data/python-api/License.json +25 -0
  657. package/dist/knowledge/data/python-api/MAT.json +621 -0
  658. package/dist/knowledge/data/python-api/MOD.json +83 -0
  659. package/dist/knowledge/data/python-api/Matrix.json +556 -0
  660. package/dist/knowledge/data/python-api/Monitor.json +25 -0
  661. package/dist/knowledge/data/python-api/Network.json +10 -0
  662. package/dist/knowledge/data/python-api/NetworkEditor.json +154 -0
  663. package/dist/knowledge/data/python-api/Node.json +10 -0
  664. package/dist/knowledge/data/python-api/OP.json +621 -0
  665. package/dist/knowledge/data/python-api/OP_Viewer_COMP.json +9 -0
  666. package/dist/knowledge/data/python-api/ObjectCOMP.json +1150 -0
  667. package/dist/knowledge/data/python-api/Page.json +797 -0
  668. package/dist/knowledge/data/python-api/Pane.json +62 -0
  669. package/dist/knowledge/data/python-api/Panel.json +25 -0
  670. package/dist/knowledge/data/python-api/PanelCOMP.json +1167 -0
  671. package/dist/knowledge/data/python-api/PanelValue.json +25 -0
  672. package/dist/knowledge/data/python-api/Par.json +115 -0
  673. package/dist/knowledge/data/python-api/ParGroup.json +101 -0
  674. package/dist/knowledge/data/python-api/Parameter.json +10 -0
  675. package/dist/knowledge/data/python-api/Parent.json +10 -0
  676. package/dist/knowledge/data/python-api/Pattern_CHOP.json +9 -0
  677. package/dist/knowledge/data/python-api/Peer.json +85 -0
  678. package/dist/knowledge/data/python-api/Point.json +32 -0
  679. package/dist/knowledge/data/python-api/Position.json +92 -0
  680. package/dist/knowledge/data/python-api/Prim.json +63 -0
  681. package/dist/knowledge/data/python-api/Project.json +118 -0
  682. package/dist/knowledge/data/python-api/PythonOp.json +140 -0
  683. package/dist/knowledge/data/python-api/Quaternion.json +24 -0
  684. package/dist/knowledge/data/python-api/Replicator_COMP.json +9 -0
  685. package/dist/knowledge/data/python-api/Run.json +32 -0
  686. package/dist/knowledge/data/python-api/Runs.json +10 -0
  687. package/dist/knowledge/data/python-api/SOP.json +642 -0
  688. package/dist/knowledge/data/python-api/ScriptOp.json +119 -0
  689. package/dist/knowledge/data/python-api/Segment.json +25 -0
  690. package/dist/knowledge/data/python-api/Sequence.json +48 -0
  691. package/dist/knowledge/data/python-api/Stype.json +9 -0
  692. package/dist/knowledge/data/python-api/SysInfo.json +25 -0
  693. package/dist/knowledge/data/python-api/TOP.json +724 -0
  694. package/dist/knowledge/data/python-api/Timecode.json +200 -0
  695. package/dist/knowledge/data/python-api/UI.json +73 -0
  696. package/dist/knowledge/data/python-api/Vertex.json +25 -0
  697. package/dist/knowledge/data/python-api/baseCOMP.json +1019 -0
  698. package/dist/knowledge/data/python-api/evaluateDAT.json +1289 -0
  699. package/dist/knowledge/data/python-api/examineDAT.json +1289 -0
  700. package/dist/knowledge/data/python-api/glslTOP.json +724 -0
  701. package/dist/knowledge/data/python-api/index.json +1 -0
  702. package/dist/knowledge/data/python-api/listCOMP.json +1516 -0
  703. package/dist/knowledge/data/python-api/midiinDAT.json +1328 -0
  704. package/dist/knowledge/data/python-api/scriptCHOP.json +24 -0
  705. package/dist/knowledge/data/python-api/scriptDAT.json +1335 -0
  706. package/dist/knowledge/data/python-api/scriptSOP.json +24 -0
  707. package/dist/knowledge/data/python-api/scriptTOP.json +24 -0
  708. package/dist/knowledge/data/python-api/serialDAT.json +1323 -0
  709. package/dist/knowledge/data/python-api/tcpipDAT.json +1357 -0
  710. package/dist/knowledge/data/python-api/td.json +646 -0
  711. package/dist/knowledge/data/python-api/td_Module.json +24 -0
  712. package/dist/knowledge/data/tutorials/anatomy_of_a_chop.json +275 -0
  713. package/dist/knowledge/data/tutorials/build_a_list_comp.json +268 -0
  714. package/dist/knowledge/data/tutorials/index.json +1 -0
  715. package/dist/knowledge/data/tutorials/introduction_to_python_tutorial.json +1598 -0
  716. package/dist/knowledge/data/tutorials/tdbitwig_user_guide.json +1986 -0
  717. package/dist/knowledge/data/tutorials/touchdesigner_video_server_specification_guide.json +555 -0
  718. package/dist/knowledge/data/tutorials/video_streaming_user_guide.json +653 -0
  719. package/dist/knowledge/data/tutorials/write_a_cplusplus_chop.json +139 -0
  720. package/dist/knowledge/data/tutorials/write_a_cplusplus_plugin.json +796 -0
  721. package/dist/knowledge/data/tutorials/write_a_cplusplus_top.json +104 -0
  722. package/dist/knowledge/data/tutorials/write_a_cuda_dll.json +259 -0
  723. package/dist/knowledge/data/tutorials/write_a_glsl_material.json +2353 -0
  724. package/dist/knowledge/data/tutorials/write_a_glsl_top.json +818 -0
  725. package/dist/knowledge/data/tutorials/write_a_shared_memory_chop.json +261 -0
  726. package/dist/knowledge/data/tutorials/write_a_shared_memory_top.json +193 -0
  727. package/dist/recipes/audio_spectrum_bars.json +26 -0
  728. package/dist/recipes/data_sonification.json +37 -0
  729. package/dist/recipes/feedback_tunnel.json +73 -0
  730. package/dist/recipes/kinect_silhouette.json +45 -0
  731. package/dist/recipes/led_strip_mapper.json +32 -0
  732. package/dist/recipes/noise_landscape.json +76 -0
  733. package/dist/recipes/particle_galaxy.json +52 -0
  734. package/dist/recipes/projection_mapping.json +25 -0
  735. package/dist/recipes/reaction_diffusion.json +90 -0
  736. package/dist/recipes/webcam_glitch.json +40 -0
  737. package/package.json +74 -0
  738. package/recipes/audio_spectrum_bars.json +26 -0
  739. package/recipes/data_sonification.json +37 -0
  740. package/recipes/feedback_tunnel.json +73 -0
  741. package/recipes/kinect_silhouette.json +45 -0
  742. package/recipes/led_strip_mapper.json +32 -0
  743. package/recipes/noise_landscape.json +76 -0
  744. package/recipes/particle_galaxy.json +52 -0
  745. package/recipes/projection_mapping.json +25 -0
  746. package/recipes/reaction_diffusion.json +90 -0
  747. package/recipes/webcam_glitch.json +40 -0
  748. package/td/README.md +160 -0
  749. package/td/bootstrap.py +73 -0
  750. package/td/modules/mcp/__init__.py +1 -0
  751. package/td/modules/mcp/controllers/__init__.py +1 -0
  752. package/td/modules/mcp/controllers/api_controller.py +240 -0
  753. package/td/modules/mcp/dev.py +40 -0
  754. package/td/modules/mcp/events.py +25 -0
  755. package/td/modules/mcp/install.py +155 -0
  756. package/td/modules/mcp/services/__init__.py +1 -0
  757. package/td/modules/mcp/services/analysis_service.py +64 -0
  758. package/td/modules/mcp/services/api_service.py +195 -0
  759. package/td/modules/mcp/services/batch_service.py +49 -0
  760. package/td/modules/mcp/services/preview_service.py +40 -0
  761. package/td/modules/utils/__init__.py +1 -0
  762. package/td/modules/utils/version.py +3 -0
  763. package/td/startup.py +34 -0
  764. package/td/templates/webserver_callbacks.py +50 -0
  765. package/td/tests/test_api_controller.py +242 -0
@@ -0,0 +1,2317 @@
1
+ {
2
+ "name": "GLSL POP",
3
+ "id": "glsl_pop",
4
+ "category": "POP",
5
+ "subcategory": "Experimental",
6
+ "description": "This POP allows you to modify input attributes with GLSL. It works on a single attribute class at a time, Points, Verts or Primitives, and doesn't allow to change the number of input elements (Points, Verts or Primitives).",
7
+ "parameters": [
8
+ {
9
+ "name": "computedat",
10
+ "label": "Compute Shader",
11
+ "description": "Configure Compute Shader for the operator",
12
+ "type": "menu",
13
+ "options": [
14
+ {
15
+ "label": "Point",
16
+ "value": "point",
17
+ "description": ""
18
+ },
19
+ {
20
+ "label": "Vertex",
21
+ "value": "vertex",
22
+ "description": ""
23
+ },
24
+ {
25
+ "label": "Primitive",
26
+ "value": "primitive",
27
+ "description": ""
28
+ },
29
+ {
30
+ "label": "Auto",
31
+ "value": "auto",
32
+ "description": ""
33
+ },
34
+ {
35
+ "label": "Number of Elements in Other Input",
36
+ "value": "otherinputelements",
37
+ "description": ""
38
+ },
39
+ {
40
+ "label": "Manual",
41
+ "value": "manual",
42
+ "description": ""
43
+ },
44
+ {
45
+ "label": "Manual Number of Elements",
46
+ "value": "numelems",
47
+ "description": ""
48
+ },
49
+ {
50
+ "label": "Number of Elements from Attribute",
51
+ "value": "numelemsattrib",
52
+ "description": ""
53
+ },
54
+ {
55
+ "label": "Point",
56
+ "value": "point",
57
+ "description": ""
58
+ },
59
+ {
60
+ "label": "Vertex",
61
+ "value": "vertex",
62
+ "description": ""
63
+ },
64
+ {
65
+ "label": "Primitive",
66
+ "value": "primitive",
67
+ "description": ""
68
+ },
69
+ {
70
+ "label": "Work Group Size",
71
+ "value": "workgroupsizex",
72
+ "description": ""
73
+ },
74
+ {
75
+ "label": "Work Group Size",
76
+ "value": "workgroupsizey",
77
+ "description": ""
78
+ },
79
+ {
80
+ "label": "Work Group Size",
81
+ "value": "workgroupsizez",
82
+ "description": ""
83
+ },
84
+ {
85
+ "label": "Dispatch Size",
86
+ "value": "dispatchsizex",
87
+ "description": ""
88
+ },
89
+ {
90
+ "label": "Dispatch Size",
91
+ "value": "dispatchsizey",
92
+ "description": ""
93
+ },
94
+ {
95
+ "label": "Dispatch Size",
96
+ "value": "dispatchsizez",
97
+ "description": ""
98
+ },
99
+ {
100
+ "label": "*",
101
+ "value": "*",
102
+ "description": ""
103
+ },
104
+ {
105
+ "label": "Write Only",
106
+ "value": "writeonly",
107
+ "description": ""
108
+ },
109
+ {
110
+ "label": "Read-Write",
111
+ "value": "readwrite",
112
+ "description": "Write readwrite -"
113
+ },
114
+ {
115
+ "label": "Performance",
116
+ "value": "performance",
117
+ "description": "Performant noise."
118
+ },
119
+ {
120
+ "label": "Quality",
121
+ "value": "quality",
122
+ "description": "Quality noise."
123
+ },
124
+ {
125
+ "label": "Custom",
126
+ "value": "custom",
127
+ "description": ""
128
+ },
129
+ {
130
+ "label": "N",
131
+ "value": "n",
132
+ "description": ""
133
+ },
134
+ {
135
+ "label": "Color",
136
+ "value": "color",
137
+ "description": ""
138
+ },
139
+ {
140
+ "label": "Tex",
141
+ "value": "tex",
142
+ "description": ""
143
+ },
144
+ {
145
+ "label": "PointScale",
146
+ "value": "pointscale",
147
+ "description": ""
148
+ },
149
+ {
150
+ "label": "LineWidth",
151
+ "value": "linewidth",
152
+ "description": ""
153
+ },
154
+ {
155
+ "label": "float",
156
+ "value": "float",
157
+ "description": ""
158
+ },
159
+ {
160
+ "label": "double",
161
+ "value": "double",
162
+ "description": ""
163
+ },
164
+ {
165
+ "label": "int",
166
+ "value": "int",
167
+ "description": ""
168
+ },
169
+ {
170
+ "label": "uint",
171
+ "value": "uint",
172
+ "description": ""
173
+ },
174
+ {
175
+ "label": "vector",
176
+ "value": "vector",
177
+ "description": ""
178
+ },
179
+ {
180
+ "label": "dvector",
181
+ "value": "dvector",
182
+ "description": ""
183
+ },
184
+ {
185
+ "label": "dir",
186
+ "value": "dir",
187
+ "description": ""
188
+ },
189
+ {
190
+ "label": "dbl dir",
191
+ "value": "ddir",
192
+ "description": ""
193
+ },
194
+ {
195
+ "label": "1",
196
+ "value": "1",
197
+ "description": ""
198
+ },
199
+ {
200
+ "label": "2",
201
+ "value": "2",
202
+ "description": ""
203
+ },
204
+ {
205
+ "label": "3",
206
+ "value": "3",
207
+ "description": ""
208
+ },
209
+ {
210
+ "label": "4",
211
+ "value": "4",
212
+ "description": ""
213
+ },
214
+ {
215
+ "label": "Value",
216
+ "value": "attr0valuer",
217
+ "description": ""
218
+ },
219
+ {
220
+ "label": "Value",
221
+ "value": "attr0valueg",
222
+ "description": ""
223
+ },
224
+ {
225
+ "label": "Value",
226
+ "value": "attr0valueb",
227
+ "description": ""
228
+ },
229
+ {
230
+ "label": "Value",
231
+ "value": "attr0valuea",
232
+ "description": ""
233
+ },
234
+ {
235
+ "label": "None",
236
+ "value": "none",
237
+ "description": ""
238
+ },
239
+ {
240
+ "label": "Transform Matrix",
241
+ "value": "transformMatrix",
242
+ "description": ""
243
+ },
244
+ {
245
+ "label": "float",
246
+ "value": "float",
247
+ "description": ""
248
+ },
249
+ {
250
+ "label": "vec2",
251
+ "value": "vec2",
252
+ "description": ""
253
+ },
254
+ {
255
+ "label": "vec3",
256
+ "value": "vec3",
257
+ "description": ""
258
+ },
259
+ {
260
+ "label": "vec4",
261
+ "value": "vec4",
262
+ "description": ""
263
+ },
264
+ {
265
+ "label": "double",
266
+ "value": "double",
267
+ "description": ""
268
+ },
269
+ {
270
+ "label": "dvec2",
271
+ "value": "dvec2",
272
+ "description": ""
273
+ },
274
+ {
275
+ "label": "dvec3",
276
+ "value": "dvec3",
277
+ "description": ""
278
+ },
279
+ {
280
+ "label": "dvec4",
281
+ "value": "dvec4",
282
+ "description": ""
283
+ },
284
+ {
285
+ "label": "int",
286
+ "value": "int",
287
+ "description": ""
288
+ },
289
+ {
290
+ "label": "ivec2",
291
+ "value": "ivec2",
292
+ "description": ""
293
+ },
294
+ {
295
+ "label": "ivec3",
296
+ "value": "ivec3",
297
+ "description": ""
298
+ },
299
+ {
300
+ "label": "ivec4",
301
+ "value": "ivec4",
302
+ "description": ""
303
+ },
304
+ {
305
+ "label": "uint",
306
+ "value": "uint",
307
+ "description": ""
308
+ },
309
+ {
310
+ "label": "uvec2",
311
+ "value": "uvec2",
312
+ "description": ""
313
+ },
314
+ {
315
+ "label": "uvec3",
316
+ "value": "uvec3",
317
+ "description": ""
318
+ },
319
+ {
320
+ "label": "uvec4",
321
+ "value": "uvec4",
322
+ "description": ""
323
+ },
324
+ {
325
+ "label": "Value",
326
+ "value": "vec0valuex",
327
+ "description": ""
328
+ },
329
+ {
330
+ "label": "Value",
331
+ "value": "vec0valuey",
332
+ "description": ""
333
+ },
334
+ {
335
+ "label": "Value",
336
+ "value": "vec0valuez",
337
+ "description": ""
338
+ },
339
+ {
340
+ "label": "Value",
341
+ "value": "vec0valuew",
342
+ "description": ""
343
+ },
344
+ {
345
+ "label": "Hold",
346
+ "value": "hold",
347
+ "description": ""
348
+ },
349
+ {
350
+ "label": "Zero",
351
+ "value": "zero",
352
+ "description": ""
353
+ },
354
+ {
355
+ "label": "Repeat",
356
+ "value": "repeat",
357
+ "description": ""
358
+ },
359
+ {
360
+ "label": "Mirror",
361
+ "value": "mirror",
362
+ "description": ""
363
+ },
364
+ {
365
+ "label": "Hold",
366
+ "value": "hold",
367
+ "description": ""
368
+ },
369
+ {
370
+ "label": "Zero",
371
+ "value": "zero",
372
+ "description": ""
373
+ },
374
+ {
375
+ "label": "Repeat",
376
+ "value": "repeat",
377
+ "description": ""
378
+ },
379
+ {
380
+ "label": "Mirror",
381
+ "value": "mirror",
382
+ "description": ""
383
+ },
384
+ {
385
+ "label": "Hold",
386
+ "value": "hold",
387
+ "description": ""
388
+ },
389
+ {
390
+ "label": "Zero",
391
+ "value": "zero",
392
+ "description": ""
393
+ },
394
+ {
395
+ "label": "Repeat",
396
+ "value": "repeat",
397
+ "description": ""
398
+ },
399
+ {
400
+ "label": "Mirror",
401
+ "value": "mirror",
402
+ "description": ""
403
+ },
404
+ {
405
+ "label": "Nearest Pixel",
406
+ "value": "nearest",
407
+ "description": ""
408
+ },
409
+ {
410
+ "label": "Interpolate Pixels",
411
+ "value": "linear",
412
+ "description": ""
413
+ },
414
+ {
415
+ "label": "float",
416
+ "value": "float",
417
+ "description": ""
418
+ },
419
+ {
420
+ "label": "vec2",
421
+ "value": "vec2",
422
+ "description": ""
423
+ },
424
+ {
425
+ "label": "vec3",
426
+ "value": "vec3",
427
+ "description": ""
428
+ },
429
+ {
430
+ "label": "vec4",
431
+ "value": "vec4",
432
+ "description": ""
433
+ },
434
+ {
435
+ "label": "sRGB",
436
+ "value": "srgb",
437
+ "description": "sRGB color space, with sRGB transfer function. Considered an SDR color space with respect to Reference White."
438
+ },
439
+ {
440
+ "label": "sRGB - Linear",
441
+ "value": "srgblinear",
442
+ "description": "Linear srgblinear - sRGB color space, with linear transfer function. Considered an SDR color space with respect to Reference White."
443
+ },
444
+ {
445
+ "label": "Rec.601 (NTSC)",
446
+ "value": "rec601ntsc",
447
+ "description": "Rec.601 with NTSC primaries color space, with Rec.601 transfer function. Considered an SDR color space with respect to Reference White."
448
+ },
449
+ {
450
+ "label": "Rec.709",
451
+ "value": "rec709",
452
+ "description": "Rec.709 color space, with Rec.709 (same as Rec.2020) transfer function. Considered an SDR color space with respect to Reference White."
453
+ },
454
+ {
455
+ "label": "Rec.2020",
456
+ "value": "rec2020",
457
+ "description": "Rec.2020 color space, with Rec.2020 (same as Rec.709) transfer function. Considered an HDR color space with respect to Reference White."
458
+ },
459
+ {
460
+ "label": "DCI-P3",
461
+ "value": "dcip3",
462
+ "description": "P3 dcip3 - DCI-P3 color space, with D65 white point and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
463
+ },
464
+ {
465
+ "label": "DCI-P3 (D60)",
466
+ "value": "dcip3d60",
467
+ "description": "P3 (D60) dcip3d60 - DCI-P3 \"D60 sim\" color space, with D60 white point, and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
468
+ },
469
+ {
470
+ "label": "Display-P3 (D65)",
471
+ "value": "displayp3d65",
472
+ "description": "P3 (D65) displayp3d65 - Display-P3 color space, with D65 white point, and sRGB gamma transfer function. Considered an HDR color space with respect to Reference White."
473
+ },
474
+ {
475
+ "label": "ACES2065-1",
476
+ "value": "aces2065-1",
477
+ "description": "1 aces2065-1 - ACES 2065-1 (also known as ACES AP0) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
478
+ },
479
+ {
480
+ "label": "ACEScg",
481
+ "value": "acescg",
482
+ "description": "ACEScg (also known as ACES AP1) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
483
+ },
484
+ {
485
+ "label": "Passthrough",
486
+ "value": "passthrough",
487
+ "description": "When selected, the color values will be used as-is in the operation, without any modification or attempt to convert them into the Working Color Space."
488
+ },
489
+ {
490
+ "label": "Default For Color Space",
491
+ "value": "default",
492
+ "description": "Will use either the SDR or the HDR Reference White, based on the color space selected."
493
+ },
494
+ {
495
+ "label": "Standard (SDR)",
496
+ "value": "sdr",
497
+ "description": "Will treat the Parameter Color Space as SDR for it's reference white value."
498
+ },
499
+ {
500
+ "label": "High (HDR)",
501
+ "value": "hdr",
502
+ "description": "Will treat the Parameter Color Space as HDR for it's reference white value."
503
+ }
504
+ ]
505
+ },
506
+ {
507
+ "name": "attrclass",
508
+ "label": "Attribute Class",
509
+ "description": "Configure Attribute Class for the operator",
510
+ "type": "menu",
511
+ "options": [
512
+ {
513
+ "label": "Point",
514
+ "value": "point",
515
+ "description": ""
516
+ },
517
+ {
518
+ "label": "Vertex",
519
+ "value": "vertex",
520
+ "description": ""
521
+ },
522
+ {
523
+ "label": "Primitive",
524
+ "value": "primitive",
525
+ "description": ""
526
+ }
527
+ ]
528
+ },
529
+ {
530
+ "name": "point",
531
+ "label": "Point",
532
+ "description": "Configure Point for the operator",
533
+ "type": "menu",
534
+ "options": [
535
+ {
536
+ "label": "Point",
537
+ "value": "point",
538
+ "description": ""
539
+ },
540
+ {
541
+ "label": "Vertex",
542
+ "value": "vertex",
543
+ "description": ""
544
+ },
545
+ {
546
+ "label": "Primitive",
547
+ "value": "primitive",
548
+ "description": ""
549
+ }
550
+ ]
551
+ },
552
+ {
553
+ "name": "numthreadsmode",
554
+ "label": "Number of Threads",
555
+ "description": "Configure Number of Threads for the operator",
556
+ "type": "menu",
557
+ "options": [
558
+ {
559
+ "label": "Auto",
560
+ "value": "auto",
561
+ "description": ""
562
+ },
563
+ {
564
+ "label": "Number of Elements in Other Input",
565
+ "value": "otherinputelements",
566
+ "description": ""
567
+ },
568
+ {
569
+ "label": "Manual",
570
+ "value": "manual",
571
+ "description": ""
572
+ },
573
+ {
574
+ "label": "Manual Number of Elements",
575
+ "value": "numelems",
576
+ "description": ""
577
+ },
578
+ {
579
+ "label": "Number of Elements from Attribute",
580
+ "value": "numelemsattrib",
581
+ "description": ""
582
+ }
583
+ ]
584
+ },
585
+ {
586
+ "name": "auto",
587
+ "label": "Auto",
588
+ "description": "Configure Auto for the operator",
589
+ "type": "menu",
590
+ "options": [
591
+ {
592
+ "label": "Auto",
593
+ "value": "auto",
594
+ "description": ""
595
+ },
596
+ {
597
+ "label": "Number of Elements in Other Input",
598
+ "value": "otherinputelements",
599
+ "description": ""
600
+ },
601
+ {
602
+ "label": "Manual",
603
+ "value": "manual",
604
+ "description": ""
605
+ },
606
+ {
607
+ "label": "Manual Number of Elements",
608
+ "value": "numelems",
609
+ "description": ""
610
+ },
611
+ {
612
+ "label": "Number of Elements from Attribute",
613
+ "value": "numelemsattrib",
614
+ "description": ""
615
+ }
616
+ ]
617
+ },
618
+ {
619
+ "name": "threadsinput",
620
+ "label": "Threads Input",
621
+ "description": "Configure Threads Input for the operator",
622
+ "type": "string"
623
+ },
624
+ {
625
+ "name": "numelems",
626
+ "label": "Number of Elements",
627
+ "description": "Configure Number of Elements for the operator",
628
+ "type": "string"
629
+ },
630
+ {
631
+ "name": "numelemspop",
632
+ "label": "POP",
633
+ "description": "Configure POP for the operator",
634
+ "type": "string"
635
+ },
636
+ {
637
+ "name": "numelemsclass",
638
+ "label": "Num Elements Attrib",
639
+ "description": "Configure Num Elements Attrib for the operator",
640
+ "type": "menu",
641
+ "options": [
642
+ {
643
+ "label": "Point",
644
+ "value": "point",
645
+ "description": ""
646
+ },
647
+ {
648
+ "label": "Vertex",
649
+ "value": "vertex",
650
+ "description": ""
651
+ },
652
+ {
653
+ "label": "Primitive",
654
+ "value": "primitive",
655
+ "description": ""
656
+ }
657
+ ]
658
+ },
659
+ {
660
+ "name": "numelemsattr",
661
+ "label": "Num Elements Attrib",
662
+ "description": "Configure Num Elements Attrib for the operator",
663
+ "type": "string"
664
+ },
665
+ {
666
+ "name": "workgroupsize",
667
+ "label": "Work Group Size",
668
+ "description": "Configure Work Group Size for the operator",
669
+ "type": "menu",
670
+ "options": [
671
+ {
672
+ "label": "Work Group Size",
673
+ "value": "workgroupsizex",
674
+ "description": ""
675
+ },
676
+ {
677
+ "label": "Work Group Size",
678
+ "value": "workgroupsizey",
679
+ "description": ""
680
+ },
681
+ {
682
+ "label": "Work Group Size",
683
+ "value": "workgroupsizez",
684
+ "description": ""
685
+ }
686
+ ]
687
+ },
688
+ {
689
+ "name": "workgroupsizex",
690
+ "label": "Work Group Size",
691
+ "description": "Configure Work Group Size for the operator",
692
+ "type": "menu",
693
+ "options": [
694
+ {
695
+ "label": "Work Group Size",
696
+ "value": "workgroupsizex",
697
+ "description": ""
698
+ },
699
+ {
700
+ "label": "Work Group Size",
701
+ "value": "workgroupsizey",
702
+ "description": ""
703
+ },
704
+ {
705
+ "label": "Work Group Size",
706
+ "value": "workgroupsizez",
707
+ "description": ""
708
+ }
709
+ ]
710
+ },
711
+ {
712
+ "name": "dispatchsize",
713
+ "label": "Dispatch Size",
714
+ "description": "Configure Dispatch Size for the operator",
715
+ "type": "menu",
716
+ "options": [
717
+ {
718
+ "label": "Dispatch Size",
719
+ "value": "dispatchsizex",
720
+ "description": ""
721
+ },
722
+ {
723
+ "label": "Dispatch Size",
724
+ "value": "dispatchsizey",
725
+ "description": ""
726
+ },
727
+ {
728
+ "label": "Dispatch Size",
729
+ "value": "dispatchsizez",
730
+ "description": ""
731
+ }
732
+ ]
733
+ },
734
+ {
735
+ "name": "dispatchsizex",
736
+ "label": "Dispatch Size",
737
+ "description": "Configure Dispatch Size for the operator",
738
+ "type": "menu",
739
+ "options": [
740
+ {
741
+ "label": "Dispatch Size",
742
+ "value": "dispatchsizex",
743
+ "description": ""
744
+ },
745
+ {
746
+ "label": "Dispatch Size",
747
+ "value": "dispatchsizey",
748
+ "description": ""
749
+ },
750
+ {
751
+ "label": "Dispatch Size",
752
+ "value": "dispatchsizez",
753
+ "description": ""
754
+ }
755
+ ]
756
+ },
757
+ {
758
+ "name": "outputattrs",
759
+ "label": "Output Attributes",
760
+ "description": "Configure Output Attributes for the operator",
761
+ "type": "menu",
762
+ "options": [
763
+ {
764
+ "label": "*",
765
+ "value": "*",
766
+ "description": ""
767
+ }
768
+ ]
769
+ },
770
+ {
771
+ "name": "*",
772
+ "label": "*",
773
+ "description": "Configure * for the operator",
774
+ "type": "menu",
775
+ "options": [
776
+ {
777
+ "label": "*",
778
+ "value": "*",
779
+ "description": ""
780
+ }
781
+ ]
782
+ },
783
+ {
784
+ "name": "outputaccess",
785
+ "label": "Output Access",
786
+ "description": "Configure Output Access for the operator",
787
+ "type": "menu",
788
+ "options": [
789
+ {
790
+ "label": "Write Only",
791
+ "value": "writeonly",
792
+ "description": ""
793
+ },
794
+ {
795
+ "label": "Read-Write",
796
+ "value": "readwrite",
797
+ "description": "Write readwrite -"
798
+ }
799
+ ]
800
+ },
801
+ {
802
+ "name": "writeonly",
803
+ "label": "Write Only",
804
+ "description": "Configure Write Only for the operator",
805
+ "type": "menu",
806
+ "options": [
807
+ {
808
+ "label": "Write Only",
809
+ "value": "writeonly",
810
+ "description": ""
811
+ },
812
+ {
813
+ "label": "Read-Write",
814
+ "value": "readwrite",
815
+ "description": "Write readwrite -"
816
+ }
817
+ ]
818
+ },
819
+ {
820
+ "name": "initoutputattrs",
821
+ "label": "Initialize Output Attributes",
822
+ "description": "Configure Initialize Output Attributes for the operator",
823
+ "type": "string"
824
+ },
825
+ {
826
+ "name": "prevpassoutput",
827
+ "label": "Copy Previous Pass Output to Input",
828
+ "description": "Configure Copy Previous Pass Output to Input for the operator",
829
+ "type": "string"
830
+ },
831
+ {
832
+ "name": "npasses",
833
+ "label": "Passes",
834
+ "description": "Configure Passes for the operator",
835
+ "type": "string"
836
+ },
837
+ {
838
+ "name": "input",
839
+ "label": "Input",
840
+ "description": "Configure Input for the operator",
841
+ "type": "string"
842
+ },
843
+ {
844
+ "name": "input0pops",
845
+ "label": "In POPs",
846
+ "description": "Configure In POPs for the operator",
847
+ "type": "string"
848
+ },
849
+ {
850
+ "name": "simplexnoise",
851
+ "label": "TDSimplexNoise()",
852
+ "description": "Configure TDSimplexNoise() for the operator",
853
+ "type": "menu",
854
+ "options": [
855
+ {
856
+ "label": "Performance",
857
+ "value": "performance",
858
+ "description": "Performant noise."
859
+ },
860
+ {
861
+ "label": "Quality",
862
+ "value": "quality",
863
+ "description": "Quality noise."
864
+ }
865
+ ]
866
+ },
867
+ {
868
+ "name": "performance",
869
+ "label": "Performance",
870
+ "description": "Configure Performance for the operator",
871
+ "type": "menu",
872
+ "options": [
873
+ {
874
+ "label": "Performance",
875
+ "value": "performance",
876
+ "description": "Performant noise."
877
+ },
878
+ {
879
+ "label": "Quality",
880
+ "value": "quality",
881
+ "description": "Quality noise."
882
+ }
883
+ ]
884
+ },
885
+ {
886
+ "name": "attr",
887
+ "label": "New Attribute",
888
+ "description": "Configure New Attribute for the operator",
889
+ "type": "menu",
890
+ "options": [
891
+ {
892
+ "label": "Custom",
893
+ "value": "custom",
894
+ "description": ""
895
+ },
896
+ {
897
+ "label": "N",
898
+ "value": "n",
899
+ "description": ""
900
+ },
901
+ {
902
+ "label": "Color",
903
+ "value": "color",
904
+ "description": ""
905
+ },
906
+ {
907
+ "label": "Tex",
908
+ "value": "tex",
909
+ "description": ""
910
+ },
911
+ {
912
+ "label": "PointScale",
913
+ "value": "pointscale",
914
+ "description": ""
915
+ },
916
+ {
917
+ "label": "LineWidth",
918
+ "value": "linewidth",
919
+ "description": ""
920
+ },
921
+ {
922
+ "label": "float",
923
+ "value": "float",
924
+ "description": ""
925
+ },
926
+ {
927
+ "label": "double",
928
+ "value": "double",
929
+ "description": ""
930
+ },
931
+ {
932
+ "label": "int",
933
+ "value": "int",
934
+ "description": ""
935
+ },
936
+ {
937
+ "label": "uint",
938
+ "value": "uint",
939
+ "description": ""
940
+ },
941
+ {
942
+ "label": "vector",
943
+ "value": "vector",
944
+ "description": ""
945
+ },
946
+ {
947
+ "label": "dvector",
948
+ "value": "dvector",
949
+ "description": ""
950
+ },
951
+ {
952
+ "label": "dir",
953
+ "value": "dir",
954
+ "description": ""
955
+ },
956
+ {
957
+ "label": "dbl dir",
958
+ "value": "ddir",
959
+ "description": ""
960
+ },
961
+ {
962
+ "label": "1",
963
+ "value": "1",
964
+ "description": ""
965
+ },
966
+ {
967
+ "label": "2",
968
+ "value": "2",
969
+ "description": ""
970
+ },
971
+ {
972
+ "label": "3",
973
+ "value": "3",
974
+ "description": ""
975
+ },
976
+ {
977
+ "label": "4",
978
+ "value": "4",
979
+ "description": ""
980
+ },
981
+ {
982
+ "label": "Value",
983
+ "value": "attr0valuer",
984
+ "description": ""
985
+ },
986
+ {
987
+ "label": "Value",
988
+ "value": "attr0valueg",
989
+ "description": ""
990
+ },
991
+ {
992
+ "label": "Value",
993
+ "value": "attr0valueb",
994
+ "description": ""
995
+ },
996
+ {
997
+ "label": "Value",
998
+ "value": "attr0valuea",
999
+ "description": ""
1000
+ }
1001
+ ]
1002
+ },
1003
+ {
1004
+ "name": "attr0name",
1005
+ "label": "New Attribute Name",
1006
+ "description": "Configure New Attribute Name for the operator",
1007
+ "type": "menu",
1008
+ "options": [
1009
+ {
1010
+ "label": "Custom",
1011
+ "value": "custom",
1012
+ "description": ""
1013
+ },
1014
+ {
1015
+ "label": "N",
1016
+ "value": "n",
1017
+ "description": ""
1018
+ },
1019
+ {
1020
+ "label": "Color",
1021
+ "value": "color",
1022
+ "description": ""
1023
+ },
1024
+ {
1025
+ "label": "Tex",
1026
+ "value": "tex",
1027
+ "description": ""
1028
+ },
1029
+ {
1030
+ "label": "PointScale",
1031
+ "value": "pointscale",
1032
+ "description": ""
1033
+ },
1034
+ {
1035
+ "label": "LineWidth",
1036
+ "value": "linewidth",
1037
+ "description": ""
1038
+ }
1039
+ ]
1040
+ },
1041
+ {
1042
+ "name": "custom",
1043
+ "label": "Custom",
1044
+ "description": "Configure Custom for the operator",
1045
+ "type": "menu",
1046
+ "options": [
1047
+ {
1048
+ "label": "Custom",
1049
+ "value": "custom",
1050
+ "description": ""
1051
+ },
1052
+ {
1053
+ "label": "N",
1054
+ "value": "n",
1055
+ "description": ""
1056
+ },
1057
+ {
1058
+ "label": "Color",
1059
+ "value": "color",
1060
+ "description": ""
1061
+ },
1062
+ {
1063
+ "label": "Tex",
1064
+ "value": "tex",
1065
+ "description": ""
1066
+ },
1067
+ {
1068
+ "label": "PointScale",
1069
+ "value": "pointscale",
1070
+ "description": ""
1071
+ },
1072
+ {
1073
+ "label": "LineWidth",
1074
+ "value": "linewidth",
1075
+ "description": ""
1076
+ }
1077
+ ]
1078
+ },
1079
+ {
1080
+ "name": "attr0customname",
1081
+ "label": "Custom Name",
1082
+ "description": "Configure Custom Name for the operator",
1083
+ "type": "string"
1084
+ },
1085
+ {
1086
+ "name": "attr0type",
1087
+ "label": "New Attribute Type",
1088
+ "description": "Configure New Attribute Type for the operator",
1089
+ "type": "menu",
1090
+ "options": [
1091
+ {
1092
+ "label": "float",
1093
+ "value": "float",
1094
+ "description": ""
1095
+ },
1096
+ {
1097
+ "label": "double",
1098
+ "value": "double",
1099
+ "description": ""
1100
+ },
1101
+ {
1102
+ "label": "int",
1103
+ "value": "int",
1104
+ "description": ""
1105
+ },
1106
+ {
1107
+ "label": "uint",
1108
+ "value": "uint",
1109
+ "description": ""
1110
+ },
1111
+ {
1112
+ "label": "vector",
1113
+ "value": "vector",
1114
+ "description": ""
1115
+ },
1116
+ {
1117
+ "label": "dvector",
1118
+ "value": "dvector",
1119
+ "description": ""
1120
+ },
1121
+ {
1122
+ "label": "dir",
1123
+ "value": "dir",
1124
+ "description": ""
1125
+ },
1126
+ {
1127
+ "label": "dbl dir",
1128
+ "value": "ddir",
1129
+ "description": ""
1130
+ }
1131
+ ]
1132
+ },
1133
+ {
1134
+ "name": "float",
1135
+ "label": "float",
1136
+ "description": "Configure float for the operator",
1137
+ "type": "menu",
1138
+ "options": [
1139
+ {
1140
+ "label": "float",
1141
+ "value": "float",
1142
+ "description": ""
1143
+ },
1144
+ {
1145
+ "label": "double",
1146
+ "value": "double",
1147
+ "description": ""
1148
+ },
1149
+ {
1150
+ "label": "int",
1151
+ "value": "int",
1152
+ "description": ""
1153
+ },
1154
+ {
1155
+ "label": "uint",
1156
+ "value": "uint",
1157
+ "description": ""
1158
+ },
1159
+ {
1160
+ "label": "vector",
1161
+ "value": "vector",
1162
+ "description": ""
1163
+ },
1164
+ {
1165
+ "label": "dvector",
1166
+ "value": "dvector",
1167
+ "description": ""
1168
+ },
1169
+ {
1170
+ "label": "dir",
1171
+ "value": "dir",
1172
+ "description": ""
1173
+ },
1174
+ {
1175
+ "label": "dbl dir",
1176
+ "value": "ddir",
1177
+ "description": ""
1178
+ }
1179
+ ]
1180
+ },
1181
+ {
1182
+ "name": "attr0numcomps",
1183
+ "label": "New Attribute Number of Components",
1184
+ "description": "Configure New Attribute Number of Components for the operator",
1185
+ "type": "menu",
1186
+ "options": [
1187
+ {
1188
+ "label": "1",
1189
+ "value": "1",
1190
+ "description": ""
1191
+ },
1192
+ {
1193
+ "label": "2",
1194
+ "value": "2",
1195
+ "description": ""
1196
+ },
1197
+ {
1198
+ "label": "3",
1199
+ "value": "3",
1200
+ "description": ""
1201
+ },
1202
+ {
1203
+ "label": "4",
1204
+ "value": "4",
1205
+ "description": ""
1206
+ }
1207
+ ]
1208
+ },
1209
+ {
1210
+ "name": "1",
1211
+ "label": "1",
1212
+ "description": "Configure 1 for the operator",
1213
+ "type": "menu",
1214
+ "options": [
1215
+ {
1216
+ "label": "1",
1217
+ "value": "1",
1218
+ "description": ""
1219
+ },
1220
+ {
1221
+ "label": "2",
1222
+ "value": "2",
1223
+ "description": ""
1224
+ },
1225
+ {
1226
+ "label": "3",
1227
+ "value": "3",
1228
+ "description": ""
1229
+ },
1230
+ {
1231
+ "label": "4",
1232
+ "value": "4",
1233
+ "description": ""
1234
+ }
1235
+ ]
1236
+ },
1237
+ {
1238
+ "name": "attr0isarray",
1239
+ "label": "Array",
1240
+ "description": "Configure Array for the operator",
1241
+ "type": "string"
1242
+ },
1243
+ {
1244
+ "name": "attr0arraysize",
1245
+ "label": "New Attribute Array Size",
1246
+ "description": "Configure New Attribute Array Size for the operator",
1247
+ "type": "string"
1248
+ },
1249
+ {
1250
+ "name": "attr0value",
1251
+ "label": "Value",
1252
+ "description": "Configure Value for the operator",
1253
+ "type": "menu",
1254
+ "options": [
1255
+ {
1256
+ "label": "Value",
1257
+ "value": "attr0valuer",
1258
+ "description": ""
1259
+ },
1260
+ {
1261
+ "label": "Value",
1262
+ "value": "attr0valueg",
1263
+ "description": ""
1264
+ },
1265
+ {
1266
+ "label": "Value",
1267
+ "value": "attr0valueb",
1268
+ "description": ""
1269
+ },
1270
+ {
1271
+ "label": "Value",
1272
+ "value": "attr0valuea",
1273
+ "description": ""
1274
+ }
1275
+ ]
1276
+ },
1277
+ {
1278
+ "name": "attr0valuer",
1279
+ "label": "Value",
1280
+ "description": "Configure Value for the operator",
1281
+ "type": "menu",
1282
+ "options": [
1283
+ {
1284
+ "label": "Value",
1285
+ "value": "attr0valuer",
1286
+ "description": ""
1287
+ },
1288
+ {
1289
+ "label": "Value",
1290
+ "value": "attr0valueg",
1291
+ "description": ""
1292
+ },
1293
+ {
1294
+ "label": "Value",
1295
+ "value": "attr0valueb",
1296
+ "description": ""
1297
+ },
1298
+ {
1299
+ "label": "Value",
1300
+ "value": "attr0valuea",
1301
+ "description": ""
1302
+ }
1303
+ ]
1304
+ },
1305
+ {
1306
+ "name": "matattr",
1307
+ "label": "Matrix Attribute",
1308
+ "description": "Configure Matrix Attribute for the operator",
1309
+ "type": "menu",
1310
+ "options": [
1311
+ {
1312
+ "label": "None",
1313
+ "value": "none",
1314
+ "description": ""
1315
+ },
1316
+ {
1317
+ "label": "Transform Matrix",
1318
+ "value": "transformMatrix",
1319
+ "description": ""
1320
+ }
1321
+ ]
1322
+ },
1323
+ {
1324
+ "name": "matattr0name",
1325
+ "label": "Custom Matrix Name",
1326
+ "description": "Configure Custom Matrix Name for the operator",
1327
+ "type": "string"
1328
+ },
1329
+ {
1330
+ "name": "matattr0numrows",
1331
+ "label": "Rows",
1332
+ "description": "Configure Rows for the operator",
1333
+ "type": "string"
1334
+ },
1335
+ {
1336
+ "name": "matattr0numcols",
1337
+ "label": "Columns",
1338
+ "description": "Configure Columns for the operator",
1339
+ "type": "string"
1340
+ },
1341
+ {
1342
+ "name": "matattr0isarray",
1343
+ "label": "Array",
1344
+ "description": "Configure Array for the operator",
1345
+ "type": "string"
1346
+ },
1347
+ {
1348
+ "name": "matattr0arraysize",
1349
+ "label": "Array Size",
1350
+ "description": "Configure Array Size for the operator",
1351
+ "type": "string"
1352
+ },
1353
+ {
1354
+ "name": "matattr0qualifier",
1355
+ "label": "Qualifier",
1356
+ "description": "Configure Qualifier for the operator",
1357
+ "type": "menu",
1358
+ "options": [
1359
+ {
1360
+ "label": "None",
1361
+ "value": "none",
1362
+ "description": ""
1363
+ },
1364
+ {
1365
+ "label": "Transform Matrix",
1366
+ "value": "transformMatrix",
1367
+ "description": ""
1368
+ }
1369
+ ]
1370
+ },
1371
+ {
1372
+ "name": "none",
1373
+ "label": "None",
1374
+ "description": "Configure None for the operator",
1375
+ "type": "menu",
1376
+ "options": [
1377
+ {
1378
+ "label": "None",
1379
+ "value": "none",
1380
+ "description": ""
1381
+ },
1382
+ {
1383
+ "label": "Transform Matrix",
1384
+ "value": "transformMatrix",
1385
+ "description": ""
1386
+ }
1387
+ ]
1388
+ },
1389
+ {
1390
+ "name": "vec",
1391
+ "label": "Vector",
1392
+ "description": "Configure Vector for the operator",
1393
+ "type": "menu",
1394
+ "options": [
1395
+ {
1396
+ "label": "float",
1397
+ "value": "float",
1398
+ "description": ""
1399
+ },
1400
+ {
1401
+ "label": "vec2",
1402
+ "value": "vec2",
1403
+ "description": ""
1404
+ },
1405
+ {
1406
+ "label": "vec3",
1407
+ "value": "vec3",
1408
+ "description": ""
1409
+ },
1410
+ {
1411
+ "label": "vec4",
1412
+ "value": "vec4",
1413
+ "description": ""
1414
+ },
1415
+ {
1416
+ "label": "double",
1417
+ "value": "double",
1418
+ "description": ""
1419
+ },
1420
+ {
1421
+ "label": "dvec2",
1422
+ "value": "dvec2",
1423
+ "description": ""
1424
+ },
1425
+ {
1426
+ "label": "dvec3",
1427
+ "value": "dvec3",
1428
+ "description": ""
1429
+ },
1430
+ {
1431
+ "label": "dvec4",
1432
+ "value": "dvec4",
1433
+ "description": ""
1434
+ },
1435
+ {
1436
+ "label": "int",
1437
+ "value": "int",
1438
+ "description": ""
1439
+ },
1440
+ {
1441
+ "label": "ivec2",
1442
+ "value": "ivec2",
1443
+ "description": ""
1444
+ },
1445
+ {
1446
+ "label": "ivec3",
1447
+ "value": "ivec3",
1448
+ "description": ""
1449
+ },
1450
+ {
1451
+ "label": "ivec4",
1452
+ "value": "ivec4",
1453
+ "description": ""
1454
+ },
1455
+ {
1456
+ "label": "uint",
1457
+ "value": "uint",
1458
+ "description": ""
1459
+ },
1460
+ {
1461
+ "label": "uvec2",
1462
+ "value": "uvec2",
1463
+ "description": ""
1464
+ },
1465
+ {
1466
+ "label": "uvec3",
1467
+ "value": "uvec3",
1468
+ "description": ""
1469
+ },
1470
+ {
1471
+ "label": "uvec4",
1472
+ "value": "uvec4",
1473
+ "description": ""
1474
+ },
1475
+ {
1476
+ "label": "Value",
1477
+ "value": "vec0valuex",
1478
+ "description": ""
1479
+ },
1480
+ {
1481
+ "label": "Value",
1482
+ "value": "vec0valuey",
1483
+ "description": ""
1484
+ },
1485
+ {
1486
+ "label": "Value",
1487
+ "value": "vec0valuez",
1488
+ "description": ""
1489
+ },
1490
+ {
1491
+ "label": "Value",
1492
+ "value": "vec0valuew",
1493
+ "description": ""
1494
+ }
1495
+ ]
1496
+ },
1497
+ {
1498
+ "name": "vec0name",
1499
+ "label": "Name",
1500
+ "description": "Configure Name for the operator",
1501
+ "type": "string"
1502
+ },
1503
+ {
1504
+ "name": "vec0type",
1505
+ "label": "Type",
1506
+ "description": "Configure Type for the operator",
1507
+ "type": "menu",
1508
+ "options": [
1509
+ {
1510
+ "label": "float",
1511
+ "value": "float",
1512
+ "description": ""
1513
+ },
1514
+ {
1515
+ "label": "vec2",
1516
+ "value": "vec2",
1517
+ "description": ""
1518
+ },
1519
+ {
1520
+ "label": "vec3",
1521
+ "value": "vec3",
1522
+ "description": ""
1523
+ },
1524
+ {
1525
+ "label": "vec4",
1526
+ "value": "vec4",
1527
+ "description": ""
1528
+ },
1529
+ {
1530
+ "label": "double",
1531
+ "value": "double",
1532
+ "description": ""
1533
+ },
1534
+ {
1535
+ "label": "dvec2",
1536
+ "value": "dvec2",
1537
+ "description": ""
1538
+ },
1539
+ {
1540
+ "label": "dvec3",
1541
+ "value": "dvec3",
1542
+ "description": ""
1543
+ },
1544
+ {
1545
+ "label": "dvec4",
1546
+ "value": "dvec4",
1547
+ "description": ""
1548
+ },
1549
+ {
1550
+ "label": "int",
1551
+ "value": "int",
1552
+ "description": ""
1553
+ },
1554
+ {
1555
+ "label": "ivec2",
1556
+ "value": "ivec2",
1557
+ "description": ""
1558
+ },
1559
+ {
1560
+ "label": "ivec3",
1561
+ "value": "ivec3",
1562
+ "description": ""
1563
+ },
1564
+ {
1565
+ "label": "ivec4",
1566
+ "value": "ivec4",
1567
+ "description": ""
1568
+ },
1569
+ {
1570
+ "label": "uint",
1571
+ "value": "uint",
1572
+ "description": ""
1573
+ },
1574
+ {
1575
+ "label": "uvec2",
1576
+ "value": "uvec2",
1577
+ "description": ""
1578
+ },
1579
+ {
1580
+ "label": "uvec3",
1581
+ "value": "uvec3",
1582
+ "description": ""
1583
+ },
1584
+ {
1585
+ "label": "uvec4",
1586
+ "value": "uvec4",
1587
+ "description": ""
1588
+ }
1589
+ ]
1590
+ },
1591
+ {
1592
+ "name": "vec0value",
1593
+ "label": "Value",
1594
+ "description": "Configure Value for the operator",
1595
+ "type": "menu",
1596
+ "options": [
1597
+ {
1598
+ "label": "Value",
1599
+ "value": "vec0valuex",
1600
+ "description": ""
1601
+ },
1602
+ {
1603
+ "label": "Value",
1604
+ "value": "vec0valuey",
1605
+ "description": ""
1606
+ },
1607
+ {
1608
+ "label": "Value",
1609
+ "value": "vec0valuez",
1610
+ "description": ""
1611
+ },
1612
+ {
1613
+ "label": "Value",
1614
+ "value": "vec0valuew",
1615
+ "description": ""
1616
+ }
1617
+ ]
1618
+ },
1619
+ {
1620
+ "name": "vec0valuex",
1621
+ "label": "Value",
1622
+ "description": "Configure Value for the operator",
1623
+ "type": "menu",
1624
+ "options": [
1625
+ {
1626
+ "label": "Value",
1627
+ "value": "vec0valuex",
1628
+ "description": ""
1629
+ },
1630
+ {
1631
+ "label": "Value",
1632
+ "value": "vec0valuey",
1633
+ "description": ""
1634
+ },
1635
+ {
1636
+ "label": "Value",
1637
+ "value": "vec0valuez",
1638
+ "description": ""
1639
+ },
1640
+ {
1641
+ "label": "Value",
1642
+ "value": "vec0valuew",
1643
+ "description": ""
1644
+ }
1645
+ ]
1646
+ },
1647
+ {
1648
+ "name": "sampler",
1649
+ "label": "Sampler",
1650
+ "description": "Configure Sampler for the operator",
1651
+ "type": "menu",
1652
+ "options": [
1653
+ {
1654
+ "label": "Hold",
1655
+ "value": "hold",
1656
+ "description": ""
1657
+ },
1658
+ {
1659
+ "label": "Zero",
1660
+ "value": "zero",
1661
+ "description": ""
1662
+ },
1663
+ {
1664
+ "label": "Repeat",
1665
+ "value": "repeat",
1666
+ "description": ""
1667
+ },
1668
+ {
1669
+ "label": "Mirror",
1670
+ "value": "mirror",
1671
+ "description": ""
1672
+ },
1673
+ {
1674
+ "label": "Hold",
1675
+ "value": "hold",
1676
+ "description": ""
1677
+ },
1678
+ {
1679
+ "label": "Zero",
1680
+ "value": "zero",
1681
+ "description": ""
1682
+ },
1683
+ {
1684
+ "label": "Repeat",
1685
+ "value": "repeat",
1686
+ "description": ""
1687
+ },
1688
+ {
1689
+ "label": "Mirror",
1690
+ "value": "mirror",
1691
+ "description": ""
1692
+ },
1693
+ {
1694
+ "label": "Hold",
1695
+ "value": "hold",
1696
+ "description": ""
1697
+ },
1698
+ {
1699
+ "label": "Zero",
1700
+ "value": "zero",
1701
+ "description": ""
1702
+ },
1703
+ {
1704
+ "label": "Repeat",
1705
+ "value": "repeat",
1706
+ "description": ""
1707
+ },
1708
+ {
1709
+ "label": "Mirror",
1710
+ "value": "mirror",
1711
+ "description": ""
1712
+ },
1713
+ {
1714
+ "label": "Nearest Pixel",
1715
+ "value": "nearest",
1716
+ "description": ""
1717
+ },
1718
+ {
1719
+ "label": "Interpolate Pixels",
1720
+ "value": "linear",
1721
+ "description": ""
1722
+ }
1723
+ ]
1724
+ },
1725
+ {
1726
+ "name": "sampler0name",
1727
+ "label": "Name",
1728
+ "description": "Configure Name for the operator",
1729
+ "type": "string"
1730
+ },
1731
+ {
1732
+ "name": "sampler0top",
1733
+ "label": "TOP",
1734
+ "description": "Configure TOP for the operator",
1735
+ "type": "menu",
1736
+ "options": [
1737
+ {
1738
+ "label": "Hold",
1739
+ "value": "hold",
1740
+ "description": ""
1741
+ },
1742
+ {
1743
+ "label": "Zero",
1744
+ "value": "zero",
1745
+ "description": ""
1746
+ },
1747
+ {
1748
+ "label": "Repeat",
1749
+ "value": "repeat",
1750
+ "description": ""
1751
+ },
1752
+ {
1753
+ "label": "Mirror",
1754
+ "value": "mirror",
1755
+ "description": ""
1756
+ },
1757
+ {
1758
+ "label": "Hold",
1759
+ "value": "hold",
1760
+ "description": ""
1761
+ },
1762
+ {
1763
+ "label": "Zero",
1764
+ "value": "zero",
1765
+ "description": ""
1766
+ },
1767
+ {
1768
+ "label": "Repeat",
1769
+ "value": "repeat",
1770
+ "description": ""
1771
+ },
1772
+ {
1773
+ "label": "Mirror",
1774
+ "value": "mirror",
1775
+ "description": ""
1776
+ },
1777
+ {
1778
+ "label": "Hold",
1779
+ "value": "hold",
1780
+ "description": ""
1781
+ },
1782
+ {
1783
+ "label": "Zero",
1784
+ "value": "zero",
1785
+ "description": ""
1786
+ },
1787
+ {
1788
+ "label": "Repeat",
1789
+ "value": "repeat",
1790
+ "description": ""
1791
+ },
1792
+ {
1793
+ "label": "Mirror",
1794
+ "value": "mirror",
1795
+ "description": ""
1796
+ },
1797
+ {
1798
+ "label": "Nearest Pixel",
1799
+ "value": "nearest",
1800
+ "description": ""
1801
+ },
1802
+ {
1803
+ "label": "Interpolate Pixels",
1804
+ "value": "linear",
1805
+ "description": ""
1806
+ }
1807
+ ]
1808
+ },
1809
+ {
1810
+ "name": "sampler0extendu",
1811
+ "label": "Extend U",
1812
+ "description": "Configure Extend U for the operator",
1813
+ "type": "menu",
1814
+ "options": [
1815
+ {
1816
+ "label": "Hold",
1817
+ "value": "hold",
1818
+ "description": ""
1819
+ },
1820
+ {
1821
+ "label": "Zero",
1822
+ "value": "zero",
1823
+ "description": ""
1824
+ },
1825
+ {
1826
+ "label": "Repeat",
1827
+ "value": "repeat",
1828
+ "description": ""
1829
+ },
1830
+ {
1831
+ "label": "Mirror",
1832
+ "value": "mirror",
1833
+ "description": ""
1834
+ },
1835
+ {
1836
+ "label": "Hold",
1837
+ "value": "hold",
1838
+ "description": ""
1839
+ },
1840
+ {
1841
+ "label": "Zero",
1842
+ "value": "zero",
1843
+ "description": ""
1844
+ },
1845
+ {
1846
+ "label": "Repeat",
1847
+ "value": "repeat",
1848
+ "description": ""
1849
+ },
1850
+ {
1851
+ "label": "Mirror",
1852
+ "value": "mirror",
1853
+ "description": ""
1854
+ },
1855
+ {
1856
+ "label": "Hold",
1857
+ "value": "hold",
1858
+ "description": ""
1859
+ },
1860
+ {
1861
+ "label": "Zero",
1862
+ "value": "zero",
1863
+ "description": ""
1864
+ },
1865
+ {
1866
+ "label": "Repeat",
1867
+ "value": "repeat",
1868
+ "description": ""
1869
+ },
1870
+ {
1871
+ "label": "Mirror",
1872
+ "value": "mirror",
1873
+ "description": ""
1874
+ },
1875
+ {
1876
+ "label": "Nearest Pixel",
1877
+ "value": "nearest",
1878
+ "description": ""
1879
+ },
1880
+ {
1881
+ "label": "Interpolate Pixels",
1882
+ "value": "linear",
1883
+ "description": ""
1884
+ }
1885
+ ]
1886
+ },
1887
+ {
1888
+ "name": "hold",
1889
+ "label": "Hold",
1890
+ "description": "Configure Hold for the operator",
1891
+ "type": "menu",
1892
+ "options": [
1893
+ {
1894
+ "label": "Hold",
1895
+ "value": "hold",
1896
+ "description": ""
1897
+ },
1898
+ {
1899
+ "label": "Zero",
1900
+ "value": "zero",
1901
+ "description": ""
1902
+ },
1903
+ {
1904
+ "label": "Repeat",
1905
+ "value": "repeat",
1906
+ "description": ""
1907
+ },
1908
+ {
1909
+ "label": "Mirror",
1910
+ "value": "mirror",
1911
+ "description": ""
1912
+ }
1913
+ ]
1914
+ },
1915
+ {
1916
+ "name": "sampler0extendv",
1917
+ "label": "Extend V",
1918
+ "description": "Configure Extend V for the operator",
1919
+ "type": "menu",
1920
+ "options": [
1921
+ {
1922
+ "label": "Hold",
1923
+ "value": "hold",
1924
+ "description": ""
1925
+ },
1926
+ {
1927
+ "label": "Zero",
1928
+ "value": "zero",
1929
+ "description": ""
1930
+ },
1931
+ {
1932
+ "label": "Repeat",
1933
+ "value": "repeat",
1934
+ "description": ""
1935
+ },
1936
+ {
1937
+ "label": "Mirror",
1938
+ "value": "mirror",
1939
+ "description": ""
1940
+ }
1941
+ ]
1942
+ },
1943
+ {
1944
+ "name": "sampler0extendw",
1945
+ "label": "Extend W",
1946
+ "description": "Configure Extend W for the operator",
1947
+ "type": "menu",
1948
+ "options": [
1949
+ {
1950
+ "label": "Hold",
1951
+ "value": "hold",
1952
+ "description": ""
1953
+ },
1954
+ {
1955
+ "label": "Zero",
1956
+ "value": "zero",
1957
+ "description": ""
1958
+ },
1959
+ {
1960
+ "label": "Repeat",
1961
+ "value": "repeat",
1962
+ "description": ""
1963
+ },
1964
+ {
1965
+ "label": "Mirror",
1966
+ "value": "mirror",
1967
+ "description": ""
1968
+ }
1969
+ ]
1970
+ },
1971
+ {
1972
+ "name": "sampler0filter",
1973
+ "label": "Filter",
1974
+ "description": "Configure Filter for the operator",
1975
+ "type": "menu",
1976
+ "options": [
1977
+ {
1978
+ "label": "Nearest Pixel",
1979
+ "value": "nearest",
1980
+ "description": ""
1981
+ },
1982
+ {
1983
+ "label": "Interpolate Pixels",
1984
+ "value": "linear",
1985
+ "description": ""
1986
+ }
1987
+ ]
1988
+ },
1989
+ {
1990
+ "name": "nearest",
1991
+ "label": "Nearest Pixel",
1992
+ "description": "Configure Nearest Pixel for the operator",
1993
+ "type": "menu",
1994
+ "options": [
1995
+ {
1996
+ "label": "Nearest Pixel",
1997
+ "value": "nearest",
1998
+ "description": ""
1999
+ },
2000
+ {
2001
+ "label": "Interpolate Pixels",
2002
+ "value": "linear",
2003
+ "description": ""
2004
+ }
2005
+ ]
2006
+ },
2007
+ {
2008
+ "name": "array",
2009
+ "label": "Array",
2010
+ "description": "Configure Array for the operator",
2011
+ "type": "menu",
2012
+ "options": [
2013
+ {
2014
+ "label": "float",
2015
+ "value": "float",
2016
+ "description": ""
2017
+ },
2018
+ {
2019
+ "label": "vec2",
2020
+ "value": "vec2",
2021
+ "description": ""
2022
+ },
2023
+ {
2024
+ "label": "vec3",
2025
+ "value": "vec3",
2026
+ "description": ""
2027
+ },
2028
+ {
2029
+ "label": "vec4",
2030
+ "value": "vec4",
2031
+ "description": ""
2032
+ }
2033
+ ]
2034
+ },
2035
+ {
2036
+ "name": "array0name",
2037
+ "label": "Name",
2038
+ "description": "Configure Name for the operator",
2039
+ "type": "string"
2040
+ },
2041
+ {
2042
+ "name": "array0type",
2043
+ "label": "Type",
2044
+ "description": "Configure Type for the operator",
2045
+ "type": "menu",
2046
+ "options": [
2047
+ {
2048
+ "label": "float",
2049
+ "value": "float",
2050
+ "description": ""
2051
+ },
2052
+ {
2053
+ "label": "vec2",
2054
+ "value": "vec2",
2055
+ "description": ""
2056
+ },
2057
+ {
2058
+ "label": "vec3",
2059
+ "value": "vec3",
2060
+ "description": ""
2061
+ },
2062
+ {
2063
+ "label": "vec4",
2064
+ "value": "vec4",
2065
+ "description": ""
2066
+ }
2067
+ ]
2068
+ },
2069
+ {
2070
+ "name": "array0chop",
2071
+ "label": "CHOP",
2072
+ "description": "Configure CHOP for the operator",
2073
+ "type": "string"
2074
+ },
2075
+ {
2076
+ "name": "matrix",
2077
+ "label": "Matrix",
2078
+ "description": "Configure Matrix for the operator",
2079
+ "type": "string"
2080
+ },
2081
+ {
2082
+ "name": "matrix0name",
2083
+ "label": "Name",
2084
+ "description": "Configure Name for the operator",
2085
+ "type": "string"
2086
+ },
2087
+ {
2088
+ "name": "matrix0value",
2089
+ "label": "Matrix",
2090
+ "description": "Configure Matrix for the operator",
2091
+ "type": "string"
2092
+ },
2093
+ {
2094
+ "name": "tempbuffer",
2095
+ "label": "Temp Buffer",
2096
+ "description": "Configure Temp Buffer for the operator",
2097
+ "type": "string"
2098
+ },
2099
+ {
2100
+ "name": "tempbuffer0name",
2101
+ "label": "Name",
2102
+ "description": "Configure Name for the operator",
2103
+ "type": "string"
2104
+ },
2105
+ {
2106
+ "name": "tempbuffer0initval",
2107
+ "label": "Initial Value",
2108
+ "description": "Configure Initial Value for the operator",
2109
+ "type": "string"
2110
+ },
2111
+ {
2112
+ "name": "const",
2113
+ "label": "Constant",
2114
+ "description": "Configure Constant for the operator",
2115
+ "type": "string"
2116
+ },
2117
+ {
2118
+ "name": "const0name",
2119
+ "label": "Name",
2120
+ "description": "Configure Name for the operator",
2121
+ "type": "string"
2122
+ },
2123
+ {
2124
+ "name": "const0value",
2125
+ "label": "Value",
2126
+ "description": "Configure Value for the operator",
2127
+ "type": "string"
2128
+ },
2129
+ {
2130
+ "name": "bypass",
2131
+ "label": "Bypass",
2132
+ "description": "Configure Bypass for the operator",
2133
+ "type": "string"
2134
+ },
2135
+ {
2136
+ "name": "delinputattrs",
2137
+ "label": "Delete Input Attributes",
2138
+ "description": "Configure Delete Input Attributes for the operator",
2139
+ "type": "string"
2140
+ },
2141
+ {
2142
+ "name": "parmcolorspace",
2143
+ "label": "Parameter Color Space",
2144
+ "description": "Configure Parameter Color Space for the operator",
2145
+ "type": "menu",
2146
+ "options": [
2147
+ {
2148
+ "label": "sRGB",
2149
+ "value": "srgb",
2150
+ "description": "sRGB color space, with sRGB transfer function. Considered an SDR color space with respect to Reference White."
2151
+ },
2152
+ {
2153
+ "label": "sRGB - Linear",
2154
+ "value": "srgblinear",
2155
+ "description": "Linear srgblinear - sRGB color space, with linear transfer function. Considered an SDR color space with respect to Reference White."
2156
+ },
2157
+ {
2158
+ "label": "Rec.601 (NTSC)",
2159
+ "value": "rec601ntsc",
2160
+ "description": "Rec.601 with NTSC primaries color space, with Rec.601 transfer function. Considered an SDR color space with respect to Reference White."
2161
+ },
2162
+ {
2163
+ "label": "Rec.709",
2164
+ "value": "rec709",
2165
+ "description": "Rec.709 color space, with Rec.709 (same as Rec.2020) transfer function. Considered an SDR color space with respect to Reference White."
2166
+ },
2167
+ {
2168
+ "label": "Rec.2020",
2169
+ "value": "rec2020",
2170
+ "description": "Rec.2020 color space, with Rec.2020 (same as Rec.709) transfer function. Considered an HDR color space with respect to Reference White."
2171
+ },
2172
+ {
2173
+ "label": "DCI-P3",
2174
+ "value": "dcip3",
2175
+ "description": "P3 dcip3 - DCI-P3 color space, with D65 white point and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
2176
+ },
2177
+ {
2178
+ "label": "DCI-P3 (D60)",
2179
+ "value": "dcip3d60",
2180
+ "description": "P3 (D60) dcip3d60 - DCI-P3 \"D60 sim\" color space, with D60 white point, and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
2181
+ },
2182
+ {
2183
+ "label": "Display-P3 (D65)",
2184
+ "value": "displayp3d65",
2185
+ "description": "P3 (D65) displayp3d65 - Display-P3 color space, with D65 white point, and sRGB gamma transfer function. Considered an HDR color space with respect to Reference White."
2186
+ },
2187
+ {
2188
+ "label": "ACES2065-1",
2189
+ "value": "aces2065-1",
2190
+ "description": "1 aces2065-1 - ACES 2065-1 (also known as ACES AP0) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
2191
+ },
2192
+ {
2193
+ "label": "ACEScg",
2194
+ "value": "acescg",
2195
+ "description": "ACEScg (also known as ACES AP1) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
2196
+ },
2197
+ {
2198
+ "label": "Passthrough",
2199
+ "value": "passthrough",
2200
+ "description": "When selected, the color values will be used as-is in the operation, without any modification or attempt to convert them into the Working Color Space."
2201
+ }
2202
+ ]
2203
+ },
2204
+ {
2205
+ "name": "srgb",
2206
+ "label": "sRGB",
2207
+ "description": "Configure sRGB for the operator",
2208
+ "type": "menu",
2209
+ "options": [
2210
+ {
2211
+ "label": "sRGB",
2212
+ "value": "srgb",
2213
+ "description": "sRGB color space, with sRGB transfer function. Considered an SDR color space with respect to Reference White."
2214
+ },
2215
+ {
2216
+ "label": "sRGB - Linear",
2217
+ "value": "srgblinear",
2218
+ "description": "Linear srgblinear - sRGB color space, with linear transfer function. Considered an SDR color space with respect to Reference White."
2219
+ },
2220
+ {
2221
+ "label": "Rec.601 (NTSC)",
2222
+ "value": "rec601ntsc",
2223
+ "description": "Rec.601 with NTSC primaries color space, with Rec.601 transfer function. Considered an SDR color space with respect to Reference White."
2224
+ },
2225
+ {
2226
+ "label": "Rec.709",
2227
+ "value": "rec709",
2228
+ "description": "Rec.709 color space, with Rec.709 (same as Rec.2020) transfer function. Considered an SDR color space with respect to Reference White."
2229
+ },
2230
+ {
2231
+ "label": "Rec.2020",
2232
+ "value": "rec2020",
2233
+ "description": "Rec.2020 color space, with Rec.2020 (same as Rec.709) transfer function. Considered an HDR color space with respect to Reference White."
2234
+ },
2235
+ {
2236
+ "label": "DCI-P3",
2237
+ "value": "dcip3",
2238
+ "description": "P3 dcip3 - DCI-P3 color space, with D65 white point and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
2239
+ },
2240
+ {
2241
+ "label": "DCI-P3 (D60)",
2242
+ "value": "dcip3d60",
2243
+ "description": "P3 (D60) dcip3d60 - DCI-P3 \"D60 sim\" color space, with D60 white point, and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
2244
+ },
2245
+ {
2246
+ "label": "Display-P3 (D65)",
2247
+ "value": "displayp3d65",
2248
+ "description": "P3 (D65) displayp3d65 - Display-P3 color space, with D65 white point, and sRGB gamma transfer function. Considered an HDR color space with respect to Reference White."
2249
+ },
2250
+ {
2251
+ "label": "ACES2065-1",
2252
+ "value": "aces2065-1",
2253
+ "description": "1 aces2065-1 - ACES 2065-1 (also known as ACES AP0) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
2254
+ },
2255
+ {
2256
+ "label": "ACEScg",
2257
+ "value": "acescg",
2258
+ "description": "ACEScg (also known as ACES AP1) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
2259
+ },
2260
+ {
2261
+ "label": "Passthrough",
2262
+ "value": "passthrough",
2263
+ "description": "When selected, the color values will be used as-is in the operation, without any modification or attempt to convert them into the Working Color Space."
2264
+ }
2265
+ ]
2266
+ },
2267
+ {
2268
+ "name": "parmreferencewhite",
2269
+ "label": "Parameter Reference White",
2270
+ "description": "Configure Parameter Reference White for the operator",
2271
+ "type": "menu",
2272
+ "options": [
2273
+ {
2274
+ "label": "Default For Color Space",
2275
+ "value": "default",
2276
+ "description": "Will use either the SDR or the HDR Reference White, based on the color space selected."
2277
+ },
2278
+ {
2279
+ "label": "Standard (SDR)",
2280
+ "value": "sdr",
2281
+ "description": "Will treat the Parameter Color Space as SDR for it's reference white value."
2282
+ },
2283
+ {
2284
+ "label": "High (HDR)",
2285
+ "value": "hdr",
2286
+ "description": "Will treat the Parameter Color Space as HDR for it's reference white value."
2287
+ }
2288
+ ]
2289
+ },
2290
+ {
2291
+ "name": "default",
2292
+ "label": "Default For Color Space",
2293
+ "description": "Configure Default For Color Space for the operator",
2294
+ "type": "menu",
2295
+ "options": [
2296
+ {
2297
+ "label": "Default For Color Space",
2298
+ "value": "default",
2299
+ "description": "Will use either the SDR or the HDR Reference White, based on the color space selected."
2300
+ },
2301
+ {
2302
+ "label": "Standard (SDR)",
2303
+ "value": "sdr",
2304
+ "description": "Will treat the Parameter Color Space as SDR for it's reference white value."
2305
+ },
2306
+ {
2307
+ "label": "High (HDR)",
2308
+ "value": "hdr",
2309
+ "description": "Will treat the Parameter Color Space as HDR for it's reference white value."
2310
+ }
2311
+ ]
2312
+ }
2313
+ ],
2314
+ "experimental": true,
2315
+ "sourceFile": "Experimental-GLSL_POP.htm",
2316
+ "parsedAt": "2025-08-08T03:03:56.177Z"
2317
+ }