@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.
- package/LICENSE +21 -0
- package/README.md +413 -0
- package/dist/cli/agent.d.ts +466 -0
- package/dist/cli/agent.js +1902 -0
- package/dist/cli/agent.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +4375 -0
- package/dist/index.js.map +1 -0
- package/dist/knowledge/data/glsl.json +1 -0
- package/dist/knowledge/data/meta.json +1 -0
- package/dist/knowledge/data/operators/ableton_link_chop.json +1322 -0
- package/dist/knowledge/data/operators/accumulate_pop.json +912 -0
- package/dist/knowledge/data/operators/actor_comp.json +7477 -0
- package/dist/knowledge/data/operators/add_sop.json +946 -0
- package/dist/knowledge/data/operators/add_top.json +1653 -0
- package/dist/knowledge/data/operators/alembic_sop.json +521 -0
- package/dist/knowledge/data/operators/align_sop.json +949 -0
- package/dist/knowledge/data/operators/ambient_light_comp.json +1698 -0
- package/dist/knowledge/data/operators/analyze_chop.json +710 -0
- package/dist/knowledge/data/operators/analyze_pop.json +698 -0
- package/dist/knowledge/data/operators/analyze_top.json +1276 -0
- package/dist/knowledge/data/operators/angle_chop.json +711 -0
- package/dist/knowledge/data/operators/animation_comp.json +2448 -0
- package/dist/knowledge/data/operators/annotate_comp.json +2913 -0
- package/dist/knowledge/data/operators/anti_alias_top.json +1278 -0
- package/dist/knowledge/data/operators/arm_sop.json +1747 -0
- package/dist/knowledge/data/operators/art-net_dat.json +472 -0
- package/dist/knowledge/data/operators/attribute_chop.json +617 -0
- package/dist/knowledge/data/operators/attribute_combine_pop.json +596 -0
- package/dist/knowledge/data/operators/attribute_convert_pop.json +462 -0
- package/dist/knowledge/data/operators/attribute_create_sop.json +191 -0
- package/dist/knowledge/data/operators/attribute_pop.json +1078 -0
- package/dist/knowledge/data/operators/attribute_sop.json +429 -0
- package/dist/knowledge/data/operators/audio_band_eq_chop.json +1228 -0
- package/dist/knowledge/data/operators/audio_binaural_chop.json +711 -0
- package/dist/knowledge/data/operators/audio_device_in_chop.json +1793 -0
- package/dist/knowledge/data/operators/audio_device_out_chop.json +1840 -0
- package/dist/knowledge/data/operators/audio_devices_dat.json +616 -0
- package/dist/knowledge/data/operators/audio_dynamics_chop.json +1132 -0
- package/dist/knowledge/data/operators/audio_file_in_chop.json +1605 -0
- package/dist/knowledge/data/operators/audio_file_out_chop.json +945 -0
- package/dist/knowledge/data/operators/audio_filter_chop.json +850 -0
- package/dist/knowledge/data/operators/audio_movie_chop.json +851 -0
- package/dist/knowledge/data/operators/audio_ndi_chop.json +526 -0
- package/dist/knowledge/data/operators/audio_oscillator_chop.json +1087 -0
- package/dist/knowledge/data/operators/audio_para_eq_chop.json +1276 -0
- package/dist/knowledge/data/operators/audio_play_chop.json +1744 -0
- package/dist/knowledge/data/operators/audio_render_chop.json +754 -0
- package/dist/knowledge/data/operators/audio_spectrum_chop.json +850 -0
- package/dist/knowledge/data/operators/audio_stream_in_chop.json +1039 -0
- package/dist/knowledge/data/operators/audio_stream_out_chop.json +806 -0
- package/dist/knowledge/data/operators/audio_vst_chop.json +1419 -0
- package/dist/knowledge/data/operators/audio_web_render_chop.json +523 -0
- package/dist/knowledge/data/operators/base_comp.json +1180 -0
- package/dist/knowledge/data/operators/basis_sop.json +805 -0
- package/dist/knowledge/data/operators/beat_chop.json +1745 -0
- package/dist/knowledge/data/operators/bind_chop.json +613 -0
- package/dist/knowledge/data/operators/blacktrax_chop.json +1180 -0
- package/dist/knowledge/data/operators/blend_chop.json +616 -0
- package/dist/knowledge/data/operators/blend_comp.json +3626 -0
- package/dist/knowledge/data/operators/blend_pop.json +618 -0
- package/dist/knowledge/data/operators/blend_sop.json +477 -0
- package/dist/knowledge/data/operators/blob_track_chop.json +1275 -0
- package/dist/knowledge/data/operators/blob_track_top.json +1931 -0
- package/dist/knowledge/data/operators/bloom_top.json +1370 -0
- package/dist/knowledge/data/operators/blur_top.json +1428 -0
- package/dist/knowledge/data/operators/body_track_chop.json +1233 -0
- package/dist/knowledge/data/operators/bone_comp.json +3672 -0
- package/dist/knowledge/data/operators/bone_group_sop.json +148 -0
- package/dist/knowledge/data/operators/boolean_sop.json +336 -0
- package/dist/knowledge/data/operators/box_pop.json +827 -0
- package/dist/knowledge/data/operators/box_sop.json +994 -0
- package/dist/knowledge/data/operators/bridge_sop.json +806 -0
- package/dist/knowledge/data/operators/bullet_solver_chop.json +898 -0
- package/dist/knowledge/data/operators/bullet_solver_comp.json +3720 -0
- package/dist/knowledge/data/operators/button_comp.json +6636 -0
- package/dist/knowledge/data/operators/cache_blend_pop.json +292 -0
- package/dist/knowledge/data/operators/cache_pop.json +412 -0
- package/dist/knowledge/data/operators/cache_select_pop.json +280 -0
- package/dist/knowledge/data/operators/cache_select_top.json +946 -0
- package/dist/knowledge/data/operators/cache_sop.json +478 -0
- package/dist/knowledge/data/operators/cache_top.json +1559 -0
- package/dist/knowledge/data/operators/camera_blend_comp.json +4847 -0
- package/dist/knowledge/data/operators/camera_comp.json +215 -0
- package/dist/knowledge/data/operators/cap_sop.json +527 -0
- package/dist/knowledge/data/operators/capture_region_sop.json +568 -0
- package/dist/knowledge/data/operators/capture_sop.json +619 -0
- package/dist/knowledge/data/operators/carve_sop.json +902 -0
- package/dist/knowledge/data/operators/channel_mix_top.json +1088 -0
- package/dist/knowledge/data/operators/chop_execute_dat.json +1277 -0
- package/dist/knowledge/data/operators/chop_to_dat.json +571 -0
- package/dist/knowledge/data/operators/chop_to_pop.json +1236 -0
- package/dist/knowledge/data/operators/chop_to_sop.json +714 -0
- package/dist/knowledge/data/operators/chop_to_top.json +1231 -0
- package/dist/knowledge/data/operators/chroma_key_top.json +1653 -0
- package/dist/knowledge/data/operators/circle_pop.json +821 -0
- package/dist/knowledge/data/operators/circle_sop.json +991 -0
- package/dist/knowledge/data/operators/circle_top.json +2307 -0
- package/dist/knowledge/data/operators/clay_sop.json +1231 -0
- package/dist/knowledge/data/operators/clip_blender_chop.json +1931 -0
- package/dist/knowledge/data/operators/clip_chop.json +1366 -0
- package/dist/knowledge/data/operators/clip_dat.json +849 -0
- package/dist/knowledge/data/operators/clip_sop.json +475 -0
- package/dist/knowledge/data/operators/clock_chop.json +1792 -0
- package/dist/knowledge/data/operators/composite_chop.json +1414 -0
- package/dist/knowledge/data/operators/composite_top.json +2131 -0
- package/dist/knowledge/data/operators/connectivity_pop.json +11 -0
- package/dist/knowledge/data/operators/constant_chop.json +1238 -0
- package/dist/knowledge/data/operators/constant_mat.json +2727 -0
- package/dist/knowledge/data/operators/constant_top.json +1323 -0
- package/dist/knowledge/data/operators/constraint_comp.json +2076 -0
- package/dist/knowledge/data/operators/container_comp.json +6299 -0
- package/dist/knowledge/data/operators/convert_dat.json +569 -0
- package/dist/knowledge/data/operators/convert_pop.json +322 -0
- package/dist/knowledge/data/operators/convert_sop.json +807 -0
- package/dist/knowledge/data/operators/convolve_top.json +1041 -0
- package/dist/knowledge/data/operators/copy_chop.json +993 -0
- package/dist/knowledge/data/operators/copy_pop.json +1799 -0
- package/dist/knowledge/data/operators/copy_sop.json +1887 -0
- package/dist/knowledge/data/operators/corner_pin_top.json +1512 -0
- package/dist/knowledge/data/operators/count_chop.json +1369 -0
- package/dist/knowledge/data/operators/cplusplus_chop.json +569 -0
- package/dist/knowledge/data/operators/cplusplus_dat.json +477 -0
- package/dist/knowledge/data/operators/cplusplus_pop.json +308 -0
- package/dist/knowledge/data/operators/cplusplus_sop.json +195 -0
- package/dist/knowledge/data/operators/cplusplus_top.json +1276 -0
- package/dist/knowledge/data/operators/creep_sop.json +385 -0
- package/dist/knowledge/data/operators/crop_top.json +1323 -0
- package/dist/knowledge/data/operators/cross_chop.json +478 -0
- package/dist/knowledge/data/operators/cross_top.json +1559 -0
- package/dist/knowledge/data/operators/cube_map_top.json +946 -0
- package/dist/knowledge/data/operators/curve_pop.json +1525 -0
- package/dist/knowledge/data/operators/curveclay_sop.json +618 -0
- package/dist/knowledge/data/operators/curvesect_sop.json +665 -0
- package/dist/knowledge/data/operators/cycle_chop.json +1040 -0
- package/dist/knowledge/data/operators/dat_execute_dat.json +1230 -0
- package/dist/knowledge/data/operators/dat_to_chop.json +1510 -0
- package/dist/knowledge/data/operators/dat_to_pop.json +756 -0
- package/dist/knowledge/data/operators/dat_to_sop.json +902 -0
- package/dist/knowledge/data/operators/deform_sop.json +291 -0
- package/dist/knowledge/data/operators/delay_chop.json +615 -0
- package/dist/knowledge/data/operators/delete_chop.json +1556 -0
- package/dist/knowledge/data/operators/delete_pop.json +1422 -0
- package/dist/knowledge/data/operators/delete_sop.json +1230 -0
- package/dist/knowledge/data/operators/depth_mat.json +1933 -0
- package/dist/knowledge/data/operators/depth_top.json +1322 -0
- package/dist/knowledge/data/operators/difference_top.json +1647 -0
- package/dist/knowledge/data/operators/dimension_pop.json +280 -0
- package/dist/knowledge/data/operators/direct_display_out_top.json +997 -0
- package/dist/knowledge/data/operators/directx_in_top.json +901 -0
- package/dist/knowledge/data/operators/directx_out_top.json +948 -0
- package/dist/knowledge/data/operators/displace_top.json +1322 -0
- package/dist/knowledge/data/operators/divide_sop.json +713 -0
- package/dist/knowledge/data/operators/dmx_fixture_pop.json +772 -0
- package/dist/knowledge/data/operators/dmx_in_chop.json +1420 -0
- package/dist/knowledge/data/operators/dmx_map_dat.json +11 -0
- package/dist/knowledge/data/operators/dmx_out_chop.json +1843 -0
- package/dist/knowledge/data/operators/dmx_out_pop.json +668 -0
- package/dist/knowledge/data/operators/edge_top.json +1370 -0
- package/dist/knowledge/data/operators/emboss_top.json +1275 -0
- package/dist/knowledge/data/operators/engine_comp.json +2685 -0
- package/dist/knowledge/data/operators/envelope_chop.json +946 -0
- package/dist/knowledge/data/operators/environment_light_comp.json +2121 -0
- package/dist/knowledge/data/operators/error_dat.json +949 -0
- package/dist/knowledge/data/operators/etherdream_dat.json +472 -0
- package/dist/knowledge/data/operators/evaluate_dat.json +1650 -0
- package/dist/knowledge/data/operators/event_chop.json +1653 -0
- package/dist/knowledge/data/operators/examine_dat.json +1182 -0
- package/dist/knowledge/data/operators/execute_dat.json +1184 -0
- package/dist/knowledge/data/operators/experimental +0 -0
- package/dist/knowledge/data/operators/expression_chop.json +617 -0
- package/dist/knowledge/data/operators/extend_chop.json +617 -0
- package/dist/knowledge/data/operators/extrude_pop.json +316 -0
- package/dist/knowledge/data/operators/extrude_sop.json +1081 -0
- package/dist/knowledge/data/operators/face_track_chop.json +998 -0
- package/dist/knowledge/data/operators/face_track_sop.json +244 -0
- package/dist/knowledge/data/operators/facet_pop.json +480 -0
- package/dist/knowledge/data/operators/facet_sop.json +619 -0
- package/dist/knowledge/data/operators/fan_chop.json +804 -0
- package/dist/knowledge/data/operators/fbx_comp.json +4942 -0
- package/dist/knowledge/data/operators/feedback_chop.json +664 -0
- package/dist/knowledge/data/operators/feedback_pop.json +368 -0
- package/dist/knowledge/data/operators/feedback_top.json +191 -0
- package/dist/knowledge/data/operators/field_pop.json +2304 -0
- package/dist/knowledge/data/operators/fifo_dat.json +711 -0
- package/dist/knowledge/data/operators/file_in_chop.json +1181 -0
- package/dist/knowledge/data/operators/file_in_dat.json +527 -0
- package/dist/knowledge/data/operators/file_in_pop.json +298 -0
- package/dist/knowledge/data/operators/file_in_sop.json +289 -0
- package/dist/knowledge/data/operators/file_out_chop.json +618 -0
- package/dist/knowledge/data/operators/file_out_dat.json +524 -0
- package/dist/knowledge/data/operators/fillet_sop.json +949 -0
- package/dist/knowledge/data/operators/filter_chop.json +1134 -0
- package/dist/knowledge/data/operators/fit_sop.json +1087 -0
- package/dist/knowledge/data/operators/fit_top.json +1559 -0
- package/dist/knowledge/data/operators/flip_top.json +1040 -0
- package/dist/knowledge/data/operators/folder_dat.json +1888 -0
- package/dist/knowledge/data/operators/force_comp.json +1701 -0
- package/dist/knowledge/data/operators/force_pop.json +878 -0
- package/dist/knowledge/data/operators/force_sop.json +429 -0
- package/dist/knowledge/data/operators/fractal_sop.json +479 -0
- package/dist/knowledge/data/operators/freed_in_chop.json +808 -0
- package/dist/knowledge/data/operators/freed_out_chop.json +714 -0
- package/dist/knowledge/data/operators/function_chop.json +1086 -0
- package/dist/knowledge/data/operators/function_top.json +1558 -0
- package/dist/knowledge/data/operators/geo_text_comp.json +7338 -0
- package/dist/knowledge/data/operators/geometry_comp.json +199 -0
- package/dist/knowledge/data/operators/gesture_chop.json +1133 -0
- package/dist/knowledge/data/operators/glsl_advanced_pop.json +3539 -0
- package/dist/knowledge/data/operators/glsl_comp.json +6962 -0
- package/dist/knowledge/data/operators/glsl_copy_pop.json +2128 -0
- package/dist/knowledge/data/operators/glsl_mat.json +3720 -0
- package/dist/knowledge/data/operators/glsl_multi_top.json +2922 -0
- package/dist/knowledge/data/operators/glsl_pop.json +2317 -0
- package/dist/knowledge/data/operators/glsl_select_pop.json +280 -0
- package/dist/knowledge/data/operators/glsl_top.json +2922 -0
- package/dist/knowledge/data/operators/grid_pop.json +1029 -0
- package/dist/knowledge/data/operators/grid_sop.json +1041 -0
- package/dist/knowledge/data/operators/group_pop.json +1423 -0
- package/dist/knowledge/data/operators/group_sop.json +2075 -0
- package/dist/knowledge/data/operators/handle_chop.json +712 -0
- package/dist/knowledge/data/operators/handle_comp.json +2171 -0
- package/dist/knowledge/data/operators/histogram_pop.json +533 -0
- package/dist/knowledge/data/operators/hog_chop.json +620 -0
- package/dist/knowledge/data/operators/hokuyo_chop.json +941 -0
- package/dist/knowledge/data/operators/hold_chop.json +664 -0
- package/dist/knowledge/data/operators/hole_sop.json +291 -0
- package/dist/knowledge/data/operators/hsv_adjust_top.json +1370 -0
- package/dist/knowledge/data/operators/hsv_to_rgb_top.json +847 -0
- package/dist/knowledge/data/operators/import_select_chop.json +1838 -0
- package/dist/knowledge/data/operators/import_select_pop.json +808 -0
- package/dist/knowledge/data/operators/import_select_sop.json +1463 -0
- package/dist/knowledge/data/operators/import_select_top.json +993 -0
- package/dist/knowledge/data/operators/impulse_force_comp.json +1415 -0
- package/dist/knowledge/data/operators/in_chop.json +572 -0
- package/dist/knowledge/data/operators/in_dat.json +386 -0
- package/dist/knowledge/data/operators/in_mat.json +1559 -0
- package/dist/knowledge/data/operators/in_pop.json +280 -0
- package/dist/knowledge/data/operators/in_sop.json +102 -0
- package/dist/knowledge/data/operators/in_top.json +903 -0
- package/dist/knowledge/data/operators/index.json +1 -0
- package/dist/knowledge/data/operators/indices_dat.json +526 -0
- package/dist/knowledge/data/operators/info_chop.json +757 -0
- package/dist/knowledge/data/operators/info_dat.json +430 -0
- package/dist/knowledge/data/operators/insert_dat.json +896 -0
- package/dist/knowledge/data/operators/inside_top.json +1652 -0
- package/dist/knowledge/data/operators/interpolate_chop.json +711 -0
- package/dist/knowledge/data/operators/inverse_curve_chop.json +898 -0
- package/dist/knowledge/data/operators/inverse_curve_sop.json +97 -0
- package/dist/knowledge/data/operators/inverse_kin_chop.json +850 -0
- package/dist/knowledge/data/operators/iso_surface_sop.json +337 -0
- package/dist/knowledge/data/operators/join_chop.json +1368 -0
- package/dist/knowledge/data/operators/join_sop.json +667 -0
- package/dist/knowledge/data/operators/joint_sop.json +573 -0
- package/dist/knowledge/data/operators/joystick_chop.json +1558 -0
- package/dist/knowledge/data/operators/json_dat.json +619 -0
- package/dist/knowledge/data/operators/keyboard_in_chop.json +1041 -0
- package/dist/knowledge/data/operators/keyboard_in_dat.json +950 -0
- package/dist/knowledge/data/operators/keyframe_chop.json +711 -0
- package/dist/knowledge/data/operators/kinect_azure_chop.json +1092 -0
- package/dist/knowledge/data/operators/kinect_azure_select_top.json +1187 -0
- package/dist/knowledge/data/operators/kinect_azure_top.json +2737 -0
- package/dist/knowledge/data/operators/kinect_chop.json +1700 -0
- package/dist/knowledge/data/operators/kinect_sop.json +379 -0
- package/dist/knowledge/data/operators/kinect_top.json +1700 -0
- package/dist/knowledge/data/operators/lag_chop.json +1040 -0
- package/dist/knowledge/data/operators/laser_chop.json +1746 -0
- package/dist/knowledge/data/operators/laser_device_chop.json +1228 -0
- package/dist/knowledge/data/operators/lattice_sop.json +432 -0
- package/dist/knowledge/data/operators/layout_top.json +1936 -0
- package/dist/knowledge/data/operators/leap_motion_chop.json +1699 -0
- package/dist/knowledge/data/operators/leap_motion_top.json +1323 -0
- package/dist/knowledge/data/operators/lens_distort_top.json +2262 -0
- package/dist/knowledge/data/operators/leuze_rod4_chop.json +1371 -0
- package/dist/knowledge/data/operators/level_top.json +2273 -0
- package/dist/knowledge/data/operators/lfo_chop.json +1088 -0
- package/dist/knowledge/data/operators/light_comp.json +5410 -0
- package/dist/knowledge/data/operators/limit_chop.json +1133 -0
- package/dist/knowledge/data/operators/limit_pop.json +1243 -0
- package/dist/knowledge/data/operators/limit_sop.json +2075 -0
- package/dist/knowledge/data/operators/limit_top.json +1557 -0
- package/dist/knowledge/data/operators/line_break_pop.json +447 -0
- package/dist/knowledge/data/operators/line_divide_pop.json +688 -0
- package/dist/knowledge/data/operators/line_mat.json +5551 -0
- package/dist/knowledge/data/operators/line_metrics_pop.json +548 -0
- package/dist/knowledge/data/operators/line_pop.json +1343 -0
- package/dist/knowledge/data/operators/line_smooth_pop.json +1028 -0
- package/dist/knowledge/data/operators/line_sop.json +330 -0
- package/dist/knowledge/data/operators/line_thick_sop.json +478 -0
- package/dist/knowledge/data/operators/list_comp.json +6729 -0
- package/dist/knowledge/data/operators/lod_sop.json +431 -0
- package/dist/knowledge/data/operators/logic_chop.json +946 -0
- package/dist/knowledge/data/operators/lookup_attribute_pop.json +684 -0
- package/dist/knowledge/data/operators/lookup_channel_pop.json +1140 -0
- package/dist/knowledge/data/operators/lookup_chop.json +992 -0
- package/dist/knowledge/data/operators/lookup_dat.json +664 -0
- package/dist/knowledge/data/operators/lookup_texture_pop.json +1494 -0
- package/dist/knowledge/data/operators/lookup_top.json +1510 -0
- package/dist/knowledge/data/operators/lsystem_sop.json +1699 -0
- package/dist/knowledge/data/operators/ltc_in_chop.json +760 -0
- package/dist/knowledge/data/operators/ltc_out_chop.json +1512 -0
- package/dist/knowledge/data/operators/luma_blur_top.json +1316 -0
- package/dist/knowledge/data/operators/luma_level_top.json +1746 -0
- package/dist/knowledge/data/operators/magnet_sop.json +759 -0
- package/dist/knowledge/data/operators/material_sop.json +98 -0
- package/dist/knowledge/data/operators/math_chop.json +1193 -0
- package/dist/knowledge/data/operators/math_combine_pop.json +4283 -0
- package/dist/knowledge/data/operators/math_mix_pop.json +2641 -0
- package/dist/knowledge/data/operators/math_pop.json +2163 -0
- package/dist/knowledge/data/operators/math_top.json +1885 -0
- package/dist/knowledge/data/operators/matte_top.json +994 -0
- package/dist/knowledge/data/operators/media_file_info_dat.json +571 -0
- package/dist/knowledge/data/operators/merge_chop.json +627 -0
- package/dist/knowledge/data/operators/merge_dat.json +620 -0
- package/dist/knowledge/data/operators/merge_pop.json +764 -0
- package/dist/knowledge/data/operators/merge_sop.json +100 -0
- package/dist/knowledge/data/operators/metaball_sop.json +476 -0
- package/dist/knowledge/data/operators/midi_event_dat.json +1135 -0
- package/dist/knowledge/data/operators/midi_in_chop.json +3297 -0
- package/dist/knowledge/data/operators/midi_in_dat.json +1183 -0
- package/dist/knowledge/data/operators/midi_in_map_chop.json +946 -0
- package/dist/knowledge/data/operators/midi_out_chop.json +1793 -0
- package/dist/knowledge/data/operators/mirror_top.json +1271 -0
- package/dist/knowledge/data/operators/model_sop.json +52 -0
- package/dist/knowledge/data/operators/monitors_dat.json +617 -0
- package/dist/knowledge/data/operators/monochrome_top.json +1041 -0
- package/dist/knowledge/data/operators/mosys_chop.json +804 -0
- package/dist/knowledge/data/operators/mosys_top.json +896 -0
- package/dist/knowledge/data/operators/mouse_in_chop.json +1275 -0
- package/dist/knowledge/data/operators/mouse_out_chop.json +711 -0
- package/dist/knowledge/data/operators/movie_file_in_top.json +3546 -0
- package/dist/knowledge/data/operators/movie_file_out_top.json +3390 -0
- package/dist/knowledge/data/operators/mpcdi_dat.json +711 -0
- package/dist/knowledge/data/operators/mpcdi_top.json +1369 -0
- package/dist/knowledge/data/operators/mqtt_client_dat.json +1229 -0
- package/dist/knowledge/data/operators/multi_touch_in_dat.json +1185 -0
- package/dist/knowledge/data/operators/multiply_top.json +1647 -0
- package/dist/knowledge/data/operators/ncam_chop.json +1039 -0
- package/dist/knowledge/data/operators/ncam_top.json +1039 -0
- package/dist/knowledge/data/operators/ndi_dat.json +478 -0
- package/dist/knowledge/data/operators/ndi_in_top.json +1326 -0
- package/dist/knowledge/data/operators/ndi_out_top.json +1420 -0
- package/dist/knowledge/data/operators/neighbor_pop.json +534 -0
- package/dist/knowledge/data/operators/noise_chop.json +2230 -0
- package/dist/knowledge/data/operators/noise_pop.json +2107 -0
- package/dist/knowledge/data/operators/noise_sop.json +1136 -0
- package/dist/knowledge/data/operators/noise_top.json +2356 -0
- package/dist/knowledge/data/operators/normal_map_top.json +1182 -0
- package/dist/knowledge/data/operators/normal_pop.json +1488 -0
- package/dist/knowledge/data/operators/normalize_pop.json +1298 -0
- package/dist/knowledge/data/operators/notch_top.json +1511 -0
- package/dist/knowledge/data/operators/null_chop.json +673 -0
- package/dist/knowledge/data/operators/null_comp.json +2921 -0
- package/dist/knowledge/data/operators/null_dat.json +344 -0
- package/dist/knowledge/data/operators/null_mat.json +1511 -0
- package/dist/knowledge/data/operators/null_pop.json +18 -0
- package/dist/knowledge/data/operators/null_sop.json +100 -0
- package/dist/knowledge/data/operators/null_top.json +862 -0
- package/dist/knowledge/data/operators/nvidia_background_top.json +996 -0
- package/dist/knowledge/data/operators/nvidia_denoise_top.json +1089 -0
- package/dist/knowledge/data/operators/nvidia_flex_solver_comp.json +5367 -0
- package/dist/knowledge/data/operators/nvidia_flex_top.json +995 -0
- package/dist/knowledge/data/operators/nvidia_flow_emitter_comp.json +7812 -0
- package/dist/knowledge/data/operators/nvidia_flow_top.json +3675 -0
- package/dist/knowledge/data/operators/nvidia_upscaler_top.json +1089 -0
- package/dist/knowledge/data/operators/oak_device_chop.json +1372 -0
- package/dist/knowledge/data/operators/oak_select_chop.json +947 -0
- package/dist/knowledge/data/operators/oak_select_top.json +1323 -0
- package/dist/knowledge/data/operators/object_chop.json +2356 -0
- package/dist/knowledge/data/operators/object_merge_sop.json +194 -0
- package/dist/knowledge/data/operators/oculus_audio_chop.json +1371 -0
- package/dist/knowledge/data/operators/oculus_rift_chop.json +901 -0
- package/dist/knowledge/data/operators/oculus_rift_sop.json +147 -0
- package/dist/knowledge/data/operators/oculus_rift_top.json +995 -0
- package/dist/knowledge/data/operators/op_execute_dat.json +1463 -0
- package/dist/knowledge/data/operators/op_find_dat.json +2827 -0
- package/dist/knowledge/data/operators/op_viewer_comp.json +6586 -0
- package/dist/knowledge/data/operators/op_viewer_top.json +993 -0
- package/dist/knowledge/data/operators/opencolorio_top.json +1980 -0
- package/dist/knowledge/data/operators/openvr_chop.json +1135 -0
- package/dist/knowledge/data/operators/openvr_sop.json +99 -0
- package/dist/knowledge/data/operators/openvr_top.json +900 -0
- package/dist/knowledge/data/operators/optical_flow_top.json +1230 -0
- package/dist/knowledge/data/operators/optitrack_in_chop.json +854 -0
- package/dist/knowledge/data/operators/orbbec_select_top.json +1042 -0
- package/dist/knowledge/data/operators/orbbec_top.json +1558 -0
- package/dist/knowledge/data/operators/osc_in_chop.json +1371 -0
- package/dist/knowledge/data/operators/osc_in_dat.json +1280 -0
- package/dist/knowledge/data/operators/osc_out_chop.json +1138 -0
- package/dist/knowledge/data/operators/osc_out_dat.json +1280 -0
- package/dist/knowledge/data/operators/ouster_select_top.json +1228 -0
- package/dist/knowledge/data/operators/ouster_top.json +2404 -0
- package/dist/knowledge/data/operators/out_chop.json +476 -0
- package/dist/knowledge/data/operators/out_dat.json +386 -0
- package/dist/knowledge/data/operators/out_mat.json +1982 -0
- package/dist/knowledge/data/operators/out_pop.json +286 -0
- package/dist/knowledge/data/operators/out_sop.json +93 -0
- package/dist/knowledge/data/operators/out_top.json +903 -0
- package/dist/knowledge/data/operators/outside_top.json +1651 -0
- package/dist/knowledge/data/operators/over_top.json +1651 -0
- package/dist/knowledge/data/operators/override_chop.json +663 -0
- package/dist/knowledge/data/operators/pack_top.json +946 -0
- package/dist/knowledge/data/operators/pan_tilt_chop.json +11 -0
- package/dist/knowledge/data/operators/panel_chop.json +663 -0
- package/dist/knowledge/data/operators/panel_execute_dat.json +1182 -0
- package/dist/knowledge/data/operators/pangolin_chop.json +1135 -0
- package/dist/knowledge/data/operators/parameter_chop.json +803 -0
- package/dist/knowledge/data/operators/parameter_comp.json +6962 -0
- package/dist/knowledge/data/operators/parameter_dat.json +1698 -0
- package/dist/knowledge/data/operators/parameter_execute_dat.json +1371 -0
- package/dist/knowledge/data/operators/pargroup_execute_dat.json +1271 -0
- package/dist/knowledge/data/operators/particle_pop.json +1130 -0
- package/dist/knowledge/data/operators/particle_sop.json +2214 -0
- package/dist/knowledge/data/operators/pattern_chop.json +1697 -0
- package/dist/knowledge/data/operators/pattern_pop.json +1767 -0
- package/dist/knowledge/data/operators/pbr_mat.json +4990 -0
- package/dist/knowledge/data/operators/perform_chop.json +1651 -0
- package/dist/knowledge/data/operators/perform_dat.json +1184 -0
- package/dist/knowledge/data/operators/phaser_chop.json +618 -0
- package/dist/knowledge/data/operators/phaser_pop.json +1043 -0
- package/dist/knowledge/data/operators/phong_mat.json +5458 -0
- package/dist/knowledge/data/operators/photoshop_in_top.json +1418 -0
- package/dist/knowledge/data/operators/pipe_in_chop.json +1323 -0
- package/dist/knowledge/data/operators/pipe_out_chop.json +1182 -0
- package/dist/knowledge/data/operators/point_file_in_pop.json +1246 -0
- package/dist/knowledge/data/operators/point_file_in_top.json +3343 -0
- package/dist/knowledge/data/operators/point_file_select_top.json +1086 -0
- package/dist/knowledge/data/operators/point_generator_pop.json +1407 -0
- package/dist/knowledge/data/operators/point_pop.json +752 -0
- package/dist/knowledge/data/operators/point_sop.json +2171 -0
- package/dist/knowledge/data/operators/point_sprite_mat.json +2920 -0
- package/dist/knowledge/data/operators/point_transform_top.json +2779 -0
- package/dist/knowledge/data/operators/polygonize_pop.json +386 -0
- package/dist/knowledge/data/operators/polyloft_sop.json +759 -0
- package/dist/knowledge/data/operators/polypatch_sop.json +761 -0
- package/dist/knowledge/data/operators/polyreduce_sop.json +806 -0
- package/dist/knowledge/data/operators/polyspline_sop.json +667 -0
- package/dist/knowledge/data/operators/polystitch_sop.json +336 -0
- package/dist/knowledge/data/operators/pop_to_chop.json +11 -0
- package/dist/knowledge/data/operators/pop_to_dat.json +11 -0
- package/dist/knowledge/data/operators/pop_to_sop.json +11 -0
- package/dist/knowledge/data/operators/pop_to_top.json +11 -0
- package/dist/knowledge/data/operators/posistagenet_chop.json +900 -0
- package/dist/knowledge/data/operators/prefilter_map_top.json +947 -0
- package/dist/knowledge/data/operators/primitive_pop.json +1254 -0
- package/dist/knowledge/data/operators/primitive_sop.json +2075 -0
- package/dist/knowledge/data/operators/profile_sop.json +756 -0
- package/dist/knowledge/data/operators/project_sop.json +1276 -0
- package/dist/knowledge/data/operators/projection_pop.json +1060 -0
- package/dist/knowledge/data/operators/projection_top.json +1135 -0
- package/dist/knowledge/data/operators/proximity_pop.json +505 -0
- package/dist/knowledge/data/operators/pulse_chop.json +1744 -0
- package/dist/knowledge/data/operators/quantize_pop.json +1052 -0
- package/dist/knowledge/data/operators/rails_sop.json +853 -0
- package/dist/knowledge/data/operators/ramp_top.json +1899 -0
- package/dist/knowledge/data/operators/random_pop.json +1219 -0
- package/dist/knowledge/data/operators/raster_sop.json +291 -0
- package/dist/knowledge/data/operators/ray_pop.json +497 -0
- package/dist/knowledge/data/operators/ray_sop.json +856 -0
- package/dist/knowledge/data/operators/realsense_top.json +1608 -0
- package/dist/knowledge/data/operators/record_chop.json +1040 -0
- package/dist/knowledge/data/operators/rectangle_pop.json +800 -0
- package/dist/knowledge/data/operators/rectangle_sop.json +758 -0
- package/dist/knowledge/data/operators/rectangle_top.json +2259 -0
- package/dist/knowledge/data/operators/refine_sop.json +667 -0
- package/dist/knowledge/data/operators/remap_top.json +1182 -0
- package/dist/knowledge/data/operators/rename_chop.json +522 -0
- package/dist/knowledge/data/operators/render_pass_top.json +3108 -0
- package/dist/knowledge/data/operators/render_pick_chop.json +2119 -0
- package/dist/knowledge/data/operators/render_pick_dat.json +1840 -0
- package/dist/knowledge/data/operators/render_select_top.json +1086 -0
- package/dist/knowledge/data/operators/render_top.json +218 -0
- package/dist/knowledge/data/operators/renderstream_in_chop.json +617 -0
- package/dist/knowledge/data/operators/renderstream_in_top.json +950 -0
- package/dist/knowledge/data/operators/renderstream_out_top.json +997 -0
- package/dist/knowledge/data/operators/reorder_chop.json +946 -0
- package/dist/knowledge/data/operators/reorder_dat.json +711 -0
- package/dist/knowledge/data/operators/reorder_top.json +1229 -0
- package/dist/knowledge/data/operators/replace_chop.json +568 -0
- package/dist/knowledge/data/operators/replicator_comp.json +2208 -0
- package/dist/knowledge/data/operators/rerange_pop.json +892 -0
- package/dist/knowledge/data/operators/resample_chop.json +1134 -0
- package/dist/knowledge/data/operators/resample_sop.json +619 -0
- package/dist/knowledge/data/operators/resolution_top.json +892 -0
- package/dist/knowledge/data/operators/revolve_pop.json +607 -0
- package/dist/knowledge/data/operators/revolve_sop.json +714 -0
- package/dist/knowledge/data/operators/rgb_key_top.json +1654 -0
- package/dist/knowledge/data/operators/rgb_to_hsv_top.json +853 -0
- package/dist/knowledge/data/operators/s_curve_chop.json +1176 -0
- package/dist/knowledge/data/operators/scalable_display_top.json +1042 -0
- package/dist/knowledge/data/operators/screen_grab_top.json +1465 -0
- package/dist/knowledge/data/operators/screen_top.json +1652 -0
- package/dist/knowledge/data/operators/script_chop.json +520 -0
- package/dist/knowledge/data/operators/script_dat.json +429 -0
- package/dist/knowledge/data/operators/script_sop.json +146 -0
- package/dist/knowledge/data/operators/script_top.json +947 -0
- package/dist/knowledge/data/operators/select_chop.json +899 -0
- package/dist/knowledge/data/operators/select_comp.json +5645 -0
- package/dist/knowledge/data/operators/select_dat.json +1371 -0
- package/dist/knowledge/data/operators/select_mat.json +1977 -0
- package/dist/knowledge/data/operators/select_pop.json +347 -0
- package/dist/knowledge/data/operators/select_sop.json +100 -0
- package/dist/knowledge/data/operators/select_top.json +901 -0
- package/dist/knowledge/data/operators/sequence_blend_sop.json +336 -0
- package/dist/knowledge/data/operators/serial_chop.json +1182 -0
- package/dist/knowledge/data/operators/serial_dat.json +1418 -0
- package/dist/knowledge/data/operators/shared_mem_in_chop.json +620 -0
- package/dist/knowledge/data/operators/shared_mem_in_comp.json +1323 -0
- package/dist/knowledge/data/operators/shared_mem_in_top.json +994 -0
- package/dist/knowledge/data/operators/shared_mem_out_chop.json +620 -0
- package/dist/knowledge/data/operators/shared_mem_out_comp.json +1372 -0
- package/dist/knowledge/data/operators/shared_mem_out_top.json +1137 -0
- package/dist/knowledge/data/operators/shift_chop.json +899 -0
- package/dist/knowledge/data/operators/shuffle_chop.json +612 -0
- package/dist/knowledge/data/operators/sick_top.json +1322 -0
- package/dist/knowledge/data/operators/skin_deform_pop.json +972 -0
- package/dist/knowledge/data/operators/skin_pop.json +330 -0
- package/dist/knowledge/data/operators/skin_sop.json +711 -0
- package/dist/knowledge/data/operators/slider_comp.json +6918 -0
- package/dist/knowledge/data/operators/slope_chop.json +661 -0
- package/dist/knowledge/data/operators/slope_top.json +1370 -0
- package/dist/knowledge/data/operators/socketio_dat.json +945 -0
- package/dist/knowledge/data/operators/sop_to_chop.json +1137 -0
- package/dist/knowledge/data/operators/sop_to_dat.json +622 -0
- package/dist/knowledge/data/operators/sop_to_pop.json +409 -0
- package/dist/knowledge/data/operators/sort_chop.json +805 -0
- package/dist/knowledge/data/operators/sort_dat.json +894 -0
- package/dist/knowledge/data/operators/sort_pop.json +1023 -0
- package/dist/knowledge/data/operators/sort_sop.json +569 -0
- package/dist/knowledge/data/operators/spectrum_top.json +1182 -0
- package/dist/knowledge/data/operators/speed_chop.json +1180 -0
- package/dist/knowledge/data/operators/sphere_pop.json +1141 -0
- package/dist/knowledge/data/operators/sphere_sop.json +1370 -0
- package/dist/knowledge/data/operators/splice_chop.json +1226 -0
- package/dist/knowledge/data/operators/spring_chop.json +899 -0
- package/dist/knowledge/data/operators/spring_sop.json +1463 -0
- package/dist/knowledge/data/operators/sprinkle_pop.json +420 -0
- package/dist/knowledge/data/operators/sprinkle_sop.json +337 -0
- package/dist/knowledge/data/operators/sprite_sop.json +571 -0
- package/dist/knowledge/data/operators/ssao_top.json +1510 -0
- package/dist/knowledge/data/operators/st2110_device_chop.json +11 -0
- package/dist/knowledge/data/operators/stitch_sop.json +807 -0
- package/dist/knowledge/data/operators/stretch_chop.json +945 -0
- package/dist/knowledge/data/operators/stype_in_chop.json +756 -0
- package/dist/knowledge/data/operators/stype_out_chop.json +852 -0
- package/dist/knowledge/data/operators/stype_top.json +943 -0
- package/dist/knowledge/data/operators/subdivide_pop.json +292 -0
- package/dist/knowledge/data/operators/subdivide_sop.json +618 -0
- package/dist/knowledge/data/operators/substance_select_top.json +945 -0
- package/dist/knowledge/data/operators/substance_top.json +1182 -0
- package/dist/knowledge/data/operators/substitute_dat.json +1605 -0
- package/dist/knowledge/data/operators/subtract_top.json +1650 -0
- package/dist/knowledge/data/operators/superquad_sop.json +1135 -0
- package/dist/knowledge/data/operators/surfsect_sop.json +853 -0
- package/dist/knowledge/data/operators/sweep_sop.json +947 -0
- package/dist/knowledge/data/operators/switch_chop.json +523 -0
- package/dist/knowledge/data/operators/switch_dat.json +383 -0
- package/dist/knowledge/data/operators/switch_mat.json +1553 -0
- package/dist/knowledge/data/operators/switch_pop.json +496 -0
- package/dist/knowledge/data/operators/switch_sop.json +101 -0
- package/dist/knowledge/data/operators/switch_top.json +959 -0
- package/dist/knowledge/data/operators/sync_in_chop.json +617 -0
- package/dist/knowledge/data/operators/sync_out_chop.json +993 -0
- package/dist/knowledge/data/operators/syphon_spout_in_top.json +946 -0
- package/dist/knowledge/data/operators/syphon_spout_out_top.json +948 -0
- package/dist/knowledge/data/operators/table_comp.json +7009 -0
- package/dist/knowledge/data/operators/table_dat.json +1080 -0
- package/dist/knowledge/data/operators/tablet_chop.json +1367 -0
- package/dist/knowledge/data/operators/text_comp.json +8981 -0
- package/dist/knowledge/data/operators/text_dat.json +675 -0
- package/dist/knowledge/data/operators/text_sop.json +1512 -0
- package/dist/knowledge/data/operators/text_top.json +4236 -0
- package/dist/knowledge/data/operators/texture_3d_top.json +1417 -0
- package/dist/knowledge/data/operators/texture_map_pop.json +1744 -0
- package/dist/knowledge/data/operators/texture_sop.json +992 -0
- package/dist/knowledge/data/operators/threshold_top.json +1227 -0
- package/dist/knowledge/data/operators/tile_top.json +1840 -0
- package/dist/knowledge/data/operators/time_comp.json +1745 -0
- package/dist/knowledge/data/operators/time_machine_top.json +1041 -0
- package/dist/knowledge/data/operators/time_slice_chop.json +568 -0
- package/dist/knowledge/data/operators/timecode_chop.json +1981 -0
- package/dist/knowledge/data/operators/timeline_chop.json +1038 -0
- package/dist/knowledge/data/operators/timer_chop.json +4236 -0
- package/dist/knowledge/data/operators/top_to_chop.json +2077 -0
- package/dist/knowledge/data/operators/top_to_pop.json +2144 -0
- package/dist/knowledge/data/operators/topology_pop.json +1526 -0
- package/dist/knowledge/data/operators/torus_pop.json +901 -0
- package/dist/knowledge/data/operators/torus_sop.json +1368 -0
- package/dist/knowledge/data/operators/touch_in_chop.json +1182 -0
- package/dist/knowledge/data/operators/touch_in_dat.json +618 -0
- package/dist/knowledge/data/operators/touch_in_top.json +1182 -0
- package/dist/knowledge/data/operators/touch_out_chop.json +947 -0
- package/dist/knowledge/data/operators/touch_out_dat.json +712 -0
- package/dist/knowledge/data/operators/touch_out_top.json +1134 -0
- package/dist/knowledge/data/operators/trace_sop.json +759 -0
- package/dist/knowledge/data/operators/trail_chop.json +901 -0
- package/dist/knowledge/data/operators/trail_pop.json +827 -0
- package/dist/knowledge/data/operators/trail_sop.json +616 -0
- package/dist/knowledge/data/operators/transform_chop.json +2168 -0
- package/dist/knowledge/data/operators/transform_pop.json +2659 -0
- package/dist/knowledge/data/operators/transform_sop.json +1466 -0
- package/dist/knowledge/data/operators/transform_top.json +1803 -0
- package/dist/knowledge/data/operators/transform_xyz_chop.json +1369 -0
- package/dist/knowledge/data/operators/transpose_dat.json +334 -0
- package/dist/knowledge/data/operators/trig_pop.json +1135 -0
- package/dist/knowledge/data/operators/trigger_chop.json +2214 -0
- package/dist/knowledge/data/operators/trim_chop.json +805 -0
- package/dist/knowledge/data/operators/trim_sop.json +336 -0
- package/dist/knowledge/data/operators/tristrip_sop.json +194 -0
- package/dist/knowledge/data/operators/tube_pop.json +861 -0
- package/dist/knowledge/data/operators/tube_sop.json +1323 -0
- package/dist/knowledge/data/operators/tuio_in_dat.json +806 -0
- package/dist/knowledge/data/operators/twist_pop.json +1127 -0
- package/dist/knowledge/data/operators/twist_sop.json +533 -0
- package/dist/knowledge/data/operators/udp_in_dat.json +1090 -0
- package/dist/knowledge/data/operators/udp_out_dat.json +1280 -0
- package/dist/knowledge/data/operators/under_top.json +1652 -0
- package/dist/knowledge/data/operators/usd_comp.json +4800 -0
- package/dist/knowledge/data/operators/vertex_sop.json +667 -0
- package/dist/knowledge/data/operators/video_device_in_top.json +3062 -0
- package/dist/knowledge/data/operators/video_device_out_top.json +1936 -0
- package/dist/knowledge/data/operators/video_devices_dat.json +616 -0
- package/dist/knowledge/data/operators/video_stream_in_top.json +1842 -0
- package/dist/knowledge/data/operators/video_stream_out_top.json +2548 -0
- package/dist/knowledge/data/operators/vioso_top.json +943 -0
- package/dist/knowledge/data/operators/warp_chop.json +570 -0
- package/dist/knowledge/data/operators/wave_chop.json +1510 -0
- package/dist/knowledge/data/operators/web_client_dat.json +1514 -0
- package/dist/knowledge/data/operators/web_render_top.json +1749 -0
- package/dist/knowledge/data/operators/web_server_dat.json +714 -0
- package/dist/knowledge/data/operators/webrtc_dat.json +851 -0
- package/dist/knowledge/data/operators/websocket_dat.json +901 -0
- package/dist/knowledge/data/operators/widget_comp.json +6299 -0
- package/dist/knowledge/data/operators/window_comp.json +3061 -0
- package/dist/knowledge/data/operators/wireframe_mat.json +2165 -0
- package/dist/knowledge/data/operators/wireframe_sop.json +338 -0
- package/dist/knowledge/data/operators/wrnchai_chop.json +1084 -0
- package/dist/knowledge/data/operators/xml_dat.json +1230 -0
- package/dist/knowledge/data/operators/zed_chop.json +1840 -0
- package/dist/knowledge/data/operators/zed_sop.json +712 -0
- package/dist/knowledge/data/operators/zed_top.json +1981 -0
- package/dist/knowledge/data/patterns.json +1 -0
- package/dist/knowledge/data/python-api/App.json +78 -0
- package/dist/knowledge/data/python-api/Attribute.json +43 -0
- package/dist/knowledge/data/python-api/Attributes.json +41 -0
- package/dist/knowledge/data/python-api/Bounds.json +10 -0
- package/dist/knowledge/data/python-api/CHOP.json +683 -0
- package/dist/knowledge/data/python-api/COMP.json +1019 -0
- package/dist/knowledge/data/python-api/Cell.json +80 -0
- package/dist/knowledge/data/python-api/Channel.json +100 -0
- package/dist/knowledge/data/python-api/Connector.json +43 -0
- package/dist/knowledge/data/python-api/DAT.json +1289 -0
- package/dist/knowledge/data/python-api/Dependency.json +10 -0
- package/dist/knowledge/data/python-api/Error_DAT.json +9 -0
- package/dist/knowledge/data/python-api/Group.json +54 -0
- package/dist/knowledge/data/python-api/License.json +25 -0
- package/dist/knowledge/data/python-api/MAT.json +621 -0
- package/dist/knowledge/data/python-api/MOD.json +83 -0
- package/dist/knowledge/data/python-api/Matrix.json +556 -0
- package/dist/knowledge/data/python-api/Monitor.json +25 -0
- package/dist/knowledge/data/python-api/Network.json +10 -0
- package/dist/knowledge/data/python-api/NetworkEditor.json +154 -0
- package/dist/knowledge/data/python-api/Node.json +10 -0
- package/dist/knowledge/data/python-api/OP.json +621 -0
- package/dist/knowledge/data/python-api/OP_Viewer_COMP.json +9 -0
- package/dist/knowledge/data/python-api/ObjectCOMP.json +1150 -0
- package/dist/knowledge/data/python-api/Page.json +797 -0
- package/dist/knowledge/data/python-api/Pane.json +62 -0
- package/dist/knowledge/data/python-api/Panel.json +25 -0
- package/dist/knowledge/data/python-api/PanelCOMP.json +1167 -0
- package/dist/knowledge/data/python-api/PanelValue.json +25 -0
- package/dist/knowledge/data/python-api/Par.json +115 -0
- package/dist/knowledge/data/python-api/ParGroup.json +101 -0
- package/dist/knowledge/data/python-api/Parameter.json +10 -0
- package/dist/knowledge/data/python-api/Parent.json +10 -0
- package/dist/knowledge/data/python-api/Pattern_CHOP.json +9 -0
- package/dist/knowledge/data/python-api/Peer.json +85 -0
- package/dist/knowledge/data/python-api/Point.json +32 -0
- package/dist/knowledge/data/python-api/Position.json +92 -0
- package/dist/knowledge/data/python-api/Prim.json +63 -0
- package/dist/knowledge/data/python-api/Project.json +118 -0
- package/dist/knowledge/data/python-api/PythonOp.json +140 -0
- package/dist/knowledge/data/python-api/Quaternion.json +24 -0
- package/dist/knowledge/data/python-api/Replicator_COMP.json +9 -0
- package/dist/knowledge/data/python-api/Run.json +32 -0
- package/dist/knowledge/data/python-api/Runs.json +10 -0
- package/dist/knowledge/data/python-api/SOP.json +642 -0
- package/dist/knowledge/data/python-api/ScriptOp.json +119 -0
- package/dist/knowledge/data/python-api/Segment.json +25 -0
- package/dist/knowledge/data/python-api/Sequence.json +48 -0
- package/dist/knowledge/data/python-api/Stype.json +9 -0
- package/dist/knowledge/data/python-api/SysInfo.json +25 -0
- package/dist/knowledge/data/python-api/TOP.json +724 -0
- package/dist/knowledge/data/python-api/Timecode.json +200 -0
- package/dist/knowledge/data/python-api/UI.json +73 -0
- package/dist/knowledge/data/python-api/Vertex.json +25 -0
- package/dist/knowledge/data/python-api/baseCOMP.json +1019 -0
- package/dist/knowledge/data/python-api/evaluateDAT.json +1289 -0
- package/dist/knowledge/data/python-api/examineDAT.json +1289 -0
- package/dist/knowledge/data/python-api/glslTOP.json +724 -0
- package/dist/knowledge/data/python-api/index.json +1 -0
- package/dist/knowledge/data/python-api/listCOMP.json +1516 -0
- package/dist/knowledge/data/python-api/midiinDAT.json +1328 -0
- package/dist/knowledge/data/python-api/scriptCHOP.json +24 -0
- package/dist/knowledge/data/python-api/scriptDAT.json +1335 -0
- package/dist/knowledge/data/python-api/scriptSOP.json +24 -0
- package/dist/knowledge/data/python-api/scriptTOP.json +24 -0
- package/dist/knowledge/data/python-api/serialDAT.json +1323 -0
- package/dist/knowledge/data/python-api/tcpipDAT.json +1357 -0
- package/dist/knowledge/data/python-api/td.json +646 -0
- package/dist/knowledge/data/python-api/td_Module.json +24 -0
- package/dist/knowledge/data/tutorials/anatomy_of_a_chop.json +275 -0
- package/dist/knowledge/data/tutorials/build_a_list_comp.json +268 -0
- package/dist/knowledge/data/tutorials/index.json +1 -0
- package/dist/knowledge/data/tutorials/introduction_to_python_tutorial.json +1598 -0
- package/dist/knowledge/data/tutorials/tdbitwig_user_guide.json +1986 -0
- package/dist/knowledge/data/tutorials/touchdesigner_video_server_specification_guide.json +555 -0
- package/dist/knowledge/data/tutorials/video_streaming_user_guide.json +653 -0
- package/dist/knowledge/data/tutorials/write_a_cplusplus_chop.json +139 -0
- package/dist/knowledge/data/tutorials/write_a_cplusplus_plugin.json +796 -0
- package/dist/knowledge/data/tutorials/write_a_cplusplus_top.json +104 -0
- package/dist/knowledge/data/tutorials/write_a_cuda_dll.json +259 -0
- package/dist/knowledge/data/tutorials/write_a_glsl_material.json +2353 -0
- package/dist/knowledge/data/tutorials/write_a_glsl_top.json +818 -0
- package/dist/knowledge/data/tutorials/write_a_shared_memory_chop.json +261 -0
- package/dist/knowledge/data/tutorials/write_a_shared_memory_top.json +193 -0
- package/dist/recipes/audio_spectrum_bars.json +26 -0
- package/dist/recipes/data_sonification.json +37 -0
- package/dist/recipes/feedback_tunnel.json +73 -0
- package/dist/recipes/kinect_silhouette.json +45 -0
- package/dist/recipes/led_strip_mapper.json +32 -0
- package/dist/recipes/noise_landscape.json +76 -0
- package/dist/recipes/particle_galaxy.json +52 -0
- package/dist/recipes/projection_mapping.json +25 -0
- package/dist/recipes/reaction_diffusion.json +90 -0
- package/dist/recipes/webcam_glitch.json +40 -0
- package/package.json +74 -0
- package/recipes/audio_spectrum_bars.json +26 -0
- package/recipes/data_sonification.json +37 -0
- package/recipes/feedback_tunnel.json +73 -0
- package/recipes/kinect_silhouette.json +45 -0
- package/recipes/led_strip_mapper.json +32 -0
- package/recipes/noise_landscape.json +76 -0
- package/recipes/particle_galaxy.json +52 -0
- package/recipes/projection_mapping.json +25 -0
- package/recipes/reaction_diffusion.json +90 -0
- package/recipes/webcam_glitch.json +40 -0
- package/td/README.md +160 -0
- package/td/bootstrap.py +73 -0
- package/td/modules/mcp/__init__.py +1 -0
- package/td/modules/mcp/controllers/__init__.py +1 -0
- package/td/modules/mcp/controllers/api_controller.py +240 -0
- package/td/modules/mcp/dev.py +40 -0
- package/td/modules/mcp/events.py +25 -0
- package/td/modules/mcp/install.py +155 -0
- package/td/modules/mcp/services/__init__.py +1 -0
- package/td/modules/mcp/services/analysis_service.py +64 -0
- package/td/modules/mcp/services/api_service.py +195 -0
- package/td/modules/mcp/services/batch_service.py +49 -0
- package/td/modules/mcp/services/preview_service.py +40 -0
- package/td/modules/utils/__init__.py +1 -0
- package/td/modules/utils/version.py +3 -0
- package/td/startup.py +34 -0
- package/td/templates/webserver_callbacks.py +50 -0
- package/td/tests/test_api_controller.py +242 -0
|
@@ -0,0 +1,852 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "stype_out_chop",
|
|
3
|
+
"name": "Stype Out CHOP",
|
|
4
|
+
"displayName": "Stype Out CHOP",
|
|
5
|
+
"category": "CHOP",
|
|
6
|
+
"subcategory": "Generators",
|
|
7
|
+
"version": "",
|
|
8
|
+
"lastUpdated": "2025-08-07T07:50:10.024Z",
|
|
9
|
+
"sourceFile": "C:\\Program Files\\Derivative\\TouchDesigner\\Samples\\Learn\\OfflineHelp\\https.docs.derivative.ca\\Stype_Out_CHOP.htm",
|
|
10
|
+
"url": "",
|
|
11
|
+
"description": "License: Only available in TouchDesigner Pro.",
|
|
12
|
+
"summary": "License: Only available in TouchDesigner Pro.",
|
|
13
|
+
"details": "",
|
|
14
|
+
"usage": "",
|
|
15
|
+
"tips": [],
|
|
16
|
+
"warnings": [],
|
|
17
|
+
"parameters": [
|
|
18
|
+
{
|
|
19
|
+
"id": null,
|
|
20
|
+
"name": "Active",
|
|
21
|
+
"label": "Active",
|
|
22
|
+
"group": "General",
|
|
23
|
+
"page": "",
|
|
24
|
+
"type": "float",
|
|
25
|
+
"dataType": "number",
|
|
26
|
+
"style": "",
|
|
27
|
+
"defaultValue": null,
|
|
28
|
+
"minValue": null,
|
|
29
|
+
"maxValue": null,
|
|
30
|
+
"step": null,
|
|
31
|
+
"menuItems": [
|
|
32
|
+
"protocol"
|
|
33
|
+
],
|
|
34
|
+
"menuLabels": [],
|
|
35
|
+
"allowCustom": false,
|
|
36
|
+
"maxLength": null,
|
|
37
|
+
"pattern": null,
|
|
38
|
+
"isArray": false,
|
|
39
|
+
"arraySize": 1,
|
|
40
|
+
"dimensions": 1,
|
|
41
|
+
"description": "Turn this parameter off to stop sending out data packets.",
|
|
42
|
+
"tooltip": "",
|
|
43
|
+
"help": "",
|
|
44
|
+
"units": "",
|
|
45
|
+
"examples": [],
|
|
46
|
+
"isReadOnly": false,
|
|
47
|
+
"isAdvanced": false,
|
|
48
|
+
"isHidden": false,
|
|
49
|
+
"isAnimatable": true,
|
|
50
|
+
"isExpression": false,
|
|
51
|
+
"isPython": false,
|
|
52
|
+
"dependsOn": [],
|
|
53
|
+
"affects": [],
|
|
54
|
+
"linkedTo": [],
|
|
55
|
+
"expressionLanguage": "",
|
|
56
|
+
"defaultExpression": "",
|
|
57
|
+
"commonExpressions": [],
|
|
58
|
+
"order": 0,
|
|
59
|
+
"isVisible": true,
|
|
60
|
+
"conditionalDisplay": null,
|
|
61
|
+
"isValid": true,
|
|
62
|
+
"validationErrors": [],
|
|
63
|
+
"lastUpdated": "2025-08-07T07:50:10.015Z",
|
|
64
|
+
"rawData": {},
|
|
65
|
+
"sourceElement": null
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": null,
|
|
69
|
+
"name": "Protocol",
|
|
70
|
+
"label": "Protocol",
|
|
71
|
+
"group": "General",
|
|
72
|
+
"page": "",
|
|
73
|
+
"type": "float",
|
|
74
|
+
"dataType": "number",
|
|
75
|
+
"style": "",
|
|
76
|
+
"defaultValue": null,
|
|
77
|
+
"minValue": null,
|
|
78
|
+
"maxValue": null,
|
|
79
|
+
"step": null,
|
|
80
|
+
"menuItems": [],
|
|
81
|
+
"menuLabels": [],
|
|
82
|
+
"allowCustom": false,
|
|
83
|
+
"maxLength": null,
|
|
84
|
+
"pattern": null,
|
|
85
|
+
"isArray": false,
|
|
86
|
+
"arraySize": 1,
|
|
87
|
+
"dimensions": 1,
|
|
88
|
+
"description": "protocol - - Selects the network protocol to use. Refer to the Network Protocols article for more information.\n\n msging - multicastmsging -",
|
|
89
|
+
"tooltip": "",
|
|
90
|
+
"help": "",
|
|
91
|
+
"units": "",
|
|
92
|
+
"examples": [],
|
|
93
|
+
"isReadOnly": false,
|
|
94
|
+
"isAdvanced": false,
|
|
95
|
+
"isHidden": false,
|
|
96
|
+
"isAnimatable": true,
|
|
97
|
+
"isExpression": false,
|
|
98
|
+
"isPython": false,
|
|
99
|
+
"dependsOn": [],
|
|
100
|
+
"affects": [],
|
|
101
|
+
"linkedTo": [],
|
|
102
|
+
"expressionLanguage": "",
|
|
103
|
+
"defaultExpression": "",
|
|
104
|
+
"commonExpressions": [],
|
|
105
|
+
"order": 0,
|
|
106
|
+
"isVisible": true,
|
|
107
|
+
"conditionalDisplay": null,
|
|
108
|
+
"isValid": true,
|
|
109
|
+
"validationErrors": [],
|
|
110
|
+
"lastUpdated": "2025-08-07T07:50:10.022Z",
|
|
111
|
+
"rawData": {},
|
|
112
|
+
"sourceElement": null
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": null,
|
|
116
|
+
"name": "Messaging (UDP)",
|
|
117
|
+
"label": "Messaging (UDP)",
|
|
118
|
+
"group": "General",
|
|
119
|
+
"page": "",
|
|
120
|
+
"type": "float",
|
|
121
|
+
"dataType": "number",
|
|
122
|
+
"style": "",
|
|
123
|
+
"defaultValue": null,
|
|
124
|
+
"minValue": null,
|
|
125
|
+
"maxValue": null,
|
|
126
|
+
"step": null,
|
|
127
|
+
"menuItems": [],
|
|
128
|
+
"menuLabels": [],
|
|
129
|
+
"allowCustom": false,
|
|
130
|
+
"maxLength": null,
|
|
131
|
+
"pattern": null,
|
|
132
|
+
"isArray": false,
|
|
133
|
+
"arraySize": 1,
|
|
134
|
+
"dimensions": 1,
|
|
135
|
+
"description": "msging - multicastmsging -",
|
|
136
|
+
"tooltip": "",
|
|
137
|
+
"help": "",
|
|
138
|
+
"units": "",
|
|
139
|
+
"examples": [],
|
|
140
|
+
"isReadOnly": false,
|
|
141
|
+
"isAdvanced": false,
|
|
142
|
+
"isHidden": false,
|
|
143
|
+
"isAnimatable": true,
|
|
144
|
+
"isExpression": false,
|
|
145
|
+
"isPython": false,
|
|
146
|
+
"dependsOn": [],
|
|
147
|
+
"affects": [],
|
|
148
|
+
"linkedTo": [],
|
|
149
|
+
"expressionLanguage": "",
|
|
150
|
+
"defaultExpression": "",
|
|
151
|
+
"commonExpressions": [],
|
|
152
|
+
"order": 0,
|
|
153
|
+
"isVisible": true,
|
|
154
|
+
"conditionalDisplay": null,
|
|
155
|
+
"isValid": true,
|
|
156
|
+
"validationErrors": [],
|
|
157
|
+
"lastUpdated": "2025-08-07T07:50:10.022Z",
|
|
158
|
+
"rawData": {},
|
|
159
|
+
"sourceElement": null
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"id": null,
|
|
163
|
+
"name": "Network Address",
|
|
164
|
+
"label": "Network Address",
|
|
165
|
+
"group": "General",
|
|
166
|
+
"page": "",
|
|
167
|
+
"type": "float",
|
|
168
|
+
"dataType": "number",
|
|
169
|
+
"style": "",
|
|
170
|
+
"defaultValue": null,
|
|
171
|
+
"minValue": null,
|
|
172
|
+
"maxValue": null,
|
|
173
|
+
"step": null,
|
|
174
|
+
"menuItems": [],
|
|
175
|
+
"menuLabels": [],
|
|
176
|
+
"allowCustom": false,
|
|
177
|
+
"maxLength": null,
|
|
178
|
+
"pattern": null,
|
|
179
|
+
"isArray": false,
|
|
180
|
+
"arraySize": 1,
|
|
181
|
+
"dimensions": 1,
|
|
182
|
+
"description": "netaddress - The network address of the computer to send the Stype data to. The address can be a domain name, an IP address (e.g. 100.123.45.78), or \"localhost\" to target the packets at another program on the same machine.",
|
|
183
|
+
"tooltip": "",
|
|
184
|
+
"help": "",
|
|
185
|
+
"units": "",
|
|
186
|
+
"examples": [],
|
|
187
|
+
"isReadOnly": false,
|
|
188
|
+
"isAdvanced": false,
|
|
189
|
+
"isHidden": false,
|
|
190
|
+
"isAnimatable": true,
|
|
191
|
+
"isExpression": false,
|
|
192
|
+
"isPython": false,
|
|
193
|
+
"dependsOn": [],
|
|
194
|
+
"affects": [],
|
|
195
|
+
"linkedTo": [],
|
|
196
|
+
"expressionLanguage": "",
|
|
197
|
+
"defaultExpression": "",
|
|
198
|
+
"commonExpressions": [],
|
|
199
|
+
"order": 0,
|
|
200
|
+
"isVisible": true,
|
|
201
|
+
"conditionalDisplay": null,
|
|
202
|
+
"isValid": true,
|
|
203
|
+
"validationErrors": [],
|
|
204
|
+
"lastUpdated": "2025-08-07T07:50:10.022Z",
|
|
205
|
+
"rawData": {},
|
|
206
|
+
"sourceElement": null
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"id": null,
|
|
210
|
+
"name": "Network Port",
|
|
211
|
+
"label": "Network Port",
|
|
212
|
+
"group": "General",
|
|
213
|
+
"page": "",
|
|
214
|
+
"type": "float",
|
|
215
|
+
"dataType": "number",
|
|
216
|
+
"style": "",
|
|
217
|
+
"defaultValue": null,
|
|
218
|
+
"minValue": null,
|
|
219
|
+
"maxValue": null,
|
|
220
|
+
"step": null,
|
|
221
|
+
"menuItems": [],
|
|
222
|
+
"menuLabels": [],
|
|
223
|
+
"allowCustom": false,
|
|
224
|
+
"maxLength": null,
|
|
225
|
+
"pattern": null,
|
|
226
|
+
"isArray": false,
|
|
227
|
+
"arraySize": 1,
|
|
228
|
+
"dimensions": 1,
|
|
229
|
+
"description": "port - The port to send the data packets to.",
|
|
230
|
+
"tooltip": "",
|
|
231
|
+
"help": "",
|
|
232
|
+
"units": "",
|
|
233
|
+
"examples": [],
|
|
234
|
+
"isReadOnly": false,
|
|
235
|
+
"isAdvanced": false,
|
|
236
|
+
"isHidden": false,
|
|
237
|
+
"isAnimatable": true,
|
|
238
|
+
"isExpression": false,
|
|
239
|
+
"isPython": false,
|
|
240
|
+
"dependsOn": [],
|
|
241
|
+
"affects": [],
|
|
242
|
+
"linkedTo": [],
|
|
243
|
+
"expressionLanguage": "",
|
|
244
|
+
"defaultExpression": "",
|
|
245
|
+
"commonExpressions": [],
|
|
246
|
+
"order": 0,
|
|
247
|
+
"isVisible": true,
|
|
248
|
+
"conditionalDisplay": null,
|
|
249
|
+
"isValid": true,
|
|
250
|
+
"validationErrors": [],
|
|
251
|
+
"lastUpdated": "2025-08-07T07:50:10.022Z",
|
|
252
|
+
"rawData": {},
|
|
253
|
+
"sourceElement": null
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"id": null,
|
|
257
|
+
"name": "Local Address",
|
|
258
|
+
"label": "Local Address",
|
|
259
|
+
"group": "General",
|
|
260
|
+
"page": "",
|
|
261
|
+
"type": "float",
|
|
262
|
+
"dataType": "number",
|
|
263
|
+
"style": "",
|
|
264
|
+
"defaultValue": null,
|
|
265
|
+
"minValue": null,
|
|
266
|
+
"maxValue": null,
|
|
267
|
+
"step": null,
|
|
268
|
+
"menuItems": [],
|
|
269
|
+
"menuLabels": [],
|
|
270
|
+
"allowCustom": false,
|
|
271
|
+
"maxLength": null,
|
|
272
|
+
"pattern": null,
|
|
273
|
+
"isArray": false,
|
|
274
|
+
"arraySize": 1,
|
|
275
|
+
"dimensions": 1,
|
|
276
|
+
"description": "localaddress - Specify an IP address to send from. This is useful when the system has multiple NICs (Network Interface Card) and you want to select which one to use.",
|
|
277
|
+
"tooltip": "",
|
|
278
|
+
"help": "",
|
|
279
|
+
"units": "",
|
|
280
|
+
"examples": [],
|
|
281
|
+
"isReadOnly": false,
|
|
282
|
+
"isAdvanced": false,
|
|
283
|
+
"isHidden": false,
|
|
284
|
+
"isAnimatable": true,
|
|
285
|
+
"isExpression": false,
|
|
286
|
+
"isPython": false,
|
|
287
|
+
"dependsOn": [],
|
|
288
|
+
"affects": [],
|
|
289
|
+
"linkedTo": [],
|
|
290
|
+
"expressionLanguage": "",
|
|
291
|
+
"defaultExpression": "",
|
|
292
|
+
"commonExpressions": [],
|
|
293
|
+
"order": 0,
|
|
294
|
+
"isVisible": true,
|
|
295
|
+
"conditionalDisplay": null,
|
|
296
|
+
"isValid": true,
|
|
297
|
+
"validationErrors": [],
|
|
298
|
+
"lastUpdated": "2025-08-07T07:50:10.022Z",
|
|
299
|
+
"rawData": {},
|
|
300
|
+
"sourceElement": null
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"id": null,
|
|
304
|
+
"name": "Timecode Object/CHOP/DAT",
|
|
305
|
+
"label": "Timecode Object/CHOP/DAT",
|
|
306
|
+
"group": "General",
|
|
307
|
+
"page": "",
|
|
308
|
+
"type": "float",
|
|
309
|
+
"dataType": "number",
|
|
310
|
+
"style": "",
|
|
311
|
+
"defaultValue": null,
|
|
312
|
+
"minValue": null,
|
|
313
|
+
"maxValue": null,
|
|
314
|
+
"step": null,
|
|
315
|
+
"menuItems": [],
|
|
316
|
+
"menuLabels": [],
|
|
317
|
+
"allowCustom": false,
|
|
318
|
+
"maxLength": null,
|
|
319
|
+
"pattern": null,
|
|
320
|
+
"isArray": false,
|
|
321
|
+
"arraySize": 1,
|
|
322
|
+
"dimensions": 1,
|
|
323
|
+
"description": "timecodeop - Set the time with a reference to a timecode. A reference to either a with channels 'hour', 'second', 'minute', 'frame', a with a timecode string in its first cell, or a Timecode Class object. When a timecode is not reference, the Stype will instead use 'hour', 'second', 'minute', 'frame' channels from the input .",
|
|
324
|
+
"tooltip": "",
|
|
325
|
+
"help": "",
|
|
326
|
+
"units": "",
|
|
327
|
+
"examples": [],
|
|
328
|
+
"isReadOnly": false,
|
|
329
|
+
"isAdvanced": false,
|
|
330
|
+
"isHidden": false,
|
|
331
|
+
"isAnimatable": true,
|
|
332
|
+
"isExpression": false,
|
|
333
|
+
"isPython": false,
|
|
334
|
+
"dependsOn": [],
|
|
335
|
+
"affects": [],
|
|
336
|
+
"linkedTo": [],
|
|
337
|
+
"expressionLanguage": "",
|
|
338
|
+
"defaultExpression": "",
|
|
339
|
+
"commonExpressions": [],
|
|
340
|
+
"order": 0,
|
|
341
|
+
"isVisible": true,
|
|
342
|
+
"conditionalDisplay": null,
|
|
343
|
+
"isValid": true,
|
|
344
|
+
"validationErrors": [],
|
|
345
|
+
"lastUpdated": "2025-08-07T07:50:10.022Z",
|
|
346
|
+
"rawData": {},
|
|
347
|
+
"sourceElement": null
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"id": null,
|
|
351
|
+
"name": "Packet Number Source",
|
|
352
|
+
"label": "Packet Number Source",
|
|
353
|
+
"group": "General",
|
|
354
|
+
"page": "",
|
|
355
|
+
"type": "float",
|
|
356
|
+
"dataType": "number",
|
|
357
|
+
"style": "",
|
|
358
|
+
"defaultValue": null,
|
|
359
|
+
"minValue": null,
|
|
360
|
+
"maxValue": null,
|
|
361
|
+
"step": null,
|
|
362
|
+
"menuItems": [],
|
|
363
|
+
"menuLabels": [],
|
|
364
|
+
"allowCustom": false,
|
|
365
|
+
"maxLength": null,
|
|
366
|
+
"pattern": null,
|
|
367
|
+
"isArray": false,
|
|
368
|
+
"arraySize": 1,
|
|
369
|
+
"dimensions": 1,
|
|
370
|
+
"description": "packetnumber - - Determine how the packet number field is generated. The packet number generally increments by 1 each frame and loops from 255 to 0.\n\n generate - The packet number is automatically incremented by 1 each frame. input - The packet number is taken from the input .",
|
|
371
|
+
"tooltip": "",
|
|
372
|
+
"help": "",
|
|
373
|
+
"units": "",
|
|
374
|
+
"examples": [],
|
|
375
|
+
"isReadOnly": false,
|
|
376
|
+
"isAdvanced": false,
|
|
377
|
+
"isHidden": false,
|
|
378
|
+
"isAnimatable": true,
|
|
379
|
+
"isExpression": false,
|
|
380
|
+
"isPython": false,
|
|
381
|
+
"dependsOn": [],
|
|
382
|
+
"affects": [],
|
|
383
|
+
"linkedTo": [],
|
|
384
|
+
"expressionLanguage": "",
|
|
385
|
+
"defaultExpression": "",
|
|
386
|
+
"commonExpressions": [],
|
|
387
|
+
"order": 0,
|
|
388
|
+
"isVisible": true,
|
|
389
|
+
"conditionalDisplay": null,
|
|
390
|
+
"isValid": true,
|
|
391
|
+
"validationErrors": [],
|
|
392
|
+
"lastUpdated": "2025-08-07T07:50:10.022Z",
|
|
393
|
+
"rawData": {},
|
|
394
|
+
"sourceElement": null
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"id": null,
|
|
398
|
+
"name": "Auto-Generate",
|
|
399
|
+
"label": "Auto-Generate",
|
|
400
|
+
"group": "General",
|
|
401
|
+
"page": "",
|
|
402
|
+
"type": "float",
|
|
403
|
+
"dataType": "number",
|
|
404
|
+
"style": "",
|
|
405
|
+
"defaultValue": null,
|
|
406
|
+
"minValue": null,
|
|
407
|
+
"maxValue": null,
|
|
408
|
+
"step": null,
|
|
409
|
+
"menuItems": [],
|
|
410
|
+
"menuLabels": [],
|
|
411
|
+
"allowCustom": false,
|
|
412
|
+
"maxLength": null,
|
|
413
|
+
"pattern": null,
|
|
414
|
+
"isArray": false,
|
|
415
|
+
"arraySize": 1,
|
|
416
|
+
"dimensions": 1,
|
|
417
|
+
"description": "generate - The packet number is automatically incremented by 1 each frame. input - The packet number is taken from the input .",
|
|
418
|
+
"tooltip": "",
|
|
419
|
+
"help": "",
|
|
420
|
+
"units": "",
|
|
421
|
+
"examples": [],
|
|
422
|
+
"isReadOnly": false,
|
|
423
|
+
"isAdvanced": false,
|
|
424
|
+
"isHidden": false,
|
|
425
|
+
"isAnimatable": true,
|
|
426
|
+
"isExpression": false,
|
|
427
|
+
"isPython": false,
|
|
428
|
+
"dependsOn": [],
|
|
429
|
+
"affects": [],
|
|
430
|
+
"linkedTo": [],
|
|
431
|
+
"expressionLanguage": "",
|
|
432
|
+
"defaultExpression": "",
|
|
433
|
+
"commonExpressions": [],
|
|
434
|
+
"order": 0,
|
|
435
|
+
"isVisible": true,
|
|
436
|
+
"conditionalDisplay": null,
|
|
437
|
+
"isValid": true,
|
|
438
|
+
"validationErrors": [],
|
|
439
|
+
"lastUpdated": "2025-08-07T07:50:10.023Z",
|
|
440
|
+
"rawData": {},
|
|
441
|
+
"sourceElement": null
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"id": null,
|
|
445
|
+
"name": "Time Slice",
|
|
446
|
+
"label": "Time Slice",
|
|
447
|
+
"group": "General",
|
|
448
|
+
"page": "",
|
|
449
|
+
"type": "float",
|
|
450
|
+
"dataType": "number",
|
|
451
|
+
"style": "",
|
|
452
|
+
"defaultValue": null,
|
|
453
|
+
"minValue": null,
|
|
454
|
+
"maxValue": null,
|
|
455
|
+
"step": null,
|
|
456
|
+
"menuItems": [],
|
|
457
|
+
"menuLabels": [],
|
|
458
|
+
"allowCustom": false,
|
|
459
|
+
"maxLength": null,
|
|
460
|
+
"pattern": null,
|
|
461
|
+
"isArray": false,
|
|
462
|
+
"arraySize": 1,
|
|
463
|
+
"dimensions": 1,
|
|
464
|
+
"description": "timeslice - Turning this on forces the channels to be \"Time Sliced\". A is the time between the last cook frame and the current cook frame.",
|
|
465
|
+
"tooltip": "",
|
|
466
|
+
"help": "",
|
|
467
|
+
"units": "",
|
|
468
|
+
"examples": [],
|
|
469
|
+
"isReadOnly": false,
|
|
470
|
+
"isAdvanced": false,
|
|
471
|
+
"isHidden": false,
|
|
472
|
+
"isAnimatable": true,
|
|
473
|
+
"isExpression": false,
|
|
474
|
+
"isPython": false,
|
|
475
|
+
"dependsOn": [],
|
|
476
|
+
"affects": [],
|
|
477
|
+
"linkedTo": [],
|
|
478
|
+
"expressionLanguage": "",
|
|
479
|
+
"defaultExpression": "",
|
|
480
|
+
"commonExpressions": [],
|
|
481
|
+
"order": 0,
|
|
482
|
+
"isVisible": true,
|
|
483
|
+
"conditionalDisplay": null,
|
|
484
|
+
"isValid": true,
|
|
485
|
+
"validationErrors": [],
|
|
486
|
+
"lastUpdated": "2025-08-07T07:50:10.023Z",
|
|
487
|
+
"rawData": {},
|
|
488
|
+
"sourceElement": null
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"id": null,
|
|
492
|
+
"name": "Scope",
|
|
493
|
+
"label": "Scope",
|
|
494
|
+
"group": "General",
|
|
495
|
+
"page": "",
|
|
496
|
+
"type": "float",
|
|
497
|
+
"dataType": "number",
|
|
498
|
+
"style": "",
|
|
499
|
+
"defaultValue": null,
|
|
500
|
+
"minValue": null,
|
|
501
|
+
"maxValue": null,
|
|
502
|
+
"step": null,
|
|
503
|
+
"menuItems": [],
|
|
504
|
+
"menuLabels": [],
|
|
505
|
+
"allowCustom": false,
|
|
506
|
+
"maxLength": null,
|
|
507
|
+
"pattern": null,
|
|
508
|
+
"isArray": false,
|
|
509
|
+
"arraySize": 1,
|
|
510
|
+
"dimensions": 1,
|
|
511
|
+
"description": "scope - To determine which channels get affected, some CHOPs use a string on the Common page. See Pattern Matching.",
|
|
512
|
+
"tooltip": "",
|
|
513
|
+
"help": "",
|
|
514
|
+
"units": "",
|
|
515
|
+
"examples": [],
|
|
516
|
+
"isReadOnly": false,
|
|
517
|
+
"isAdvanced": false,
|
|
518
|
+
"isHidden": false,
|
|
519
|
+
"isAnimatable": true,
|
|
520
|
+
"isExpression": false,
|
|
521
|
+
"isPython": false,
|
|
522
|
+
"dependsOn": [],
|
|
523
|
+
"affects": [],
|
|
524
|
+
"linkedTo": [],
|
|
525
|
+
"expressionLanguage": "",
|
|
526
|
+
"defaultExpression": "",
|
|
527
|
+
"commonExpressions": [],
|
|
528
|
+
"order": 0,
|
|
529
|
+
"isVisible": true,
|
|
530
|
+
"conditionalDisplay": null,
|
|
531
|
+
"isValid": true,
|
|
532
|
+
"validationErrors": [],
|
|
533
|
+
"lastUpdated": "2025-08-07T07:50:10.023Z",
|
|
534
|
+
"rawData": {},
|
|
535
|
+
"sourceElement": null
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"id": null,
|
|
539
|
+
"name": "Sample Rate Match",
|
|
540
|
+
"label": "Sample Rate Match",
|
|
541
|
+
"group": "General",
|
|
542
|
+
"page": "",
|
|
543
|
+
"type": "float",
|
|
544
|
+
"dataType": "number",
|
|
545
|
+
"style": "",
|
|
546
|
+
"defaultValue": null,
|
|
547
|
+
"minValue": null,
|
|
548
|
+
"maxValue": null,
|
|
549
|
+
"step": null,
|
|
550
|
+
"menuItems": [],
|
|
551
|
+
"menuLabels": [],
|
|
552
|
+
"allowCustom": false,
|
|
553
|
+
"maxLength": null,
|
|
554
|
+
"pattern": null,
|
|
555
|
+
"isArray": false,
|
|
556
|
+
"arraySize": 1,
|
|
557
|
+
"dimensions": 1,
|
|
558
|
+
"description": "srselect - - Handle cases where multiple input CHOPs' sample rates are different. When Resampling occurs, the curves are interpolated according to the Interpolation Method Option, or \"Linear\" if the Interpolate Options are not available.\n\n first - Use rate of first input to resample others. max - Resample to the highest sample rate. min - Resample to the lowest sample rate. err - Doesn't accept conflicting sample rates.",
|
|
559
|
+
"tooltip": "",
|
|
560
|
+
"help": "",
|
|
561
|
+
"units": "",
|
|
562
|
+
"examples": [],
|
|
563
|
+
"isReadOnly": false,
|
|
564
|
+
"isAdvanced": false,
|
|
565
|
+
"isHidden": false,
|
|
566
|
+
"isAnimatable": true,
|
|
567
|
+
"isExpression": false,
|
|
568
|
+
"isPython": false,
|
|
569
|
+
"dependsOn": [],
|
|
570
|
+
"affects": [],
|
|
571
|
+
"linkedTo": [],
|
|
572
|
+
"expressionLanguage": "",
|
|
573
|
+
"defaultExpression": "",
|
|
574
|
+
"commonExpressions": [],
|
|
575
|
+
"order": 0,
|
|
576
|
+
"isVisible": true,
|
|
577
|
+
"conditionalDisplay": null,
|
|
578
|
+
"isValid": true,
|
|
579
|
+
"validationErrors": [],
|
|
580
|
+
"lastUpdated": "2025-08-07T07:50:10.023Z",
|
|
581
|
+
"rawData": {},
|
|
582
|
+
"sourceElement": null
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"id": null,
|
|
586
|
+
"name": "Resample At First Input's Rate",
|
|
587
|
+
"label": "Resample At First Input's Rate",
|
|
588
|
+
"group": "General",
|
|
589
|
+
"page": "",
|
|
590
|
+
"type": "float",
|
|
591
|
+
"dataType": "number",
|
|
592
|
+
"style": "",
|
|
593
|
+
"defaultValue": null,
|
|
594
|
+
"minValue": null,
|
|
595
|
+
"maxValue": null,
|
|
596
|
+
"step": null,
|
|
597
|
+
"menuItems": [],
|
|
598
|
+
"menuLabels": [],
|
|
599
|
+
"allowCustom": false,
|
|
600
|
+
"maxLength": null,
|
|
601
|
+
"pattern": null,
|
|
602
|
+
"isArray": false,
|
|
603
|
+
"arraySize": 1,
|
|
604
|
+
"dimensions": 1,
|
|
605
|
+
"description": "first - Use rate of first input to resample others. max - Resample to the highest sample rate. min - Resample to the lowest sample rate. err - Doesn't accept conflicting sample rates.",
|
|
606
|
+
"tooltip": "",
|
|
607
|
+
"help": "",
|
|
608
|
+
"units": "",
|
|
609
|
+
"examples": [],
|
|
610
|
+
"isReadOnly": false,
|
|
611
|
+
"isAdvanced": false,
|
|
612
|
+
"isHidden": false,
|
|
613
|
+
"isAnimatable": true,
|
|
614
|
+
"isExpression": false,
|
|
615
|
+
"isPython": false,
|
|
616
|
+
"dependsOn": [],
|
|
617
|
+
"affects": [],
|
|
618
|
+
"linkedTo": [],
|
|
619
|
+
"expressionLanguage": "",
|
|
620
|
+
"defaultExpression": "",
|
|
621
|
+
"commonExpressions": [],
|
|
622
|
+
"order": 0,
|
|
623
|
+
"isVisible": true,
|
|
624
|
+
"conditionalDisplay": null,
|
|
625
|
+
"isValid": true,
|
|
626
|
+
"validationErrors": [],
|
|
627
|
+
"lastUpdated": "2025-08-07T07:50:10.023Z",
|
|
628
|
+
"rawData": {},
|
|
629
|
+
"sourceElement": null
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"id": null,
|
|
633
|
+
"name": "Export Method",
|
|
634
|
+
"label": "Export Method",
|
|
635
|
+
"group": "General",
|
|
636
|
+
"page": "",
|
|
637
|
+
"type": "float",
|
|
638
|
+
"dataType": "number",
|
|
639
|
+
"style": "",
|
|
640
|
+
"defaultValue": null,
|
|
641
|
+
"minValue": null,
|
|
642
|
+
"maxValue": null,
|
|
643
|
+
"step": null,
|
|
644
|
+
"menuItems": [],
|
|
645
|
+
"menuLabels": [],
|
|
646
|
+
"allowCustom": false,
|
|
647
|
+
"maxLength": null,
|
|
648
|
+
"pattern": null,
|
|
649
|
+
"isArray": false,
|
|
650
|
+
"arraySize": 1,
|
|
651
|
+
"dimensions": 1,
|
|
652
|
+
"description": "exportmethod - - This will determine how to connect the channel to the parameter. Refer to the Export article for more information.\n\n datindex - Uses the docked table and references the channel via the index of the channel in the . datname - Uses the docked table and references the channel via the name of the channel in the . autoname - The channel is the full destination of where to export to, such has geo1/transform1:tx.",
|
|
653
|
+
"tooltip": "",
|
|
654
|
+
"help": "",
|
|
655
|
+
"units": "",
|
|
656
|
+
"examples": [],
|
|
657
|
+
"isReadOnly": false,
|
|
658
|
+
"isAdvanced": false,
|
|
659
|
+
"isHidden": false,
|
|
660
|
+
"isAnimatable": true,
|
|
661
|
+
"isExpression": false,
|
|
662
|
+
"isPython": false,
|
|
663
|
+
"dependsOn": [],
|
|
664
|
+
"affects": [],
|
|
665
|
+
"linkedTo": [],
|
|
666
|
+
"expressionLanguage": "",
|
|
667
|
+
"defaultExpression": "",
|
|
668
|
+
"commonExpressions": [],
|
|
669
|
+
"order": 0,
|
|
670
|
+
"isVisible": true,
|
|
671
|
+
"conditionalDisplay": null,
|
|
672
|
+
"isValid": true,
|
|
673
|
+
"validationErrors": [],
|
|
674
|
+
"lastUpdated": "2025-08-07T07:50:10.023Z",
|
|
675
|
+
"rawData": {},
|
|
676
|
+
"sourceElement": null
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"id": null,
|
|
680
|
+
"name": "DAT Table by Index",
|
|
681
|
+
"label": "DAT Table by Index",
|
|
682
|
+
"group": "General",
|
|
683
|
+
"page": "",
|
|
684
|
+
"type": "float",
|
|
685
|
+
"dataType": "number",
|
|
686
|
+
"style": "",
|
|
687
|
+
"defaultValue": null,
|
|
688
|
+
"minValue": null,
|
|
689
|
+
"maxValue": null,
|
|
690
|
+
"step": null,
|
|
691
|
+
"menuItems": [],
|
|
692
|
+
"menuLabels": [],
|
|
693
|
+
"allowCustom": false,
|
|
694
|
+
"maxLength": null,
|
|
695
|
+
"pattern": null,
|
|
696
|
+
"isArray": false,
|
|
697
|
+
"arraySize": 1,
|
|
698
|
+
"dimensions": 1,
|
|
699
|
+
"description": "datindex - Uses the docked table and references the channel via the index of the channel in the . datname - Uses the docked table and references the channel via the name of the channel in the . autoname - The channel is the full destination of where to export to, such has geo1/transform1:tx.",
|
|
700
|
+
"tooltip": "",
|
|
701
|
+
"help": "",
|
|
702
|
+
"units": "",
|
|
703
|
+
"examples": [],
|
|
704
|
+
"isReadOnly": false,
|
|
705
|
+
"isAdvanced": false,
|
|
706
|
+
"isHidden": false,
|
|
707
|
+
"isAnimatable": true,
|
|
708
|
+
"isExpression": false,
|
|
709
|
+
"isPython": false,
|
|
710
|
+
"dependsOn": [],
|
|
711
|
+
"affects": [],
|
|
712
|
+
"linkedTo": [],
|
|
713
|
+
"expressionLanguage": "",
|
|
714
|
+
"defaultExpression": "",
|
|
715
|
+
"commonExpressions": [],
|
|
716
|
+
"order": 0,
|
|
717
|
+
"isVisible": true,
|
|
718
|
+
"conditionalDisplay": null,
|
|
719
|
+
"isValid": true,
|
|
720
|
+
"validationErrors": [],
|
|
721
|
+
"lastUpdated": "2025-08-07T07:50:10.023Z",
|
|
722
|
+
"rawData": {},
|
|
723
|
+
"sourceElement": null
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"id": null,
|
|
727
|
+
"name": "Export Root",
|
|
728
|
+
"label": "Export Root",
|
|
729
|
+
"group": "General",
|
|
730
|
+
"page": "",
|
|
731
|
+
"type": "float",
|
|
732
|
+
"dataType": "number",
|
|
733
|
+
"style": "",
|
|
734
|
+
"defaultValue": null,
|
|
735
|
+
"minValue": null,
|
|
736
|
+
"maxValue": null,
|
|
737
|
+
"step": null,
|
|
738
|
+
"menuItems": [],
|
|
739
|
+
"menuLabels": [],
|
|
740
|
+
"allowCustom": false,
|
|
741
|
+
"maxLength": null,
|
|
742
|
+
"pattern": null,
|
|
743
|
+
"isArray": false,
|
|
744
|
+
"arraySize": 1,
|
|
745
|
+
"dimensions": 1,
|
|
746
|
+
"description": "autoexportroot - This path points to the root node where all of the paths that exporting by Channel Name is : are relative to.",
|
|
747
|
+
"tooltip": "",
|
|
748
|
+
"help": "",
|
|
749
|
+
"units": "",
|
|
750
|
+
"examples": [],
|
|
751
|
+
"isReadOnly": false,
|
|
752
|
+
"isAdvanced": false,
|
|
753
|
+
"isHidden": false,
|
|
754
|
+
"isAnimatable": true,
|
|
755
|
+
"isExpression": false,
|
|
756
|
+
"isPython": false,
|
|
757
|
+
"dependsOn": [],
|
|
758
|
+
"affects": [],
|
|
759
|
+
"linkedTo": [],
|
|
760
|
+
"expressionLanguage": "",
|
|
761
|
+
"defaultExpression": "",
|
|
762
|
+
"commonExpressions": [],
|
|
763
|
+
"order": 0,
|
|
764
|
+
"isVisible": true,
|
|
765
|
+
"conditionalDisplay": null,
|
|
766
|
+
"isValid": true,
|
|
767
|
+
"validationErrors": [],
|
|
768
|
+
"lastUpdated": "2025-08-07T07:50:10.023Z",
|
|
769
|
+
"rawData": {},
|
|
770
|
+
"sourceElement": null
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"id": null,
|
|
774
|
+
"name": "Export Table",
|
|
775
|
+
"label": "Export Table",
|
|
776
|
+
"group": "General",
|
|
777
|
+
"page": "",
|
|
778
|
+
"type": "float",
|
|
779
|
+
"dataType": "number",
|
|
780
|
+
"style": "",
|
|
781
|
+
"defaultValue": null,
|
|
782
|
+
"minValue": null,
|
|
783
|
+
"maxValue": null,
|
|
784
|
+
"step": null,
|
|
785
|
+
"menuItems": [],
|
|
786
|
+
"menuLabels": [],
|
|
787
|
+
"allowCustom": false,
|
|
788
|
+
"maxLength": null,
|
|
789
|
+
"pattern": null,
|
|
790
|
+
"isArray": false,
|
|
791
|
+
"arraySize": 1,
|
|
792
|
+
"dimensions": 1,
|
|
793
|
+
"description": "exporttable - The used to hold the export information when using the Table Methods (See above).",
|
|
794
|
+
"tooltip": "",
|
|
795
|
+
"help": "",
|
|
796
|
+
"units": "",
|
|
797
|
+
"examples": [],
|
|
798
|
+
"isReadOnly": false,
|
|
799
|
+
"isAdvanced": false,
|
|
800
|
+
"isHidden": false,
|
|
801
|
+
"isAnimatable": true,
|
|
802
|
+
"isExpression": false,
|
|
803
|
+
"isPython": false,
|
|
804
|
+
"dependsOn": [],
|
|
805
|
+
"affects": [],
|
|
806
|
+
"linkedTo": [],
|
|
807
|
+
"expressionLanguage": "",
|
|
808
|
+
"defaultExpression": "",
|
|
809
|
+
"commonExpressions": [],
|
|
810
|
+
"order": 0,
|
|
811
|
+
"isVisible": true,
|
|
812
|
+
"conditionalDisplay": null,
|
|
813
|
+
"isValid": true,
|
|
814
|
+
"validationErrors": [],
|
|
815
|
+
"lastUpdated": "2025-08-07T07:50:10.023Z",
|
|
816
|
+
"rawData": {},
|
|
817
|
+
"sourceElement": null
|
|
818
|
+
}
|
|
819
|
+
],
|
|
820
|
+
"parameterGroups": {},
|
|
821
|
+
"codeExamples": [],
|
|
822
|
+
"pythonExamples": [],
|
|
823
|
+
"expressions": [],
|
|
824
|
+
"commonInputs": [],
|
|
825
|
+
"commonOutputs": [],
|
|
826
|
+
"relatedOperators": [],
|
|
827
|
+
"workflowPatterns": [],
|
|
828
|
+
"images": [],
|
|
829
|
+
"videos": [],
|
|
830
|
+
"assets": [],
|
|
831
|
+
"keywords": [
|
|
832
|
+
"stype",
|
|
833
|
+
"out",
|
|
834
|
+
"chop",
|
|
835
|
+
"license:",
|
|
836
|
+
"only",
|
|
837
|
+
"available",
|
|
838
|
+
"touchdesigner",
|
|
839
|
+
"pro."
|
|
840
|
+
],
|
|
841
|
+
"tags": [
|
|
842
|
+
"CHOP",
|
|
843
|
+
"TouchDesigner",
|
|
844
|
+
"Stype Out CHOP"
|
|
845
|
+
],
|
|
846
|
+
"searchWeight": 1,
|
|
847
|
+
"contentHash": "",
|
|
848
|
+
"processingDate": "2025-08-07T07:50:10.024Z",
|
|
849
|
+
"processingVersion": "1.0.0",
|
|
850
|
+
"isValid": true,
|
|
851
|
+
"validationErrors": []
|
|
852
|
+
}
|