@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,1899 @@
1
+ {
2
+ "id": "ramp_top",
3
+ "name": "Ramp TOP",
4
+ "displayName": "Ramp TOP",
5
+ "category": "TOP",
6
+ "subcategory": "Generators",
7
+ "version": "Available since TouchDesigner 2018+",
8
+ "lastUpdated": "2025-08-07T07:50:08.111Z",
9
+ "sourceFile": "C:\\Program Files\\Derivative\\TouchDesigner\\Samples\\Learn\\OfflineHelp\\https.docs.derivative.ca\\Ramp_TOP.htm",
10
+ "url": "",
11
+ "description": "The Ramp TOP allows you to interactively create vertical, horizontal, radial, and circular ramps. Using the ramp bar and the color picker, you can add as many color tabs to the ramp as you like, each with its own color and alpha values. Click on a color tab to select it and change its color. Click elsewhere on the ramp bar to add another color keyframe. Drag a color tab off the ramp bar to delete it.",
12
+ "summary": "The Ramp TOP allows you to interactively create vertical, horizontal, radial, and circular ramps. Using the ramp bar and the color picker, you can add as many color tabs to the ramp as you like, each ",
13
+ "details": "",
14
+ "usage": "",
15
+ "tips": [
16
+ "Use Ramp TOP to create gradient textures for color lookup or masking.",
17
+ "Set Type to 'Radial' for circular gradients, 'Linear' for directional gradients.",
18
+ "Combine with Lookup TOP to create color-mapped visualizations."
19
+ ],
20
+ "warnings": [],
21
+ "parameters": [
22
+ {
23
+ "id": null,
24
+ "name": "DAT",
25
+ "label": "DAT",
26
+ "group": "General",
27
+ "page": "",
28
+ "type": "float",
29
+ "dataType": "number",
30
+ "style": "",
31
+ "defaultValue": null,
32
+ "minValue": null,
33
+ "maxValue": null,
34
+ "step": null,
35
+ "menuItems": [
36
+ "color"
37
+ ],
38
+ "menuLabels": [],
39
+ "allowCustom": false,
40
+ "maxLength": null,
41
+ "pattern": null,
42
+ "isArray": false,
43
+ "arraySize": 1,
44
+ "dimensions": 1,
45
+ "description": "Specifies the which defines the entries in the ramp.",
46
+ "tooltip": "",
47
+ "help": "",
48
+ "units": "",
49
+ "examples": [],
50
+ "isReadOnly": false,
51
+ "isAdvanced": false,
52
+ "isHidden": false,
53
+ "isAnimatable": true,
54
+ "isExpression": false,
55
+ "isPython": false,
56
+ "dependsOn": [],
57
+ "affects": [],
58
+ "linkedTo": [],
59
+ "expressionLanguage": "",
60
+ "defaultExpression": "",
61
+ "commonExpressions": [],
62
+ "order": 0,
63
+ "isVisible": true,
64
+ "conditionalDisplay": null,
65
+ "isValid": true,
66
+ "validationErrors": [],
67
+ "lastUpdated": "2025-08-07T07:50:08.101Z",
68
+ "rawData": {},
69
+ "sourceElement": null
70
+ },
71
+ {
72
+ "id": null,
73
+ "name": "Type",
74
+ "label": "Type",
75
+ "group": "General",
76
+ "page": "",
77
+ "type": "float",
78
+ "dataType": "number",
79
+ "style": "",
80
+ "defaultValue": null,
81
+ "minValue": null,
82
+ "maxValue": null,
83
+ "step": null,
84
+ "menuItems": [],
85
+ "menuLabels": [],
86
+ "allowCustom": false,
87
+ "maxLength": null,
88
+ "pattern": null,
89
+ "isArray": false,
90
+ "arraySize": 1,
91
+ "dimensions": 1,
92
+ "description": "type - - The type of ramp, choose between vertical, horizontal, radial, and circular.\n\n vertical - horizontal - radial - circular -",
93
+ "tooltip": "",
94
+ "help": "",
95
+ "units": "",
96
+ "examples": [],
97
+ "isReadOnly": false,
98
+ "isAdvanced": false,
99
+ "isHidden": false,
100
+ "isAnimatable": true,
101
+ "isExpression": false,
102
+ "isPython": false,
103
+ "dependsOn": [],
104
+ "affects": [],
105
+ "linkedTo": [],
106
+ "expressionLanguage": "",
107
+ "defaultExpression": "",
108
+ "commonExpressions": [],
109
+ "order": 0,
110
+ "isVisible": true,
111
+ "conditionalDisplay": null,
112
+ "isValid": true,
113
+ "validationErrors": [],
114
+ "lastUpdated": "2025-08-07T07:50:08.107Z",
115
+ "rawData": {},
116
+ "sourceElement": null
117
+ },
118
+ {
119
+ "id": null,
120
+ "name": "Vertical",
121
+ "label": "Vertical",
122
+ "group": "General",
123
+ "page": "",
124
+ "type": "float",
125
+ "dataType": "number",
126
+ "style": "",
127
+ "defaultValue": null,
128
+ "minValue": null,
129
+ "maxValue": null,
130
+ "step": null,
131
+ "menuItems": [],
132
+ "menuLabels": [],
133
+ "allowCustom": false,
134
+ "maxLength": null,
135
+ "pattern": null,
136
+ "isArray": false,
137
+ "arraySize": 1,
138
+ "dimensions": 1,
139
+ "description": "vertical - horizontal - radial - circular -",
140
+ "tooltip": "",
141
+ "help": "",
142
+ "units": "",
143
+ "examples": [],
144
+ "isReadOnly": false,
145
+ "isAdvanced": false,
146
+ "isHidden": false,
147
+ "isAnimatable": true,
148
+ "isExpression": false,
149
+ "isPython": false,
150
+ "dependsOn": [],
151
+ "affects": [],
152
+ "linkedTo": [],
153
+ "expressionLanguage": "",
154
+ "defaultExpression": "",
155
+ "commonExpressions": [],
156
+ "order": 0,
157
+ "isVisible": true,
158
+ "conditionalDisplay": null,
159
+ "isValid": true,
160
+ "validationErrors": [],
161
+ "lastUpdated": "2025-08-07T07:50:08.107Z",
162
+ "rawData": {},
163
+ "sourceElement": null
164
+ },
165
+ {
166
+ "id": null,
167
+ "name": "Position",
168
+ "label": "Position",
169
+ "group": "General",
170
+ "page": "",
171
+ "type": "float",
172
+ "dataType": "number",
173
+ "style": "",
174
+ "defaultValue": null,
175
+ "minValue": null,
176
+ "maxValue": null,
177
+ "step": null,
178
+ "menuItems": [],
179
+ "menuLabels": [],
180
+ "allowCustom": false,
181
+ "maxLength": null,
182
+ "pattern": null,
183
+ "isArray": false,
184
+ "arraySize": 1,
185
+ "dimensions": 1,
186
+ "description": "position - - Sets the center point for radial and circular ramps.\n\nposition1 -position2 -",
187
+ "tooltip": "",
188
+ "help": "",
189
+ "units": "",
190
+ "examples": [],
191
+ "isReadOnly": false,
192
+ "isAdvanced": false,
193
+ "isHidden": false,
194
+ "isAnimatable": true,
195
+ "isExpression": false,
196
+ "isPython": false,
197
+ "dependsOn": [],
198
+ "affects": [],
199
+ "linkedTo": [],
200
+ "expressionLanguage": "",
201
+ "defaultExpression": "",
202
+ "commonExpressions": [],
203
+ "order": 0,
204
+ "isVisible": true,
205
+ "conditionalDisplay": null,
206
+ "isValid": true,
207
+ "validationErrors": [],
208
+ "lastUpdated": "2025-08-07T07:50:08.107Z",
209
+ "rawData": {},
210
+ "sourceElement": null
211
+ },
212
+ {
213
+ "id": null,
214
+ "name": "Phase",
215
+ "label": "Phase",
216
+ "group": "General",
217
+ "page": "",
218
+ "type": "float",
219
+ "dataType": "number",
220
+ "style": "",
221
+ "defaultValue": null,
222
+ "minValue": null,
223
+ "maxValue": null,
224
+ "step": null,
225
+ "menuItems": [],
226
+ "menuLabels": [],
227
+ "allowCustom": false,
228
+ "maxLength": null,
229
+ "pattern": null,
230
+ "isArray": false,
231
+ "arraySize": 1,
232
+ "dimensions": 1,
233
+ "description": "phase - Offsets the beginning of the ramp.",
234
+ "tooltip": "",
235
+ "help": "",
236
+ "units": "",
237
+ "examples": [],
238
+ "isReadOnly": false,
239
+ "isAdvanced": false,
240
+ "isHidden": false,
241
+ "isAnimatable": true,
242
+ "isExpression": false,
243
+ "isPython": false,
244
+ "dependsOn": [],
245
+ "affects": [],
246
+ "linkedTo": [],
247
+ "expressionLanguage": "",
248
+ "defaultExpression": "",
249
+ "commonExpressions": [],
250
+ "order": 0,
251
+ "isVisible": true,
252
+ "conditionalDisplay": null,
253
+ "isValid": true,
254
+ "validationErrors": [],
255
+ "lastUpdated": "2025-08-07T07:50:08.107Z",
256
+ "rawData": {},
257
+ "sourceElement": null
258
+ },
259
+ {
260
+ "id": null,
261
+ "name": "Period",
262
+ "label": "Period",
263
+ "group": "General",
264
+ "page": "",
265
+ "type": "float",
266
+ "dataType": "number",
267
+ "style": "",
268
+ "defaultValue": null,
269
+ "minValue": null,
270
+ "maxValue": null,
271
+ "step": null,
272
+ "menuItems": [],
273
+ "menuLabels": [],
274
+ "allowCustom": false,
275
+ "maxLength": null,
276
+ "pattern": null,
277
+ "isArray": false,
278
+ "arraySize": 1,
279
+ "dimensions": 1,
280
+ "description": "period - Adjusts the length of the ramp, similar to a UV scaling.",
281
+ "tooltip": "",
282
+ "help": "",
283
+ "units": "",
284
+ "examples": [],
285
+ "isReadOnly": false,
286
+ "isAdvanced": false,
287
+ "isHidden": false,
288
+ "isAnimatable": true,
289
+ "isExpression": false,
290
+ "isPython": false,
291
+ "dependsOn": [],
292
+ "affects": [],
293
+ "linkedTo": [],
294
+ "expressionLanguage": "",
295
+ "defaultExpression": "",
296
+ "commonExpressions": [],
297
+ "order": 0,
298
+ "isVisible": true,
299
+ "conditionalDisplay": null,
300
+ "isValid": true,
301
+ "validationErrors": [],
302
+ "lastUpdated": "2025-08-07T07:50:08.107Z",
303
+ "rawData": {},
304
+ "sourceElement": null
305
+ },
306
+ {
307
+ "id": null,
308
+ "name": "Extend Left",
309
+ "label": "Extend Left",
310
+ "group": "General",
311
+ "page": "",
312
+ "type": "float",
313
+ "dataType": "number",
314
+ "style": "",
315
+ "defaultValue": null,
316
+ "minValue": null,
317
+ "maxValue": null,
318
+ "step": null,
319
+ "menuItems": [],
320
+ "menuLabels": [],
321
+ "allowCustom": false,
322
+ "maxLength": null,
323
+ "pattern": null,
324
+ "isArray": false,
325
+ "arraySize": 1,
326
+ "dimensions": 1,
327
+ "description": "extendleft - - Sets the extend (or repeat) conditions of the ramp beyond the defined range. This parameter determines what happens at the edges of the ramp.\n\n hold - The pixel values past the left/right edges of the ramp continue to extend past that edge. blockclamptoblack - The pixel values past the left/right edges of the ramp are black (RGBA = 0,0,0,1). zero - The pixel values past the left/right edges of the ramp are zero (RGBA = 0,0,0,0). repeat - The image is repeated past the left/right edges of the ramp. mirror - The image is mirrored past the left/right edges of the ramp.",
328
+ "tooltip": "",
329
+ "help": "",
330
+ "units": "",
331
+ "examples": [],
332
+ "isReadOnly": false,
333
+ "isAdvanced": false,
334
+ "isHidden": false,
335
+ "isAnimatable": true,
336
+ "isExpression": false,
337
+ "isPython": false,
338
+ "dependsOn": [],
339
+ "affects": [],
340
+ "linkedTo": [],
341
+ "expressionLanguage": "",
342
+ "defaultExpression": "",
343
+ "commonExpressions": [],
344
+ "order": 0,
345
+ "isVisible": true,
346
+ "conditionalDisplay": null,
347
+ "isValid": true,
348
+ "validationErrors": [],
349
+ "lastUpdated": "2025-08-07T07:50:08.107Z",
350
+ "rawData": {},
351
+ "sourceElement": null
352
+ },
353
+ {
354
+ "id": null,
355
+ "name": "Hold",
356
+ "label": "Hold",
357
+ "group": "General",
358
+ "page": "",
359
+ "type": "float",
360
+ "dataType": "number",
361
+ "style": "",
362
+ "defaultValue": null,
363
+ "minValue": null,
364
+ "maxValue": null,
365
+ "step": null,
366
+ "menuItems": [],
367
+ "menuLabels": [],
368
+ "allowCustom": false,
369
+ "maxLength": null,
370
+ "pattern": null,
371
+ "isArray": false,
372
+ "arraySize": 1,
373
+ "dimensions": 1,
374
+ "description": "hold - The pixel values past the left/right edges of the ramp continue to extend past that edge. blockclamptoblack - The pixel values past the left/right edges of the ramp are black (RGBA = 0,0,0,1). zero - The pixel values past the left/right edges of the ramp are zero (RGBA = 0,0,0,0). repeat - The image is repeated past the left/right edges of the ramp. mirror - The image is mirrored past the left/right edges of the ramp.",
375
+ "tooltip": "",
376
+ "help": "",
377
+ "units": "",
378
+ "examples": [],
379
+ "isReadOnly": false,
380
+ "isAdvanced": false,
381
+ "isHidden": false,
382
+ "isAnimatable": true,
383
+ "isExpression": false,
384
+ "isPython": false,
385
+ "dependsOn": [],
386
+ "affects": [],
387
+ "linkedTo": [],
388
+ "expressionLanguage": "",
389
+ "defaultExpression": "",
390
+ "commonExpressions": [],
391
+ "order": 0,
392
+ "isVisible": true,
393
+ "conditionalDisplay": null,
394
+ "isValid": true,
395
+ "validationErrors": [],
396
+ "lastUpdated": "2025-08-07T07:50:08.107Z",
397
+ "rawData": {},
398
+ "sourceElement": null
399
+ },
400
+ {
401
+ "id": null,
402
+ "name": "Extend Right",
403
+ "label": "Extend Right",
404
+ "group": "General",
405
+ "page": "",
406
+ "type": "float",
407
+ "dataType": "number",
408
+ "style": "",
409
+ "defaultValue": null,
410
+ "minValue": null,
411
+ "maxValue": null,
412
+ "step": null,
413
+ "menuItems": [],
414
+ "menuLabels": [],
415
+ "allowCustom": false,
416
+ "maxLength": null,
417
+ "pattern": null,
418
+ "isArray": false,
419
+ "arraySize": 1,
420
+ "dimensions": 1,
421
+ "description": "extendright - - Sets the extend (or repeat) conditions of the ramp beyond the defined range. This parameter determines what happens at the edges of the ramp.\n\n sameasleft - hold - The pixel values past the left/right edges of the ramp continue to extend past that edge. black - The pixel values past the left/right edges of the ramp are black (RGBA = 0,0,0,1). zero - The pixel values past the left/right edges of the ramp are zero (RGBA = 0,0,0,0). repeat - The image is repeated past the left/right edges of the ramp. mirror - The image is mirrored past the left/right edges of the ramp.",
422
+ "tooltip": "",
423
+ "help": "",
424
+ "units": "",
425
+ "examples": [],
426
+ "isReadOnly": false,
427
+ "isAdvanced": false,
428
+ "isHidden": false,
429
+ "isAnimatable": true,
430
+ "isExpression": false,
431
+ "isPython": false,
432
+ "dependsOn": [],
433
+ "affects": [],
434
+ "linkedTo": [],
435
+ "expressionLanguage": "",
436
+ "defaultExpression": "",
437
+ "commonExpressions": [],
438
+ "order": 0,
439
+ "isVisible": true,
440
+ "conditionalDisplay": null,
441
+ "isValid": true,
442
+ "validationErrors": [],
443
+ "lastUpdated": "2025-08-07T07:50:08.107Z",
444
+ "rawData": {},
445
+ "sourceElement": null
446
+ },
447
+ {
448
+ "id": null,
449
+ "name": "Same as Left",
450
+ "label": "Same as Left",
451
+ "group": "General",
452
+ "page": "",
453
+ "type": "float",
454
+ "dataType": "number",
455
+ "style": "",
456
+ "defaultValue": null,
457
+ "minValue": null,
458
+ "maxValue": null,
459
+ "step": null,
460
+ "menuItems": [],
461
+ "menuLabels": [],
462
+ "allowCustom": false,
463
+ "maxLength": null,
464
+ "pattern": null,
465
+ "isArray": false,
466
+ "arraySize": 1,
467
+ "dimensions": 1,
468
+ "description": "sameasleft - hold - The pixel values past the left/right edges of the ramp continue to extend past that edge. black - The pixel values past the left/right edges of the ramp are black (RGBA = 0,0,0,1). zero - The pixel values past the left/right edges of the ramp are zero (RGBA = 0,0,0,0). repeat - The image is repeated past the left/right edges of the ramp. mirror - The image is mirrored past the left/right edges of the ramp.",
469
+ "tooltip": "",
470
+ "help": "",
471
+ "units": "",
472
+ "examples": [],
473
+ "isReadOnly": false,
474
+ "isAdvanced": false,
475
+ "isHidden": false,
476
+ "isAnimatable": true,
477
+ "isExpression": false,
478
+ "isPython": false,
479
+ "dependsOn": [],
480
+ "affects": [],
481
+ "linkedTo": [],
482
+ "expressionLanguage": "",
483
+ "defaultExpression": "",
484
+ "commonExpressions": [],
485
+ "order": 0,
486
+ "isVisible": true,
487
+ "conditionalDisplay": null,
488
+ "isValid": true,
489
+ "validationErrors": [],
490
+ "lastUpdated": "2025-08-07T07:50:08.107Z",
491
+ "rawData": {},
492
+ "sourceElement": null
493
+ },
494
+ {
495
+ "id": null,
496
+ "name": "Interpolate Notches",
497
+ "label": "Interpolate Notches",
498
+ "group": "General",
499
+ "page": "",
500
+ "type": "float",
501
+ "dataType": "number",
502
+ "style": "",
503
+ "defaultValue": null,
504
+ "minValue": null,
505
+ "maxValue": null,
506
+ "step": null,
507
+ "menuItems": [],
508
+ "menuLabels": [],
509
+ "allowCustom": false,
510
+ "maxLength": null,
511
+ "pattern": null,
512
+ "isArray": false,
513
+ "arraySize": 1,
514
+ "dimensions": 1,
515
+ "description": "interp - - Change type of interpolation between the color keyframes in the ramp.\n\n step - No interpolation, ramp steps from value to value. linear - Linear interpolation between keyframes. easeineaseout - Ease in/out interpolation between keyframes. hermite - Hermite interpolation between keyframes.",
516
+ "tooltip": "",
517
+ "help": "",
518
+ "units": "",
519
+ "examples": [],
520
+ "isReadOnly": false,
521
+ "isAdvanced": false,
522
+ "isHidden": false,
523
+ "isAnimatable": true,
524
+ "isExpression": false,
525
+ "isPython": false,
526
+ "dependsOn": [],
527
+ "affects": [],
528
+ "linkedTo": [],
529
+ "expressionLanguage": "",
530
+ "defaultExpression": "",
531
+ "commonExpressions": [],
532
+ "order": 0,
533
+ "isVisible": true,
534
+ "conditionalDisplay": null,
535
+ "isValid": true,
536
+ "validationErrors": [],
537
+ "lastUpdated": "2025-08-07T07:50:08.107Z",
538
+ "rawData": {},
539
+ "sourceElement": null
540
+ },
541
+ {
542
+ "id": null,
543
+ "name": "Step",
544
+ "label": "Step",
545
+ "group": "General",
546
+ "page": "",
547
+ "type": "float",
548
+ "dataType": "number",
549
+ "style": "",
550
+ "defaultValue": null,
551
+ "minValue": null,
552
+ "maxValue": null,
553
+ "step": null,
554
+ "menuItems": [],
555
+ "menuLabels": [],
556
+ "allowCustom": false,
557
+ "maxLength": null,
558
+ "pattern": null,
559
+ "isArray": false,
560
+ "arraySize": 1,
561
+ "dimensions": 1,
562
+ "description": "step - No interpolation, ramp steps from value to value. linear - Linear interpolation between keyframes. easeineaseout - Ease in/out interpolation between keyframes. hermite - Hermite interpolation between keyframes.",
563
+ "tooltip": "",
564
+ "help": "",
565
+ "units": "",
566
+ "examples": [],
567
+ "isReadOnly": false,
568
+ "isAdvanced": false,
569
+ "isHidden": false,
570
+ "isAnimatable": true,
571
+ "isExpression": false,
572
+ "isPython": false,
573
+ "dependsOn": [],
574
+ "affects": [],
575
+ "linkedTo": [],
576
+ "expressionLanguage": "",
577
+ "defaultExpression": "",
578
+ "commonExpressions": [],
579
+ "order": 0,
580
+ "isVisible": true,
581
+ "conditionalDisplay": null,
582
+ "isValid": true,
583
+ "validationErrors": [],
584
+ "lastUpdated": "2025-08-07T07:50:08.107Z",
585
+ "rawData": {},
586
+ "sourceElement": null
587
+ },
588
+ {
589
+ "id": null,
590
+ "name": "Curve Tension",
591
+ "label": "Curve Tension",
592
+ "group": "General",
593
+ "page": "",
594
+ "type": "float",
595
+ "dataType": "number",
596
+ "style": "",
597
+ "defaultValue": null,
598
+ "minValue": null,
599
+ "maxValue": null,
600
+ "step": null,
601
+ "menuItems": [],
602
+ "menuLabels": [],
603
+ "allowCustom": false,
604
+ "maxLength": null,
605
+ "pattern": null,
606
+ "isArray": false,
607
+ "arraySize": 1,
608
+ "dimensions": 1,
609
+ "description": "tension - Only enabled when using Hermite interpolation. Adjusts the tension bias of the Hermite curve used for interpolation.",
610
+ "tooltip": "",
611
+ "help": "",
612
+ "units": "",
613
+ "examples": [],
614
+ "isReadOnly": false,
615
+ "isAdvanced": false,
616
+ "isHidden": false,
617
+ "isAnimatable": true,
618
+ "isExpression": false,
619
+ "isPython": false,
620
+ "dependsOn": [],
621
+ "affects": [],
622
+ "linkedTo": [],
623
+ "expressionLanguage": "",
624
+ "defaultExpression": "",
625
+ "commonExpressions": [],
626
+ "order": 0,
627
+ "isVisible": true,
628
+ "conditionalDisplay": null,
629
+ "isValid": true,
630
+ "validationErrors": [],
631
+ "lastUpdated": "2025-08-07T07:50:08.108Z",
632
+ "rawData": {},
633
+ "sourceElement": null
634
+ },
635
+ {
636
+ "id": null,
637
+ "name": "Anti-Alias",
638
+ "label": "Anti-Alias",
639
+ "group": "General",
640
+ "page": "",
641
+ "type": "float",
642
+ "dataType": "number",
643
+ "style": "",
644
+ "defaultValue": null,
645
+ "minValue": null,
646
+ "maxValue": null,
647
+ "step": null,
648
+ "menuItems": [],
649
+ "menuLabels": [],
650
+ "allowCustom": false,
651
+ "maxLength": null,
652
+ "pattern": null,
653
+ "isArray": false,
654
+ "arraySize": 1,
655
+ "dimensions": 1,
656
+ "description": "antialias - Sets level of anti-aliasing for Radial and Circular type ramps.",
657
+ "tooltip": "",
658
+ "help": "",
659
+ "units": "",
660
+ "examples": [],
661
+ "isReadOnly": false,
662
+ "isAdvanced": false,
663
+ "isHidden": false,
664
+ "isAnimatable": true,
665
+ "isExpression": false,
666
+ "isPython": false,
667
+ "dependsOn": [],
668
+ "affects": [],
669
+ "linkedTo": [],
670
+ "expressionLanguage": "",
671
+ "defaultExpression": "",
672
+ "commonExpressions": [],
673
+ "order": 0,
674
+ "isVisible": true,
675
+ "conditionalDisplay": null,
676
+ "isValid": true,
677
+ "validationErrors": [],
678
+ "lastUpdated": "2025-08-07T07:50:08.108Z",
679
+ "rawData": {},
680
+ "sourceElement": null
681
+ },
682
+ {
683
+ "id": null,
684
+ "name": "Fit Aspect",
685
+ "label": "Fit Aspect",
686
+ "group": "General",
687
+ "page": "",
688
+ "type": "float",
689
+ "dataType": "number",
690
+ "style": "",
691
+ "defaultValue": null,
692
+ "minValue": null,
693
+ "maxValue": null,
694
+ "step": null,
695
+ "menuItems": [],
696
+ "menuLabels": [],
697
+ "allowCustom": false,
698
+ "maxLength": null,
699
+ "pattern": null,
700
+ "isArray": false,
701
+ "arraySize": 1,
702
+ "dimensions": 1,
703
+ "description": "fitaspect - - Adjusts the fit of Radial and Circular type ramps based on aspect ratio.\n\n fill - fithorz - fitvert - fitbest -",
704
+ "tooltip": "",
705
+ "help": "",
706
+ "units": "",
707
+ "examples": [],
708
+ "isReadOnly": false,
709
+ "isAdvanced": false,
710
+ "isHidden": false,
711
+ "isAnimatable": true,
712
+ "isExpression": false,
713
+ "isPython": false,
714
+ "dependsOn": [],
715
+ "affects": [],
716
+ "linkedTo": [],
717
+ "expressionLanguage": "",
718
+ "defaultExpression": "",
719
+ "commonExpressions": [],
720
+ "order": 0,
721
+ "isVisible": true,
722
+ "conditionalDisplay": null,
723
+ "isValid": true,
724
+ "validationErrors": [],
725
+ "lastUpdated": "2025-08-07T07:50:08.108Z",
726
+ "rawData": {},
727
+ "sourceElement": null
728
+ },
729
+ {
730
+ "id": null,
731
+ "name": "Fill",
732
+ "label": "Fill",
733
+ "group": "General",
734
+ "page": "",
735
+ "type": "float",
736
+ "dataType": "number",
737
+ "style": "",
738
+ "defaultValue": null,
739
+ "minValue": null,
740
+ "maxValue": null,
741
+ "step": null,
742
+ "menuItems": [],
743
+ "menuLabels": [],
744
+ "allowCustom": false,
745
+ "maxLength": null,
746
+ "pattern": null,
747
+ "isArray": false,
748
+ "arraySize": 1,
749
+ "dimensions": 1,
750
+ "description": "fill - fithorz - fitvert - fitbest -",
751
+ "tooltip": "",
752
+ "help": "",
753
+ "units": "",
754
+ "examples": [],
755
+ "isReadOnly": false,
756
+ "isAdvanced": false,
757
+ "isHidden": false,
758
+ "isAnimatable": true,
759
+ "isExpression": false,
760
+ "isPython": false,
761
+ "dependsOn": [],
762
+ "affects": [],
763
+ "linkedTo": [],
764
+ "expressionLanguage": "",
765
+ "defaultExpression": "",
766
+ "commonExpressions": [],
767
+ "order": 0,
768
+ "isVisible": true,
769
+ "conditionalDisplay": null,
770
+ "isValid": true,
771
+ "validationErrors": [],
772
+ "lastUpdated": "2025-08-07T07:50:08.108Z",
773
+ "rawData": {},
774
+ "sourceElement": null
775
+ },
776
+ {
777
+ "id": null,
778
+ "name": "Dither",
779
+ "label": "Dither",
780
+ "group": "General",
781
+ "page": "",
782
+ "type": "float",
783
+ "dataType": "number",
784
+ "style": "",
785
+ "defaultValue": null,
786
+ "minValue": null,
787
+ "maxValue": null,
788
+ "step": null,
789
+ "menuItems": [],
790
+ "menuLabels": [],
791
+ "allowCustom": false,
792
+ "maxLength": null,
793
+ "pattern": null,
794
+ "isArray": false,
795
+ "arraySize": 1,
796
+ "dimensions": 1,
797
+ "description": "dither - Dithers the ramp to help deal with banding and other artifacts created by precision limitations.",
798
+ "tooltip": "",
799
+ "help": "",
800
+ "units": "",
801
+ "examples": [],
802
+ "isReadOnly": false,
803
+ "isAdvanced": false,
804
+ "isHidden": false,
805
+ "isAnimatable": true,
806
+ "isExpression": false,
807
+ "isPython": false,
808
+ "dependsOn": [],
809
+ "affects": [],
810
+ "linkedTo": [],
811
+ "expressionLanguage": "",
812
+ "defaultExpression": "",
813
+ "commonExpressions": [],
814
+ "order": 0,
815
+ "isVisible": true,
816
+ "conditionalDisplay": null,
817
+ "isValid": true,
818
+ "validationErrors": [],
819
+ "lastUpdated": "2025-08-07T07:50:08.108Z",
820
+ "rawData": {},
821
+ "sourceElement": null
822
+ },
823
+ {
824
+ "id": null,
825
+ "name": "Multiply RGB by Alpha",
826
+ "label": "Multiply RGB by Alpha",
827
+ "group": "General",
828
+ "page": "",
829
+ "type": "float",
830
+ "dataType": "number",
831
+ "style": "",
832
+ "defaultValue": null,
833
+ "minValue": null,
834
+ "maxValue": null,
835
+ "step": null,
836
+ "menuItems": [],
837
+ "menuLabels": [],
838
+ "allowCustom": false,
839
+ "maxLength": null,
840
+ "pattern": null,
841
+ "isArray": false,
842
+ "arraySize": 1,
843
+ "dimensions": 1,
844
+ "description": "multrgbbyalpha - Premultiplies the image.",
845
+ "tooltip": "",
846
+ "help": "",
847
+ "units": "",
848
+ "examples": [],
849
+ "isReadOnly": false,
850
+ "isAdvanced": false,
851
+ "isHidden": false,
852
+ "isAnimatable": true,
853
+ "isExpression": false,
854
+ "isPython": false,
855
+ "dependsOn": [],
856
+ "affects": [],
857
+ "linkedTo": [],
858
+ "expressionLanguage": "",
859
+ "defaultExpression": "",
860
+ "commonExpressions": [],
861
+ "order": 0,
862
+ "isVisible": true,
863
+ "conditionalDisplay": null,
864
+ "isValid": true,
865
+ "validationErrors": [],
866
+ "lastUpdated": "2025-08-07T07:50:08.108Z",
867
+ "rawData": {},
868
+ "sourceElement": null
869
+ },
870
+ {
871
+ "id": null,
872
+ "name": "Comp Over Input",
873
+ "label": "Comp Over Input",
874
+ "group": "General",
875
+ "page": "",
876
+ "type": "float",
877
+ "dataType": "number",
878
+ "style": "",
879
+ "defaultValue": null,
880
+ "minValue": null,
881
+ "maxValue": null,
882
+ "step": null,
883
+ "menuItems": [],
884
+ "menuLabels": [],
885
+ "allowCustom": false,
886
+ "maxLength": null,
887
+ "pattern": null,
888
+ "isArray": false,
889
+ "arraySize": 1,
890
+ "dimensions": 1,
891
+ "description": "compoverinput - Turning this On will composite the input with the image.",
892
+ "tooltip": "",
893
+ "help": "",
894
+ "units": "",
895
+ "examples": [],
896
+ "isReadOnly": false,
897
+ "isAdvanced": false,
898
+ "isHidden": false,
899
+ "isAnimatable": true,
900
+ "isExpression": false,
901
+ "isPython": false,
902
+ "dependsOn": [],
903
+ "affects": [],
904
+ "linkedTo": [],
905
+ "expressionLanguage": "",
906
+ "defaultExpression": "",
907
+ "commonExpressions": [],
908
+ "order": 0,
909
+ "isVisible": true,
910
+ "conditionalDisplay": null,
911
+ "isValid": true,
912
+ "validationErrors": [],
913
+ "lastUpdated": "2025-08-07T07:50:08.108Z",
914
+ "rawData": {},
915
+ "sourceElement": null
916
+ },
917
+ {
918
+ "id": null,
919
+ "name": "Operation",
920
+ "label": "Operation",
921
+ "group": "General",
922
+ "page": "",
923
+ "type": "float",
924
+ "dataType": "number",
925
+ "style": "",
926
+ "defaultValue": null,
927
+ "minValue": null,
928
+ "maxValue": null,
929
+ "step": null,
930
+ "menuItems": [],
931
+ "menuLabels": [],
932
+ "allowCustom": false,
933
+ "maxLength": null,
934
+ "pattern": null,
935
+ "isArray": false,
936
+ "arraySize": 1,
937
+ "dimensions": 1,
938
+ "description": "Operation parameter.",
939
+ "tooltip": "",
940
+ "help": "",
941
+ "units": "",
942
+ "examples": [],
943
+ "isReadOnly": false,
944
+ "isAdvanced": false,
945
+ "isHidden": false,
946
+ "isAnimatable": true,
947
+ "isExpression": false,
948
+ "isPython": false,
949
+ "dependsOn": [],
950
+ "affects": [],
951
+ "linkedTo": [],
952
+ "expressionLanguage": "",
953
+ "defaultExpression": "",
954
+ "commonExpressions": [],
955
+ "order": 0,
956
+ "isVisible": true,
957
+ "conditionalDisplay": null,
958
+ "isValid": true,
959
+ "validationErrors": [],
960
+ "lastUpdated": "2025-08-07T07:50:08.108Z",
961
+ "rawData": {},
962
+ "sourceElement": null
963
+ },
964
+ {
965
+ "id": null,
966
+ "name": "Add",
967
+ "label": "Add",
968
+ "group": "General",
969
+ "page": "",
970
+ "type": "float",
971
+ "dataType": "number",
972
+ "style": "",
973
+ "defaultValue": null,
974
+ "minValue": null,
975
+ "maxValue": null,
976
+ "step": null,
977
+ "menuItems": [],
978
+ "menuLabels": [],
979
+ "allowCustom": false,
980
+ "maxLength": null,
981
+ "pattern": null,
982
+ "isArray": false,
983
+ "arraySize": 1,
984
+ "dimensions": 1,
985
+ "description": "(input1.rgba * input2.a) + (input2.rgba * (1.0 - input1.a)) average - (input1.rgba + input2.rgba)/2 brightest - burncolor - burnlinear - chromadifference - color - darkercolor - difference - absoluteValue(input1.rgb - input2.rgb). Alpha always equals 1.0 dimmest - divide - input1.rgba / input2.rgba dodge - exclude - freeze - glow - hardlight - hardmix - heat - hue - inside - input1.rgba * clamp(input2.a, 0.0, 1.0) insideluminance - inverse - lightercolor - luminancedifference - maximum - max(in",
986
+ "tooltip": "",
987
+ "help": "",
988
+ "units": "",
989
+ "examples": [],
990
+ "isReadOnly": false,
991
+ "isAdvanced": false,
992
+ "isHidden": false,
993
+ "isAnimatable": true,
994
+ "isExpression": false,
995
+ "isPython": false,
996
+ "dependsOn": [],
997
+ "affects": [],
998
+ "linkedTo": [],
999
+ "expressionLanguage": "",
1000
+ "defaultExpression": "",
1001
+ "commonExpressions": [],
1002
+ "order": 0,
1003
+ "isVisible": true,
1004
+ "conditionalDisplay": null,
1005
+ "isValid": true,
1006
+ "validationErrors": [],
1007
+ "lastUpdated": "2025-08-07T07:50:08.108Z",
1008
+ "rawData": {},
1009
+ "sourceElement": null
1010
+ },
1011
+ {
1012
+ "id": null,
1013
+ "name": "Swap Order",
1014
+ "label": "Swap Order",
1015
+ "group": "General",
1016
+ "page": "",
1017
+ "type": "float",
1018
+ "dataType": "number",
1019
+ "style": "",
1020
+ "defaultValue": null,
1021
+ "minValue": null,
1022
+ "maxValue": null,
1023
+ "step": null,
1024
+ "menuItems": [],
1025
+ "menuLabels": [],
1026
+ "allowCustom": false,
1027
+ "maxLength": null,
1028
+ "pattern": null,
1029
+ "isArray": false,
1030
+ "arraySize": 1,
1031
+ "dimensions": 1,
1032
+ "description": "swaporder - Swaps the order of the composite with the input.",
1033
+ "tooltip": "",
1034
+ "help": "",
1035
+ "units": "",
1036
+ "examples": [],
1037
+ "isReadOnly": false,
1038
+ "isAdvanced": false,
1039
+ "isHidden": false,
1040
+ "isAnimatable": true,
1041
+ "isExpression": false,
1042
+ "isPython": false,
1043
+ "dependsOn": [],
1044
+ "affects": [],
1045
+ "linkedTo": [],
1046
+ "expressionLanguage": "",
1047
+ "defaultExpression": "",
1048
+ "commonExpressions": [],
1049
+ "order": 0,
1050
+ "isVisible": true,
1051
+ "conditionalDisplay": null,
1052
+ "isValid": true,
1053
+ "validationErrors": [],
1054
+ "lastUpdated": "2025-08-07T07:50:08.108Z",
1055
+ "rawData": {},
1056
+ "sourceElement": null
1057
+ },
1058
+ {
1059
+ "id": null,
1060
+ "name": "Output Resolution",
1061
+ "label": "Output Resolution",
1062
+ "group": "General",
1063
+ "page": "",
1064
+ "type": "float",
1065
+ "dataType": "number",
1066
+ "style": "",
1067
+ "defaultValue": null,
1068
+ "minValue": null,
1069
+ "maxValue": null,
1070
+ "step": null,
1071
+ "menuItems": [],
1072
+ "menuLabels": [],
1073
+ "allowCustom": false,
1074
+ "maxLength": null,
1075
+ "pattern": null,
1076
+ "isArray": false,
1077
+ "arraySize": 1,
1078
+ "dimensions": 1,
1079
+ "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 - Grow or shrink the input resolution to fit this resolution, while keeping the aspect ratio the same. limit - Limit the input resolution to be not larger than this resolution, while keeping the aspect ratio the same. custom - Directly control the width and height.",
1080
+ "tooltip": "",
1081
+ "help": "",
1082
+ "units": "",
1083
+ "examples": [],
1084
+ "isReadOnly": false,
1085
+ "isAdvanced": false,
1086
+ "isHidden": false,
1087
+ "isAnimatable": true,
1088
+ "isExpression": false,
1089
+ "isPython": false,
1090
+ "dependsOn": [],
1091
+ "affects": [],
1092
+ "linkedTo": [],
1093
+ "expressionLanguage": "",
1094
+ "defaultExpression": "",
1095
+ "commonExpressions": [],
1096
+ "order": 0,
1097
+ "isVisible": true,
1098
+ "conditionalDisplay": null,
1099
+ "isValid": true,
1100
+ "validationErrors": [],
1101
+ "lastUpdated": "2025-08-07T07:50:08.109Z",
1102
+ "rawData": {},
1103
+ "sourceElement": null
1104
+ },
1105
+ {
1106
+ "id": null,
1107
+ "name": "Use Input",
1108
+ "label": "Use Input",
1109
+ "group": "General",
1110
+ "page": "",
1111
+ "type": "float",
1112
+ "dataType": "number",
1113
+ "style": "",
1114
+ "defaultValue": null,
1115
+ "minValue": null,
1116
+ "maxValue": null,
1117
+ "step": null,
1118
+ "menuItems": [],
1119
+ "menuLabels": [],
1120
+ "allowCustom": false,
1121
+ "maxLength": null,
1122
+ "pattern": null,
1123
+ "isArray": false,
1124
+ "arraySize": 1,
1125
+ "dimensions": 1,
1126
+ "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 - Grow or shrink the input resolution to fit this resolution, while keeping the aspect ratio the same. limit - Limit the input resolution to be not larger than this resolution, while keeping the aspect ratio the same. custom - Directly control the width and height.",
1127
+ "tooltip": "",
1128
+ "help": "",
1129
+ "units": "",
1130
+ "examples": [],
1131
+ "isReadOnly": false,
1132
+ "isAdvanced": false,
1133
+ "isHidden": false,
1134
+ "isAnimatable": true,
1135
+ "isExpression": false,
1136
+ "isPython": false,
1137
+ "dependsOn": [],
1138
+ "affects": [],
1139
+ "linkedTo": [],
1140
+ "expressionLanguage": "",
1141
+ "defaultExpression": "",
1142
+ "commonExpressions": [],
1143
+ "order": 0,
1144
+ "isVisible": true,
1145
+ "conditionalDisplay": null,
1146
+ "isValid": true,
1147
+ "validationErrors": [],
1148
+ "lastUpdated": "2025-08-07T07:50:08.109Z",
1149
+ "rawData": {},
1150
+ "sourceElement": null
1151
+ },
1152
+ {
1153
+ "id": null,
1154
+ "name": "Resolution",
1155
+ "label": "Resolution",
1156
+ "group": "General",
1157
+ "page": "",
1158
+ "type": "float",
1159
+ "dataType": "number",
1160
+ "style": "",
1161
+ "defaultValue": null,
1162
+ "minValue": null,
1163
+ "maxValue": null,
1164
+ "step": null,
1165
+ "menuItems": [],
1166
+ "menuLabels": [],
1167
+ "allowCustom": false,
1168
+ "maxLength": null,
1169
+ "pattern": null,
1170
+ "isArray": false,
1171
+ "arraySize": 1,
1172
+ "dimensions": 1,
1173
+ "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 -",
1174
+ "tooltip": "",
1175
+ "help": "",
1176
+ "units": "",
1177
+ "examples": [],
1178
+ "isReadOnly": false,
1179
+ "isAdvanced": false,
1180
+ "isHidden": false,
1181
+ "isAnimatable": true,
1182
+ "isExpression": false,
1183
+ "isPython": false,
1184
+ "dependsOn": [],
1185
+ "affects": [],
1186
+ "linkedTo": [],
1187
+ "expressionLanguage": "",
1188
+ "defaultExpression": "",
1189
+ "commonExpressions": [],
1190
+ "order": 0,
1191
+ "isVisible": true,
1192
+ "conditionalDisplay": null,
1193
+ "isValid": true,
1194
+ "validationErrors": [],
1195
+ "lastUpdated": "2025-08-07T07:50:08.109Z",
1196
+ "rawData": {},
1197
+ "sourceElement": null
1198
+ },
1199
+ {
1200
+ "id": null,
1201
+ "name": "W",
1202
+ "label": "W",
1203
+ "group": "General",
1204
+ "page": "",
1205
+ "type": "float",
1206
+ "dataType": "number",
1207
+ "style": "",
1208
+ "defaultValue": null,
1209
+ "minValue": null,
1210
+ "maxValue": null,
1211
+ "step": null,
1212
+ "menuItems": [],
1213
+ "menuLabels": [],
1214
+ "allowCustom": false,
1215
+ "maxLength": null,
1216
+ "pattern": null,
1217
+ "isArray": false,
1218
+ "arraySize": 1,
1219
+ "dimensions": 1,
1220
+ "description": "resolutionw - resolutionh -",
1221
+ "tooltip": "",
1222
+ "help": "",
1223
+ "units": "",
1224
+ "examples": [],
1225
+ "isReadOnly": false,
1226
+ "isAdvanced": false,
1227
+ "isHidden": false,
1228
+ "isAnimatable": true,
1229
+ "isExpression": false,
1230
+ "isPython": false,
1231
+ "dependsOn": [],
1232
+ "affects": [],
1233
+ "linkedTo": [],
1234
+ "expressionLanguage": "",
1235
+ "defaultExpression": "",
1236
+ "commonExpressions": [],
1237
+ "order": 0,
1238
+ "isVisible": true,
1239
+ "conditionalDisplay": null,
1240
+ "isValid": true,
1241
+ "validationErrors": [],
1242
+ "lastUpdated": "2025-08-07T07:50:08.109Z",
1243
+ "rawData": {},
1244
+ "sourceElement": null
1245
+ },
1246
+ {
1247
+ "id": null,
1248
+ "name": "Resolution Menu",
1249
+ "label": "Resolution Menu",
1250
+ "group": "General",
1251
+ "page": "",
1252
+ "type": "float",
1253
+ "dataType": "number",
1254
+ "style": "",
1255
+ "defaultValue": null,
1256
+ "minValue": null,
1257
+ "maxValue": null,
1258
+ "step": null,
1259
+ "menuItems": [],
1260
+ "menuLabels": [],
1261
+ "allowCustom": false,
1262
+ "maxLength": null,
1263
+ "pattern": null,
1264
+ "isArray": false,
1265
+ "arraySize": 1,
1266
+ "dimensions": 1,
1267
+ "description": "resmenu - A drop-down menu with some commonly used resolutions.",
1268
+ "tooltip": "",
1269
+ "help": "",
1270
+ "units": "",
1271
+ "examples": [],
1272
+ "isReadOnly": false,
1273
+ "isAdvanced": false,
1274
+ "isHidden": false,
1275
+ "isAnimatable": true,
1276
+ "isExpression": false,
1277
+ "isPython": false,
1278
+ "dependsOn": [],
1279
+ "affects": [],
1280
+ "linkedTo": [],
1281
+ "expressionLanguage": "",
1282
+ "defaultExpression": "",
1283
+ "commonExpressions": [],
1284
+ "order": 0,
1285
+ "isVisible": true,
1286
+ "conditionalDisplay": null,
1287
+ "isValid": true,
1288
+ "validationErrors": [],
1289
+ "lastUpdated": "2025-08-07T07:50:08.109Z",
1290
+ "rawData": {},
1291
+ "sourceElement": null
1292
+ },
1293
+ {
1294
+ "id": null,
1295
+ "name": "Use Global Res Multiplier",
1296
+ "label": "Use Global Res Multiplier",
1297
+ "group": "General",
1298
+ "page": "",
1299
+ "type": "float",
1300
+ "dataType": "number",
1301
+ "style": "",
1302
+ "defaultValue": null,
1303
+ "minValue": null,
1304
+ "maxValue": null,
1305
+ "step": null,
1306
+ "menuItems": [],
1307
+ "menuLabels": [],
1308
+ "allowCustom": false,
1309
+ "maxLength": null,
1310
+ "pattern": null,
1311
+ "isArray": false,
1312
+ "arraySize": 1,
1313
+ "dimensions": 1,
1314
+ "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.",
1315
+ "tooltip": "",
1316
+ "help": "",
1317
+ "units": "",
1318
+ "examples": [],
1319
+ "isReadOnly": false,
1320
+ "isAdvanced": false,
1321
+ "isHidden": false,
1322
+ "isAnimatable": true,
1323
+ "isExpression": false,
1324
+ "isPython": false,
1325
+ "dependsOn": [],
1326
+ "affects": [],
1327
+ "linkedTo": [],
1328
+ "expressionLanguage": "",
1329
+ "defaultExpression": "",
1330
+ "commonExpressions": [],
1331
+ "order": 0,
1332
+ "isVisible": true,
1333
+ "conditionalDisplay": null,
1334
+ "isValid": true,
1335
+ "validationErrors": [],
1336
+ "lastUpdated": "2025-08-07T07:50:08.109Z",
1337
+ "rawData": {},
1338
+ "sourceElement": null
1339
+ },
1340
+ {
1341
+ "id": null,
1342
+ "name": "Output Aspect",
1343
+ "label": "Output Aspect",
1344
+ "group": "General",
1345
+ "page": "",
1346
+ "type": "float",
1347
+ "dataType": "number",
1348
+ "style": "",
1349
+ "defaultValue": null,
1350
+ "minValue": null,
1351
+ "maxValue": null,
1352
+ "step": null,
1353
+ "menuItems": [],
1354
+ "menuLabels": [],
1355
+ "allowCustom": false,
1356
+ "maxLength": null,
1357
+ "pattern": null,
1358
+ "isArray": false,
1359
+ "arraySize": 1,
1360
+ "dimensions": 1,
1361
+ "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.",
1362
+ "tooltip": "",
1363
+ "help": "",
1364
+ "units": "",
1365
+ "examples": [],
1366
+ "isReadOnly": false,
1367
+ "isAdvanced": false,
1368
+ "isHidden": false,
1369
+ "isAnimatable": true,
1370
+ "isExpression": false,
1371
+ "isPython": false,
1372
+ "dependsOn": [],
1373
+ "affects": [],
1374
+ "linkedTo": [],
1375
+ "expressionLanguage": "",
1376
+ "defaultExpression": "",
1377
+ "commonExpressions": [],
1378
+ "order": 0,
1379
+ "isVisible": true,
1380
+ "conditionalDisplay": null,
1381
+ "isValid": true,
1382
+ "validationErrors": [],
1383
+ "lastUpdated": "2025-08-07T07:50:08.109Z",
1384
+ "rawData": {},
1385
+ "sourceElement": null
1386
+ },
1387
+ {
1388
+ "id": null,
1389
+ "name": "Aspect",
1390
+ "label": "Aspect",
1391
+ "group": "General",
1392
+ "page": "",
1393
+ "type": "float",
1394
+ "dataType": "number",
1395
+ "style": "",
1396
+ "defaultValue": null,
1397
+ "minValue": null,
1398
+ "maxValue": null,
1399
+ "step": null,
1400
+ "menuItems": [],
1401
+ "menuLabels": [],
1402
+ "allowCustom": false,
1403
+ "maxLength": null,
1404
+ "pattern": null,
1405
+ "isArray": false,
1406
+ "arraySize": 1,
1407
+ "dimensions": 1,
1408
+ "description": "aspect - - Use when Output Aspect parameter is set to Custom Aspect.\n\n aspect1 - aspect2 -",
1409
+ "tooltip": "",
1410
+ "help": "",
1411
+ "units": "",
1412
+ "examples": [],
1413
+ "isReadOnly": false,
1414
+ "isAdvanced": false,
1415
+ "isHidden": false,
1416
+ "isAnimatable": true,
1417
+ "isExpression": false,
1418
+ "isPython": false,
1419
+ "dependsOn": [],
1420
+ "affects": [],
1421
+ "linkedTo": [],
1422
+ "expressionLanguage": "",
1423
+ "defaultExpression": "",
1424
+ "commonExpressions": [],
1425
+ "order": 0,
1426
+ "isVisible": true,
1427
+ "conditionalDisplay": null,
1428
+ "isValid": true,
1429
+ "validationErrors": [],
1430
+ "lastUpdated": "2025-08-07T07:50:08.109Z",
1431
+ "rawData": {},
1432
+ "sourceElement": null
1433
+ },
1434
+ {
1435
+ "id": null,
1436
+ "name": "Aspect1",
1437
+ "label": "Aspect1",
1438
+ "group": "General",
1439
+ "page": "",
1440
+ "type": "float",
1441
+ "dataType": "number",
1442
+ "style": "",
1443
+ "defaultValue": null,
1444
+ "minValue": null,
1445
+ "maxValue": null,
1446
+ "step": null,
1447
+ "menuItems": [],
1448
+ "menuLabels": [],
1449
+ "allowCustom": false,
1450
+ "maxLength": null,
1451
+ "pattern": null,
1452
+ "isArray": false,
1453
+ "arraySize": 1,
1454
+ "dimensions": 1,
1455
+ "description": "aspect1 - aspect2 -",
1456
+ "tooltip": "",
1457
+ "help": "",
1458
+ "units": "",
1459
+ "examples": [],
1460
+ "isReadOnly": false,
1461
+ "isAdvanced": false,
1462
+ "isHidden": false,
1463
+ "isAnimatable": true,
1464
+ "isExpression": false,
1465
+ "isPython": false,
1466
+ "dependsOn": [],
1467
+ "affects": [],
1468
+ "linkedTo": [],
1469
+ "expressionLanguage": "",
1470
+ "defaultExpression": "",
1471
+ "commonExpressions": [],
1472
+ "order": 0,
1473
+ "isVisible": true,
1474
+ "conditionalDisplay": null,
1475
+ "isValid": true,
1476
+ "validationErrors": [],
1477
+ "lastUpdated": "2025-08-07T07:50:08.109Z",
1478
+ "rawData": {},
1479
+ "sourceElement": null
1480
+ },
1481
+ {
1482
+ "id": null,
1483
+ "name": "Aspect Menu",
1484
+ "label": "Aspect Menu",
1485
+ "group": "General",
1486
+ "page": "",
1487
+ "type": "float",
1488
+ "dataType": "number",
1489
+ "style": "",
1490
+ "defaultValue": null,
1491
+ "minValue": null,
1492
+ "maxValue": null,
1493
+ "step": null,
1494
+ "menuItems": [],
1495
+ "menuLabels": [],
1496
+ "allowCustom": false,
1497
+ "maxLength": null,
1498
+ "pattern": null,
1499
+ "isArray": false,
1500
+ "arraySize": 1,
1501
+ "dimensions": 1,
1502
+ "description": "armenu - A drop-down menu with some commonly used aspect ratios.",
1503
+ "tooltip": "",
1504
+ "help": "",
1505
+ "units": "",
1506
+ "examples": [],
1507
+ "isReadOnly": false,
1508
+ "isAdvanced": false,
1509
+ "isHidden": false,
1510
+ "isAnimatable": true,
1511
+ "isExpression": false,
1512
+ "isPython": false,
1513
+ "dependsOn": [],
1514
+ "affects": [],
1515
+ "linkedTo": [],
1516
+ "expressionLanguage": "",
1517
+ "defaultExpression": "",
1518
+ "commonExpressions": [],
1519
+ "order": 0,
1520
+ "isVisible": true,
1521
+ "conditionalDisplay": null,
1522
+ "isValid": true,
1523
+ "validationErrors": [],
1524
+ "lastUpdated": "2025-08-07T07:50:08.109Z",
1525
+ "rawData": {},
1526
+ "sourceElement": null
1527
+ },
1528
+ {
1529
+ "id": null,
1530
+ "name": "Input Smoothness",
1531
+ "label": "Input Smoothness",
1532
+ "group": "General",
1533
+ "page": "",
1534
+ "type": "float",
1535
+ "dataType": "number",
1536
+ "style": "",
1537
+ "defaultValue": null,
1538
+ "minValue": null,
1539
+ "maxValue": null,
1540
+ "step": null,
1541
+ "menuItems": [],
1542
+ "menuLabels": [],
1543
+ "allowCustom": false,
1544
+ "maxLength": null,
1545
+ "pattern": null,
1546
+ "isArray": false,
1547
+ "arraySize": 1,
1548
+ "dimensions": 1,
1549
+ "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.",
1550
+ "tooltip": "",
1551
+ "help": "",
1552
+ "units": "",
1553
+ "examples": [],
1554
+ "isReadOnly": false,
1555
+ "isAdvanced": false,
1556
+ "isHidden": false,
1557
+ "isAnimatable": true,
1558
+ "isExpression": false,
1559
+ "isPython": false,
1560
+ "dependsOn": [],
1561
+ "affects": [],
1562
+ "linkedTo": [],
1563
+ "expressionLanguage": "",
1564
+ "defaultExpression": "",
1565
+ "commonExpressions": [],
1566
+ "order": 0,
1567
+ "isVisible": true,
1568
+ "conditionalDisplay": null,
1569
+ "isValid": true,
1570
+ "validationErrors": [],
1571
+ "lastUpdated": "2025-08-07T07:50:08.109Z",
1572
+ "rawData": {},
1573
+ "sourceElement": null
1574
+ },
1575
+ {
1576
+ "id": null,
1577
+ "name": "Nearest Pixel",
1578
+ "label": "Nearest Pixel",
1579
+ "group": "General",
1580
+ "page": "",
1581
+ "type": "float",
1582
+ "dataType": "number",
1583
+ "style": "",
1584
+ "defaultValue": null,
1585
+ "minValue": null,
1586
+ "maxValue": null,
1587
+ "step": null,
1588
+ "menuItems": [],
1589
+ "menuLabels": [],
1590
+ "allowCustom": false,
1591
+ "maxLength": null,
1592
+ "pattern": null,
1593
+ "isArray": false,
1594
+ "arraySize": 1,
1595
+ "dimensions": 1,
1596
+ "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.",
1597
+ "tooltip": "",
1598
+ "help": "",
1599
+ "units": "",
1600
+ "examples": [],
1601
+ "isReadOnly": false,
1602
+ "isAdvanced": false,
1603
+ "isHidden": false,
1604
+ "isAnimatable": true,
1605
+ "isExpression": false,
1606
+ "isPython": false,
1607
+ "dependsOn": [],
1608
+ "affects": [],
1609
+ "linkedTo": [],
1610
+ "expressionLanguage": "",
1611
+ "defaultExpression": "",
1612
+ "commonExpressions": [],
1613
+ "order": 0,
1614
+ "isVisible": true,
1615
+ "conditionalDisplay": null,
1616
+ "isValid": true,
1617
+ "validationErrors": [],
1618
+ "lastUpdated": "2025-08-07T07:50:08.109Z",
1619
+ "rawData": {},
1620
+ "sourceElement": null
1621
+ },
1622
+ {
1623
+ "id": null,
1624
+ "name": "Fill Viewer",
1625
+ "label": "Fill Viewer",
1626
+ "group": "General",
1627
+ "page": "",
1628
+ "type": "float",
1629
+ "dataType": "number",
1630
+ "style": "",
1631
+ "defaultValue": null,
1632
+ "minValue": null,
1633
+ "maxValue": null,
1634
+ "step": null,
1635
+ "menuItems": [],
1636
+ "menuLabels": [],
1637
+ "allowCustom": false,
1638
+ "maxLength": null,
1639
+ "pattern": null,
1640
+ "isArray": false,
1641
+ "arraySize": 1,
1642
+ "dimensions": 1,
1643
+ "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.",
1644
+ "tooltip": "",
1645
+ "help": "",
1646
+ "units": "",
1647
+ "examples": [],
1648
+ "isReadOnly": false,
1649
+ "isAdvanced": false,
1650
+ "isHidden": false,
1651
+ "isAnimatable": true,
1652
+ "isExpression": false,
1653
+ "isPython": false,
1654
+ "dependsOn": [],
1655
+ "affects": [],
1656
+ "linkedTo": [],
1657
+ "expressionLanguage": "",
1658
+ "defaultExpression": "",
1659
+ "commonExpressions": [],
1660
+ "order": 0,
1661
+ "isVisible": true,
1662
+ "conditionalDisplay": null,
1663
+ "isValid": true,
1664
+ "validationErrors": [],
1665
+ "lastUpdated": "2025-08-07T07:50:08.109Z",
1666
+ "rawData": {},
1667
+ "sourceElement": null
1668
+ },
1669
+ {
1670
+ "id": null,
1671
+ "name": "Viewer Smoothness",
1672
+ "label": "Viewer Smoothness",
1673
+ "group": "General",
1674
+ "page": "",
1675
+ "type": "float",
1676
+ "dataType": "number",
1677
+ "style": "",
1678
+ "defaultValue": null,
1679
+ "minValue": null,
1680
+ "maxValue": null,
1681
+ "step": null,
1682
+ "menuItems": [],
1683
+ "menuLabels": [],
1684
+ "allowCustom": false,
1685
+ "maxLength": null,
1686
+ "pattern": null,
1687
+ "isArray": false,
1688
+ "arraySize": 1,
1689
+ "dimensions": 1,
1690
+ "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. When the input is 32-bit float format, only nearest filtering will be used (regardless of what is selected).",
1691
+ "tooltip": "",
1692
+ "help": "",
1693
+ "units": "",
1694
+ "examples": [],
1695
+ "isReadOnly": false,
1696
+ "isAdvanced": false,
1697
+ "isHidden": false,
1698
+ "isAnimatable": true,
1699
+ "isExpression": false,
1700
+ "isPython": false,
1701
+ "dependsOn": [],
1702
+ "affects": [],
1703
+ "linkedTo": [],
1704
+ "expressionLanguage": "",
1705
+ "defaultExpression": "",
1706
+ "commonExpressions": [],
1707
+ "order": 0,
1708
+ "isVisible": true,
1709
+ "conditionalDisplay": null,
1710
+ "isValid": true,
1711
+ "validationErrors": [],
1712
+ "lastUpdated": "2025-08-07T07:50:08.110Z",
1713
+ "rawData": {},
1714
+ "sourceElement": null
1715
+ },
1716
+ {
1717
+ "id": null,
1718
+ "name": "Passes",
1719
+ "label": "Passes",
1720
+ "group": "General",
1721
+ "page": "",
1722
+ "type": "float",
1723
+ "dataType": "number",
1724
+ "style": "",
1725
+ "defaultValue": null,
1726
+ "minValue": null,
1727
+ "maxValue": null,
1728
+ "step": null,
1729
+ "menuItems": [],
1730
+ "menuLabels": [],
1731
+ "allowCustom": false,
1732
+ "maxLength": null,
1733
+ "pattern": null,
1734
+ "isArray": false,
1735
+ "arraySize": 1,
1736
+ "dimensions": 1,
1737
+ "description": "npasses - Duplicates the operation of the the specified number of times. For every pass after the first it takes the result of the previous pass and replaces the node's first input with the result of the previous pass. One exception to this is the GLSL TOP when using compute shaders, where the input will continue to be the connected 's image.",
1738
+ "tooltip": "",
1739
+ "help": "",
1740
+ "units": "",
1741
+ "examples": [],
1742
+ "isReadOnly": false,
1743
+ "isAdvanced": false,
1744
+ "isHidden": false,
1745
+ "isAnimatable": true,
1746
+ "isExpression": false,
1747
+ "isPython": false,
1748
+ "dependsOn": [],
1749
+ "affects": [],
1750
+ "linkedTo": [],
1751
+ "expressionLanguage": "",
1752
+ "defaultExpression": "",
1753
+ "commonExpressions": [],
1754
+ "order": 0,
1755
+ "isVisible": true,
1756
+ "conditionalDisplay": null,
1757
+ "isValid": true,
1758
+ "validationErrors": [],
1759
+ "lastUpdated": "2025-08-07T07:50:08.110Z",
1760
+ "rawData": {},
1761
+ "sourceElement": null
1762
+ },
1763
+ {
1764
+ "id": null,
1765
+ "name": "Channel Mask",
1766
+ "label": "Channel Mask",
1767
+ "group": "General",
1768
+ "page": "",
1769
+ "type": "float",
1770
+ "dataType": "number",
1771
+ "style": "",
1772
+ "defaultValue": null,
1773
+ "minValue": null,
1774
+ "maxValue": null,
1775
+ "step": null,
1776
+ "menuItems": [],
1777
+ "menuLabels": [],
1778
+ "allowCustom": false,
1779
+ "maxLength": null,
1780
+ "pattern": null,
1781
+ "isArray": false,
1782
+ "arraySize": 1,
1783
+ "dimensions": 1,
1784
+ "description": "chanmask - Allows you to choose which channels (R, G, B, or A) the will operate on. All channels are selected by default.",
1785
+ "tooltip": "",
1786
+ "help": "",
1787
+ "units": "",
1788
+ "examples": [],
1789
+ "isReadOnly": false,
1790
+ "isAdvanced": false,
1791
+ "isHidden": false,
1792
+ "isAnimatable": true,
1793
+ "isExpression": false,
1794
+ "isPython": false,
1795
+ "dependsOn": [],
1796
+ "affects": [],
1797
+ "linkedTo": [],
1798
+ "expressionLanguage": "",
1799
+ "defaultExpression": "",
1800
+ "commonExpressions": [],
1801
+ "order": 0,
1802
+ "isVisible": true,
1803
+ "conditionalDisplay": null,
1804
+ "isValid": true,
1805
+ "validationErrors": [],
1806
+ "lastUpdated": "2025-08-07T07:50:08.110Z",
1807
+ "rawData": {},
1808
+ "sourceElement": null
1809
+ },
1810
+ {
1811
+ "id": null,
1812
+ "name": "Pixel Format",
1813
+ "label": "Pixel Format",
1814
+ "group": "General",
1815
+ "page": "",
1816
+ "type": "float",
1817
+ "dataType": "number",
1818
+ "style": "",
1819
+ "defaultValue": null,
1820
+ "minValue": null,
1821
+ "maxValue": null,
1822
+ "step": null,
1823
+ "menuItems": [],
1824
+ "menuLabels": [],
1825
+ "allowCustom": false,
1826
+ "maxLength": null,
1827
+ "pattern": null,
1828
+ "isArray": false,
1829
+ "arraySize": 1,
1830
+ "dimensions": 1,
1831
+ "description": "Pixel Format parameter.",
1832
+ "tooltip": "",
1833
+ "help": "",
1834
+ "units": "",
1835
+ "examples": [],
1836
+ "isReadOnly": false,
1837
+ "isAdvanced": false,
1838
+ "isHidden": false,
1839
+ "isAnimatable": true,
1840
+ "isExpression": false,
1841
+ "isPython": false,
1842
+ "dependsOn": [],
1843
+ "affects": [],
1844
+ "linkedTo": [],
1845
+ "expressionLanguage": "",
1846
+ "defaultExpression": "",
1847
+ "commonExpressions": [],
1848
+ "order": 0,
1849
+ "isVisible": true,
1850
+ "conditionalDisplay": null,
1851
+ "isValid": true,
1852
+ "validationErrors": [],
1853
+ "lastUpdated": "2025-08-07T07:50:08.110Z",
1854
+ "rawData": {},
1855
+ "sourceElement": null
1856
+ }
1857
+ ],
1858
+ "parameterGroups": {},
1859
+ "codeExamples": [],
1860
+ "pythonExamples": [
1861
+ {
1862
+ "title": "Create Gradient Ramp",
1863
+ "code": "# Configure Ramp TOP\nramp = op('ramp1')\nramp.par.type = 'linear' # or 'radial', 'circular'\nramp.par.phase = 0\nramp.par.period = 1",
1864
+ "description": "Create a linear gradient ramp"
1865
+ }
1866
+ ],
1867
+ "expressions": [],
1868
+ "commonInputs": [],
1869
+ "commonOutputs": [],
1870
+ "relatedOperators": [],
1871
+ "workflowPatterns": [],
1872
+ "images": [],
1873
+ "videos": [],
1874
+ "assets": [],
1875
+ "keywords": [
1876
+ "ramp",
1877
+ "top",
1878
+ "allows",
1879
+ "interactively",
1880
+ "create",
1881
+ "vertical,",
1882
+ "horizontal,",
1883
+ "radial,",
1884
+ "circular",
1885
+ "ramps.",
1886
+ "using"
1887
+ ],
1888
+ "tags": [
1889
+ "TOP",
1890
+ "TouchDesigner",
1891
+ "Ramp TOP"
1892
+ ],
1893
+ "searchWeight": 1,
1894
+ "contentHash": "",
1895
+ "processingDate": "2025-08-07T07:50:08.111Z",
1896
+ "processingVersion": "1.0.0",
1897
+ "isValid": true,
1898
+ "validationErrors": []
1899
+ }