@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,2304 @@
1
+ {
2
+ "name": "Field POP",
3
+ "id": "field_pop",
4
+ "category": "POP",
5
+ "subcategory": "Experimental",
6
+ "description": "The Field POP adds a Weight attribute that represents, for each point, how much a shape defined by the Field POP overlaps with each point. It is often used to cut out sections of points in point clouds. Its shapes include spheres (ellipsoids), cylinders, planes, paraboloids, etc, where all points within the shape (or on one side of the shape) are given a Weight of 1 and all other points are 0.",
7
+ "parameters": [
8
+ {
9
+ "name": "attrclass",
10
+ "label": "Attribute Class",
11
+ "description": "Configure Attribute Class for the operator",
12
+ "type": "menu",
13
+ "options": [
14
+ {
15
+ "label": "Point",
16
+ "value": "point",
17
+ "description": ""
18
+ },
19
+ {
20
+ "label": "Vertex",
21
+ "value": "vertex",
22
+ "description": ""
23
+ },
24
+ {
25
+ "label": "Primitive",
26
+ "value": "primitive",
27
+ "description": ""
28
+ },
29
+ {
30
+ "label": "Sphere",
31
+ "value": "sphere",
32
+ "description": ""
33
+ },
34
+ {
35
+ "label": "Box",
36
+ "value": "box",
37
+ "description": ""
38
+ },
39
+ {
40
+ "label": "Torus",
41
+ "value": "torus",
42
+ "description": ""
43
+ },
44
+ {
45
+ "label": "Cylinder Infinite",
46
+ "value": "cylinderinfinite",
47
+ "description": ""
48
+ },
49
+ {
50
+ "label": "Cylinder Capped",
51
+ "value": "cylindercapped",
52
+ "description": ""
53
+ },
54
+ {
55
+ "label": "Cylinder Rounded",
56
+ "value": "cylinderrounded",
57
+ "description": ""
58
+ },
59
+ {
60
+ "label": "Capsule",
61
+ "value": "capsule",
62
+ "description": ""
63
+ },
64
+ {
65
+ "label": "X-Plane",
66
+ "value": "xplane",
67
+ "description": "Plane xplane -"
68
+ },
69
+ {
70
+ "label": "Y-Plane",
71
+ "value": "yplane",
72
+ "description": "Plane yplane -"
73
+ },
74
+ {
75
+ "label": "Z-Plane",
76
+ "value": "zplane",
77
+ "description": "Plane zplane -"
78
+ },
79
+ {
80
+ "label": "Parabola",
81
+ "value": "parabola",
82
+ "description": ""
83
+ },
84
+ {
85
+ "label": "Line Projection",
86
+ "value": "lineprojection",
87
+ "description": ""
88
+ },
89
+ {
90
+ "label": "Size",
91
+ "value": "sizex",
92
+ "description": ""
93
+ },
94
+ {
95
+ "label": "Size",
96
+ "value": "sizey",
97
+ "description": ""
98
+ },
99
+ {
100
+ "label": "Size",
101
+ "value": "sizez",
102
+ "description": ""
103
+ },
104
+ {
105
+ "label": "Radius",
106
+ "value": "radx",
107
+ "description": ""
108
+ },
109
+ {
110
+ "label": "Radius",
111
+ "value": "rady",
112
+ "description": ""
113
+ },
114
+ {
115
+ "label": "Radius",
116
+ "value": "radz",
117
+ "description": ""
118
+ },
119
+ {
120
+ "label": "Point A",
121
+ "value": "pointa1",
122
+ "description": ""
123
+ },
124
+ {
125
+ "label": "Point A",
126
+ "value": "pointa2",
127
+ "description": ""
128
+ },
129
+ {
130
+ "label": "Point A",
131
+ "value": "pointa3",
132
+ "description": ""
133
+ },
134
+ {
135
+ "label": "Point B",
136
+ "value": "pointb1",
137
+ "description": ""
138
+ },
139
+ {
140
+ "label": "Point B",
141
+ "value": "pointb2",
142
+ "description": ""
143
+ },
144
+ {
145
+ "label": "Point B",
146
+ "value": "pointb3",
147
+ "description": ""
148
+ },
149
+ {
150
+ "label": "Strength",
151
+ "value": "strengthx",
152
+ "description": ""
153
+ },
154
+ {
155
+ "label": "Strength",
156
+ "value": "strengthy",
157
+ "description": ""
158
+ },
159
+ {
160
+ "label": "Linear",
161
+ "value": "linear",
162
+ "description": ""
163
+ },
164
+ {
165
+ "label": "Smooth Step",
166
+ "value": "smoothstep",
167
+ "description": ""
168
+ },
169
+ {
170
+ "label": "Ease In Ease Out",
171
+ "value": "easeinout",
172
+ "description": ""
173
+ },
174
+ {
175
+ "label": "To Range",
176
+ "value": "torange1",
177
+ "description": ""
178
+ },
179
+ {
180
+ "label": "To Range",
181
+ "value": "torange2",
182
+ "description": ""
183
+ },
184
+ {
185
+ "label": "P",
186
+ "value": "P",
187
+ "description": ""
188
+ },
189
+ {
190
+ "label": "N",
191
+ "value": "N",
192
+ "description": ""
193
+ },
194
+ {
195
+ "label": "Color",
196
+ "value": "Color",
197
+ "description": ""
198
+ },
199
+ {
200
+ "label": "Color.i012",
201
+ "value": "Color.i012",
202
+ "description": ""
203
+ },
204
+ {
205
+ "label": "Tex",
206
+ "value": "Tex",
207
+ "description": ""
208
+ },
209
+ {
210
+ "label": "PointScale",
211
+ "value": "PointScale",
212
+ "description": ""
213
+ },
214
+ {
215
+ "label": "LineWidth",
216
+ "value": "LineWidth",
217
+ "description": ""
218
+ },
219
+ {
220
+ "label": "float",
221
+ "value": "float",
222
+ "description": ""
223
+ },
224
+ {
225
+ "label": "double",
226
+ "value": "double",
227
+ "description": ""
228
+ },
229
+ {
230
+ "label": "int",
231
+ "value": "int",
232
+ "description": ""
233
+ },
234
+ {
235
+ "label": "uint",
236
+ "value": "uint",
237
+ "description": ""
238
+ },
239
+ {
240
+ "label": "dir",
241
+ "value": "dir",
242
+ "description": ""
243
+ },
244
+ {
245
+ "label": "dbl dir",
246
+ "value": "ddir",
247
+ "description": ""
248
+ },
249
+ {
250
+ "label": "1",
251
+ "value": "1",
252
+ "description": ""
253
+ },
254
+ {
255
+ "label": "2",
256
+ "value": "2",
257
+ "description": ""
258
+ },
259
+ {
260
+ "label": "3",
261
+ "value": "3",
262
+ "description": ""
263
+ },
264
+ {
265
+ "label": "4",
266
+ "value": "4",
267
+ "description": ""
268
+ },
269
+ {
270
+ "label": "New Attribute Default Value",
271
+ "value": "newattrdefaultval1",
272
+ "description": ""
273
+ },
274
+ {
275
+ "label": "New Attribute Default Value",
276
+ "value": "newattrdefaultval2",
277
+ "description": ""
278
+ },
279
+ {
280
+ "label": "New Attribute Default Value",
281
+ "value": "newattrdefaultval3",
282
+ "description": ""
283
+ },
284
+ {
285
+ "label": "New Attribute Default Value",
286
+ "value": "newattrdefaultval4",
287
+ "description": ""
288
+ },
289
+ {
290
+ "label": "P",
291
+ "value": "P",
292
+ "description": ""
293
+ },
294
+ {
295
+ "label": "N",
296
+ "value": "N",
297
+ "description": ""
298
+ },
299
+ {
300
+ "label": "Color",
301
+ "value": "Color",
302
+ "description": ""
303
+ },
304
+ {
305
+ "label": "Color.i012",
306
+ "value": "Color.i012",
307
+ "description": ""
308
+ },
309
+ {
310
+ "label": "Tex",
311
+ "value": "Tex",
312
+ "description": ""
313
+ },
314
+ {
315
+ "label": "PointScale",
316
+ "value": "PointScale",
317
+ "description": ""
318
+ },
319
+ {
320
+ "label": "LineWidth",
321
+ "value": "LineWidth",
322
+ "description": ""
323
+ },
324
+ {
325
+ "label": "float",
326
+ "value": "float",
327
+ "description": ""
328
+ },
329
+ {
330
+ "label": "double",
331
+ "value": "double",
332
+ "description": ""
333
+ },
334
+ {
335
+ "label": "int",
336
+ "value": "int",
337
+ "description": ""
338
+ },
339
+ {
340
+ "label": "uint",
341
+ "value": "uint",
342
+ "description": ""
343
+ },
344
+ {
345
+ "label": "dir",
346
+ "value": "dir",
347
+ "description": ""
348
+ },
349
+ {
350
+ "label": "dbl dir",
351
+ "value": "ddir",
352
+ "description": ""
353
+ },
354
+ {
355
+ "label": "1",
356
+ "value": "1",
357
+ "description": ""
358
+ },
359
+ {
360
+ "label": "2",
361
+ "value": "2",
362
+ "description": ""
363
+ },
364
+ {
365
+ "label": "3",
366
+ "value": "3",
367
+ "description": ""
368
+ },
369
+ {
370
+ "label": "4",
371
+ "value": "4",
372
+ "description": ""
373
+ },
374
+ {
375
+ "label": "New Attribute Default Value",
376
+ "value": "sdnewattrdefaultval1",
377
+ "description": ""
378
+ },
379
+ {
380
+ "label": "New Attribute Default Value",
381
+ "value": "sdnewattrdefaultval2",
382
+ "description": ""
383
+ },
384
+ {
385
+ "label": "New Attribute Default Value",
386
+ "value": "sdnewattrdefaultval3",
387
+ "description": ""
388
+ },
389
+ {
390
+ "label": "New Attribute Default Value",
391
+ "value": "sdnewattrdefaultval4",
392
+ "description": ""
393
+ },
394
+ {
395
+ "label": "Scale Rotate Translate",
396
+ "value": "srt",
397
+ "description": ""
398
+ },
399
+ {
400
+ "label": "Scale Translate Rotate",
401
+ "value": "str",
402
+ "description": ""
403
+ },
404
+ {
405
+ "label": "Rotate Scale Translate",
406
+ "value": "rst",
407
+ "description": ""
408
+ },
409
+ {
410
+ "label": "Rotate Translate Scale",
411
+ "value": "rts",
412
+ "description": ""
413
+ },
414
+ {
415
+ "label": "Translate Scale Rotate",
416
+ "value": "tsr",
417
+ "description": ""
418
+ },
419
+ {
420
+ "label": "Translate Rotate Scale",
421
+ "value": "trs",
422
+ "description": ""
423
+ },
424
+ {
425
+ "label": "Rx Ry Rz",
426
+ "value": "xyz",
427
+ "description": ""
428
+ },
429
+ {
430
+ "label": "Rx Rz Ry",
431
+ "value": "xzy",
432
+ "description": ""
433
+ },
434
+ {
435
+ "label": "Ry Rx Rz",
436
+ "value": "yxz",
437
+ "description": ""
438
+ },
439
+ {
440
+ "label": "Ry Rz Rx",
441
+ "value": "yzx",
442
+ "description": ""
443
+ },
444
+ {
445
+ "label": "Rz Rx Ry",
446
+ "value": "zxy",
447
+ "description": ""
448
+ },
449
+ {
450
+ "label": "Rz Ry Rx",
451
+ "value": "zyx",
452
+ "description": ""
453
+ },
454
+ {
455
+ "label": "Translate",
456
+ "value": "tx",
457
+ "description": ""
458
+ },
459
+ {
460
+ "label": "Translate",
461
+ "value": "ty",
462
+ "description": ""
463
+ },
464
+ {
465
+ "label": "Translate",
466
+ "value": "tz",
467
+ "description": ""
468
+ },
469
+ {
470
+ "label": "Rotate",
471
+ "value": "rx",
472
+ "description": ""
473
+ },
474
+ {
475
+ "label": "Rotate",
476
+ "value": "ry",
477
+ "description": ""
478
+ },
479
+ {
480
+ "label": "Rotate",
481
+ "value": "rz",
482
+ "description": ""
483
+ },
484
+ {
485
+ "label": "Scale",
486
+ "value": "sx",
487
+ "description": ""
488
+ },
489
+ {
490
+ "label": "Scale",
491
+ "value": "sy",
492
+ "description": ""
493
+ },
494
+ {
495
+ "label": "Scale",
496
+ "value": "sz",
497
+ "description": ""
498
+ },
499
+ {
500
+ "label": "Pivot",
501
+ "value": "px",
502
+ "description": ""
503
+ },
504
+ {
505
+ "label": "Pivot",
506
+ "value": "py",
507
+ "description": ""
508
+ },
509
+ {
510
+ "label": "Pivot",
511
+ "value": "pz",
512
+ "description": ""
513
+ },
514
+ {
515
+ "label": "sRGB",
516
+ "value": "srgb",
517
+ "description": "sRGB color space, with sRGB transfer function. Considered an SDR color space with respect to Reference White."
518
+ },
519
+ {
520
+ "label": "sRGB - Linear",
521
+ "value": "srgblinear",
522
+ "description": "Linear srgblinear - sRGB color space, with linear transfer function. Considered an SDR color space with respect to Reference White."
523
+ },
524
+ {
525
+ "label": "Rec.601 (NTSC)",
526
+ "value": "rec601ntsc",
527
+ "description": "Rec.601 with NTSC primaries color space, with Rec.601 transfer function. Considered an SDR color space with respect to Reference White."
528
+ },
529
+ {
530
+ "label": "Rec.709",
531
+ "value": "rec709",
532
+ "description": "Rec.709 color space, with Rec.709 (same as Rec.2020) transfer function. Considered an SDR color space with respect to Reference White."
533
+ },
534
+ {
535
+ "label": "Rec.2020",
536
+ "value": "rec2020",
537
+ "description": "Rec.2020 color space, with Rec.2020 (same as Rec.709) transfer function. Considered an HDR color space with respect to Reference White."
538
+ },
539
+ {
540
+ "label": "DCI-P3",
541
+ "value": "dcip3",
542
+ "description": "P3 dcip3 - DCI-P3 color space, with D65 white point and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
543
+ },
544
+ {
545
+ "label": "DCI-P3 (D60)",
546
+ "value": "dcip3d60",
547
+ "description": "P3 (D60) dcip3d60 - DCI-P3 \"D60 sim\" color space, with D60 white point, and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
548
+ },
549
+ {
550
+ "label": "Display-P3 (D65)",
551
+ "value": "displayp3d65",
552
+ "description": "P3 (D65) displayp3d65 - Display-P3 color space, with D65 white point, and sRGB gamma transfer function. Considered an HDR color space with respect to Reference White."
553
+ },
554
+ {
555
+ "label": "ACES2065-1",
556
+ "value": "aces2065-1",
557
+ "description": "1 aces2065-1 - ACES 2065-1 (also known as ACES AP0) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
558
+ },
559
+ {
560
+ "label": "ACEScg",
561
+ "value": "acescg",
562
+ "description": "ACEScg (also known as ACES AP1) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
563
+ },
564
+ {
565
+ "label": "Passthrough",
566
+ "value": "passthrough",
567
+ "description": "When selected, the color values will be used as-is in the operation, without any modification or attempt to convert them into the Working Color Space."
568
+ },
569
+ {
570
+ "label": "Default For Color Space",
571
+ "value": "default",
572
+ "description": "Will use either the SDR or the HDR Reference White, based on the color space selected."
573
+ },
574
+ {
575
+ "label": "Standard (SDR)",
576
+ "value": "sdr",
577
+ "description": "Will treat the Parameter Color Space as SDR for it's reference white value."
578
+ },
579
+ {
580
+ "label": "High (HDR)",
581
+ "value": "hdr",
582
+ "description": "Will treat the Parameter Color Space as HDR for it's reference white value."
583
+ }
584
+ ]
585
+ },
586
+ {
587
+ "name": "point",
588
+ "label": "Point",
589
+ "description": "Configure Point for the operator",
590
+ "type": "menu",
591
+ "options": [
592
+ {
593
+ "label": "Point",
594
+ "value": "point",
595
+ "description": ""
596
+ },
597
+ {
598
+ "label": "Vertex",
599
+ "value": "vertex",
600
+ "description": ""
601
+ },
602
+ {
603
+ "label": "Primitive",
604
+ "value": "primitive",
605
+ "description": ""
606
+ }
607
+ ]
608
+ },
609
+ {
610
+ "name": "fieldattrscope",
611
+ "label": "Field Attribute Scope",
612
+ "description": "Configure Field Attribute Scope for the operator",
613
+ "type": "string"
614
+ },
615
+ {
616
+ "name": "specpop",
617
+ "label": "Spec POP",
618
+ "description": "Configure Spec POP for the operator",
619
+ "type": "string"
620
+ },
621
+ {
622
+ "name": "mode",
623
+ "label": "Mode",
624
+ "description": "Configure Mode for the operator",
625
+ "type": "menu",
626
+ "options": [
627
+ {
628
+ "label": "Sphere",
629
+ "value": "sphere",
630
+ "description": ""
631
+ },
632
+ {
633
+ "label": "Box",
634
+ "value": "box",
635
+ "description": ""
636
+ },
637
+ {
638
+ "label": "Torus",
639
+ "value": "torus",
640
+ "description": ""
641
+ },
642
+ {
643
+ "label": "Cylinder Infinite",
644
+ "value": "cylinderinfinite",
645
+ "description": ""
646
+ },
647
+ {
648
+ "label": "Cylinder Capped",
649
+ "value": "cylindercapped",
650
+ "description": ""
651
+ },
652
+ {
653
+ "label": "Cylinder Rounded",
654
+ "value": "cylinderrounded",
655
+ "description": ""
656
+ },
657
+ {
658
+ "label": "Capsule",
659
+ "value": "capsule",
660
+ "description": ""
661
+ },
662
+ {
663
+ "label": "X-Plane",
664
+ "value": "xplane",
665
+ "description": "Plane xplane -"
666
+ },
667
+ {
668
+ "label": "Y-Plane",
669
+ "value": "yplane",
670
+ "description": "Plane yplane -"
671
+ },
672
+ {
673
+ "label": "Z-Plane",
674
+ "value": "zplane",
675
+ "description": "Plane zplane -"
676
+ },
677
+ {
678
+ "label": "Parabola",
679
+ "value": "parabola",
680
+ "description": ""
681
+ },
682
+ {
683
+ "label": "Line Projection",
684
+ "value": "lineprojection",
685
+ "description": ""
686
+ }
687
+ ]
688
+ },
689
+ {
690
+ "name": "sphere",
691
+ "label": "Sphere",
692
+ "description": "Configure Sphere for the operator",
693
+ "type": "menu",
694
+ "options": [
695
+ {
696
+ "label": "Sphere",
697
+ "value": "sphere",
698
+ "description": ""
699
+ },
700
+ {
701
+ "label": "Box",
702
+ "value": "box",
703
+ "description": ""
704
+ },
705
+ {
706
+ "label": "Torus",
707
+ "value": "torus",
708
+ "description": ""
709
+ },
710
+ {
711
+ "label": "Cylinder Infinite",
712
+ "value": "cylinderinfinite",
713
+ "description": ""
714
+ },
715
+ {
716
+ "label": "Cylinder Capped",
717
+ "value": "cylindercapped",
718
+ "description": ""
719
+ },
720
+ {
721
+ "label": "Cylinder Rounded",
722
+ "value": "cylinderrounded",
723
+ "description": ""
724
+ },
725
+ {
726
+ "label": "Capsule",
727
+ "value": "capsule",
728
+ "description": ""
729
+ },
730
+ {
731
+ "label": "X-Plane",
732
+ "value": "xplane",
733
+ "description": "Plane xplane -"
734
+ },
735
+ {
736
+ "label": "Y-Plane",
737
+ "value": "yplane",
738
+ "description": "Plane yplane -"
739
+ },
740
+ {
741
+ "label": "Z-Plane",
742
+ "value": "zplane",
743
+ "description": "Plane zplane -"
744
+ },
745
+ {
746
+ "label": "Parabola",
747
+ "value": "parabola",
748
+ "description": ""
749
+ },
750
+ {
751
+ "label": "Line Projection",
752
+ "value": "lineprojection",
753
+ "description": ""
754
+ }
755
+ ]
756
+ },
757
+ {
758
+ "name": "size",
759
+ "label": "Size",
760
+ "description": "Configure Size for the operator",
761
+ "type": "menu",
762
+ "options": [
763
+ {
764
+ "label": "Size",
765
+ "value": "sizex",
766
+ "description": ""
767
+ },
768
+ {
769
+ "label": "Size",
770
+ "value": "sizey",
771
+ "description": ""
772
+ },
773
+ {
774
+ "label": "Size",
775
+ "value": "sizez",
776
+ "description": ""
777
+ }
778
+ ]
779
+ },
780
+ {
781
+ "name": "sizex",
782
+ "label": "Size",
783
+ "description": "Configure Size for the operator",
784
+ "type": "menu",
785
+ "options": [
786
+ {
787
+ "label": "Size",
788
+ "value": "sizex",
789
+ "description": ""
790
+ },
791
+ {
792
+ "label": "Size",
793
+ "value": "sizey",
794
+ "description": ""
795
+ },
796
+ {
797
+ "label": "Size",
798
+ "value": "sizez",
799
+ "description": ""
800
+ }
801
+ ]
802
+ },
803
+ {
804
+ "name": "rad",
805
+ "label": "Radius",
806
+ "description": "Configure Radius for the operator",
807
+ "type": "menu",
808
+ "options": [
809
+ {
810
+ "label": "Radius",
811
+ "value": "radx",
812
+ "description": ""
813
+ },
814
+ {
815
+ "label": "Radius",
816
+ "value": "rady",
817
+ "description": ""
818
+ },
819
+ {
820
+ "label": "Radius",
821
+ "value": "radz",
822
+ "description": ""
823
+ }
824
+ ]
825
+ },
826
+ {
827
+ "name": "radx",
828
+ "label": "Radius",
829
+ "description": "Configure Radius for the operator",
830
+ "type": "menu",
831
+ "options": [
832
+ {
833
+ "label": "Radius",
834
+ "value": "radx",
835
+ "description": ""
836
+ },
837
+ {
838
+ "label": "Radius",
839
+ "value": "rady",
840
+ "description": ""
841
+ },
842
+ {
843
+ "label": "Radius",
844
+ "value": "radz",
845
+ "description": ""
846
+ }
847
+ ]
848
+ },
849
+ {
850
+ "name": "height",
851
+ "label": "Height",
852
+ "description": "Configure Height for the operator",
853
+ "type": "string"
854
+ },
855
+ {
856
+ "name": "roundness",
857
+ "label": "Roundness",
858
+ "description": "Configure Roundness for the operator",
859
+ "type": "string"
860
+ },
861
+ {
862
+ "name": "pointa",
863
+ "label": "Point A",
864
+ "description": "Configure Point A for the operator",
865
+ "type": "menu",
866
+ "options": [
867
+ {
868
+ "label": "Point A",
869
+ "value": "pointa1",
870
+ "description": ""
871
+ },
872
+ {
873
+ "label": "Point A",
874
+ "value": "pointa2",
875
+ "description": ""
876
+ },
877
+ {
878
+ "label": "Point A",
879
+ "value": "pointa3",
880
+ "description": ""
881
+ }
882
+ ]
883
+ },
884
+ {
885
+ "name": "pointa1",
886
+ "label": "Point A",
887
+ "description": "Configure Point A for the operator",
888
+ "type": "menu",
889
+ "options": [
890
+ {
891
+ "label": "Point A",
892
+ "value": "pointa1",
893
+ "description": ""
894
+ },
895
+ {
896
+ "label": "Point A",
897
+ "value": "pointa2",
898
+ "description": ""
899
+ },
900
+ {
901
+ "label": "Point A",
902
+ "value": "pointa3",
903
+ "description": ""
904
+ }
905
+ ]
906
+ },
907
+ {
908
+ "name": "pointb",
909
+ "label": "Point B",
910
+ "description": "Configure Point B for the operator",
911
+ "type": "menu",
912
+ "options": [
913
+ {
914
+ "label": "Point B",
915
+ "value": "pointb1",
916
+ "description": ""
917
+ },
918
+ {
919
+ "label": "Point B",
920
+ "value": "pointb2",
921
+ "description": ""
922
+ },
923
+ {
924
+ "label": "Point B",
925
+ "value": "pointb3",
926
+ "description": ""
927
+ }
928
+ ]
929
+ },
930
+ {
931
+ "name": "pointb1",
932
+ "label": "Point B",
933
+ "description": "Configure Point B for the operator",
934
+ "type": "menu",
935
+ "options": [
936
+ {
937
+ "label": "Point B",
938
+ "value": "pointb1",
939
+ "description": ""
940
+ },
941
+ {
942
+ "label": "Point B",
943
+ "value": "pointb2",
944
+ "description": ""
945
+ },
946
+ {
947
+ "label": "Point B",
948
+ "value": "pointb3",
949
+ "description": ""
950
+ }
951
+ ]
952
+ },
953
+ {
954
+ "name": "strength",
955
+ "label": "Strength",
956
+ "description": "Configure Strength for the operator",
957
+ "type": "menu",
958
+ "options": [
959
+ {
960
+ "label": "Strength",
961
+ "value": "strengthx",
962
+ "description": ""
963
+ },
964
+ {
965
+ "label": "Strength",
966
+ "value": "strengthy",
967
+ "description": ""
968
+ }
969
+ ]
970
+ },
971
+ {
972
+ "name": "strengthx",
973
+ "label": "Strength",
974
+ "description": "Configure Strength for the operator",
975
+ "type": "menu",
976
+ "options": [
977
+ {
978
+ "label": "Strength",
979
+ "value": "strengthx",
980
+ "description": ""
981
+ },
982
+ {
983
+ "label": "Strength",
984
+ "value": "strengthy",
985
+ "description": ""
986
+ }
987
+ ]
988
+ },
989
+ {
990
+ "name": "exponent",
991
+ "label": "Exponent",
992
+ "description": "Configure Exponent for the operator",
993
+ "type": "string"
994
+ },
995
+ {
996
+ "name": "weight",
997
+ "label": "Weight",
998
+ "description": "Configure Weight for the operator",
999
+ "type": "string"
1000
+ },
1001
+ {
1002
+ "name": "transitionrange",
1003
+ "label": "Transition Range",
1004
+ "description": "Configure Transition Range for the operator",
1005
+ "type": "string"
1006
+ },
1007
+ {
1008
+ "name": "transitionalign",
1009
+ "label": "Transition Align",
1010
+ "description": "Configure Transition Align for the operator",
1011
+ "type": "string"
1012
+ },
1013
+ {
1014
+ "name": "transitiontype",
1015
+ "label": "Transition Type",
1016
+ "description": "Configure Transition Type for the operator",
1017
+ "type": "menu",
1018
+ "options": [
1019
+ {
1020
+ "label": "Linear",
1021
+ "value": "linear",
1022
+ "description": ""
1023
+ },
1024
+ {
1025
+ "label": "Smooth Step",
1026
+ "value": "smoothstep",
1027
+ "description": ""
1028
+ },
1029
+ {
1030
+ "label": "Ease In Ease Out",
1031
+ "value": "easeinout",
1032
+ "description": ""
1033
+ }
1034
+ ]
1035
+ },
1036
+ {
1037
+ "name": "linear",
1038
+ "label": "Linear",
1039
+ "description": "Configure Linear for the operator",
1040
+ "type": "menu",
1041
+ "options": [
1042
+ {
1043
+ "label": "Linear",
1044
+ "value": "linear",
1045
+ "description": ""
1046
+ },
1047
+ {
1048
+ "label": "Smooth Step",
1049
+ "value": "smoothstep",
1050
+ "description": ""
1051
+ },
1052
+ {
1053
+ "label": "Ease In Ease Out",
1054
+ "value": "easeinout",
1055
+ "description": ""
1056
+ }
1057
+ ]
1058
+ },
1059
+ {
1060
+ "name": "absvalue",
1061
+ "label": "Absolute Value",
1062
+ "description": "Configure Absolute Value for the operator",
1063
+ "type": "string"
1064
+ },
1065
+ {
1066
+ "name": "invert",
1067
+ "label": "Invert",
1068
+ "description": "Configure Invert for the operator",
1069
+ "type": "string"
1070
+ },
1071
+ {
1072
+ "name": "torange",
1073
+ "label": "To Range",
1074
+ "description": "Configure To Range for the operator",
1075
+ "type": "menu",
1076
+ "options": [
1077
+ {
1078
+ "label": "To Range",
1079
+ "value": "torange1",
1080
+ "description": ""
1081
+ },
1082
+ {
1083
+ "label": "To Range",
1084
+ "value": "torange2",
1085
+ "description": ""
1086
+ }
1087
+ ]
1088
+ },
1089
+ {
1090
+ "name": "torange1",
1091
+ "label": "To Range",
1092
+ "description": "Configure To Range for the operator",
1093
+ "type": "menu",
1094
+ "options": [
1095
+ {
1096
+ "label": "To Range",
1097
+ "value": "torange1",
1098
+ "description": ""
1099
+ },
1100
+ {
1101
+ "label": "To Range",
1102
+ "value": "torange2",
1103
+ "description": ""
1104
+ }
1105
+ ]
1106
+ },
1107
+ {
1108
+ "name": "deletezeros",
1109
+ "label": "Delete Zeros",
1110
+ "description": "Configure Delete Zeros for the operator",
1111
+ "type": "string"
1112
+ },
1113
+ {
1114
+ "name": "outputattrscope",
1115
+ "label": "Output Attribute Scope",
1116
+ "description": "Configure Output Attribute Scope for the operator",
1117
+ "type": "menu",
1118
+ "options": [
1119
+ {
1120
+ "label": "P",
1121
+ "value": "P",
1122
+ "description": ""
1123
+ },
1124
+ {
1125
+ "label": "N",
1126
+ "value": "N",
1127
+ "description": ""
1128
+ },
1129
+ {
1130
+ "label": "Color",
1131
+ "value": "Color",
1132
+ "description": ""
1133
+ },
1134
+ {
1135
+ "label": "Color.i012",
1136
+ "value": "Color.i012",
1137
+ "description": ""
1138
+ },
1139
+ {
1140
+ "label": "Tex",
1141
+ "value": "Tex",
1142
+ "description": ""
1143
+ },
1144
+ {
1145
+ "label": "PointScale",
1146
+ "value": "PointScale",
1147
+ "description": ""
1148
+ },
1149
+ {
1150
+ "label": "LineWidth",
1151
+ "value": "LineWidth",
1152
+ "description": ""
1153
+ },
1154
+ {
1155
+ "label": "float",
1156
+ "value": "float",
1157
+ "description": ""
1158
+ },
1159
+ {
1160
+ "label": "double",
1161
+ "value": "double",
1162
+ "description": ""
1163
+ },
1164
+ {
1165
+ "label": "int",
1166
+ "value": "int",
1167
+ "description": ""
1168
+ },
1169
+ {
1170
+ "label": "uint",
1171
+ "value": "uint",
1172
+ "description": ""
1173
+ },
1174
+ {
1175
+ "label": "dir",
1176
+ "value": "dir",
1177
+ "description": ""
1178
+ },
1179
+ {
1180
+ "label": "dbl dir",
1181
+ "value": "ddir",
1182
+ "description": ""
1183
+ },
1184
+ {
1185
+ "label": "1",
1186
+ "value": "1",
1187
+ "description": ""
1188
+ },
1189
+ {
1190
+ "label": "2",
1191
+ "value": "2",
1192
+ "description": ""
1193
+ },
1194
+ {
1195
+ "label": "3",
1196
+ "value": "3",
1197
+ "description": ""
1198
+ },
1199
+ {
1200
+ "label": "4",
1201
+ "value": "4",
1202
+ "description": ""
1203
+ },
1204
+ {
1205
+ "label": "New Attribute Default Value",
1206
+ "value": "newattrdefaultval1",
1207
+ "description": ""
1208
+ },
1209
+ {
1210
+ "label": "New Attribute Default Value",
1211
+ "value": "newattrdefaultval2",
1212
+ "description": ""
1213
+ },
1214
+ {
1215
+ "label": "New Attribute Default Value",
1216
+ "value": "newattrdefaultval3",
1217
+ "description": ""
1218
+ },
1219
+ {
1220
+ "label": "New Attribute Default Value",
1221
+ "value": "newattrdefaultval4",
1222
+ "description": ""
1223
+ }
1224
+ ]
1225
+ },
1226
+ {
1227
+ "name": "P",
1228
+ "label": "P",
1229
+ "description": "Configure P for the operator",
1230
+ "type": "menu",
1231
+ "options": [
1232
+ {
1233
+ "label": "P",
1234
+ "value": "P",
1235
+ "description": ""
1236
+ },
1237
+ {
1238
+ "label": "N",
1239
+ "value": "N",
1240
+ "description": ""
1241
+ },
1242
+ {
1243
+ "label": "Color",
1244
+ "value": "Color",
1245
+ "description": ""
1246
+ },
1247
+ {
1248
+ "label": "Color.i012",
1249
+ "value": "Color.i012",
1250
+ "description": ""
1251
+ },
1252
+ {
1253
+ "label": "Tex",
1254
+ "value": "Tex",
1255
+ "description": ""
1256
+ },
1257
+ {
1258
+ "label": "PointScale",
1259
+ "value": "PointScale",
1260
+ "description": ""
1261
+ },
1262
+ {
1263
+ "label": "LineWidth",
1264
+ "value": "LineWidth",
1265
+ "description": ""
1266
+ },
1267
+ {
1268
+ "label": "float",
1269
+ "value": "float",
1270
+ "description": ""
1271
+ },
1272
+ {
1273
+ "label": "double",
1274
+ "value": "double",
1275
+ "description": ""
1276
+ },
1277
+ {
1278
+ "label": "int",
1279
+ "value": "int",
1280
+ "description": ""
1281
+ },
1282
+ {
1283
+ "label": "uint",
1284
+ "value": "uint",
1285
+ "description": ""
1286
+ },
1287
+ {
1288
+ "label": "dir",
1289
+ "value": "dir",
1290
+ "description": ""
1291
+ },
1292
+ {
1293
+ "label": "dbl dir",
1294
+ "value": "ddir",
1295
+ "description": ""
1296
+ },
1297
+ {
1298
+ "label": "1",
1299
+ "value": "1",
1300
+ "description": ""
1301
+ },
1302
+ {
1303
+ "label": "2",
1304
+ "value": "2",
1305
+ "description": ""
1306
+ },
1307
+ {
1308
+ "label": "3",
1309
+ "value": "3",
1310
+ "description": ""
1311
+ },
1312
+ {
1313
+ "label": "4",
1314
+ "value": "4",
1315
+ "description": ""
1316
+ },
1317
+ {
1318
+ "label": "New Attribute Default Value",
1319
+ "value": "newattrdefaultval1",
1320
+ "description": ""
1321
+ },
1322
+ {
1323
+ "label": "New Attribute Default Value",
1324
+ "value": "newattrdefaultval2",
1325
+ "description": ""
1326
+ },
1327
+ {
1328
+ "label": "New Attribute Default Value",
1329
+ "value": "newattrdefaultval3",
1330
+ "description": ""
1331
+ },
1332
+ {
1333
+ "label": "New Attribute Default Value",
1334
+ "value": "newattrdefaultval4",
1335
+ "description": ""
1336
+ }
1337
+ ]
1338
+ },
1339
+ {
1340
+ "name": "overrideautoattr",
1341
+ "label": "Override Automatic Attribute",
1342
+ "description": "Configure Override Automatic Attribute for the operator",
1343
+ "type": "string"
1344
+ },
1345
+ {
1346
+ "name": "newattrtype",
1347
+ "label": "New Attribute Type",
1348
+ "description": "Configure New Attribute Type for the operator",
1349
+ "type": "menu",
1350
+ "options": [
1351
+ {
1352
+ "label": "float",
1353
+ "value": "float",
1354
+ "description": ""
1355
+ },
1356
+ {
1357
+ "label": "double",
1358
+ "value": "double",
1359
+ "description": ""
1360
+ },
1361
+ {
1362
+ "label": "int",
1363
+ "value": "int",
1364
+ "description": ""
1365
+ },
1366
+ {
1367
+ "label": "uint",
1368
+ "value": "uint",
1369
+ "description": ""
1370
+ },
1371
+ {
1372
+ "label": "dir",
1373
+ "value": "dir",
1374
+ "description": ""
1375
+ },
1376
+ {
1377
+ "label": "dbl dir",
1378
+ "value": "ddir",
1379
+ "description": ""
1380
+ }
1381
+ ]
1382
+ },
1383
+ {
1384
+ "name": "float",
1385
+ "label": "float",
1386
+ "description": "Configure float for the operator",
1387
+ "type": "menu",
1388
+ "options": [
1389
+ {
1390
+ "label": "float",
1391
+ "value": "float",
1392
+ "description": ""
1393
+ },
1394
+ {
1395
+ "label": "double",
1396
+ "value": "double",
1397
+ "description": ""
1398
+ },
1399
+ {
1400
+ "label": "int",
1401
+ "value": "int",
1402
+ "description": ""
1403
+ },
1404
+ {
1405
+ "label": "uint",
1406
+ "value": "uint",
1407
+ "description": ""
1408
+ },
1409
+ {
1410
+ "label": "dir",
1411
+ "value": "dir",
1412
+ "description": ""
1413
+ },
1414
+ {
1415
+ "label": "dbl dir",
1416
+ "value": "ddir",
1417
+ "description": ""
1418
+ }
1419
+ ]
1420
+ },
1421
+ {
1422
+ "name": "attrnumcomps",
1423
+ "label": "New Attribute Number of Components",
1424
+ "description": "Configure New Attribute Number of Components for the operator",
1425
+ "type": "menu",
1426
+ "options": [
1427
+ {
1428
+ "label": "1",
1429
+ "value": "1",
1430
+ "description": ""
1431
+ },
1432
+ {
1433
+ "label": "2",
1434
+ "value": "2",
1435
+ "description": ""
1436
+ },
1437
+ {
1438
+ "label": "3",
1439
+ "value": "3",
1440
+ "description": ""
1441
+ },
1442
+ {
1443
+ "label": "4",
1444
+ "value": "4",
1445
+ "description": ""
1446
+ }
1447
+ ]
1448
+ },
1449
+ {
1450
+ "name": "1",
1451
+ "label": "1",
1452
+ "description": "Configure 1 for the operator",
1453
+ "type": "menu",
1454
+ "options": [
1455
+ {
1456
+ "label": "1",
1457
+ "value": "1",
1458
+ "description": ""
1459
+ },
1460
+ {
1461
+ "label": "2",
1462
+ "value": "2",
1463
+ "description": ""
1464
+ },
1465
+ {
1466
+ "label": "3",
1467
+ "value": "3",
1468
+ "description": ""
1469
+ },
1470
+ {
1471
+ "label": "4",
1472
+ "value": "4",
1473
+ "description": ""
1474
+ }
1475
+ ]
1476
+ },
1477
+ {
1478
+ "name": "newattrdefaultval",
1479
+ "label": "New Attribute Default Value",
1480
+ "description": "Configure New Attribute Default Value for the operator",
1481
+ "type": "menu",
1482
+ "options": [
1483
+ {
1484
+ "label": "New Attribute Default Value",
1485
+ "value": "newattrdefaultval1",
1486
+ "description": ""
1487
+ },
1488
+ {
1489
+ "label": "New Attribute Default Value",
1490
+ "value": "newattrdefaultval2",
1491
+ "description": ""
1492
+ },
1493
+ {
1494
+ "label": "New Attribute Default Value",
1495
+ "value": "newattrdefaultval3",
1496
+ "description": ""
1497
+ },
1498
+ {
1499
+ "label": "New Attribute Default Value",
1500
+ "value": "newattrdefaultval4",
1501
+ "description": ""
1502
+ }
1503
+ ]
1504
+ },
1505
+ {
1506
+ "name": "newattrdefaultval1",
1507
+ "label": "New Attribute Default Value",
1508
+ "description": "Configure New Attribute Default Value for the operator",
1509
+ "type": "menu",
1510
+ "options": [
1511
+ {
1512
+ "label": "New Attribute Default Value",
1513
+ "value": "newattrdefaultval1",
1514
+ "description": ""
1515
+ },
1516
+ {
1517
+ "label": "New Attribute Default Value",
1518
+ "value": "newattrdefaultval2",
1519
+ "description": ""
1520
+ },
1521
+ {
1522
+ "label": "New Attribute Default Value",
1523
+ "value": "newattrdefaultval3",
1524
+ "description": ""
1525
+ },
1526
+ {
1527
+ "label": "New Attribute Default Value",
1528
+ "value": "newattrdefaultval4",
1529
+ "description": ""
1530
+ }
1531
+ ]
1532
+ },
1533
+ {
1534
+ "name": "signeddistance",
1535
+ "label": "Signed Distance",
1536
+ "description": "Configure Signed Distance for the operator",
1537
+ "type": "string"
1538
+ },
1539
+ {
1540
+ "name": "sdoutputattrscope",
1541
+ "label": "Signed Distance Output Attribute Scope",
1542
+ "description": "Configure Signed Distance Output Attribute Scope for the operator",
1543
+ "type": "menu",
1544
+ "options": [
1545
+ {
1546
+ "label": "P",
1547
+ "value": "P",
1548
+ "description": ""
1549
+ },
1550
+ {
1551
+ "label": "N",
1552
+ "value": "N",
1553
+ "description": ""
1554
+ },
1555
+ {
1556
+ "label": "Color",
1557
+ "value": "Color",
1558
+ "description": ""
1559
+ },
1560
+ {
1561
+ "label": "Color.i012",
1562
+ "value": "Color.i012",
1563
+ "description": ""
1564
+ },
1565
+ {
1566
+ "label": "Tex",
1567
+ "value": "Tex",
1568
+ "description": ""
1569
+ },
1570
+ {
1571
+ "label": "PointScale",
1572
+ "value": "PointScale",
1573
+ "description": ""
1574
+ },
1575
+ {
1576
+ "label": "LineWidth",
1577
+ "value": "LineWidth",
1578
+ "description": ""
1579
+ },
1580
+ {
1581
+ "label": "float",
1582
+ "value": "float",
1583
+ "description": ""
1584
+ },
1585
+ {
1586
+ "label": "double",
1587
+ "value": "double",
1588
+ "description": ""
1589
+ },
1590
+ {
1591
+ "label": "int",
1592
+ "value": "int",
1593
+ "description": ""
1594
+ },
1595
+ {
1596
+ "label": "uint",
1597
+ "value": "uint",
1598
+ "description": ""
1599
+ },
1600
+ {
1601
+ "label": "dir",
1602
+ "value": "dir",
1603
+ "description": ""
1604
+ },
1605
+ {
1606
+ "label": "dbl dir",
1607
+ "value": "ddir",
1608
+ "description": ""
1609
+ },
1610
+ {
1611
+ "label": "1",
1612
+ "value": "1",
1613
+ "description": ""
1614
+ },
1615
+ {
1616
+ "label": "2",
1617
+ "value": "2",
1618
+ "description": ""
1619
+ },
1620
+ {
1621
+ "label": "3",
1622
+ "value": "3",
1623
+ "description": ""
1624
+ },
1625
+ {
1626
+ "label": "4",
1627
+ "value": "4",
1628
+ "description": ""
1629
+ },
1630
+ {
1631
+ "label": "New Attribute Default Value",
1632
+ "value": "sdnewattrdefaultval1",
1633
+ "description": ""
1634
+ },
1635
+ {
1636
+ "label": "New Attribute Default Value",
1637
+ "value": "sdnewattrdefaultval2",
1638
+ "description": ""
1639
+ },
1640
+ {
1641
+ "label": "New Attribute Default Value",
1642
+ "value": "sdnewattrdefaultval3",
1643
+ "description": ""
1644
+ },
1645
+ {
1646
+ "label": "New Attribute Default Value",
1647
+ "value": "sdnewattrdefaultval4",
1648
+ "description": ""
1649
+ }
1650
+ ]
1651
+ },
1652
+ {
1653
+ "name": "sdoverrideautoattrib",
1654
+ "label": "Override Automatic Attribute",
1655
+ "description": "Configure Override Automatic Attribute for the operator",
1656
+ "type": "string"
1657
+ },
1658
+ {
1659
+ "name": "sdnewattrtype",
1660
+ "label": "New Attribute Type",
1661
+ "description": "Configure New Attribute Type for the operator",
1662
+ "type": "menu",
1663
+ "options": [
1664
+ {
1665
+ "label": "float",
1666
+ "value": "float",
1667
+ "description": ""
1668
+ },
1669
+ {
1670
+ "label": "double",
1671
+ "value": "double",
1672
+ "description": ""
1673
+ },
1674
+ {
1675
+ "label": "int",
1676
+ "value": "int",
1677
+ "description": ""
1678
+ },
1679
+ {
1680
+ "label": "uint",
1681
+ "value": "uint",
1682
+ "description": ""
1683
+ },
1684
+ {
1685
+ "label": "dir",
1686
+ "value": "dir",
1687
+ "description": ""
1688
+ },
1689
+ {
1690
+ "label": "dbl dir",
1691
+ "value": "ddir",
1692
+ "description": ""
1693
+ }
1694
+ ]
1695
+ },
1696
+ {
1697
+ "name": "sdattrnumcomps",
1698
+ "label": "New Attribute Number of Components",
1699
+ "description": "Configure New Attribute Number of Components for the operator",
1700
+ "type": "menu",
1701
+ "options": [
1702
+ {
1703
+ "label": "1",
1704
+ "value": "1",
1705
+ "description": ""
1706
+ },
1707
+ {
1708
+ "label": "2",
1709
+ "value": "2",
1710
+ "description": ""
1711
+ },
1712
+ {
1713
+ "label": "3",
1714
+ "value": "3",
1715
+ "description": ""
1716
+ },
1717
+ {
1718
+ "label": "4",
1719
+ "value": "4",
1720
+ "description": ""
1721
+ }
1722
+ ]
1723
+ },
1724
+ {
1725
+ "name": "sdnewattrdefaultval",
1726
+ "label": "New Attribute Default Value",
1727
+ "description": "Configure New Attribute Default Value for the operator",
1728
+ "type": "menu",
1729
+ "options": [
1730
+ {
1731
+ "label": "New Attribute Default Value",
1732
+ "value": "sdnewattrdefaultval1",
1733
+ "description": ""
1734
+ },
1735
+ {
1736
+ "label": "New Attribute Default Value",
1737
+ "value": "sdnewattrdefaultval2",
1738
+ "description": ""
1739
+ },
1740
+ {
1741
+ "label": "New Attribute Default Value",
1742
+ "value": "sdnewattrdefaultval3",
1743
+ "description": ""
1744
+ },
1745
+ {
1746
+ "label": "New Attribute Default Value",
1747
+ "value": "sdnewattrdefaultval4",
1748
+ "description": ""
1749
+ }
1750
+ ]
1751
+ },
1752
+ {
1753
+ "name": "sdnewattrdefaultval1",
1754
+ "label": "New Attribute Default Value",
1755
+ "description": "Configure New Attribute Default Value for the operator",
1756
+ "type": "menu",
1757
+ "options": [
1758
+ {
1759
+ "label": "New Attribute Default Value",
1760
+ "value": "sdnewattrdefaultval1",
1761
+ "description": ""
1762
+ },
1763
+ {
1764
+ "label": "New Attribute Default Value",
1765
+ "value": "sdnewattrdefaultval2",
1766
+ "description": ""
1767
+ },
1768
+ {
1769
+ "label": "New Attribute Default Value",
1770
+ "value": "sdnewattrdefaultval3",
1771
+ "description": ""
1772
+ },
1773
+ {
1774
+ "label": "New Attribute Default Value",
1775
+ "value": "sdnewattrdefaultval4",
1776
+ "description": ""
1777
+ }
1778
+ ]
1779
+ },
1780
+ {
1781
+ "name": "xord",
1782
+ "label": "Transform Order",
1783
+ "description": "Configure Transform Order for the operator",
1784
+ "type": "menu",
1785
+ "options": [
1786
+ {
1787
+ "label": "Scale Rotate Translate",
1788
+ "value": "srt",
1789
+ "description": ""
1790
+ },
1791
+ {
1792
+ "label": "Scale Translate Rotate",
1793
+ "value": "str",
1794
+ "description": ""
1795
+ },
1796
+ {
1797
+ "label": "Rotate Scale Translate",
1798
+ "value": "rst",
1799
+ "description": ""
1800
+ },
1801
+ {
1802
+ "label": "Rotate Translate Scale",
1803
+ "value": "rts",
1804
+ "description": ""
1805
+ },
1806
+ {
1807
+ "label": "Translate Scale Rotate",
1808
+ "value": "tsr",
1809
+ "description": ""
1810
+ },
1811
+ {
1812
+ "label": "Translate Rotate Scale",
1813
+ "value": "trs",
1814
+ "description": ""
1815
+ }
1816
+ ]
1817
+ },
1818
+ {
1819
+ "name": "srt",
1820
+ "label": "Scale Rotate Translate",
1821
+ "description": "Configure Scale Rotate Translate for the operator",
1822
+ "type": "menu",
1823
+ "options": [
1824
+ {
1825
+ "label": "Scale Rotate Translate",
1826
+ "value": "srt",
1827
+ "description": ""
1828
+ },
1829
+ {
1830
+ "label": "Scale Translate Rotate",
1831
+ "value": "str",
1832
+ "description": ""
1833
+ },
1834
+ {
1835
+ "label": "Rotate Scale Translate",
1836
+ "value": "rst",
1837
+ "description": ""
1838
+ },
1839
+ {
1840
+ "label": "Rotate Translate Scale",
1841
+ "value": "rts",
1842
+ "description": ""
1843
+ },
1844
+ {
1845
+ "label": "Translate Scale Rotate",
1846
+ "value": "tsr",
1847
+ "description": ""
1848
+ },
1849
+ {
1850
+ "label": "Translate Rotate Scale",
1851
+ "value": "trs",
1852
+ "description": ""
1853
+ }
1854
+ ]
1855
+ },
1856
+ {
1857
+ "name": "rord",
1858
+ "label": "Rotate Order",
1859
+ "description": "Configure Rotate Order for the operator",
1860
+ "type": "menu",
1861
+ "options": [
1862
+ {
1863
+ "label": "Rx Ry Rz",
1864
+ "value": "xyz",
1865
+ "description": ""
1866
+ },
1867
+ {
1868
+ "label": "Rx Rz Ry",
1869
+ "value": "xzy",
1870
+ "description": ""
1871
+ },
1872
+ {
1873
+ "label": "Ry Rx Rz",
1874
+ "value": "yxz",
1875
+ "description": ""
1876
+ },
1877
+ {
1878
+ "label": "Ry Rz Rx",
1879
+ "value": "yzx",
1880
+ "description": ""
1881
+ },
1882
+ {
1883
+ "label": "Rz Rx Ry",
1884
+ "value": "zxy",
1885
+ "description": ""
1886
+ },
1887
+ {
1888
+ "label": "Rz Ry Rx",
1889
+ "value": "zyx",
1890
+ "description": ""
1891
+ }
1892
+ ]
1893
+ },
1894
+ {
1895
+ "name": "xyz",
1896
+ "label": "Rx Ry Rz",
1897
+ "description": "Configure Rx Ry Rz for the operator",
1898
+ "type": "menu",
1899
+ "options": [
1900
+ {
1901
+ "label": "Rx Ry Rz",
1902
+ "value": "xyz",
1903
+ "description": ""
1904
+ },
1905
+ {
1906
+ "label": "Rx Rz Ry",
1907
+ "value": "xzy",
1908
+ "description": ""
1909
+ },
1910
+ {
1911
+ "label": "Ry Rx Rz",
1912
+ "value": "yxz",
1913
+ "description": ""
1914
+ },
1915
+ {
1916
+ "label": "Ry Rz Rx",
1917
+ "value": "yzx",
1918
+ "description": ""
1919
+ },
1920
+ {
1921
+ "label": "Rz Rx Ry",
1922
+ "value": "zxy",
1923
+ "description": ""
1924
+ },
1925
+ {
1926
+ "label": "Rz Ry Rx",
1927
+ "value": "zyx",
1928
+ "description": ""
1929
+ }
1930
+ ]
1931
+ },
1932
+ {
1933
+ "name": "t",
1934
+ "label": "Translate",
1935
+ "description": "Configure Translate for the operator",
1936
+ "type": "menu",
1937
+ "options": [
1938
+ {
1939
+ "label": "Translate",
1940
+ "value": "tx",
1941
+ "description": ""
1942
+ },
1943
+ {
1944
+ "label": "Translate",
1945
+ "value": "ty",
1946
+ "description": ""
1947
+ },
1948
+ {
1949
+ "label": "Translate",
1950
+ "value": "tz",
1951
+ "description": ""
1952
+ }
1953
+ ]
1954
+ },
1955
+ {
1956
+ "name": "tx",
1957
+ "label": "Translate",
1958
+ "description": "Configure Translate for the operator",
1959
+ "type": "menu",
1960
+ "options": [
1961
+ {
1962
+ "label": "Translate",
1963
+ "value": "tx",
1964
+ "description": ""
1965
+ },
1966
+ {
1967
+ "label": "Translate",
1968
+ "value": "ty",
1969
+ "description": ""
1970
+ },
1971
+ {
1972
+ "label": "Translate",
1973
+ "value": "tz",
1974
+ "description": ""
1975
+ }
1976
+ ]
1977
+ },
1978
+ {
1979
+ "name": "r",
1980
+ "label": "Rotate",
1981
+ "description": "Configure Rotate for the operator",
1982
+ "type": "menu",
1983
+ "options": [
1984
+ {
1985
+ "label": "Rotate",
1986
+ "value": "rx",
1987
+ "description": ""
1988
+ },
1989
+ {
1990
+ "label": "Rotate",
1991
+ "value": "ry",
1992
+ "description": ""
1993
+ },
1994
+ {
1995
+ "label": "Rotate",
1996
+ "value": "rz",
1997
+ "description": ""
1998
+ }
1999
+ ]
2000
+ },
2001
+ {
2002
+ "name": "rx",
2003
+ "label": "Rotate",
2004
+ "description": "Configure Rotate for the operator",
2005
+ "type": "menu",
2006
+ "options": [
2007
+ {
2008
+ "label": "Rotate",
2009
+ "value": "rx",
2010
+ "description": ""
2011
+ },
2012
+ {
2013
+ "label": "Rotate",
2014
+ "value": "ry",
2015
+ "description": ""
2016
+ },
2017
+ {
2018
+ "label": "Rotate",
2019
+ "value": "rz",
2020
+ "description": ""
2021
+ }
2022
+ ]
2023
+ },
2024
+ {
2025
+ "name": "s",
2026
+ "label": "Scale",
2027
+ "description": "Configure Scale for the operator",
2028
+ "type": "menu",
2029
+ "options": [
2030
+ {
2031
+ "label": "Scale",
2032
+ "value": "sx",
2033
+ "description": ""
2034
+ },
2035
+ {
2036
+ "label": "Scale",
2037
+ "value": "sy",
2038
+ "description": ""
2039
+ },
2040
+ {
2041
+ "label": "Scale",
2042
+ "value": "sz",
2043
+ "description": ""
2044
+ }
2045
+ ]
2046
+ },
2047
+ {
2048
+ "name": "sx",
2049
+ "label": "Scale",
2050
+ "description": "Configure Scale for the operator",
2051
+ "type": "menu",
2052
+ "options": [
2053
+ {
2054
+ "label": "Scale",
2055
+ "value": "sx",
2056
+ "description": ""
2057
+ },
2058
+ {
2059
+ "label": "Scale",
2060
+ "value": "sy",
2061
+ "description": ""
2062
+ },
2063
+ {
2064
+ "label": "Scale",
2065
+ "value": "sz",
2066
+ "description": ""
2067
+ }
2068
+ ]
2069
+ },
2070
+ {
2071
+ "name": "p",
2072
+ "label": "Pivot",
2073
+ "description": "Configure Pivot for the operator",
2074
+ "type": "menu",
2075
+ "options": [
2076
+ {
2077
+ "label": "Pivot",
2078
+ "value": "px",
2079
+ "description": ""
2080
+ },
2081
+ {
2082
+ "label": "Pivot",
2083
+ "value": "py",
2084
+ "description": ""
2085
+ },
2086
+ {
2087
+ "label": "Pivot",
2088
+ "value": "pz",
2089
+ "description": ""
2090
+ }
2091
+ ]
2092
+ },
2093
+ {
2094
+ "name": "px",
2095
+ "label": "Pivot",
2096
+ "description": "Configure Pivot for the operator",
2097
+ "type": "menu",
2098
+ "options": [
2099
+ {
2100
+ "label": "Pivot",
2101
+ "value": "px",
2102
+ "description": ""
2103
+ },
2104
+ {
2105
+ "label": "Pivot",
2106
+ "value": "py",
2107
+ "description": ""
2108
+ },
2109
+ {
2110
+ "label": "Pivot",
2111
+ "value": "pz",
2112
+ "description": ""
2113
+ }
2114
+ ]
2115
+ },
2116
+ {
2117
+ "name": "bypass",
2118
+ "label": "Bypass",
2119
+ "description": "Configure Bypass for the operator",
2120
+ "type": "string"
2121
+ },
2122
+ {
2123
+ "name": "delinputattrs",
2124
+ "label": "Delete Input Attributes",
2125
+ "description": "Configure Delete Input Attributes for the operator",
2126
+ "type": "string"
2127
+ },
2128
+ {
2129
+ "name": "parmcolorspace",
2130
+ "label": "Parameter Color Space",
2131
+ "description": "Configure Parameter Color Space for the operator",
2132
+ "type": "menu",
2133
+ "options": [
2134
+ {
2135
+ "label": "sRGB",
2136
+ "value": "srgb",
2137
+ "description": "sRGB color space, with sRGB transfer function. Considered an SDR color space with respect to Reference White."
2138
+ },
2139
+ {
2140
+ "label": "sRGB - Linear",
2141
+ "value": "srgblinear",
2142
+ "description": "Linear srgblinear - sRGB color space, with linear transfer function. Considered an SDR color space with respect to Reference White."
2143
+ },
2144
+ {
2145
+ "label": "Rec.601 (NTSC)",
2146
+ "value": "rec601ntsc",
2147
+ "description": "Rec.601 with NTSC primaries color space, with Rec.601 transfer function. Considered an SDR color space with respect to Reference White."
2148
+ },
2149
+ {
2150
+ "label": "Rec.709",
2151
+ "value": "rec709",
2152
+ "description": "Rec.709 color space, with Rec.709 (same as Rec.2020) transfer function. Considered an SDR color space with respect to Reference White."
2153
+ },
2154
+ {
2155
+ "label": "Rec.2020",
2156
+ "value": "rec2020",
2157
+ "description": "Rec.2020 color space, with Rec.2020 (same as Rec.709) transfer function. Considered an HDR color space with respect to Reference White."
2158
+ },
2159
+ {
2160
+ "label": "DCI-P3",
2161
+ "value": "dcip3",
2162
+ "description": "P3 dcip3 - DCI-P3 color space, with D65 white point and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
2163
+ },
2164
+ {
2165
+ "label": "DCI-P3 (D60)",
2166
+ "value": "dcip3d60",
2167
+ "description": "P3 (D60) dcip3d60 - DCI-P3 \"D60 sim\" color space, with D60 white point, and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
2168
+ },
2169
+ {
2170
+ "label": "Display-P3 (D65)",
2171
+ "value": "displayp3d65",
2172
+ "description": "P3 (D65) displayp3d65 - Display-P3 color space, with D65 white point, and sRGB gamma transfer function. Considered an HDR color space with respect to Reference White."
2173
+ },
2174
+ {
2175
+ "label": "ACES2065-1",
2176
+ "value": "aces2065-1",
2177
+ "description": "1 aces2065-1 - ACES 2065-1 (also known as ACES AP0) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
2178
+ },
2179
+ {
2180
+ "label": "ACEScg",
2181
+ "value": "acescg",
2182
+ "description": "ACEScg (also known as ACES AP1) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
2183
+ },
2184
+ {
2185
+ "label": "Passthrough",
2186
+ "value": "passthrough",
2187
+ "description": "When selected, the color values will be used as-is in the operation, without any modification or attempt to convert them into the Working Color Space."
2188
+ }
2189
+ ]
2190
+ },
2191
+ {
2192
+ "name": "srgb",
2193
+ "label": "sRGB",
2194
+ "description": "Configure sRGB for the operator",
2195
+ "type": "menu",
2196
+ "options": [
2197
+ {
2198
+ "label": "sRGB",
2199
+ "value": "srgb",
2200
+ "description": "sRGB color space, with sRGB transfer function. Considered an SDR color space with respect to Reference White."
2201
+ },
2202
+ {
2203
+ "label": "sRGB - Linear",
2204
+ "value": "srgblinear",
2205
+ "description": "Linear srgblinear - sRGB color space, with linear transfer function. Considered an SDR color space with respect to Reference White."
2206
+ },
2207
+ {
2208
+ "label": "Rec.601 (NTSC)",
2209
+ "value": "rec601ntsc",
2210
+ "description": "Rec.601 with NTSC primaries color space, with Rec.601 transfer function. Considered an SDR color space with respect to Reference White."
2211
+ },
2212
+ {
2213
+ "label": "Rec.709",
2214
+ "value": "rec709",
2215
+ "description": "Rec.709 color space, with Rec.709 (same as Rec.2020) transfer function. Considered an SDR color space with respect to Reference White."
2216
+ },
2217
+ {
2218
+ "label": "Rec.2020",
2219
+ "value": "rec2020",
2220
+ "description": "Rec.2020 color space, with Rec.2020 (same as Rec.709) transfer function. Considered an HDR color space with respect to Reference White."
2221
+ },
2222
+ {
2223
+ "label": "DCI-P3",
2224
+ "value": "dcip3",
2225
+ "description": "P3 dcip3 - DCI-P3 color space, with D65 white point and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
2226
+ },
2227
+ {
2228
+ "label": "DCI-P3 (D60)",
2229
+ "value": "dcip3d60",
2230
+ "description": "P3 (D60) dcip3d60 - DCI-P3 \"D60 sim\" color space, with D60 white point, and 2.6 gamma transfer function. Considered an HDR color space with respect to Reference White."
2231
+ },
2232
+ {
2233
+ "label": "Display-P3 (D65)",
2234
+ "value": "displayp3d65",
2235
+ "description": "P3 (D65) displayp3d65 - Display-P3 color space, with D65 white point, and sRGB gamma transfer function. Considered an HDR color space with respect to Reference White."
2236
+ },
2237
+ {
2238
+ "label": "ACES2065-1",
2239
+ "value": "aces2065-1",
2240
+ "description": "1 aces2065-1 - ACES 2065-1 (also known as ACES AP0) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
2241
+ },
2242
+ {
2243
+ "label": "ACEScg",
2244
+ "value": "acescg",
2245
+ "description": "ACEScg (also known as ACES AP1) color space, with a linear gamma transfer function. Considered an HDR color space with respect to Reference White."
2246
+ },
2247
+ {
2248
+ "label": "Passthrough",
2249
+ "value": "passthrough",
2250
+ "description": "When selected, the color values will be used as-is in the operation, without any modification or attempt to convert them into the Working Color Space."
2251
+ }
2252
+ ]
2253
+ },
2254
+ {
2255
+ "name": "parmreferencewhite",
2256
+ "label": "Parameter Reference White",
2257
+ "description": "Configure Parameter Reference White for the operator",
2258
+ "type": "menu",
2259
+ "options": [
2260
+ {
2261
+ "label": "Default For Color Space",
2262
+ "value": "default",
2263
+ "description": "Will use either the SDR or the HDR Reference White, based on the color space selected."
2264
+ },
2265
+ {
2266
+ "label": "Standard (SDR)",
2267
+ "value": "sdr",
2268
+ "description": "Will treat the Parameter Color Space as SDR for it's reference white value."
2269
+ },
2270
+ {
2271
+ "label": "High (HDR)",
2272
+ "value": "hdr",
2273
+ "description": "Will treat the Parameter Color Space as HDR for it's reference white value."
2274
+ }
2275
+ ]
2276
+ },
2277
+ {
2278
+ "name": "default",
2279
+ "label": "Default For Color Space",
2280
+ "description": "Configure Default For Color Space for the operator",
2281
+ "type": "menu",
2282
+ "options": [
2283
+ {
2284
+ "label": "Default For Color Space",
2285
+ "value": "default",
2286
+ "description": "Will use either the SDR or the HDR Reference White, based on the color space selected."
2287
+ },
2288
+ {
2289
+ "label": "Standard (SDR)",
2290
+ "value": "sdr",
2291
+ "description": "Will treat the Parameter Color Space as SDR for it's reference white value."
2292
+ },
2293
+ {
2294
+ "label": "High (HDR)",
2295
+ "value": "hdr",
2296
+ "description": "Will treat the Parameter Color Space as HDR for it's reference white value."
2297
+ }
2298
+ ]
2299
+ }
2300
+ ],
2301
+ "experimental": true,
2302
+ "sourceFile": "Experimental-Field_POP.htm",
2303
+ "parsedAt": "2025-08-08T03:03:55.692Z"
2304
+ }