@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,2922 @@
1
+ {
2
+ "id": "glsl_multi_top",
3
+ "name": "GLSL Multi TOP",
4
+ "displayName": "GLSL Multi TOP",
5
+ "category": "TOP",
6
+ "subcategory": "Filters",
7
+ "version": "",
8
+ "lastUpdated": "2025-08-07T07:50:01.606Z",
9
+ "sourceFile": "C:\\Program Files\\Derivative\\TouchDesigner\\Samples\\Learn\\OfflineHelp\\https.docs.derivative.ca\\GLSL_Multi_TOP.htm",
10
+ "url": "",
11
+ "description": "The GLSL Multi TOP renders a GLSL shader into a TOP image. Its parameters and functionality are identical to the GLSL TOP, except it allows for more than 3 inputs.Refer to the GLSL TOP help page for more information.",
12
+ "summary": "The GLSL Multi TOP renders a GLSL shader into a TOP image. Its parameters and functionality are identical to the GLSL TOP, except it allows for more than 3 inputs.Refer to the GLSL TOP help page for m",
13
+ "details": "",
14
+ "usage": "",
15
+ "tips": [],
16
+ "warnings": [],
17
+ "parameters": [
18
+ {
19
+ "id": null,
20
+ "name": "GLSL Version",
21
+ "label": "GLSL Version",
22
+ "group": "General",
23
+ "page": "",
24
+ "type": "float",
25
+ "dataType": "number",
26
+ "style": "",
27
+ "defaultValue": null,
28
+ "minValue": null,
29
+ "maxValue": null,
30
+ "step": null,
31
+ "menuItems": [],
32
+ "menuLabels": [],
33
+ "allowCustom": false,
34
+ "maxLength": null,
35
+ "pattern": null,
36
+ "isArray": false,
37
+ "arraySize": 1,
38
+ "dimensions": 1,
39
+ "description": "Pick what version of GLSL to compile the shader with.",
40
+ "tooltip": "",
41
+ "help": "",
42
+ "units": "",
43
+ "examples": [],
44
+ "isReadOnly": false,
45
+ "isAdvanced": false,
46
+ "isHidden": false,
47
+ "isAnimatable": true,
48
+ "isExpression": false,
49
+ "isPython": false,
50
+ "dependsOn": [],
51
+ "affects": [],
52
+ "linkedTo": [],
53
+ "expressionLanguage": "",
54
+ "defaultExpression": "",
55
+ "commonExpressions": [],
56
+ "order": 0,
57
+ "isVisible": true,
58
+ "conditionalDisplay": null,
59
+ "isValid": true,
60
+ "validationErrors": [],
61
+ "lastUpdated": "2025-08-07T07:50:01.593Z",
62
+ "rawData": {},
63
+ "sourceElement": null
64
+ },
65
+ {
66
+ "id": null,
67
+ "name": "1.20",
68
+ "label": "1.20",
69
+ "group": "General",
70
+ "page": "",
71
+ "type": "float",
72
+ "dataType": "number",
73
+ "style": "",
74
+ "defaultValue": null,
75
+ "minValue": null,
76
+ "maxValue": null,
77
+ "step": null,
78
+ "menuItems": [],
79
+ "menuLabels": [],
80
+ "allowCustom": false,
81
+ "maxLength": null,
82
+ "pattern": null,
83
+ "isArray": false,
84
+ "arraySize": 1,
85
+ "dimensions": 1,
86
+ "description": "glsl120 - glsl330 - glsl400 - glsl410 - glsl420 - glsl430 - glsl440 - glsl450 - glsl460 -",
87
+ "tooltip": "",
88
+ "help": "",
89
+ "units": "",
90
+ "examples": [],
91
+ "isReadOnly": false,
92
+ "isAdvanced": false,
93
+ "isHidden": false,
94
+ "isAnimatable": true,
95
+ "isExpression": false,
96
+ "isPython": false,
97
+ "dependsOn": [],
98
+ "affects": [],
99
+ "linkedTo": [],
100
+ "expressionLanguage": "",
101
+ "defaultExpression": "",
102
+ "commonExpressions": [],
103
+ "order": 0,
104
+ "isVisible": true,
105
+ "conditionalDisplay": null,
106
+ "isValid": true,
107
+ "validationErrors": [],
108
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
109
+ "rawData": {},
110
+ "sourceElement": null
111
+ },
112
+ {
113
+ "id": null,
114
+ "name": "Mode",
115
+ "label": "Mode",
116
+ "group": "General",
117
+ "page": "",
118
+ "type": "float",
119
+ "dataType": "number",
120
+ "style": "",
121
+ "defaultValue": null,
122
+ "minValue": null,
123
+ "maxValue": null,
124
+ "step": null,
125
+ "menuItems": [],
126
+ "menuLabels": [],
127
+ "allowCustom": false,
128
+ "maxLength": null,
129
+ "pattern": null,
130
+ "isArray": false,
131
+ "arraySize": 1,
132
+ "dimensions": 1,
133
+ "description": "mode - - Choose what type of shader you are writing, vertex/pixel shader, or a compute shader.\n\n vertexpixel - compute -",
134
+ "tooltip": "",
135
+ "help": "",
136
+ "units": "",
137
+ "examples": [],
138
+ "isReadOnly": false,
139
+ "isAdvanced": false,
140
+ "isHidden": false,
141
+ "isAnimatable": true,
142
+ "isExpression": false,
143
+ "isPython": false,
144
+ "dependsOn": [],
145
+ "affects": [],
146
+ "linkedTo": [],
147
+ "expressionLanguage": "",
148
+ "defaultExpression": "",
149
+ "commonExpressions": [],
150
+ "order": 0,
151
+ "isVisible": true,
152
+ "conditionalDisplay": null,
153
+ "isValid": true,
154
+ "validationErrors": [],
155
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
156
+ "rawData": {},
157
+ "sourceElement": null
158
+ },
159
+ {
160
+ "id": null,
161
+ "name": "Vertex/Pixel Shader",
162
+ "label": "Vertex/Pixel Shader",
163
+ "group": "General",
164
+ "page": "",
165
+ "type": "float",
166
+ "dataType": "number",
167
+ "style": "",
168
+ "defaultValue": null,
169
+ "minValue": null,
170
+ "maxValue": null,
171
+ "step": null,
172
+ "menuItems": [],
173
+ "menuLabels": [],
174
+ "allowCustom": false,
175
+ "maxLength": null,
176
+ "pattern": null,
177
+ "isArray": false,
178
+ "arraySize": 1,
179
+ "dimensions": 1,
180
+ "description": "vertexpixel - compute -",
181
+ "tooltip": "",
182
+ "help": "",
183
+ "units": "",
184
+ "examples": [],
185
+ "isReadOnly": false,
186
+ "isAdvanced": false,
187
+ "isHidden": false,
188
+ "isAnimatable": true,
189
+ "isExpression": false,
190
+ "isPython": false,
191
+ "dependsOn": [],
192
+ "affects": [],
193
+ "linkedTo": [],
194
+ "expressionLanguage": "",
195
+ "defaultExpression": "",
196
+ "commonExpressions": [],
197
+ "order": 0,
198
+ "isVisible": true,
199
+ "conditionalDisplay": null,
200
+ "isValid": true,
201
+ "validationErrors": [],
202
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
203
+ "rawData": {},
204
+ "sourceElement": null
205
+ },
206
+ {
207
+ "id": null,
208
+ "name": "Preprocess Directives",
209
+ "label": "Preprocess Directives",
210
+ "group": "General",
211
+ "page": "",
212
+ "type": "float",
213
+ "dataType": "number",
214
+ "style": "",
215
+ "defaultValue": null,
216
+ "minValue": null,
217
+ "maxValue": null,
218
+ "step": null,
219
+ "menuItems": [],
220
+ "menuLabels": [],
221
+ "allowCustom": false,
222
+ "maxLength": null,
223
+ "pattern": null,
224
+ "isArray": false,
225
+ "arraySize": 1,
226
+ "dimensions": 1,
227
+ "description": "predat -",
228
+ "tooltip": "",
229
+ "help": "",
230
+ "units": "",
231
+ "examples": [],
232
+ "isReadOnly": false,
233
+ "isAdvanced": false,
234
+ "isHidden": false,
235
+ "isAnimatable": true,
236
+ "isExpression": false,
237
+ "isPython": false,
238
+ "dependsOn": [],
239
+ "affects": [],
240
+ "linkedTo": [],
241
+ "expressionLanguage": "",
242
+ "defaultExpression": "",
243
+ "commonExpressions": [],
244
+ "order": 0,
245
+ "isVisible": true,
246
+ "conditionalDisplay": null,
247
+ "isValid": true,
248
+ "validationErrors": [],
249
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
250
+ "rawData": {},
251
+ "sourceElement": null
252
+ },
253
+ {
254
+ "id": null,
255
+ "name": "Vertex Shader",
256
+ "label": "Vertex Shader",
257
+ "group": "General",
258
+ "page": "",
259
+ "type": "float",
260
+ "dataType": "number",
261
+ "style": "",
262
+ "defaultValue": null,
263
+ "minValue": null,
264
+ "maxValue": null,
265
+ "step": null,
266
+ "menuItems": [],
267
+ "menuLabels": [],
268
+ "allowCustom": false,
269
+ "maxLength": null,
270
+ "pattern": null,
271
+ "isArray": false,
272
+ "arraySize": 1,
273
+ "dimensions": 1,
274
+ "description": "vertexdat - Points to the DAT holding the . Drag & Drop a here, or manually enter the path to the .",
275
+ "tooltip": "",
276
+ "help": "",
277
+ "units": "",
278
+ "examples": [],
279
+ "isReadOnly": false,
280
+ "isAdvanced": false,
281
+ "isHidden": false,
282
+ "isAnimatable": true,
283
+ "isExpression": false,
284
+ "isPython": false,
285
+ "dependsOn": [],
286
+ "affects": [],
287
+ "linkedTo": [],
288
+ "expressionLanguage": "",
289
+ "defaultExpression": "",
290
+ "commonExpressions": [],
291
+ "order": 0,
292
+ "isVisible": true,
293
+ "conditionalDisplay": null,
294
+ "isValid": true,
295
+ "validationErrors": [],
296
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
297
+ "rawData": {},
298
+ "sourceElement": null
299
+ },
300
+ {
301
+ "id": null,
302
+ "name": "Pixel Shader",
303
+ "label": "Pixel Shader",
304
+ "group": "General",
305
+ "page": "",
306
+ "type": "float",
307
+ "dataType": "number",
308
+ "style": "",
309
+ "defaultValue": null,
310
+ "minValue": null,
311
+ "maxValue": null,
312
+ "step": null,
313
+ "menuItems": [],
314
+ "menuLabels": [],
315
+ "allowCustom": false,
316
+ "maxLength": null,
317
+ "pattern": null,
318
+ "isArray": false,
319
+ "arraySize": 1,
320
+ "dimensions": 1,
321
+ "description": "pixeldat - Points to the DAT holding the Pixel . Drag & Drop a here, or manually enter the path to the .",
322
+ "tooltip": "",
323
+ "help": "",
324
+ "units": "",
325
+ "examples": [],
326
+ "isReadOnly": false,
327
+ "isAdvanced": false,
328
+ "isHidden": false,
329
+ "isAnimatable": true,
330
+ "isExpression": false,
331
+ "isPython": false,
332
+ "dependsOn": [],
333
+ "affects": [],
334
+ "linkedTo": [],
335
+ "expressionLanguage": "",
336
+ "defaultExpression": "",
337
+ "commonExpressions": [],
338
+ "order": 0,
339
+ "isVisible": true,
340
+ "conditionalDisplay": null,
341
+ "isValid": true,
342
+ "validationErrors": [],
343
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
344
+ "rawData": {},
345
+ "sourceElement": null
346
+ },
347
+ {
348
+ "id": null,
349
+ "name": "Compute Shader",
350
+ "label": "Compute Shader",
351
+ "group": "General",
352
+ "page": "",
353
+ "type": "float",
354
+ "dataType": "number",
355
+ "style": "",
356
+ "defaultValue": null,
357
+ "minValue": null,
358
+ "maxValue": null,
359
+ "step": null,
360
+ "menuItems": [],
361
+ "menuLabels": [],
362
+ "allowCustom": false,
363
+ "maxLength": null,
364
+ "pattern": null,
365
+ "isArray": false,
366
+ "arraySize": 1,
367
+ "dimensions": 1,
368
+ "description": "computedat - Points to the DAT holding the Compute Shader. Drag & Drop a here, or manually enter the path to the .",
369
+ "tooltip": "",
370
+ "help": "",
371
+ "units": "",
372
+ "examples": [],
373
+ "isReadOnly": false,
374
+ "isAdvanced": false,
375
+ "isHidden": false,
376
+ "isAnimatable": true,
377
+ "isExpression": false,
378
+ "isPython": false,
379
+ "dependsOn": [],
380
+ "affects": [],
381
+ "linkedTo": [],
382
+ "expressionLanguage": "",
383
+ "defaultExpression": "",
384
+ "commonExpressions": [],
385
+ "order": 0,
386
+ "isVisible": true,
387
+ "conditionalDisplay": null,
388
+ "isValid": true,
389
+ "validationErrors": [],
390
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
391
+ "rawData": {},
392
+ "sourceElement": null
393
+ },
394
+ {
395
+ "id": null,
396
+ "name": "Load Uniform Names",
397
+ "label": "Load Uniform Names",
398
+ "group": "General",
399
+ "page": "",
400
+ "type": "float",
401
+ "dataType": "number",
402
+ "style": "",
403
+ "defaultValue": null,
404
+ "minValue": null,
405
+ "maxValue": null,
406
+ "step": null,
407
+ "menuItems": [],
408
+ "menuLabels": [],
409
+ "allowCustom": false,
410
+ "maxLength": null,
411
+ "pattern": null,
412
+ "isArray": false,
413
+ "arraySize": 1,
414
+ "dimensions": 1,
415
+ "description": "loaduniformnames - When this button is pressed the node will try to pre-fill all it's uniform parameter with uniforms that are declare in the shader. Note that the shader compiler will likely not expose uniforms that are unused.",
416
+ "tooltip": "",
417
+ "help": "",
418
+ "units": "",
419
+ "examples": [],
420
+ "isReadOnly": false,
421
+ "isAdvanced": false,
422
+ "isHidden": false,
423
+ "isAnimatable": true,
424
+ "isExpression": false,
425
+ "isPython": false,
426
+ "dependsOn": [],
427
+ "affects": [],
428
+ "linkedTo": [],
429
+ "expressionLanguage": "",
430
+ "defaultExpression": "",
431
+ "commonExpressions": [],
432
+ "order": 0,
433
+ "isVisible": true,
434
+ "conditionalDisplay": null,
435
+ "isValid": true,
436
+ "validationErrors": [],
437
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
438
+ "rawData": {},
439
+ "sourceElement": null
440
+ },
441
+ {
442
+ "id": null,
443
+ "name": "Auto Dispatch Size",
444
+ "label": "Auto Dispatch Size",
445
+ "group": "General",
446
+ "page": "",
447
+ "type": "float",
448
+ "dataType": "number",
449
+ "style": "",
450
+ "defaultValue": null,
451
+ "minValue": null,
452
+ "maxValue": null,
453
+ "step": null,
454
+ "menuItems": [],
455
+ "menuLabels": [],
456
+ "allowCustom": false,
457
+ "maxLength": null,
458
+ "pattern": null,
459
+ "isArray": false,
460
+ "arraySize": 1,
461
+ "dimensions": 1,
462
+ "description": "autodispatchsize - Automatically set the dispatch size based on the compute shader's local size and the output texture resolution. Ensures at least one thread per pixel will execute.",
463
+ "tooltip": "",
464
+ "help": "",
465
+ "units": "",
466
+ "examples": [],
467
+ "isReadOnly": false,
468
+ "isAdvanced": false,
469
+ "isHidden": false,
470
+ "isAnimatable": true,
471
+ "isExpression": false,
472
+ "isPython": false,
473
+ "dependsOn": [],
474
+ "affects": [],
475
+ "linkedTo": [],
476
+ "expressionLanguage": "",
477
+ "defaultExpression": "",
478
+ "commonExpressions": [],
479
+ "order": 0,
480
+ "isVisible": true,
481
+ "conditionalDisplay": null,
482
+ "isValid": true,
483
+ "validationErrors": [],
484
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
485
+ "rawData": {},
486
+ "sourceElement": null
487
+ },
488
+ {
489
+ "id": null,
490
+ "name": "Dispatch Size",
491
+ "label": "Dispatch Size",
492
+ "group": "General",
493
+ "page": "",
494
+ "type": "float",
495
+ "dataType": "number",
496
+ "style": "",
497
+ "defaultValue": null,
498
+ "minValue": null,
499
+ "maxValue": null,
500
+ "step": null,
501
+ "menuItems": [],
502
+ "menuLabels": [],
503
+ "allowCustom": false,
504
+ "maxLength": null,
505
+ "pattern": null,
506
+ "isArray": false,
507
+ "arraySize": 1,
508
+ "dimensions": 1,
509
+ "description": "dispatchsize - - The dispatch size to use when executing a compute shader.\n\n dispatchsizex - dispatchsizey - dispatchsizez -",
510
+ "tooltip": "",
511
+ "help": "",
512
+ "units": "",
513
+ "examples": [],
514
+ "isReadOnly": false,
515
+ "isAdvanced": false,
516
+ "isHidden": false,
517
+ "isAnimatable": true,
518
+ "isExpression": false,
519
+ "isPython": false,
520
+ "dependsOn": [],
521
+ "affects": [],
522
+ "linkedTo": [],
523
+ "expressionLanguage": "",
524
+ "defaultExpression": "",
525
+ "commonExpressions": [],
526
+ "order": 0,
527
+ "isVisible": true,
528
+ "conditionalDisplay": null,
529
+ "isValid": true,
530
+ "validationErrors": [],
531
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
532
+ "rawData": {},
533
+ "sourceElement": null
534
+ },
535
+ {
536
+ "id": null,
537
+ "name": "X",
538
+ "label": "X",
539
+ "group": "General",
540
+ "page": "",
541
+ "type": "float",
542
+ "dataType": "number",
543
+ "style": "",
544
+ "defaultValue": null,
545
+ "minValue": null,
546
+ "maxValue": null,
547
+ "step": null,
548
+ "menuItems": [],
549
+ "menuLabels": [],
550
+ "allowCustom": false,
551
+ "maxLength": null,
552
+ "pattern": null,
553
+ "isArray": false,
554
+ "arraySize": 1,
555
+ "dimensions": 1,
556
+ "description": "dispatchsizex - dispatchsizey - dispatchsizez -",
557
+ "tooltip": "",
558
+ "help": "",
559
+ "units": "",
560
+ "examples": [],
561
+ "isReadOnly": false,
562
+ "isAdvanced": false,
563
+ "isHidden": false,
564
+ "isAnimatable": true,
565
+ "isExpression": false,
566
+ "isPython": false,
567
+ "dependsOn": [],
568
+ "affects": [],
569
+ "linkedTo": [],
570
+ "expressionLanguage": "",
571
+ "defaultExpression": "",
572
+ "commonExpressions": [],
573
+ "order": 0,
574
+ "isVisible": true,
575
+ "conditionalDisplay": null,
576
+ "isValid": true,
577
+ "validationErrors": [],
578
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
579
+ "rawData": {},
580
+ "sourceElement": null
581
+ },
582
+ {
583
+ "id": null,
584
+ "name": "Output Access",
585
+ "label": "Output Access",
586
+ "group": "General",
587
+ "page": "",
588
+ "type": "float",
589
+ "dataType": "number",
590
+ "style": "",
591
+ "defaultValue": null,
592
+ "minValue": null,
593
+ "maxValue": null,
594
+ "step": null,
595
+ "menuItems": [],
596
+ "menuLabels": [],
597
+ "allowCustom": false,
598
+ "maxLength": null,
599
+ "pattern": null,
600
+ "isArray": false,
601
+ "arraySize": 1,
602
+ "dimensions": 1,
603
+ "description": "outputaccess - - Controls how the output textures will be accessed. If the textures will be read from (such as using previous frame's values), then the access should be changed to Read-Write instead of Write Only.\n\n writeonly - readonly - readwrite -",
604
+ "tooltip": "",
605
+ "help": "",
606
+ "units": "",
607
+ "examples": [],
608
+ "isReadOnly": false,
609
+ "isAdvanced": false,
610
+ "isHidden": false,
611
+ "isAnimatable": true,
612
+ "isExpression": false,
613
+ "isPython": false,
614
+ "dependsOn": [],
615
+ "affects": [],
616
+ "linkedTo": [],
617
+ "expressionLanguage": "",
618
+ "defaultExpression": "",
619
+ "commonExpressions": [],
620
+ "order": 0,
621
+ "isVisible": true,
622
+ "conditionalDisplay": null,
623
+ "isValid": true,
624
+ "validationErrors": [],
625
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
626
+ "rawData": {},
627
+ "sourceElement": null
628
+ },
629
+ {
630
+ "id": null,
631
+ "name": "Write Only",
632
+ "label": "Write Only",
633
+ "group": "General",
634
+ "page": "",
635
+ "type": "float",
636
+ "dataType": "number",
637
+ "style": "",
638
+ "defaultValue": null,
639
+ "minValue": null,
640
+ "maxValue": null,
641
+ "step": null,
642
+ "menuItems": [],
643
+ "menuLabels": [],
644
+ "allowCustom": false,
645
+ "maxLength": null,
646
+ "pattern": null,
647
+ "isArray": false,
648
+ "arraySize": 1,
649
+ "dimensions": 1,
650
+ "description": "writeonly - readonly - readwrite -",
651
+ "tooltip": "",
652
+ "help": "",
653
+ "units": "",
654
+ "examples": [],
655
+ "isReadOnly": false,
656
+ "isAdvanced": false,
657
+ "isHidden": false,
658
+ "isAnimatable": true,
659
+ "isExpression": false,
660
+ "isPython": false,
661
+ "dependsOn": [],
662
+ "affects": [],
663
+ "linkedTo": [],
664
+ "expressionLanguage": "",
665
+ "defaultExpression": "",
666
+ "commonExpressions": [],
667
+ "order": 0,
668
+ "isVisible": true,
669
+ "conditionalDisplay": null,
670
+ "isValid": true,
671
+ "validationErrors": [],
672
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
673
+ "rawData": {},
674
+ "sourceElement": null
675
+ },
676
+ {
677
+ "id": null,
678
+ "name": "Output Type",
679
+ "label": "Output Type",
680
+ "group": "General",
681
+ "page": "",
682
+ "type": "float",
683
+ "dataType": "number",
684
+ "style": "",
685
+ "defaultValue": null,
686
+ "minValue": null,
687
+ "maxValue": null,
688
+ "step": null,
689
+ "menuItems": [],
690
+ "menuLabels": [],
691
+ "allowCustom": false,
692
+ "maxLength": null,
693
+ "pattern": null,
694
+ "isArray": false,
695
+ "arraySize": 1,
696
+ "dimensions": 1,
697
+ "description": "type - - Specify what type of texture to create. When creating a 3D texture the will render once for every slice of the output. Refer to 3D Textures and 2D Texture Arrays for more info.\n\n texture2d - Creates a 2D texture. texture2darray - Creates a 2D Texture Array. Slices of the array can be access using a non-normalized integer index for the w coordinate. texture3d - Creates a 3D Texture. Slices of the array can be accessed using the w coordinate in the range 0-1. Value of the texture in between slices are interpolated.",
698
+ "tooltip": "",
699
+ "help": "",
700
+ "units": "",
701
+ "examples": [],
702
+ "isReadOnly": false,
703
+ "isAdvanced": false,
704
+ "isHidden": false,
705
+ "isAnimatable": true,
706
+ "isExpression": false,
707
+ "isPython": false,
708
+ "dependsOn": [],
709
+ "affects": [],
710
+ "linkedTo": [],
711
+ "expressionLanguage": "",
712
+ "defaultExpression": "",
713
+ "commonExpressions": [],
714
+ "order": 0,
715
+ "isVisible": true,
716
+ "conditionalDisplay": null,
717
+ "isValid": true,
718
+ "validationErrors": [],
719
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
720
+ "rawData": {},
721
+ "sourceElement": null
722
+ },
723
+ {
724
+ "id": null,
725
+ "name": "2D Texture",
726
+ "label": "2D Texture",
727
+ "group": "General",
728
+ "page": "",
729
+ "type": "float",
730
+ "dataType": "number",
731
+ "style": "",
732
+ "defaultValue": null,
733
+ "minValue": null,
734
+ "maxValue": null,
735
+ "step": null,
736
+ "menuItems": [],
737
+ "menuLabels": [],
738
+ "allowCustom": false,
739
+ "maxLength": null,
740
+ "pattern": null,
741
+ "isArray": false,
742
+ "arraySize": 1,
743
+ "dimensions": 1,
744
+ "description": "texture2d - Creates a 2D texture. texture2darray - Creates a 2D Texture Array. Slices of the array can be access using a non-normalized integer index for the w coordinate. texture3d - Creates a 3D Texture. Slices of the array can be accessed using the w coordinate in the range 0-1. Value of the texture in between slices are interpolated.",
745
+ "tooltip": "",
746
+ "help": "",
747
+ "units": "",
748
+ "examples": [],
749
+ "isReadOnly": false,
750
+ "isAdvanced": false,
751
+ "isHidden": false,
752
+ "isAnimatable": true,
753
+ "isExpression": false,
754
+ "isPython": false,
755
+ "dependsOn": [],
756
+ "affects": [],
757
+ "linkedTo": [],
758
+ "expressionLanguage": "",
759
+ "defaultExpression": "",
760
+ "commonExpressions": [],
761
+ "order": 0,
762
+ "isVisible": true,
763
+ "conditionalDisplay": null,
764
+ "isValid": true,
765
+ "validationErrors": [],
766
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
767
+ "rawData": {},
768
+ "sourceElement": null
769
+ },
770
+ {
771
+ "id": null,
772
+ "name": "Depth",
773
+ "label": "Depth",
774
+ "group": "General",
775
+ "page": "",
776
+ "type": "float",
777
+ "dataType": "number",
778
+ "style": "",
779
+ "defaultValue": null,
780
+ "minValue": null,
781
+ "maxValue": null,
782
+ "step": null,
783
+ "menuItems": [],
784
+ "menuLabels": [],
785
+ "allowCustom": false,
786
+ "maxLength": null,
787
+ "pattern": null,
788
+ "isArray": false,
789
+ "arraySize": 1,
790
+ "dimensions": 1,
791
+ "description": "depth - - Set the depth of the 3D texture from the Input or the Custom Depth parameter.\n\n input - custom -",
792
+ "tooltip": "",
793
+ "help": "",
794
+ "units": "",
795
+ "examples": [],
796
+ "isReadOnly": false,
797
+ "isAdvanced": false,
798
+ "isHidden": false,
799
+ "isAnimatable": true,
800
+ "isExpression": false,
801
+ "isPython": false,
802
+ "dependsOn": [],
803
+ "affects": [],
804
+ "linkedTo": [],
805
+ "expressionLanguage": "",
806
+ "defaultExpression": "",
807
+ "commonExpressions": [],
808
+ "order": 0,
809
+ "isVisible": true,
810
+ "conditionalDisplay": null,
811
+ "isValid": true,
812
+ "validationErrors": [],
813
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
814
+ "rawData": {},
815
+ "sourceElement": null
816
+ },
817
+ {
818
+ "id": null,
819
+ "name": "Input",
820
+ "label": "Input",
821
+ "group": "General",
822
+ "page": "",
823
+ "type": "float",
824
+ "dataType": "number",
825
+ "style": "",
826
+ "defaultValue": null,
827
+ "minValue": null,
828
+ "maxValue": null,
829
+ "step": null,
830
+ "menuItems": [],
831
+ "menuLabels": [],
832
+ "allowCustom": false,
833
+ "maxLength": null,
834
+ "pattern": null,
835
+ "isArray": false,
836
+ "arraySize": 1,
837
+ "dimensions": 1,
838
+ "description": "input - custom -",
839
+ "tooltip": "",
840
+ "help": "",
841
+ "units": "",
842
+ "examples": [],
843
+ "isReadOnly": false,
844
+ "isAdvanced": false,
845
+ "isHidden": false,
846
+ "isAnimatable": true,
847
+ "isExpression": false,
848
+ "isPython": false,
849
+ "dependsOn": [],
850
+ "affects": [],
851
+ "linkedTo": [],
852
+ "expressionLanguage": "",
853
+ "defaultExpression": "",
854
+ "commonExpressions": [],
855
+ "order": 0,
856
+ "isVisible": true,
857
+ "conditionalDisplay": null,
858
+ "isValid": true,
859
+ "validationErrors": [],
860
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
861
+ "rawData": {},
862
+ "sourceElement": null
863
+ },
864
+ {
865
+ "id": null,
866
+ "name": "Custom Depth",
867
+ "label": "Custom Depth",
868
+ "group": "General",
869
+ "page": "",
870
+ "type": "float",
871
+ "dataType": "number",
872
+ "style": "",
873
+ "defaultValue": null,
874
+ "minValue": null,
875
+ "maxValue": null,
876
+ "step": null,
877
+ "menuItems": [],
878
+ "menuLabels": [],
879
+ "allowCustom": false,
880
+ "maxLength": null,
881
+ "pattern": null,
882
+ "isArray": false,
883
+ "arraySize": 1,
884
+ "dimensions": 1,
885
+ "description": "customdepth - Manually set the depth of the 3D texture, otherwise it will use the depth of the input.",
886
+ "tooltip": "",
887
+ "help": "",
888
+ "units": "",
889
+ "examples": [],
890
+ "isReadOnly": false,
891
+ "isAdvanced": false,
892
+ "isHidden": false,
893
+ "isAnimatable": true,
894
+ "isExpression": false,
895
+ "isPython": false,
896
+ "dependsOn": [],
897
+ "affects": [],
898
+ "linkedTo": [],
899
+ "expressionLanguage": "",
900
+ "defaultExpression": "",
901
+ "commonExpressions": [],
902
+ "order": 0,
903
+ "isVisible": true,
904
+ "conditionalDisplay": null,
905
+ "isValid": true,
906
+ "validationErrors": [],
907
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
908
+ "rawData": {},
909
+ "sourceElement": null
910
+ },
911
+ {
912
+ "id": null,
913
+ "name": "Clear Outputs",
914
+ "label": "Clear Outputs",
915
+ "group": "General",
916
+ "page": "",
917
+ "type": "float",
918
+ "dataType": "number",
919
+ "style": "",
920
+ "defaultValue": null,
921
+ "minValue": null,
922
+ "maxValue": null,
923
+ "step": null,
924
+ "menuItems": [],
925
+ "menuLabels": [],
926
+ "allowCustom": false,
927
+ "maxLength": null,
928
+ "pattern": null,
929
+ "isArray": false,
930
+ "arraySize": 1,
931
+ "dimensions": 1,
932
+ "description": "clearoutputs -",
933
+ "tooltip": "",
934
+ "help": "",
935
+ "units": "",
936
+ "examples": [],
937
+ "isReadOnly": false,
938
+ "isAdvanced": false,
939
+ "isHidden": false,
940
+ "isAnimatable": true,
941
+ "isExpression": false,
942
+ "isPython": false,
943
+ "dependsOn": [],
944
+ "affects": [],
945
+ "linkedTo": [],
946
+ "expressionLanguage": "",
947
+ "defaultExpression": "",
948
+ "commonExpressions": [],
949
+ "order": 0,
950
+ "isVisible": true,
951
+ "conditionalDisplay": null,
952
+ "isValid": true,
953
+ "validationErrors": [],
954
+ "lastUpdated": "2025-08-07T07:50:01.601Z",
955
+ "rawData": {},
956
+ "sourceElement": null
957
+ },
958
+ {
959
+ "id": null,
960
+ "name": "Clear Value",
961
+ "label": "Clear Value",
962
+ "group": "General",
963
+ "page": "",
964
+ "type": "float",
965
+ "dataType": "number",
966
+ "style": "",
967
+ "defaultValue": null,
968
+ "minValue": null,
969
+ "maxValue": null,
970
+ "step": null,
971
+ "menuItems": [],
972
+ "menuLabels": [],
973
+ "allowCustom": false,
974
+ "maxLength": null,
975
+ "pattern": null,
976
+ "isArray": false,
977
+ "arraySize": 1,
978
+ "dimensions": 1,
979
+ "description": "clearvalue - - \n\n clearvaluer - clearvalueg - clearvalueb - clearvaluea -",
980
+ "tooltip": "",
981
+ "help": "",
982
+ "units": "",
983
+ "examples": [],
984
+ "isReadOnly": false,
985
+ "isAdvanced": false,
986
+ "isHidden": false,
987
+ "isAnimatable": true,
988
+ "isExpression": false,
989
+ "isPython": false,
990
+ "dependsOn": [],
991
+ "affects": [],
992
+ "linkedTo": [],
993
+ "expressionLanguage": "",
994
+ "defaultExpression": "",
995
+ "commonExpressions": [],
996
+ "order": 0,
997
+ "isVisible": true,
998
+ "conditionalDisplay": null,
999
+ "isValid": true,
1000
+ "validationErrors": [],
1001
+ "lastUpdated": "2025-08-07T07:50:01.602Z",
1002
+ "rawData": {},
1003
+ "sourceElement": null
1004
+ },
1005
+ {
1006
+ "id": null,
1007
+ "name": "Input Mapping",
1008
+ "label": "Input Mapping",
1009
+ "group": "General",
1010
+ "page": "",
1011
+ "type": "float",
1012
+ "dataType": "number",
1013
+ "style": "",
1014
+ "defaultValue": null,
1015
+ "minValue": null,
1016
+ "maxValue": null,
1017
+ "step": null,
1018
+ "menuItems": [],
1019
+ "menuLabels": [],
1020
+ "allowCustom": false,
1021
+ "maxLength": null,
1022
+ "pattern": null,
1023
+ "isArray": false,
1024
+ "arraySize": 1,
1025
+ "dimensions": 1,
1026
+ "description": "inputmapping - - Determines how the node's input(s) are passed into the shader for use when creating a 3D Texture. By default all of the inputs are passed to each slice. When using the N inputs per Slice mode, the first N inputs are passed to the first slice, the next N inputs are passed the second slice, and so on. When it runs out of inputs it loops back to the first input. N is selected by the parameter N Value.\n\n all - ninputs -",
1027
+ "tooltip": "",
1028
+ "help": "",
1029
+ "units": "",
1030
+ "examples": [],
1031
+ "isReadOnly": false,
1032
+ "isAdvanced": false,
1033
+ "isHidden": false,
1034
+ "isAnimatable": true,
1035
+ "isExpression": false,
1036
+ "isPython": false,
1037
+ "dependsOn": [],
1038
+ "affects": [],
1039
+ "linkedTo": [],
1040
+ "expressionLanguage": "",
1041
+ "defaultExpression": "",
1042
+ "commonExpressions": [],
1043
+ "order": 0,
1044
+ "isVisible": true,
1045
+ "conditionalDisplay": null,
1046
+ "isValid": true,
1047
+ "validationErrors": [],
1048
+ "lastUpdated": "2025-08-07T07:50:01.602Z",
1049
+ "rawData": {},
1050
+ "sourceElement": null
1051
+ },
1052
+ {
1053
+ "id": null,
1054
+ "name": "All Inputs to Every Slice",
1055
+ "label": "All Inputs to Every Slice",
1056
+ "group": "General",
1057
+ "page": "",
1058
+ "type": "float",
1059
+ "dataType": "number",
1060
+ "style": "",
1061
+ "defaultValue": null,
1062
+ "minValue": null,
1063
+ "maxValue": null,
1064
+ "step": null,
1065
+ "menuItems": [],
1066
+ "menuLabels": [],
1067
+ "allowCustom": false,
1068
+ "maxLength": null,
1069
+ "pattern": null,
1070
+ "isArray": false,
1071
+ "arraySize": 1,
1072
+ "dimensions": 1,
1073
+ "description": "all - ninputs -",
1074
+ "tooltip": "",
1075
+ "help": "",
1076
+ "units": "",
1077
+ "examples": [],
1078
+ "isReadOnly": false,
1079
+ "isAdvanced": false,
1080
+ "isHidden": false,
1081
+ "isAnimatable": true,
1082
+ "isExpression": false,
1083
+ "isPython": false,
1084
+ "dependsOn": [],
1085
+ "affects": [],
1086
+ "linkedTo": [],
1087
+ "expressionLanguage": "",
1088
+ "defaultExpression": "",
1089
+ "commonExpressions": [],
1090
+ "order": 0,
1091
+ "isVisible": true,
1092
+ "conditionalDisplay": null,
1093
+ "isValid": true,
1094
+ "validationErrors": [],
1095
+ "lastUpdated": "2025-08-07T07:50:01.602Z",
1096
+ "rawData": {},
1097
+ "sourceElement": null
1098
+ },
1099
+ {
1100
+ "id": null,
1101
+ "name": "N Value",
1102
+ "label": "N Value",
1103
+ "group": "General",
1104
+ "page": "",
1105
+ "type": "float",
1106
+ "dataType": "number",
1107
+ "style": "",
1108
+ "defaultValue": null,
1109
+ "minValue": null,
1110
+ "maxValue": null,
1111
+ "step": null,
1112
+ "menuItems": [],
1113
+ "menuLabels": [],
1114
+ "allowCustom": false,
1115
+ "maxLength": null,
1116
+ "pattern": null,
1117
+ "isArray": false,
1118
+ "arraySize": 1,
1119
+ "dimensions": 1,
1120
+ "description": "nval - Determines how many inputs are passed to the shader per slice when using the N inputs per Slice mode for Input Mapping. If for example this is set to 2, then the first 2 inputs will be passed to the first slice, the next 2 inputs will be passed the second slice, and so on. It will loop back to the start of the inputs if it runs out before it reaches the last slice.",
1121
+ "tooltip": "",
1122
+ "help": "",
1123
+ "units": "",
1124
+ "examples": [],
1125
+ "isReadOnly": false,
1126
+ "isAdvanced": false,
1127
+ "isHidden": false,
1128
+ "isAnimatable": true,
1129
+ "isExpression": false,
1130
+ "isPython": false,
1131
+ "dependsOn": [],
1132
+ "affects": [],
1133
+ "linkedTo": [],
1134
+ "expressionLanguage": "",
1135
+ "defaultExpression": "",
1136
+ "commonExpressions": [],
1137
+ "order": 0,
1138
+ "isVisible": true,
1139
+ "conditionalDisplay": null,
1140
+ "isValid": true,
1141
+ "validationErrors": [],
1142
+ "lastUpdated": "2025-08-07T07:50:01.602Z",
1143
+ "rawData": {},
1144
+ "sourceElement": null
1145
+ },
1146
+ {
1147
+ "id": null,
1148
+ "name": "Input Extend Mode UV",
1149
+ "label": "Input Extend Mode UV",
1150
+ "group": "General",
1151
+ "page": "",
1152
+ "type": "float",
1153
+ "dataType": "number",
1154
+ "style": "",
1155
+ "defaultValue": null,
1156
+ "minValue": null,
1157
+ "maxValue": null,
1158
+ "step": null,
1159
+ "menuItems": [],
1160
+ "menuLabels": [],
1161
+ "allowCustom": false,
1162
+ "maxLength": null,
1163
+ "pattern": null,
1164
+ "isArray": false,
1165
+ "arraySize": 1,
1166
+ "dimensions": 1,
1167
+ "description": "inputextenduv - - Controls what is returned from your texture sampling functions when the U and V texture coordinates (called S and T in the shader) are outside [0-1] range.\n\n hold - zero - repeat - mirror -",
1168
+ "tooltip": "",
1169
+ "help": "",
1170
+ "units": "",
1171
+ "examples": [],
1172
+ "isReadOnly": false,
1173
+ "isAdvanced": false,
1174
+ "isHidden": false,
1175
+ "isAnimatable": true,
1176
+ "isExpression": false,
1177
+ "isPython": false,
1178
+ "dependsOn": [],
1179
+ "affects": [],
1180
+ "linkedTo": [],
1181
+ "expressionLanguage": "",
1182
+ "defaultExpression": "",
1183
+ "commonExpressions": [],
1184
+ "order": 0,
1185
+ "isVisible": true,
1186
+ "conditionalDisplay": null,
1187
+ "isValid": true,
1188
+ "validationErrors": [],
1189
+ "lastUpdated": "2025-08-07T07:50:01.602Z",
1190
+ "rawData": {},
1191
+ "sourceElement": null
1192
+ },
1193
+ {
1194
+ "id": null,
1195
+ "name": "Hold",
1196
+ "label": "Hold",
1197
+ "group": "General",
1198
+ "page": "",
1199
+ "type": "float",
1200
+ "dataType": "number",
1201
+ "style": "",
1202
+ "defaultValue": null,
1203
+ "minValue": null,
1204
+ "maxValue": null,
1205
+ "step": null,
1206
+ "menuItems": [],
1207
+ "menuLabels": [],
1208
+ "allowCustom": false,
1209
+ "maxLength": null,
1210
+ "pattern": null,
1211
+ "isArray": false,
1212
+ "arraySize": 1,
1213
+ "dimensions": 1,
1214
+ "description": "hold - zero - repeat - mirror -",
1215
+ "tooltip": "",
1216
+ "help": "",
1217
+ "units": "",
1218
+ "examples": [],
1219
+ "isReadOnly": false,
1220
+ "isAdvanced": false,
1221
+ "isHidden": false,
1222
+ "isAnimatable": true,
1223
+ "isExpression": false,
1224
+ "isPython": false,
1225
+ "dependsOn": [],
1226
+ "affects": [],
1227
+ "linkedTo": [],
1228
+ "expressionLanguage": "",
1229
+ "defaultExpression": "",
1230
+ "commonExpressions": [],
1231
+ "order": 0,
1232
+ "isVisible": true,
1233
+ "conditionalDisplay": null,
1234
+ "isValid": true,
1235
+ "validationErrors": [],
1236
+ "lastUpdated": "2025-08-07T07:50:01.602Z",
1237
+ "rawData": {},
1238
+ "sourceElement": null
1239
+ },
1240
+ {
1241
+ "id": null,
1242
+ "name": "Input Extend Mode W",
1243
+ "label": "Input Extend Mode W",
1244
+ "group": "General",
1245
+ "page": "",
1246
+ "type": "float",
1247
+ "dataType": "number",
1248
+ "style": "",
1249
+ "defaultValue": null,
1250
+ "minValue": null,
1251
+ "maxValue": null,
1252
+ "step": null,
1253
+ "menuItems": [],
1254
+ "menuLabels": [],
1255
+ "allowCustom": false,
1256
+ "maxLength": null,
1257
+ "pattern": null,
1258
+ "isArray": false,
1259
+ "arraySize": 1,
1260
+ "dimensions": 1,
1261
+ "description": "inputextendw - - Controls what is returned from your texture sampling functions when the W texture coordinate (called W in the shader) are outside [0-1] range. Only useful for 3D Texture.\n\n hold - zero - repeat - mirror -",
1262
+ "tooltip": "",
1263
+ "help": "",
1264
+ "units": "",
1265
+ "examples": [],
1266
+ "isReadOnly": false,
1267
+ "isAdvanced": false,
1268
+ "isHidden": false,
1269
+ "isAnimatable": true,
1270
+ "isExpression": false,
1271
+ "isPython": false,
1272
+ "dependsOn": [],
1273
+ "affects": [],
1274
+ "linkedTo": [],
1275
+ "expressionLanguage": "",
1276
+ "defaultExpression": "",
1277
+ "commonExpressions": [],
1278
+ "order": 0,
1279
+ "isVisible": true,
1280
+ "conditionalDisplay": null,
1281
+ "isValid": true,
1282
+ "validationErrors": [],
1283
+ "lastUpdated": "2025-08-07T07:50:01.602Z",
1284
+ "rawData": {},
1285
+ "sourceElement": null
1286
+ },
1287
+ {
1288
+ "id": null,
1289
+ "name": "# of Color Buffers",
1290
+ "label": "# of Color Buffers",
1291
+ "group": "General",
1292
+ "page": "",
1293
+ "type": "float",
1294
+ "dataType": "number",
1295
+ "style": "",
1296
+ "defaultValue": null,
1297
+ "minValue": null,
1298
+ "maxValue": null,
1299
+ "step": null,
1300
+ "menuItems": [],
1301
+ "menuLabels": [],
1302
+ "allowCustom": false,
1303
+ "maxLength": null,
1304
+ "pattern": null,
1305
+ "isArray": false,
1306
+ "arraySize": 1,
1307
+ "dimensions": 1,
1308
+ "description": "numcolorbufs - Any shader you write can output to more than one RGBA buffer at a time. Turn up this value to have more color buffers allocated for you, and refer to [Write_a_GLSL_#Outputting_to_Multiple_Color_Buffers Write a GLSL ] for more information on using this feature.",
1309
+ "tooltip": "",
1310
+ "help": "",
1311
+ "units": "",
1312
+ "examples": [],
1313
+ "isReadOnly": false,
1314
+ "isAdvanced": false,
1315
+ "isHidden": false,
1316
+ "isAnimatable": true,
1317
+ "isExpression": false,
1318
+ "isPython": false,
1319
+ "dependsOn": [],
1320
+ "affects": [],
1321
+ "linkedTo": [],
1322
+ "expressionLanguage": "",
1323
+ "defaultExpression": "",
1324
+ "commonExpressions": [],
1325
+ "order": 0,
1326
+ "isVisible": true,
1327
+ "conditionalDisplay": null,
1328
+ "isValid": true,
1329
+ "validationErrors": [],
1330
+ "lastUpdated": "2025-08-07T07:50:01.602Z",
1331
+ "rawData": {},
1332
+ "sourceElement": null
1333
+ },
1334
+ {
1335
+ "id": null,
1336
+ "name": "Vector",
1337
+ "label": "Vector",
1338
+ "group": "General",
1339
+ "page": "",
1340
+ "type": "float",
1341
+ "dataType": "number",
1342
+ "style": "",
1343
+ "defaultValue": null,
1344
+ "minValue": null,
1345
+ "maxValue": null,
1346
+ "step": null,
1347
+ "menuItems": [],
1348
+ "menuLabels": [],
1349
+ "allowCustom": false,
1350
+ "maxLength": null,
1351
+ "pattern": null,
1352
+ "isArray": false,
1353
+ "arraySize": 1,
1354
+ "dimensions": 1,
1355
+ "description": "vec - Sequence of vector uniforms\n\n\n\n vec0name - The uniform name, as declared in the shader\n\n\n\n vec0value - - The value(s) to give the uniform.\n\n vec0valuex - vec0valuey - vec0valuez - vec0valuew -",
1356
+ "tooltip": "",
1357
+ "help": "",
1358
+ "units": "",
1359
+ "examples": [],
1360
+ "isReadOnly": false,
1361
+ "isAdvanced": false,
1362
+ "isHidden": false,
1363
+ "isAnimatable": true,
1364
+ "isExpression": false,
1365
+ "isPython": false,
1366
+ "dependsOn": [],
1367
+ "affects": [],
1368
+ "linkedTo": [],
1369
+ "expressionLanguage": "",
1370
+ "defaultExpression": "",
1371
+ "commonExpressions": [],
1372
+ "order": 0,
1373
+ "isVisible": true,
1374
+ "conditionalDisplay": null,
1375
+ "isValid": true,
1376
+ "validationErrors": [],
1377
+ "lastUpdated": "2025-08-07T07:50:01.602Z",
1378
+ "rawData": {},
1379
+ "sourceElement": null
1380
+ },
1381
+ {
1382
+ "id": null,
1383
+ "name": "Name",
1384
+ "label": "Name",
1385
+ "group": "General",
1386
+ "page": "",
1387
+ "type": "float",
1388
+ "dataType": "number",
1389
+ "style": "",
1390
+ "defaultValue": null,
1391
+ "minValue": null,
1392
+ "maxValue": null,
1393
+ "step": null,
1394
+ "menuItems": [],
1395
+ "menuLabels": [],
1396
+ "allowCustom": false,
1397
+ "maxLength": null,
1398
+ "pattern": null,
1399
+ "isArray": false,
1400
+ "arraySize": 1,
1401
+ "dimensions": 1,
1402
+ "description": "vec0name - The uniform name, as declared in the shader",
1403
+ "tooltip": "",
1404
+ "help": "",
1405
+ "units": "",
1406
+ "examples": [],
1407
+ "isReadOnly": false,
1408
+ "isAdvanced": false,
1409
+ "isHidden": false,
1410
+ "isAnimatable": true,
1411
+ "isExpression": false,
1412
+ "isPython": false,
1413
+ "dependsOn": [],
1414
+ "affects": [],
1415
+ "linkedTo": [],
1416
+ "expressionLanguage": "",
1417
+ "defaultExpression": "",
1418
+ "commonExpressions": [],
1419
+ "order": 0,
1420
+ "isVisible": true,
1421
+ "conditionalDisplay": null,
1422
+ "isValid": true,
1423
+ "validationErrors": [],
1424
+ "lastUpdated": "2025-08-07T07:50:01.602Z",
1425
+ "rawData": {},
1426
+ "sourceElement": null
1427
+ },
1428
+ {
1429
+ "id": null,
1430
+ "name": "Value",
1431
+ "label": "Value",
1432
+ "group": "General",
1433
+ "page": "",
1434
+ "type": "float",
1435
+ "dataType": "number",
1436
+ "style": "",
1437
+ "defaultValue": null,
1438
+ "minValue": null,
1439
+ "maxValue": null,
1440
+ "step": null,
1441
+ "menuItems": [],
1442
+ "menuLabels": [],
1443
+ "allowCustom": false,
1444
+ "maxLength": null,
1445
+ "pattern": null,
1446
+ "isArray": false,
1447
+ "arraySize": 1,
1448
+ "dimensions": 1,
1449
+ "description": "vec0value - - The value(s) to give the uniform.\n\n vec0valuex - vec0valuey - vec0valuez - vec0valuew -",
1450
+ "tooltip": "",
1451
+ "help": "",
1452
+ "units": "",
1453
+ "examples": [],
1454
+ "isReadOnly": false,
1455
+ "isAdvanced": false,
1456
+ "isHidden": false,
1457
+ "isAnimatable": true,
1458
+ "isExpression": false,
1459
+ "isPython": false,
1460
+ "dependsOn": [],
1461
+ "affects": [],
1462
+ "linkedTo": [],
1463
+ "expressionLanguage": "",
1464
+ "defaultExpression": "",
1465
+ "commonExpressions": [],
1466
+ "order": 0,
1467
+ "isVisible": true,
1468
+ "conditionalDisplay": null,
1469
+ "isValid": true,
1470
+ "validationErrors": [],
1471
+ "lastUpdated": "2025-08-07T07:50:01.602Z",
1472
+ "rawData": {},
1473
+ "sourceElement": null
1474
+ },
1475
+ {
1476
+ "id": null,
1477
+ "name": "Array",
1478
+ "label": "Array",
1479
+ "group": "General",
1480
+ "page": "",
1481
+ "type": "float",
1482
+ "dataType": "number",
1483
+ "style": "",
1484
+ "defaultValue": null,
1485
+ "minValue": null,
1486
+ "maxValue": null,
1487
+ "step": null,
1488
+ "menuItems": [
1489
+ "array0name"
1490
+ ],
1491
+ "menuLabels": [],
1492
+ "allowCustom": false,
1493
+ "maxLength": null,
1494
+ "pattern": null,
1495
+ "isArray": false,
1496
+ "arraySize": 1,
1497
+ "dimensions": 1,
1498
+ "description": "Sequence of array uniforms",
1499
+ "tooltip": "",
1500
+ "help": "",
1501
+ "units": "",
1502
+ "examples": [],
1503
+ "isReadOnly": false,
1504
+ "isAdvanced": false,
1505
+ "isHidden": false,
1506
+ "isAnimatable": true,
1507
+ "isExpression": false,
1508
+ "isPython": false,
1509
+ "dependsOn": [],
1510
+ "affects": [],
1511
+ "linkedTo": [],
1512
+ "expressionLanguage": "",
1513
+ "defaultExpression": "",
1514
+ "commonExpressions": [],
1515
+ "order": 0,
1516
+ "isVisible": true,
1517
+ "conditionalDisplay": null,
1518
+ "isValid": true,
1519
+ "validationErrors": [],
1520
+ "lastUpdated": "2025-08-07T07:50:01.602Z",
1521
+ "rawData": {},
1522
+ "sourceElement": null
1523
+ },
1524
+ {
1525
+ "id": null,
1526
+ "name": "Type",
1527
+ "label": "Type",
1528
+ "group": "General",
1529
+ "page": "",
1530
+ "type": "float",
1531
+ "dataType": "number",
1532
+ "style": "",
1533
+ "defaultValue": null,
1534
+ "minValue": null,
1535
+ "maxValue": null,
1536
+ "step": null,
1537
+ "menuItems": [],
1538
+ "menuLabels": [],
1539
+ "allowCustom": false,
1540
+ "maxLength": null,
1541
+ "pattern": null,
1542
+ "isArray": false,
1543
+ "arraySize": 1,
1544
+ "dimensions": 1,
1545
+ "description": "array0type - - The data type of the uniform in the shader.\n\n float - vec2 - vec3 - vec4 -",
1546
+ "tooltip": "",
1547
+ "help": "",
1548
+ "units": "",
1549
+ "examples": [],
1550
+ "isReadOnly": false,
1551
+ "isAdvanced": false,
1552
+ "isHidden": false,
1553
+ "isAnimatable": true,
1554
+ "isExpression": false,
1555
+ "isPython": false,
1556
+ "dependsOn": [],
1557
+ "affects": [],
1558
+ "linkedTo": [],
1559
+ "expressionLanguage": "",
1560
+ "defaultExpression": "",
1561
+ "commonExpressions": [],
1562
+ "order": 0,
1563
+ "isVisible": true,
1564
+ "conditionalDisplay": null,
1565
+ "isValid": true,
1566
+ "validationErrors": [],
1567
+ "lastUpdated": "2025-08-07T07:50:01.603Z",
1568
+ "rawData": {},
1569
+ "sourceElement": null
1570
+ },
1571
+ {
1572
+ "id": null,
1573
+ "name": "float",
1574
+ "label": "float",
1575
+ "group": "General",
1576
+ "page": "",
1577
+ "type": "float",
1578
+ "dataType": "number",
1579
+ "style": "",
1580
+ "defaultValue": null,
1581
+ "minValue": null,
1582
+ "maxValue": null,
1583
+ "step": null,
1584
+ "menuItems": [],
1585
+ "menuLabels": [],
1586
+ "allowCustom": false,
1587
+ "maxLength": null,
1588
+ "pattern": null,
1589
+ "isArray": false,
1590
+ "arraySize": 1,
1591
+ "dimensions": 1,
1592
+ "description": "float - vec2 - vec3 - vec4 -",
1593
+ "tooltip": "",
1594
+ "help": "",
1595
+ "units": "",
1596
+ "examples": [],
1597
+ "isReadOnly": false,
1598
+ "isAdvanced": false,
1599
+ "isHidden": false,
1600
+ "isAnimatable": true,
1601
+ "isExpression": false,
1602
+ "isPython": false,
1603
+ "dependsOn": [],
1604
+ "affects": [],
1605
+ "linkedTo": [],
1606
+ "expressionLanguage": "",
1607
+ "defaultExpression": "",
1608
+ "commonExpressions": [],
1609
+ "order": 0,
1610
+ "isVisible": true,
1611
+ "conditionalDisplay": null,
1612
+ "isValid": true,
1613
+ "validationErrors": [],
1614
+ "lastUpdated": "2025-08-07T07:50:01.603Z",
1615
+ "rawData": {},
1616
+ "sourceElement": null
1617
+ },
1618
+ {
1619
+ "id": null,
1620
+ "name": "CHOP",
1621
+ "label": "CHOP",
1622
+ "group": "General",
1623
+ "page": "",
1624
+ "type": "float",
1625
+ "dataType": "number",
1626
+ "style": "",
1627
+ "defaultValue": null,
1628
+ "minValue": null,
1629
+ "maxValue": null,
1630
+ "step": null,
1631
+ "menuItems": [],
1632
+ "menuLabels": [],
1633
+ "allowCustom": false,
1634
+ "maxLength": null,
1635
+ "pattern": null,
1636
+ "isArray": false,
1637
+ "arraySize": 1,
1638
+ "dimensions": 1,
1639
+ "description": "array0chop - The channels from this will be sent to the GLSL shader.",
1640
+ "tooltip": "",
1641
+ "help": "",
1642
+ "units": "",
1643
+ "examples": [],
1644
+ "isReadOnly": false,
1645
+ "isAdvanced": false,
1646
+ "isHidden": false,
1647
+ "isAnimatable": true,
1648
+ "isExpression": false,
1649
+ "isPython": false,
1650
+ "dependsOn": [],
1651
+ "affects": [],
1652
+ "linkedTo": [],
1653
+ "expressionLanguage": "",
1654
+ "defaultExpression": "",
1655
+ "commonExpressions": [],
1656
+ "order": 0,
1657
+ "isVisible": true,
1658
+ "conditionalDisplay": null,
1659
+ "isValid": true,
1660
+ "validationErrors": [],
1661
+ "lastUpdated": "2025-08-07T07:50:01.603Z",
1662
+ "rawData": {},
1663
+ "sourceElement": null
1664
+ },
1665
+ {
1666
+ "id": null,
1667
+ "name": "Array Type",
1668
+ "label": "Array Type",
1669
+ "group": "General",
1670
+ "page": "",
1671
+ "type": "float",
1672
+ "dataType": "number",
1673
+ "style": "",
1674
+ "defaultValue": null,
1675
+ "minValue": null,
1676
+ "maxValue": null,
1677
+ "step": null,
1678
+ "menuItems": [],
1679
+ "menuLabels": [],
1680
+ "allowCustom": false,
1681
+ "maxLength": null,
1682
+ "pattern": null,
1683
+ "isArray": false,
1684
+ "arraySize": 1,
1685
+ "dimensions": 1,
1686
+ "description": "array0arraytype - - The type of the uniform.\n\n uniformarray - All GPUs can send array data into a GLSL shader using Uniform Arrays. texturebuffer - Newer GPUs can send array data into a GLSL shader using Texture Buffers. Texture Buffers use texture memory and texture fetches to access the data, which allows them to store many more values.Declare them:\n\n\n\nAnd sample them like this\n\n\n\nWhere i is the 0-based index (an integer) into the buffer that you want to get a value for.",
1687
+ "tooltip": "",
1688
+ "help": "",
1689
+ "units": "",
1690
+ "examples": [],
1691
+ "isReadOnly": false,
1692
+ "isAdvanced": false,
1693
+ "isHidden": false,
1694
+ "isAnimatable": true,
1695
+ "isExpression": false,
1696
+ "isPython": false,
1697
+ "dependsOn": [],
1698
+ "affects": [],
1699
+ "linkedTo": [],
1700
+ "expressionLanguage": "",
1701
+ "defaultExpression": "",
1702
+ "commonExpressions": [],
1703
+ "order": 0,
1704
+ "isVisible": true,
1705
+ "conditionalDisplay": null,
1706
+ "isValid": true,
1707
+ "validationErrors": [],
1708
+ "lastUpdated": "2025-08-07T07:50:01.603Z",
1709
+ "rawData": {},
1710
+ "sourceElement": null
1711
+ },
1712
+ {
1713
+ "id": null,
1714
+ "name": "Uniform Array",
1715
+ "label": "Uniform Array",
1716
+ "group": "General",
1717
+ "page": "",
1718
+ "type": "float",
1719
+ "dataType": "number",
1720
+ "style": "",
1721
+ "defaultValue": null,
1722
+ "minValue": null,
1723
+ "maxValue": null,
1724
+ "step": null,
1725
+ "menuItems": [],
1726
+ "menuLabels": [],
1727
+ "allowCustom": false,
1728
+ "maxLength": null,
1729
+ "pattern": null,
1730
+ "isArray": false,
1731
+ "arraySize": 1,
1732
+ "dimensions": 1,
1733
+ "description": "uniformarray - All GPUs can send array data into a GLSL shader using Uniform Arrays. texturebuffer - Newer GPUs can send array data into a GLSL shader using Texture Buffers. Texture Buffers use texture memory and texture fetches to access the data, which allows them to store many more values.Declare them:\n\n\n\nAnd sample them like this\n\n\n\nWhere i is the 0-based index (an integer) into the buffer that you want to get a value for.",
1734
+ "tooltip": "",
1735
+ "help": "",
1736
+ "units": "",
1737
+ "examples": [],
1738
+ "isReadOnly": false,
1739
+ "isAdvanced": false,
1740
+ "isHidden": false,
1741
+ "isAnimatable": true,
1742
+ "isExpression": false,
1743
+ "isPython": false,
1744
+ "dependsOn": [],
1745
+ "affects": [],
1746
+ "linkedTo": [],
1747
+ "expressionLanguage": "",
1748
+ "defaultExpression": "",
1749
+ "commonExpressions": [],
1750
+ "order": 0,
1751
+ "isVisible": true,
1752
+ "conditionalDisplay": null,
1753
+ "isValid": true,
1754
+ "validationErrors": [],
1755
+ "lastUpdated": "2025-08-07T07:50:01.603Z",
1756
+ "rawData": {},
1757
+ "sourceElement": null
1758
+ },
1759
+ {
1760
+ "id": null,
1761
+ "name": "Matrix",
1762
+ "label": "Matrix",
1763
+ "group": "General",
1764
+ "page": "",
1765
+ "type": "float",
1766
+ "dataType": "number",
1767
+ "style": "",
1768
+ "defaultValue": null,
1769
+ "minValue": null,
1770
+ "maxValue": null,
1771
+ "step": null,
1772
+ "menuItems": [],
1773
+ "menuLabels": [],
1774
+ "allowCustom": false,
1775
+ "maxLength": null,
1776
+ "pattern": null,
1777
+ "isArray": false,
1778
+ "arraySize": 1,
1779
+ "dimensions": 1,
1780
+ "description": "matrix - Sequence of matrix uniforms\n\n\n\n matrix0name - The name of the matrix uniform.\n\n\n\n matrix0value - The value to assign the matrix. For valid ways to specify this, see the Matrix Parameters article.",
1781
+ "tooltip": "",
1782
+ "help": "",
1783
+ "units": "",
1784
+ "examples": [],
1785
+ "isReadOnly": false,
1786
+ "isAdvanced": false,
1787
+ "isHidden": false,
1788
+ "isAnimatable": true,
1789
+ "isExpression": false,
1790
+ "isPython": false,
1791
+ "dependsOn": [],
1792
+ "affects": [],
1793
+ "linkedTo": [],
1794
+ "expressionLanguage": "",
1795
+ "defaultExpression": "",
1796
+ "commonExpressions": [],
1797
+ "order": 0,
1798
+ "isVisible": true,
1799
+ "conditionalDisplay": null,
1800
+ "isValid": true,
1801
+ "validationErrors": [],
1802
+ "lastUpdated": "2025-08-07T07:50:01.603Z",
1803
+ "rawData": {},
1804
+ "sourceElement": null
1805
+ },
1806
+ {
1807
+ "id": null,
1808
+ "name": "Atomic Counter",
1809
+ "label": "Atomic Counter",
1810
+ "group": "General",
1811
+ "page": "",
1812
+ "type": "float",
1813
+ "dataType": "number",
1814
+ "style": "",
1815
+ "defaultValue": null,
1816
+ "minValue": null,
1817
+ "maxValue": null,
1818
+ "step": null,
1819
+ "menuItems": [],
1820
+ "menuLabels": [],
1821
+ "allowCustom": false,
1822
+ "maxLength": null,
1823
+ "pattern": null,
1824
+ "isArray": false,
1825
+ "arraySize": 1,
1826
+ "dimensions": 1,
1827
+ "description": "ac - Sequence of atomic counter uniforms\n\n\n\n ac0name - The name of the uniform.\n\n\n\n ac0initvalue - - Specifies how the atomic counters receive their initial value, either through a single default value or a .\n\n val - chop -\n\n ac0singlevalue - Specifies a single value that all atomic counters in this binding will be initialized to.\n\n\n\n ac0chopvalue - A reference to the that will determine the initial values of the atomic counters in this binding. The will be spanned in track order, so the values from the first track will be read in order first, then the next track (if there is one) and so on. If there are more initial values to fill than there are values in the then they will all be set to 0. Atomic counters will be initialized from low to high offsets.",
1828
+ "tooltip": "",
1829
+ "help": "",
1830
+ "units": "",
1831
+ "examples": [],
1832
+ "isReadOnly": false,
1833
+ "isAdvanced": false,
1834
+ "isHidden": false,
1835
+ "isAnimatable": true,
1836
+ "isExpression": false,
1837
+ "isPython": false,
1838
+ "dependsOn": [],
1839
+ "affects": [],
1840
+ "linkedTo": [],
1841
+ "expressionLanguage": "",
1842
+ "defaultExpression": "",
1843
+ "commonExpressions": [],
1844
+ "order": 0,
1845
+ "isVisible": true,
1846
+ "conditionalDisplay": null,
1847
+ "isValid": true,
1848
+ "validationErrors": [],
1849
+ "lastUpdated": "2025-08-07T07:50:01.603Z",
1850
+ "rawData": {},
1851
+ "sourceElement": null
1852
+ },
1853
+ {
1854
+ "id": null,
1855
+ "name": "Initial Value Type",
1856
+ "label": "Initial Value Type",
1857
+ "group": "General",
1858
+ "page": "",
1859
+ "type": "float",
1860
+ "dataType": "number",
1861
+ "style": "",
1862
+ "defaultValue": null,
1863
+ "minValue": null,
1864
+ "maxValue": null,
1865
+ "step": null,
1866
+ "menuItems": [],
1867
+ "menuLabels": [],
1868
+ "allowCustom": false,
1869
+ "maxLength": null,
1870
+ "pattern": null,
1871
+ "isArray": false,
1872
+ "arraySize": 1,
1873
+ "dimensions": 1,
1874
+ "description": "ac0initvalue - - Specifies how the atomic counters receive their initial value, either through a single default value or a .\n\n val - chop -",
1875
+ "tooltip": "",
1876
+ "help": "",
1877
+ "units": "",
1878
+ "examples": [],
1879
+ "isReadOnly": false,
1880
+ "isAdvanced": false,
1881
+ "isHidden": false,
1882
+ "isAnimatable": true,
1883
+ "isExpression": false,
1884
+ "isPython": false,
1885
+ "dependsOn": [],
1886
+ "affects": [],
1887
+ "linkedTo": [],
1888
+ "expressionLanguage": "",
1889
+ "defaultExpression": "",
1890
+ "commonExpressions": [],
1891
+ "order": 0,
1892
+ "isVisible": true,
1893
+ "conditionalDisplay": null,
1894
+ "isValid": true,
1895
+ "validationErrors": [],
1896
+ "lastUpdated": "2025-08-07T07:50:01.603Z",
1897
+ "rawData": {},
1898
+ "sourceElement": null
1899
+ },
1900
+ {
1901
+ "id": null,
1902
+ "name": "Single Value",
1903
+ "label": "Single Value",
1904
+ "group": "General",
1905
+ "page": "",
1906
+ "type": "float",
1907
+ "dataType": "number",
1908
+ "style": "",
1909
+ "defaultValue": null,
1910
+ "minValue": null,
1911
+ "maxValue": null,
1912
+ "step": null,
1913
+ "menuItems": [],
1914
+ "menuLabels": [],
1915
+ "allowCustom": false,
1916
+ "maxLength": null,
1917
+ "pattern": null,
1918
+ "isArray": false,
1919
+ "arraySize": 1,
1920
+ "dimensions": 1,
1921
+ "description": "val - chop -",
1922
+ "tooltip": "",
1923
+ "help": "",
1924
+ "units": "",
1925
+ "examples": [],
1926
+ "isReadOnly": false,
1927
+ "isAdvanced": false,
1928
+ "isHidden": false,
1929
+ "isAnimatable": true,
1930
+ "isExpression": false,
1931
+ "isPython": false,
1932
+ "dependsOn": [],
1933
+ "affects": [],
1934
+ "linkedTo": [],
1935
+ "expressionLanguage": "",
1936
+ "defaultExpression": "",
1937
+ "commonExpressions": [],
1938
+ "order": 0,
1939
+ "isVisible": true,
1940
+ "conditionalDisplay": null,
1941
+ "isValid": true,
1942
+ "validationErrors": [],
1943
+ "lastUpdated": "2025-08-07T07:50:01.603Z",
1944
+ "rawData": {},
1945
+ "sourceElement": null
1946
+ },
1947
+ {
1948
+ "id": null,
1949
+ "name": "Initial Value",
1950
+ "label": "Initial Value",
1951
+ "group": "General",
1952
+ "page": "",
1953
+ "type": "float",
1954
+ "dataType": "number",
1955
+ "style": "",
1956
+ "defaultValue": null,
1957
+ "minValue": null,
1958
+ "maxValue": null,
1959
+ "step": null,
1960
+ "menuItems": [],
1961
+ "menuLabels": [],
1962
+ "allowCustom": false,
1963
+ "maxLength": null,
1964
+ "pattern": null,
1965
+ "isArray": false,
1966
+ "arraySize": 1,
1967
+ "dimensions": 1,
1968
+ "description": "ac0singlevalue - Specifies a single value that all atomic counters in this binding will be initialized to.",
1969
+ "tooltip": "",
1970
+ "help": "",
1971
+ "units": "",
1972
+ "examples": [],
1973
+ "isReadOnly": false,
1974
+ "isAdvanced": false,
1975
+ "isHidden": false,
1976
+ "isAnimatable": true,
1977
+ "isExpression": false,
1978
+ "isPython": false,
1979
+ "dependsOn": [],
1980
+ "affects": [],
1981
+ "linkedTo": [],
1982
+ "expressionLanguage": "",
1983
+ "defaultExpression": "",
1984
+ "commonExpressions": [],
1985
+ "order": 0,
1986
+ "isVisible": true,
1987
+ "conditionalDisplay": null,
1988
+ "isValid": true,
1989
+ "validationErrors": [],
1990
+ "lastUpdated": "2025-08-07T07:50:01.603Z",
1991
+ "rawData": {},
1992
+ "sourceElement": null
1993
+ },
1994
+ {
1995
+ "id": null,
1996
+ "name": "Initial Values CHOP",
1997
+ "label": "Initial Values CHOP",
1998
+ "group": "General",
1999
+ "page": "",
2000
+ "type": "float",
2001
+ "dataType": "number",
2002
+ "style": "",
2003
+ "defaultValue": null,
2004
+ "minValue": null,
2005
+ "maxValue": null,
2006
+ "step": null,
2007
+ "menuItems": [],
2008
+ "menuLabels": [],
2009
+ "allowCustom": false,
2010
+ "maxLength": null,
2011
+ "pattern": null,
2012
+ "isArray": false,
2013
+ "arraySize": 1,
2014
+ "dimensions": 1,
2015
+ "description": "ac0chopvalue - A reference to the that will determine the initial values of the atomic counters in this binding. The will be spanned in track order, so the values from the first track will be read in order first, then the next track (if there is one) and so on. If there are more initial values to fill than there are values in the then they will all be set to 0. Atomic counters will be initialized from low to high offsets.",
2016
+ "tooltip": "",
2017
+ "help": "",
2018
+ "units": "",
2019
+ "examples": [],
2020
+ "isReadOnly": false,
2021
+ "isAdvanced": false,
2022
+ "isHidden": false,
2023
+ "isAnimatable": true,
2024
+ "isExpression": false,
2025
+ "isPython": false,
2026
+ "dependsOn": [],
2027
+ "affects": [],
2028
+ "linkedTo": [],
2029
+ "expressionLanguage": "",
2030
+ "defaultExpression": "",
2031
+ "commonExpressions": [],
2032
+ "order": 0,
2033
+ "isVisible": true,
2034
+ "conditionalDisplay": null,
2035
+ "isValid": true,
2036
+ "validationErrors": [],
2037
+ "lastUpdated": "2025-08-07T07:50:01.603Z",
2038
+ "rawData": {},
2039
+ "sourceElement": null
2040
+ },
2041
+ {
2042
+ "id": null,
2043
+ "name": "Constant",
2044
+ "label": "Constant",
2045
+ "group": "General",
2046
+ "page": "",
2047
+ "type": "float",
2048
+ "dataType": "number",
2049
+ "style": "",
2050
+ "defaultValue": null,
2051
+ "minValue": null,
2052
+ "maxValue": null,
2053
+ "step": null,
2054
+ "menuItems": [],
2055
+ "menuLabels": [],
2056
+ "allowCustom": false,
2057
+ "maxLength": null,
2058
+ "pattern": null,
2059
+ "isArray": false,
2060
+ "arraySize": 1,
2061
+ "dimensions": 1,
2062
+ "description": "const - Sequence of constant uniforms\n\n\n\n const0name - The constant name, as declared in the shader.\n\n\n\n const0value - The value to give the constant.",
2063
+ "tooltip": "",
2064
+ "help": "",
2065
+ "units": "",
2066
+ "examples": [],
2067
+ "isReadOnly": false,
2068
+ "isAdvanced": false,
2069
+ "isHidden": false,
2070
+ "isAnimatable": true,
2071
+ "isExpression": false,
2072
+ "isPython": false,
2073
+ "dependsOn": [],
2074
+ "affects": [],
2075
+ "linkedTo": [],
2076
+ "expressionLanguage": "",
2077
+ "defaultExpression": "",
2078
+ "commonExpressions": [],
2079
+ "order": 0,
2080
+ "isVisible": true,
2081
+ "conditionalDisplay": null,
2082
+ "isValid": true,
2083
+ "validationErrors": [],
2084
+ "lastUpdated": "2025-08-07T07:50:01.603Z",
2085
+ "rawData": {},
2086
+ "sourceElement": null
2087
+ },
2088
+ {
2089
+ "id": null,
2090
+ "name": "Output Resolution",
2091
+ "label": "Output Resolution",
2092
+ "group": "General",
2093
+ "page": "",
2094
+ "type": "float",
2095
+ "dataType": "number",
2096
+ "style": "",
2097
+ "defaultValue": null,
2098
+ "minValue": null,
2099
+ "maxValue": null,
2100
+ "step": null,
2101
+ "menuItems": [],
2102
+ "menuLabels": [],
2103
+ "allowCustom": false,
2104
+ "maxLength": null,
2105
+ "pattern": null,
2106
+ "isArray": false,
2107
+ "arraySize": 1,
2108
+ "dimensions": 1,
2109
+ "description": "outputresolution - - quickly change the resolution of the 's data.\n\n useinput - Uses the input's resolution. eighth - Multiply the input's resolution by that amount. quarter - Multiply the input's resolution by that amount. half - Multiply the input's resolution by that amount. 2x - Multiply the input's resolution by that amount. 4x - Multiply the input's resolution by that amount. 8x - Multiply the input's resolution by that amount. fit - Fits the width and height to the resolution given below, while maintaining the aspect ratio. limit - The width and height are limited to the resolution given below. If one of the dimensions exceeds the given resolution, the width and height will be reduced to fit inside the given limits while maintaining the aspect ratio. custom - Enables the parameter below, giving direct control over width and height.",
2110
+ "tooltip": "",
2111
+ "help": "",
2112
+ "units": "",
2113
+ "examples": [],
2114
+ "isReadOnly": false,
2115
+ "isAdvanced": false,
2116
+ "isHidden": false,
2117
+ "isAnimatable": true,
2118
+ "isExpression": false,
2119
+ "isPython": false,
2120
+ "dependsOn": [],
2121
+ "affects": [],
2122
+ "linkedTo": [],
2123
+ "expressionLanguage": "",
2124
+ "defaultExpression": "",
2125
+ "commonExpressions": [],
2126
+ "order": 0,
2127
+ "isVisible": true,
2128
+ "conditionalDisplay": null,
2129
+ "isValid": true,
2130
+ "validationErrors": [],
2131
+ "lastUpdated": "2025-08-07T07:50:01.604Z",
2132
+ "rawData": {},
2133
+ "sourceElement": null
2134
+ },
2135
+ {
2136
+ "id": null,
2137
+ "name": "Use Input",
2138
+ "label": "Use Input",
2139
+ "group": "General",
2140
+ "page": "",
2141
+ "type": "float",
2142
+ "dataType": "number",
2143
+ "style": "",
2144
+ "defaultValue": null,
2145
+ "minValue": null,
2146
+ "maxValue": null,
2147
+ "step": null,
2148
+ "menuItems": [],
2149
+ "menuLabels": [],
2150
+ "allowCustom": false,
2151
+ "maxLength": null,
2152
+ "pattern": null,
2153
+ "isArray": false,
2154
+ "arraySize": 1,
2155
+ "dimensions": 1,
2156
+ "description": "useinput - Uses the input's resolution. eighth - Multiply the input's resolution by that amount. quarter - Multiply the input's resolution by that amount. half - Multiply the input's resolution by that amount. 2x - Multiply the input's resolution by that amount. 4x - Multiply the input's resolution by that amount. 8x - Multiply the input's resolution by that amount. fit - Fits the width and height to the resolution given below, while maintaining the aspect ratio. limit - The width and height are limited to the resolution given below. If one of the dimensions exceeds the given resolution, the width and height will be reduced to fit inside the given limits while maintaining the aspect ratio. custom - Enables the parameter below, giving direct control over width and height.",
2157
+ "tooltip": "",
2158
+ "help": "",
2159
+ "units": "",
2160
+ "examples": [],
2161
+ "isReadOnly": false,
2162
+ "isAdvanced": false,
2163
+ "isHidden": false,
2164
+ "isAnimatable": true,
2165
+ "isExpression": false,
2166
+ "isPython": false,
2167
+ "dependsOn": [],
2168
+ "affects": [],
2169
+ "linkedTo": [],
2170
+ "expressionLanguage": "",
2171
+ "defaultExpression": "",
2172
+ "commonExpressions": [],
2173
+ "order": 0,
2174
+ "isVisible": true,
2175
+ "conditionalDisplay": null,
2176
+ "isValid": true,
2177
+ "validationErrors": [],
2178
+ "lastUpdated": "2025-08-07T07:50:01.604Z",
2179
+ "rawData": {},
2180
+ "sourceElement": null
2181
+ },
2182
+ {
2183
+ "id": null,
2184
+ "name": "Resolution",
2185
+ "label": "Resolution",
2186
+ "group": "General",
2187
+ "page": "",
2188
+ "type": "float",
2189
+ "dataType": "number",
2190
+ "style": "",
2191
+ "defaultValue": null,
2192
+ "minValue": null,
2193
+ "maxValue": null,
2194
+ "step": null,
2195
+ "menuItems": [],
2196
+ "menuLabels": [],
2197
+ "allowCustom": false,
2198
+ "maxLength": null,
2199
+ "pattern": null,
2200
+ "isArray": false,
2201
+ "arraySize": 1,
2202
+ "dimensions": 1,
2203
+ "description": "resolution - - Enabled only when the parameter is set to Custom . Some Generators like Constant and Ramp do not use inputs and only use this field to determine their size. The drop down menu on the right provides some commonly used resolutions.\n\n resolutionw - resolutionh -",
2204
+ "tooltip": "",
2205
+ "help": "",
2206
+ "units": "",
2207
+ "examples": [],
2208
+ "isReadOnly": false,
2209
+ "isAdvanced": false,
2210
+ "isHidden": false,
2211
+ "isAnimatable": true,
2212
+ "isExpression": false,
2213
+ "isPython": false,
2214
+ "dependsOn": [],
2215
+ "affects": [],
2216
+ "linkedTo": [],
2217
+ "expressionLanguage": "",
2218
+ "defaultExpression": "",
2219
+ "commonExpressions": [],
2220
+ "order": 0,
2221
+ "isVisible": true,
2222
+ "conditionalDisplay": null,
2223
+ "isValid": true,
2224
+ "validationErrors": [],
2225
+ "lastUpdated": "2025-08-07T07:50:01.604Z",
2226
+ "rawData": {},
2227
+ "sourceElement": null
2228
+ },
2229
+ {
2230
+ "id": null,
2231
+ "name": "W",
2232
+ "label": "W",
2233
+ "group": "General",
2234
+ "page": "",
2235
+ "type": "float",
2236
+ "dataType": "number",
2237
+ "style": "",
2238
+ "defaultValue": null,
2239
+ "minValue": null,
2240
+ "maxValue": null,
2241
+ "step": null,
2242
+ "menuItems": [],
2243
+ "menuLabels": [],
2244
+ "allowCustom": false,
2245
+ "maxLength": null,
2246
+ "pattern": null,
2247
+ "isArray": false,
2248
+ "arraySize": 1,
2249
+ "dimensions": 1,
2250
+ "description": "resolutionw - resolutionh -",
2251
+ "tooltip": "",
2252
+ "help": "",
2253
+ "units": "",
2254
+ "examples": [],
2255
+ "isReadOnly": false,
2256
+ "isAdvanced": false,
2257
+ "isHidden": false,
2258
+ "isAnimatable": true,
2259
+ "isExpression": false,
2260
+ "isPython": false,
2261
+ "dependsOn": [],
2262
+ "affects": [],
2263
+ "linkedTo": [],
2264
+ "expressionLanguage": "",
2265
+ "defaultExpression": "",
2266
+ "commonExpressions": [],
2267
+ "order": 0,
2268
+ "isVisible": true,
2269
+ "conditionalDisplay": null,
2270
+ "isValid": true,
2271
+ "validationErrors": [],
2272
+ "lastUpdated": "2025-08-07T07:50:01.604Z",
2273
+ "rawData": {},
2274
+ "sourceElement": null
2275
+ },
2276
+ {
2277
+ "id": null,
2278
+ "name": "Resolution Menu",
2279
+ "label": "Resolution Menu",
2280
+ "group": "General",
2281
+ "page": "",
2282
+ "type": "float",
2283
+ "dataType": "number",
2284
+ "style": "",
2285
+ "defaultValue": null,
2286
+ "minValue": null,
2287
+ "maxValue": null,
2288
+ "step": null,
2289
+ "menuItems": [],
2290
+ "menuLabels": [],
2291
+ "allowCustom": false,
2292
+ "maxLength": null,
2293
+ "pattern": null,
2294
+ "isArray": false,
2295
+ "arraySize": 1,
2296
+ "dimensions": 1,
2297
+ "description": "resmenu - A drop-down menu with some commonly used resolutions.",
2298
+ "tooltip": "",
2299
+ "help": "",
2300
+ "units": "",
2301
+ "examples": [],
2302
+ "isReadOnly": false,
2303
+ "isAdvanced": false,
2304
+ "isHidden": false,
2305
+ "isAnimatable": true,
2306
+ "isExpression": false,
2307
+ "isPython": false,
2308
+ "dependsOn": [],
2309
+ "affects": [],
2310
+ "linkedTo": [],
2311
+ "expressionLanguage": "",
2312
+ "defaultExpression": "",
2313
+ "commonExpressions": [],
2314
+ "order": 0,
2315
+ "isVisible": true,
2316
+ "conditionalDisplay": null,
2317
+ "isValid": true,
2318
+ "validationErrors": [],
2319
+ "lastUpdated": "2025-08-07T07:50:01.604Z",
2320
+ "rawData": {},
2321
+ "sourceElement": null
2322
+ },
2323
+ {
2324
+ "id": null,
2325
+ "name": "Use Global Res Multiplier",
2326
+ "label": "Use Global Res Multiplier",
2327
+ "group": "General",
2328
+ "page": "",
2329
+ "type": "float",
2330
+ "dataType": "number",
2331
+ "style": "",
2332
+ "defaultValue": null,
2333
+ "minValue": null,
2334
+ "maxValue": null,
2335
+ "step": null,
2336
+ "menuItems": [],
2337
+ "menuLabels": [],
2338
+ "allowCustom": false,
2339
+ "maxLength": null,
2340
+ "pattern": null,
2341
+ "isArray": false,
2342
+ "arraySize": 1,
2343
+ "dimensions": 1,
2344
+ "description": "resmult - Uses the Global Multiplier found in Edit>Preferences>TOPs. This multiplies all the TOPs resolutions by the set amount. This is handy when working on computers with different hardware specifications. If a project is designed on a desktop workstation with lots of graphics memory, a user on a laptop with only 64MB VRAM can set the Global Multiplier to a value of half or quarter so it runs at an acceptable speed. By checking this checkbox on, this is affected by the global multiplier.",
2345
+ "tooltip": "",
2346
+ "help": "",
2347
+ "units": "",
2348
+ "examples": [],
2349
+ "isReadOnly": false,
2350
+ "isAdvanced": false,
2351
+ "isHidden": false,
2352
+ "isAnimatable": true,
2353
+ "isExpression": false,
2354
+ "isPython": false,
2355
+ "dependsOn": [],
2356
+ "affects": [],
2357
+ "linkedTo": [],
2358
+ "expressionLanguage": "",
2359
+ "defaultExpression": "",
2360
+ "commonExpressions": [],
2361
+ "order": 0,
2362
+ "isVisible": true,
2363
+ "conditionalDisplay": null,
2364
+ "isValid": true,
2365
+ "validationErrors": [],
2366
+ "lastUpdated": "2025-08-07T07:50:01.604Z",
2367
+ "rawData": {},
2368
+ "sourceElement": null
2369
+ },
2370
+ {
2371
+ "id": null,
2372
+ "name": "Output Aspect",
2373
+ "label": "Output Aspect",
2374
+ "group": "General",
2375
+ "page": "",
2376
+ "type": "float",
2377
+ "dataType": "number",
2378
+ "style": "",
2379
+ "defaultValue": null,
2380
+ "minValue": null,
2381
+ "maxValue": null,
2382
+ "step": null,
2383
+ "menuItems": [],
2384
+ "menuLabels": [],
2385
+ "allowCustom": false,
2386
+ "maxLength": null,
2387
+ "pattern": null,
2388
+ "isArray": false,
2389
+ "arraySize": 1,
2390
+ "dimensions": 1,
2391
+ "description": "outputaspect - - Sets the image aspect ratio allowing any textures to be viewed in any size. Watch for unexpected results when compositing TOPs with different aspect ratios. (You can define images with non-square pixels using xres, yres, aspectx, aspecty where xres/yres != aspectx/aspecty.)\n\n useinput - Uses the input's aspect ratio. resolution - Uses the aspect of the image's defined resolution (ie 512x256 would be 2:1), whereby each pixel is square. custom - Lets you explicitly define a custom aspect ratio in the Aspect parameter below.",
2392
+ "tooltip": "",
2393
+ "help": "",
2394
+ "units": "",
2395
+ "examples": [],
2396
+ "isReadOnly": false,
2397
+ "isAdvanced": false,
2398
+ "isHidden": false,
2399
+ "isAnimatable": true,
2400
+ "isExpression": false,
2401
+ "isPython": false,
2402
+ "dependsOn": [],
2403
+ "affects": [],
2404
+ "linkedTo": [],
2405
+ "expressionLanguage": "",
2406
+ "defaultExpression": "",
2407
+ "commonExpressions": [],
2408
+ "order": 0,
2409
+ "isVisible": true,
2410
+ "conditionalDisplay": null,
2411
+ "isValid": true,
2412
+ "validationErrors": [],
2413
+ "lastUpdated": "2025-08-07T07:50:01.604Z",
2414
+ "rawData": {},
2415
+ "sourceElement": null
2416
+ },
2417
+ {
2418
+ "id": null,
2419
+ "name": "Aspect",
2420
+ "label": "Aspect",
2421
+ "group": "General",
2422
+ "page": "",
2423
+ "type": "float",
2424
+ "dataType": "number",
2425
+ "style": "",
2426
+ "defaultValue": null,
2427
+ "minValue": null,
2428
+ "maxValue": null,
2429
+ "step": null,
2430
+ "menuItems": [],
2431
+ "menuLabels": [],
2432
+ "allowCustom": false,
2433
+ "maxLength": null,
2434
+ "pattern": null,
2435
+ "isArray": false,
2436
+ "arraySize": 1,
2437
+ "dimensions": 1,
2438
+ "description": "aspect - - Use when Output Aspect parameter is set to Custom Aspect.\n\n aspect1 - aspect2 -",
2439
+ "tooltip": "",
2440
+ "help": "",
2441
+ "units": "",
2442
+ "examples": [],
2443
+ "isReadOnly": false,
2444
+ "isAdvanced": false,
2445
+ "isHidden": false,
2446
+ "isAnimatable": true,
2447
+ "isExpression": false,
2448
+ "isPython": false,
2449
+ "dependsOn": [],
2450
+ "affects": [],
2451
+ "linkedTo": [],
2452
+ "expressionLanguage": "",
2453
+ "defaultExpression": "",
2454
+ "commonExpressions": [],
2455
+ "order": 0,
2456
+ "isVisible": true,
2457
+ "conditionalDisplay": null,
2458
+ "isValid": true,
2459
+ "validationErrors": [],
2460
+ "lastUpdated": "2025-08-07T07:50:01.604Z",
2461
+ "rawData": {},
2462
+ "sourceElement": null
2463
+ },
2464
+ {
2465
+ "id": null,
2466
+ "name": "Aspect1",
2467
+ "label": "Aspect1",
2468
+ "group": "General",
2469
+ "page": "",
2470
+ "type": "float",
2471
+ "dataType": "number",
2472
+ "style": "",
2473
+ "defaultValue": null,
2474
+ "minValue": null,
2475
+ "maxValue": null,
2476
+ "step": null,
2477
+ "menuItems": [],
2478
+ "menuLabels": [],
2479
+ "allowCustom": false,
2480
+ "maxLength": null,
2481
+ "pattern": null,
2482
+ "isArray": false,
2483
+ "arraySize": 1,
2484
+ "dimensions": 1,
2485
+ "description": "aspect1 - aspect2 -",
2486
+ "tooltip": "",
2487
+ "help": "",
2488
+ "units": "",
2489
+ "examples": [],
2490
+ "isReadOnly": false,
2491
+ "isAdvanced": false,
2492
+ "isHidden": false,
2493
+ "isAnimatable": true,
2494
+ "isExpression": false,
2495
+ "isPython": false,
2496
+ "dependsOn": [],
2497
+ "affects": [],
2498
+ "linkedTo": [],
2499
+ "expressionLanguage": "",
2500
+ "defaultExpression": "",
2501
+ "commonExpressions": [],
2502
+ "order": 0,
2503
+ "isVisible": true,
2504
+ "conditionalDisplay": null,
2505
+ "isValid": true,
2506
+ "validationErrors": [],
2507
+ "lastUpdated": "2025-08-07T07:50:01.604Z",
2508
+ "rawData": {},
2509
+ "sourceElement": null
2510
+ },
2511
+ {
2512
+ "id": null,
2513
+ "name": "Aspect Menu",
2514
+ "label": "Aspect Menu",
2515
+ "group": "General",
2516
+ "page": "",
2517
+ "type": "float",
2518
+ "dataType": "number",
2519
+ "style": "",
2520
+ "defaultValue": null,
2521
+ "minValue": null,
2522
+ "maxValue": null,
2523
+ "step": null,
2524
+ "menuItems": [],
2525
+ "menuLabels": [],
2526
+ "allowCustom": false,
2527
+ "maxLength": null,
2528
+ "pattern": null,
2529
+ "isArray": false,
2530
+ "arraySize": 1,
2531
+ "dimensions": 1,
2532
+ "description": "armenu - A drop-down menu with some commonly used aspect ratios.",
2533
+ "tooltip": "",
2534
+ "help": "",
2535
+ "units": "",
2536
+ "examples": [],
2537
+ "isReadOnly": false,
2538
+ "isAdvanced": false,
2539
+ "isHidden": false,
2540
+ "isAnimatable": true,
2541
+ "isExpression": false,
2542
+ "isPython": false,
2543
+ "dependsOn": [],
2544
+ "affects": [],
2545
+ "linkedTo": [],
2546
+ "expressionLanguage": "",
2547
+ "defaultExpression": "",
2548
+ "commonExpressions": [],
2549
+ "order": 0,
2550
+ "isVisible": true,
2551
+ "conditionalDisplay": null,
2552
+ "isValid": true,
2553
+ "validationErrors": [],
2554
+ "lastUpdated": "2025-08-07T07:50:01.604Z",
2555
+ "rawData": {},
2556
+ "sourceElement": null
2557
+ },
2558
+ {
2559
+ "id": null,
2560
+ "name": "Input Smoothness",
2561
+ "label": "Input Smoothness",
2562
+ "group": "General",
2563
+ "page": "",
2564
+ "type": "float",
2565
+ "dataType": "number",
2566
+ "style": "",
2567
+ "defaultValue": null,
2568
+ "minValue": null,
2569
+ "maxValue": null,
2570
+ "step": null,
2571
+ "menuItems": [],
2572
+ "menuLabels": [],
2573
+ "allowCustom": false,
2574
+ "maxLength": null,
2575
+ "pattern": null,
2576
+ "isArray": false,
2577
+ "arraySize": 1,
2578
+ "dimensions": 1,
2579
+ "description": "inputfiltertype - - This controls pixel filtering on the input image of the .\n\n nearest - Uses nearest pixel or accurate image representation. Images will look jaggy when viewing at any zoom level other than Native . linear - Uses linear filtering between pixels. This is how you get images in viewers to look good at various zoom levels, especially useful when using any Fill Viewer setting other than Native . mipmap - Uses mipmap filtering when scaling images. This can be used to reduce artifacts and sparkling in moving/scaling images that have lots of detail.",
2580
+ "tooltip": "",
2581
+ "help": "",
2582
+ "units": "",
2583
+ "examples": [],
2584
+ "isReadOnly": false,
2585
+ "isAdvanced": false,
2586
+ "isHidden": false,
2587
+ "isAnimatable": true,
2588
+ "isExpression": false,
2589
+ "isPython": false,
2590
+ "dependsOn": [],
2591
+ "affects": [],
2592
+ "linkedTo": [],
2593
+ "expressionLanguage": "",
2594
+ "defaultExpression": "",
2595
+ "commonExpressions": [],
2596
+ "order": 0,
2597
+ "isVisible": true,
2598
+ "conditionalDisplay": null,
2599
+ "isValid": true,
2600
+ "validationErrors": [],
2601
+ "lastUpdated": "2025-08-07T07:50:01.604Z",
2602
+ "rawData": {},
2603
+ "sourceElement": null
2604
+ },
2605
+ {
2606
+ "id": null,
2607
+ "name": "Nearest Pixel",
2608
+ "label": "Nearest Pixel",
2609
+ "group": "General",
2610
+ "page": "",
2611
+ "type": "float",
2612
+ "dataType": "number",
2613
+ "style": "",
2614
+ "defaultValue": null,
2615
+ "minValue": null,
2616
+ "maxValue": null,
2617
+ "step": null,
2618
+ "menuItems": [],
2619
+ "menuLabels": [],
2620
+ "allowCustom": false,
2621
+ "maxLength": null,
2622
+ "pattern": null,
2623
+ "isArray": false,
2624
+ "arraySize": 1,
2625
+ "dimensions": 1,
2626
+ "description": "nearest - Uses nearest pixel or accurate image representation. Images will look jaggy when viewing at any zoom level other than Native . linear - Uses linear filtering between pixels. This is how you get images in viewers to look good at various zoom levels, especially useful when using any Fill Viewer setting other than Native . mipmap - Uses mipmap filtering when scaling images. This can be used to reduce artifacts and sparkling in moving/scaling images that have lots of detail.",
2627
+ "tooltip": "",
2628
+ "help": "",
2629
+ "units": "",
2630
+ "examples": [],
2631
+ "isReadOnly": false,
2632
+ "isAdvanced": false,
2633
+ "isHidden": false,
2634
+ "isAnimatable": true,
2635
+ "isExpression": false,
2636
+ "isPython": false,
2637
+ "dependsOn": [],
2638
+ "affects": [],
2639
+ "linkedTo": [],
2640
+ "expressionLanguage": "",
2641
+ "defaultExpression": "",
2642
+ "commonExpressions": [],
2643
+ "order": 0,
2644
+ "isVisible": true,
2645
+ "conditionalDisplay": null,
2646
+ "isValid": true,
2647
+ "validationErrors": [],
2648
+ "lastUpdated": "2025-08-07T07:50:01.604Z",
2649
+ "rawData": {},
2650
+ "sourceElement": null
2651
+ },
2652
+ {
2653
+ "id": null,
2654
+ "name": "Fill Viewer",
2655
+ "label": "Fill Viewer",
2656
+ "group": "General",
2657
+ "page": "",
2658
+ "type": "float",
2659
+ "dataType": "number",
2660
+ "style": "",
2661
+ "defaultValue": null,
2662
+ "minValue": null,
2663
+ "maxValue": null,
2664
+ "step": null,
2665
+ "menuItems": [],
2666
+ "menuLabels": [],
2667
+ "allowCustom": false,
2668
+ "maxLength": null,
2669
+ "pattern": null,
2670
+ "isArray": false,
2671
+ "arraySize": 1,
2672
+ "dimensions": 1,
2673
+ "description": "fillmode - - Determine how the image is displayed in the viewer.\nNOTE:To get an understanding of how TOPs work with images, you will want to set this to Native as you lay down TOPs when starting out. This will let you see what is actually happening without any automatic viewer resizing.\n\n\n useinput - Uses the same Fill Viewer settings as it's input. fill - Stretches the image to fit the edges of the viewer. width - Stretches image to fit viewer horizontally. height - Stretches image to fit viewer vertically. best - Stretches or squashes image so no part of image is cropped. outside - Stretches or squashes image so image fills viewer while constraining it's proportions. This often leads to part of image getting cropped by viewer. nativeres - Displays the native resolution of the image in the viewer.",
2674
+ "tooltip": "",
2675
+ "help": "",
2676
+ "units": "",
2677
+ "examples": [],
2678
+ "isReadOnly": false,
2679
+ "isAdvanced": false,
2680
+ "isHidden": false,
2681
+ "isAnimatable": true,
2682
+ "isExpression": false,
2683
+ "isPython": false,
2684
+ "dependsOn": [],
2685
+ "affects": [],
2686
+ "linkedTo": [],
2687
+ "expressionLanguage": "",
2688
+ "defaultExpression": "",
2689
+ "commonExpressions": [],
2690
+ "order": 0,
2691
+ "isVisible": true,
2692
+ "conditionalDisplay": null,
2693
+ "isValid": true,
2694
+ "validationErrors": [],
2695
+ "lastUpdated": "2025-08-07T07:50:01.604Z",
2696
+ "rawData": {},
2697
+ "sourceElement": null
2698
+ },
2699
+ {
2700
+ "id": null,
2701
+ "name": "Viewer Smoothness",
2702
+ "label": "Viewer Smoothness",
2703
+ "group": "General",
2704
+ "page": "",
2705
+ "type": "float",
2706
+ "dataType": "number",
2707
+ "style": "",
2708
+ "defaultValue": null,
2709
+ "minValue": null,
2710
+ "maxValue": null,
2711
+ "step": null,
2712
+ "menuItems": [],
2713
+ "menuLabels": [],
2714
+ "allowCustom": false,
2715
+ "maxLength": null,
2716
+ "pattern": null,
2717
+ "isArray": false,
2718
+ "arraySize": 1,
2719
+ "dimensions": 1,
2720
+ "description": "filtertype - - This controls pixel filtering in the viewers.\n\n nearest - Uses nearest pixel or accurate image representation. Images will look jaggy when viewing at any zoom level other than Native . linear - Uses linear filtering between pixels. Use this to get images in viewers to look good at various zoom levels, especially useful when using any Fill Viewer setting other than Native . mipmap - Uses mipmap filtering when scaling images. This can be used to reduce artifacts and sparkling in moving/scaling images that have lots of detail.",
2721
+ "tooltip": "",
2722
+ "help": "",
2723
+ "units": "",
2724
+ "examples": [],
2725
+ "isReadOnly": false,
2726
+ "isAdvanced": false,
2727
+ "isHidden": false,
2728
+ "isAnimatable": true,
2729
+ "isExpression": false,
2730
+ "isPython": false,
2731
+ "dependsOn": [],
2732
+ "affects": [],
2733
+ "linkedTo": [],
2734
+ "expressionLanguage": "",
2735
+ "defaultExpression": "",
2736
+ "commonExpressions": [],
2737
+ "order": 0,
2738
+ "isVisible": true,
2739
+ "conditionalDisplay": null,
2740
+ "isValid": true,
2741
+ "validationErrors": [],
2742
+ "lastUpdated": "2025-08-07T07:50:01.605Z",
2743
+ "rawData": {},
2744
+ "sourceElement": null
2745
+ },
2746
+ {
2747
+ "id": null,
2748
+ "name": "Passes",
2749
+ "label": "Passes",
2750
+ "group": "General",
2751
+ "page": "",
2752
+ "type": "float",
2753
+ "dataType": "number",
2754
+ "style": "",
2755
+ "defaultValue": null,
2756
+ "minValue": null,
2757
+ "maxValue": null,
2758
+ "step": null,
2759
+ "menuItems": [],
2760
+ "menuLabels": [],
2761
+ "allowCustom": false,
2762
+ "maxLength": null,
2763
+ "pattern": null,
2764
+ "isArray": false,
2765
+ "arraySize": 1,
2766
+ "dimensions": 1,
2767
+ "description": "npasses - Duplicates the operation of the the specified number of times. Making this larger than 1 is essentially the same as taking the output from each pass, and passing it into the first input of the node and repeating the process. Other inputs and parameters remain the same for each pass.",
2768
+ "tooltip": "",
2769
+ "help": "",
2770
+ "units": "",
2771
+ "examples": [],
2772
+ "isReadOnly": false,
2773
+ "isAdvanced": false,
2774
+ "isHidden": false,
2775
+ "isAnimatable": true,
2776
+ "isExpression": false,
2777
+ "isPython": false,
2778
+ "dependsOn": [],
2779
+ "affects": [],
2780
+ "linkedTo": [],
2781
+ "expressionLanguage": "",
2782
+ "defaultExpression": "",
2783
+ "commonExpressions": [],
2784
+ "order": 0,
2785
+ "isVisible": true,
2786
+ "conditionalDisplay": null,
2787
+ "isValid": true,
2788
+ "validationErrors": [],
2789
+ "lastUpdated": "2025-08-07T07:50:01.605Z",
2790
+ "rawData": {},
2791
+ "sourceElement": null
2792
+ },
2793
+ {
2794
+ "id": null,
2795
+ "name": "Channel Mask",
2796
+ "label": "Channel Mask",
2797
+ "group": "General",
2798
+ "page": "",
2799
+ "type": "float",
2800
+ "dataType": "number",
2801
+ "style": "",
2802
+ "defaultValue": null,
2803
+ "minValue": null,
2804
+ "maxValue": null,
2805
+ "step": null,
2806
+ "menuItems": [],
2807
+ "menuLabels": [],
2808
+ "allowCustom": false,
2809
+ "maxLength": null,
2810
+ "pattern": null,
2811
+ "isArray": false,
2812
+ "arraySize": 1,
2813
+ "dimensions": 1,
2814
+ "description": "chanmask - Allows you to choose which channels (R, G, B, or A) the will operate on. All channels are selected by default.",
2815
+ "tooltip": "",
2816
+ "help": "",
2817
+ "units": "",
2818
+ "examples": [],
2819
+ "isReadOnly": false,
2820
+ "isAdvanced": false,
2821
+ "isHidden": false,
2822
+ "isAnimatable": true,
2823
+ "isExpression": false,
2824
+ "isPython": false,
2825
+ "dependsOn": [],
2826
+ "affects": [],
2827
+ "linkedTo": [],
2828
+ "expressionLanguage": "",
2829
+ "defaultExpression": "",
2830
+ "commonExpressions": [],
2831
+ "order": 0,
2832
+ "isVisible": true,
2833
+ "conditionalDisplay": null,
2834
+ "isValid": true,
2835
+ "validationErrors": [],
2836
+ "lastUpdated": "2025-08-07T07:50:01.605Z",
2837
+ "rawData": {},
2838
+ "sourceElement": null
2839
+ },
2840
+ {
2841
+ "id": null,
2842
+ "name": "Pixel Format",
2843
+ "label": "Pixel Format",
2844
+ "group": "General",
2845
+ "page": "",
2846
+ "type": "float",
2847
+ "dataType": "number",
2848
+ "style": "",
2849
+ "defaultValue": null,
2850
+ "minValue": null,
2851
+ "maxValue": null,
2852
+ "step": null,
2853
+ "menuItems": [],
2854
+ "menuLabels": [],
2855
+ "allowCustom": false,
2856
+ "maxLength": null,
2857
+ "pattern": null,
2858
+ "isArray": false,
2859
+ "arraySize": 1,
2860
+ "dimensions": 1,
2861
+ "description": "Pixel Format parameter.",
2862
+ "tooltip": "",
2863
+ "help": "",
2864
+ "units": "",
2865
+ "examples": [],
2866
+ "isReadOnly": false,
2867
+ "isAdvanced": false,
2868
+ "isHidden": false,
2869
+ "isAnimatable": true,
2870
+ "isExpression": false,
2871
+ "isPython": false,
2872
+ "dependsOn": [],
2873
+ "affects": [],
2874
+ "linkedTo": [],
2875
+ "expressionLanguage": "",
2876
+ "defaultExpression": "",
2877
+ "commonExpressions": [],
2878
+ "order": 0,
2879
+ "isVisible": true,
2880
+ "conditionalDisplay": null,
2881
+ "isValid": true,
2882
+ "validationErrors": [],
2883
+ "lastUpdated": "2025-08-07T07:50:01.605Z",
2884
+ "rawData": {},
2885
+ "sourceElement": null
2886
+ }
2887
+ ],
2888
+ "parameterGroups": {},
2889
+ "codeExamples": [],
2890
+ "pythonExamples": [],
2891
+ "expressions": [],
2892
+ "commonInputs": [],
2893
+ "commonOutputs": [],
2894
+ "relatedOperators": [],
2895
+ "workflowPatterns": [],
2896
+ "images": [],
2897
+ "videos": [],
2898
+ "assets": [],
2899
+ "keywords": [
2900
+ "glsl",
2901
+ "multi",
2902
+ "top",
2903
+ "renders",
2904
+ "shader",
2905
+ "into",
2906
+ "image.",
2907
+ "parameters",
2908
+ "functionality",
2909
+ "identical"
2910
+ ],
2911
+ "tags": [
2912
+ "TOP",
2913
+ "TouchDesigner",
2914
+ "GLSL Multi TOP"
2915
+ ],
2916
+ "searchWeight": 1,
2917
+ "contentHash": "",
2918
+ "processingDate": "2025-08-07T07:50:01.606Z",
2919
+ "processingVersion": "1.0.0",
2920
+ "isValid": true,
2921
+ "validationErrors": []
2922
+ }