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