@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,2262 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "lens_distort_top",
|
|
3
|
+
"name": "Lens Distort TOP",
|
|
4
|
+
"displayName": "Lens Distort TOP",
|
|
5
|
+
"category": "TOP",
|
|
6
|
+
"subcategory": "Filters",
|
|
7
|
+
"version": "",
|
|
8
|
+
"lastUpdated": "2025-08-07T07:50:03.046Z",
|
|
9
|
+
"sourceFile": "C:\\Program Files\\Derivative\\TouchDesigner\\Samples\\Learn\\OfflineHelp\\https.docs.derivative.ca\\Lens_Distort_TOP.htm",
|
|
10
|
+
"url": "",
|
|
11
|
+
"description": "The Lens Distort TOP applies or removes lens distortion from an image using the Brown-Conrady model. This can be used to rectify images taken from a physical camera, to apply distortion to a rendering for use in augmented reality (AR), or as a visual effect.",
|
|
12
|
+
"summary": "The Lens Distort TOP applies or removes lens distortion from an image using the Brown-Conrady model. This can be used to rectify images taken from a physical camera, to apply distortion to a rendering",
|
|
13
|
+
"details": "",
|
|
14
|
+
"usage": "",
|
|
15
|
+
"tips": [],
|
|
16
|
+
"warnings": [],
|
|
17
|
+
"parameters": [
|
|
18
|
+
{
|
|
19
|
+
"id": null,
|
|
20
|
+
"name": "Invert Distortion",
|
|
21
|
+
"label": "Invert Distortion",
|
|
22
|
+
"group": "General",
|
|
23
|
+
"page": "",
|
|
24
|
+
"type": "float",
|
|
25
|
+
"dataType": "number",
|
|
26
|
+
"style": "",
|
|
27
|
+
"defaultValue": null,
|
|
28
|
+
"minValue": null,
|
|
29
|
+
"maxValue": null,
|
|
30
|
+
"step": null,
|
|
31
|
+
"menuItems": [],
|
|
32
|
+
"menuLabels": [],
|
|
33
|
+
"allowCustom": false,
|
|
34
|
+
"maxLength": null,
|
|
35
|
+
"pattern": null,
|
|
36
|
+
"isArray": false,
|
|
37
|
+
"arraySize": 1,
|
|
38
|
+
"dimensions": 1,
|
|
39
|
+
"description": "Parameter of this operator. See operator description for details.",
|
|
40
|
+
"tooltip": "",
|
|
41
|
+
"help": "",
|
|
42
|
+
"units": "",
|
|
43
|
+
"examples": [],
|
|
44
|
+
"isReadOnly": false,
|
|
45
|
+
"isAdvanced": false,
|
|
46
|
+
"isHidden": false,
|
|
47
|
+
"isAnimatable": true,
|
|
48
|
+
"isExpression": false,
|
|
49
|
+
"isPython": false,
|
|
50
|
+
"dependsOn": [],
|
|
51
|
+
"affects": [],
|
|
52
|
+
"linkedTo": [],
|
|
53
|
+
"expressionLanguage": "",
|
|
54
|
+
"defaultExpression": "",
|
|
55
|
+
"commonExpressions": [],
|
|
56
|
+
"order": 0,
|
|
57
|
+
"isVisible": true,
|
|
58
|
+
"conditionalDisplay": null,
|
|
59
|
+
"isValid": true,
|
|
60
|
+
"validationErrors": [],
|
|
61
|
+
"lastUpdated": "2025-08-07T07:50:03.036Z",
|
|
62
|
+
"rawData": {},
|
|
63
|
+
"sourceElement": null
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": null,
|
|
67
|
+
"name": "K1",
|
|
68
|
+
"label": "K1",
|
|
69
|
+
"group": "General",
|
|
70
|
+
"page": "",
|
|
71
|
+
"type": "float",
|
|
72
|
+
"dataType": "number",
|
|
73
|
+
"style": "",
|
|
74
|
+
"defaultValue": null,
|
|
75
|
+
"minValue": null,
|
|
76
|
+
"maxValue": null,
|
|
77
|
+
"step": null,
|
|
78
|
+
"menuItems": [],
|
|
79
|
+
"menuLabels": [],
|
|
80
|
+
"allowCustom": false,
|
|
81
|
+
"maxLength": null,
|
|
82
|
+
"pattern": null,
|
|
83
|
+
"isArray": false,
|
|
84
|
+
"arraySize": 1,
|
|
85
|
+
"dimensions": 1,
|
|
86
|
+
"description": "k1 - The first radial distortion constant. The k constants move pixels towards or away from the center of the image. Values greater than 0 produce a barrel or fisheye effect, while values less than zero produce a pillow or pincushion effect. k1 has a larger effect than k3.",
|
|
87
|
+
"tooltip": "",
|
|
88
|
+
"help": "",
|
|
89
|
+
"units": "",
|
|
90
|
+
"examples": [],
|
|
91
|
+
"isReadOnly": false,
|
|
92
|
+
"isAdvanced": false,
|
|
93
|
+
"isHidden": false,
|
|
94
|
+
"isAnimatable": true,
|
|
95
|
+
"isExpression": false,
|
|
96
|
+
"isPython": false,
|
|
97
|
+
"dependsOn": [],
|
|
98
|
+
"affects": [],
|
|
99
|
+
"linkedTo": [],
|
|
100
|
+
"expressionLanguage": "",
|
|
101
|
+
"defaultExpression": "",
|
|
102
|
+
"commonExpressions": [],
|
|
103
|
+
"order": 0,
|
|
104
|
+
"isVisible": true,
|
|
105
|
+
"conditionalDisplay": null,
|
|
106
|
+
"isValid": true,
|
|
107
|
+
"validationErrors": [],
|
|
108
|
+
"lastUpdated": "2025-08-07T07:50:03.041Z",
|
|
109
|
+
"rawData": {},
|
|
110
|
+
"sourceElement": null
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"id": null,
|
|
114
|
+
"name": "K2",
|
|
115
|
+
"label": "K2",
|
|
116
|
+
"group": "General",
|
|
117
|
+
"page": "",
|
|
118
|
+
"type": "float",
|
|
119
|
+
"dataType": "number",
|
|
120
|
+
"style": "",
|
|
121
|
+
"defaultValue": null,
|
|
122
|
+
"minValue": null,
|
|
123
|
+
"maxValue": null,
|
|
124
|
+
"step": null,
|
|
125
|
+
"menuItems": [],
|
|
126
|
+
"menuLabels": [],
|
|
127
|
+
"allowCustom": false,
|
|
128
|
+
"maxLength": null,
|
|
129
|
+
"pattern": null,
|
|
130
|
+
"isArray": false,
|
|
131
|
+
"arraySize": 1,
|
|
132
|
+
"dimensions": 1,
|
|
133
|
+
"description": "k2 - The second radial distortion constant. See K1.",
|
|
134
|
+
"tooltip": "",
|
|
135
|
+
"help": "",
|
|
136
|
+
"units": "",
|
|
137
|
+
"examples": [],
|
|
138
|
+
"isReadOnly": false,
|
|
139
|
+
"isAdvanced": false,
|
|
140
|
+
"isHidden": false,
|
|
141
|
+
"isAnimatable": true,
|
|
142
|
+
"isExpression": false,
|
|
143
|
+
"isPython": false,
|
|
144
|
+
"dependsOn": [],
|
|
145
|
+
"affects": [],
|
|
146
|
+
"linkedTo": [],
|
|
147
|
+
"expressionLanguage": "",
|
|
148
|
+
"defaultExpression": "",
|
|
149
|
+
"commonExpressions": [],
|
|
150
|
+
"order": 0,
|
|
151
|
+
"isVisible": true,
|
|
152
|
+
"conditionalDisplay": null,
|
|
153
|
+
"isValid": true,
|
|
154
|
+
"validationErrors": [],
|
|
155
|
+
"lastUpdated": "2025-08-07T07:50:03.041Z",
|
|
156
|
+
"rawData": {},
|
|
157
|
+
"sourceElement": null
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"id": null,
|
|
161
|
+
"name": "P1",
|
|
162
|
+
"label": "P1",
|
|
163
|
+
"group": "General",
|
|
164
|
+
"page": "",
|
|
165
|
+
"type": "float",
|
|
166
|
+
"dataType": "number",
|
|
167
|
+
"style": "",
|
|
168
|
+
"defaultValue": null,
|
|
169
|
+
"minValue": null,
|
|
170
|
+
"maxValue": null,
|
|
171
|
+
"step": null,
|
|
172
|
+
"menuItems": [],
|
|
173
|
+
"menuLabels": [],
|
|
174
|
+
"allowCustom": false,
|
|
175
|
+
"maxLength": null,
|
|
176
|
+
"pattern": null,
|
|
177
|
+
"isArray": false,
|
|
178
|
+
"arraySize": 1,
|
|
179
|
+
"dimensions": 1,
|
|
180
|
+
"description": "p1 - The first tangential distortion constant. Tilts the image up and down.",
|
|
181
|
+
"tooltip": "",
|
|
182
|
+
"help": "",
|
|
183
|
+
"units": "",
|
|
184
|
+
"examples": [],
|
|
185
|
+
"isReadOnly": false,
|
|
186
|
+
"isAdvanced": false,
|
|
187
|
+
"isHidden": false,
|
|
188
|
+
"isAnimatable": true,
|
|
189
|
+
"isExpression": false,
|
|
190
|
+
"isPython": false,
|
|
191
|
+
"dependsOn": [],
|
|
192
|
+
"affects": [],
|
|
193
|
+
"linkedTo": [],
|
|
194
|
+
"expressionLanguage": "",
|
|
195
|
+
"defaultExpression": "",
|
|
196
|
+
"commonExpressions": [],
|
|
197
|
+
"order": 0,
|
|
198
|
+
"isVisible": true,
|
|
199
|
+
"conditionalDisplay": null,
|
|
200
|
+
"isValid": true,
|
|
201
|
+
"validationErrors": [],
|
|
202
|
+
"lastUpdated": "2025-08-07T07:50:03.041Z",
|
|
203
|
+
"rawData": {},
|
|
204
|
+
"sourceElement": null
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"id": null,
|
|
208
|
+
"name": "P2",
|
|
209
|
+
"label": "P2",
|
|
210
|
+
"group": "General",
|
|
211
|
+
"page": "",
|
|
212
|
+
"type": "float",
|
|
213
|
+
"dataType": "number",
|
|
214
|
+
"style": "",
|
|
215
|
+
"defaultValue": null,
|
|
216
|
+
"minValue": null,
|
|
217
|
+
"maxValue": null,
|
|
218
|
+
"step": null,
|
|
219
|
+
"menuItems": [],
|
|
220
|
+
"menuLabels": [],
|
|
221
|
+
"allowCustom": false,
|
|
222
|
+
"maxLength": null,
|
|
223
|
+
"pattern": null,
|
|
224
|
+
"isArray": false,
|
|
225
|
+
"arraySize": 1,
|
|
226
|
+
"dimensions": 1,
|
|
227
|
+
"description": "p2 - The second tangential distortion constant. Tilts the image left or right.",
|
|
228
|
+
"tooltip": "",
|
|
229
|
+
"help": "",
|
|
230
|
+
"units": "",
|
|
231
|
+
"examples": [],
|
|
232
|
+
"isReadOnly": false,
|
|
233
|
+
"isAdvanced": false,
|
|
234
|
+
"isHidden": false,
|
|
235
|
+
"isAnimatable": true,
|
|
236
|
+
"isExpression": false,
|
|
237
|
+
"isPython": false,
|
|
238
|
+
"dependsOn": [],
|
|
239
|
+
"affects": [],
|
|
240
|
+
"linkedTo": [],
|
|
241
|
+
"expressionLanguage": "",
|
|
242
|
+
"defaultExpression": "",
|
|
243
|
+
"commonExpressions": [],
|
|
244
|
+
"order": 0,
|
|
245
|
+
"isVisible": true,
|
|
246
|
+
"conditionalDisplay": null,
|
|
247
|
+
"isValid": true,
|
|
248
|
+
"validationErrors": [],
|
|
249
|
+
"lastUpdated": "2025-08-07T07:50:03.041Z",
|
|
250
|
+
"rawData": {},
|
|
251
|
+
"sourceElement": null
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"id": null,
|
|
255
|
+
"name": "K3",
|
|
256
|
+
"label": "K3",
|
|
257
|
+
"group": "General",
|
|
258
|
+
"page": "",
|
|
259
|
+
"type": "float",
|
|
260
|
+
"dataType": "number",
|
|
261
|
+
"style": "",
|
|
262
|
+
"defaultValue": null,
|
|
263
|
+
"minValue": null,
|
|
264
|
+
"maxValue": null,
|
|
265
|
+
"step": null,
|
|
266
|
+
"menuItems": [],
|
|
267
|
+
"menuLabels": [],
|
|
268
|
+
"allowCustom": false,
|
|
269
|
+
"maxLength": null,
|
|
270
|
+
"pattern": null,
|
|
271
|
+
"isArray": false,
|
|
272
|
+
"arraySize": 1,
|
|
273
|
+
"dimensions": 1,
|
|
274
|
+
"description": "k3 - The third radial distortion constant (not used in the inverse distortion). See K1.",
|
|
275
|
+
"tooltip": "",
|
|
276
|
+
"help": "",
|
|
277
|
+
"units": "",
|
|
278
|
+
"examples": [],
|
|
279
|
+
"isReadOnly": false,
|
|
280
|
+
"isAdvanced": false,
|
|
281
|
+
"isHidden": false,
|
|
282
|
+
"isAnimatable": true,
|
|
283
|
+
"isExpression": false,
|
|
284
|
+
"isPython": false,
|
|
285
|
+
"dependsOn": [],
|
|
286
|
+
"affects": [],
|
|
287
|
+
"linkedTo": [],
|
|
288
|
+
"expressionLanguage": "",
|
|
289
|
+
"defaultExpression": "",
|
|
290
|
+
"commonExpressions": [],
|
|
291
|
+
"order": 0,
|
|
292
|
+
"isVisible": true,
|
|
293
|
+
"conditionalDisplay": null,
|
|
294
|
+
"isValid": true,
|
|
295
|
+
"validationErrors": [],
|
|
296
|
+
"lastUpdated": "2025-08-07T07:50:03.041Z",
|
|
297
|
+
"rawData": {},
|
|
298
|
+
"sourceElement": null
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"id": null,
|
|
302
|
+
"name": "Optical Center",
|
|
303
|
+
"label": "Optical Center",
|
|
304
|
+
"group": "General",
|
|
305
|
+
"page": "",
|
|
306
|
+
"type": "float",
|
|
307
|
+
"dataType": "number",
|
|
308
|
+
"style": "",
|
|
309
|
+
"defaultValue": null,
|
|
310
|
+
"minValue": null,
|
|
311
|
+
"maxValue": null,
|
|
312
|
+
"step": null,
|
|
313
|
+
"menuItems": [],
|
|
314
|
+
"menuLabels": [],
|
|
315
|
+
"allowCustom": false,
|
|
316
|
+
"maxLength": null,
|
|
317
|
+
"pattern": null,
|
|
318
|
+
"isArray": false,
|
|
319
|
+
"arraySize": 1,
|
|
320
|
+
"dimensions": 1,
|
|
321
|
+
"description": "center - - The position in the image that should be the center of the distortion. Depending on the unit mode selected, the position can be entered as an absolute position measured from the bottom-left corner, or as a relative position measured from the center of the image. The unit mode also controls whether the position is measured in pixels or normalized coordinates.\n\n center1 - center2 -",
|
|
322
|
+
"tooltip": "",
|
|
323
|
+
"help": "",
|
|
324
|
+
"units": "",
|
|
325
|
+
"examples": [],
|
|
326
|
+
"isReadOnly": false,
|
|
327
|
+
"isAdvanced": false,
|
|
328
|
+
"isHidden": false,
|
|
329
|
+
"isAnimatable": true,
|
|
330
|
+
"isExpression": false,
|
|
331
|
+
"isPython": false,
|
|
332
|
+
"dependsOn": [],
|
|
333
|
+
"affects": [],
|
|
334
|
+
"linkedTo": [],
|
|
335
|
+
"expressionLanguage": "",
|
|
336
|
+
"defaultExpression": "",
|
|
337
|
+
"commonExpressions": [],
|
|
338
|
+
"order": 0,
|
|
339
|
+
"isVisible": true,
|
|
340
|
+
"conditionalDisplay": null,
|
|
341
|
+
"isValid": true,
|
|
342
|
+
"validationErrors": [],
|
|
343
|
+
"lastUpdated": "2025-08-07T07:50:03.041Z",
|
|
344
|
+
"rawData": {},
|
|
345
|
+
"sourceElement": null
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"id": null,
|
|
349
|
+
"name": "Optical Center Units",
|
|
350
|
+
"label": "Optical Center Units",
|
|
351
|
+
"group": "General",
|
|
352
|
+
"page": "",
|
|
353
|
+
"type": "float",
|
|
354
|
+
"dataType": "number",
|
|
355
|
+
"style": "",
|
|
356
|
+
"defaultValue": null,
|
|
357
|
+
"minValue": null,
|
|
358
|
+
"maxValue": null,
|
|
359
|
+
"step": null,
|
|
360
|
+
"menuItems": [],
|
|
361
|
+
"menuLabels": [],
|
|
362
|
+
"allowCustom": false,
|
|
363
|
+
"maxLength": null,
|
|
364
|
+
"pattern": null,
|
|
365
|
+
"isArray": false,
|
|
366
|
+
"arraySize": 1,
|
|
367
|
+
"dimensions": 1,
|
|
368
|
+
"description": "centerunit - - \n\n relative - The optical center is measured in normalized coordinates from -0.5 to -0.5 relative to the center of the image. absolute - The optical center is measured in normalized coordinates (0 to 1) from the bottom-left corner of the image. pixelrel - The optical center is measured in pixel coordinates relative to the center of the image. pixelabs - The optical center is measured in absolute pixel coordinates from the bottom-left corner of the image.",
|
|
369
|
+
"tooltip": "",
|
|
370
|
+
"help": "",
|
|
371
|
+
"units": "",
|
|
372
|
+
"examples": [],
|
|
373
|
+
"isReadOnly": false,
|
|
374
|
+
"isAdvanced": false,
|
|
375
|
+
"isHidden": false,
|
|
376
|
+
"isAnimatable": true,
|
|
377
|
+
"isExpression": false,
|
|
378
|
+
"isPython": false,
|
|
379
|
+
"dependsOn": [],
|
|
380
|
+
"affects": [],
|
|
381
|
+
"linkedTo": [],
|
|
382
|
+
"expressionLanguage": "",
|
|
383
|
+
"defaultExpression": "",
|
|
384
|
+
"commonExpressions": [],
|
|
385
|
+
"order": 0,
|
|
386
|
+
"isVisible": true,
|
|
387
|
+
"conditionalDisplay": null,
|
|
388
|
+
"isValid": true,
|
|
389
|
+
"validationErrors": [],
|
|
390
|
+
"lastUpdated": "2025-08-07T07:50:03.041Z",
|
|
391
|
+
"rawData": {},
|
|
392
|
+
"sourceElement": null
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"id": null,
|
|
396
|
+
"name": "R",
|
|
397
|
+
"label": "R",
|
|
398
|
+
"group": "General",
|
|
399
|
+
"page": "",
|
|
400
|
+
"type": "float",
|
|
401
|
+
"dataType": "number",
|
|
402
|
+
"style": "",
|
|
403
|
+
"defaultValue": null,
|
|
404
|
+
"minValue": null,
|
|
405
|
+
"maxValue": null,
|
|
406
|
+
"step": null,
|
|
407
|
+
"menuItems": [],
|
|
408
|
+
"menuLabels": [],
|
|
409
|
+
"allowCustom": false,
|
|
410
|
+
"maxLength": null,
|
|
411
|
+
"pattern": null,
|
|
412
|
+
"isArray": false,
|
|
413
|
+
"arraySize": 1,
|
|
414
|
+
"dimensions": 1,
|
|
415
|
+
"description": "relative - The optical center is measured in normalized coordinates from -0.5 to -0.5 relative to the center of the image. absolute - The optical center is measured in normalized coordinates (0 to 1) from the bottom-left corner of the image. pixelrel - The optical center is measured in pixel coordinates relative to the center of the image. pixelabs - The optical center is measured in absolute pixel coordinates from the bottom-left corner of the image.",
|
|
416
|
+
"tooltip": "",
|
|
417
|
+
"help": "",
|
|
418
|
+
"units": "",
|
|
419
|
+
"examples": [],
|
|
420
|
+
"isReadOnly": false,
|
|
421
|
+
"isAdvanced": false,
|
|
422
|
+
"isHidden": false,
|
|
423
|
+
"isAnimatable": true,
|
|
424
|
+
"isExpression": false,
|
|
425
|
+
"isPython": false,
|
|
426
|
+
"dependsOn": [],
|
|
427
|
+
"affects": [],
|
|
428
|
+
"linkedTo": [],
|
|
429
|
+
"expressionLanguage": "",
|
|
430
|
+
"defaultExpression": "",
|
|
431
|
+
"commonExpressions": [],
|
|
432
|
+
"order": 0,
|
|
433
|
+
"isVisible": true,
|
|
434
|
+
"conditionalDisplay": null,
|
|
435
|
+
"isValid": true,
|
|
436
|
+
"validationErrors": [],
|
|
437
|
+
"lastUpdated": "2025-08-07T07:50:03.042Z",
|
|
438
|
+
"rawData": {},
|
|
439
|
+
"sourceElement": null
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"id": null,
|
|
443
|
+
"name": "Focal Lengths",
|
|
444
|
+
"label": "Focal Lengths",
|
|
445
|
+
"group": "General",
|
|
446
|
+
"page": "",
|
|
447
|
+
"type": "float",
|
|
448
|
+
"dataType": "number",
|
|
449
|
+
"style": "",
|
|
450
|
+
"defaultValue": null,
|
|
451
|
+
"minValue": null,
|
|
452
|
+
"maxValue": null,
|
|
453
|
+
"step": null,
|
|
454
|
+
"menuItems": [],
|
|
455
|
+
"menuLabels": [],
|
|
456
|
+
"allowCustom": false,
|
|
457
|
+
"maxLength": null,
|
|
458
|
+
"pattern": null,
|
|
459
|
+
"isArray": false,
|
|
460
|
+
"arraySize": 1,
|
|
461
|
+
"dimensions": 1,
|
|
462
|
+
"description": "focallength - - The focal length components of the camera matrix descibed either as normalized resolution-independent values or as pixels. The focal length acts as a scalar on the other distortion parameters. The normalized unit mode can be used for systems that use millimeters or other physical units. Often abbreviated as Fx and Fy. See OpenCV for details.\n\n focallength1 - focallength2 -",
|
|
463
|
+
"tooltip": "",
|
|
464
|
+
"help": "",
|
|
465
|
+
"units": "",
|
|
466
|
+
"examples": [],
|
|
467
|
+
"isReadOnly": false,
|
|
468
|
+
"isAdvanced": false,
|
|
469
|
+
"isHidden": false,
|
|
470
|
+
"isAnimatable": true,
|
|
471
|
+
"isExpression": false,
|
|
472
|
+
"isPython": false,
|
|
473
|
+
"dependsOn": [],
|
|
474
|
+
"affects": [],
|
|
475
|
+
"linkedTo": [],
|
|
476
|
+
"expressionLanguage": "",
|
|
477
|
+
"defaultExpression": "",
|
|
478
|
+
"commonExpressions": [],
|
|
479
|
+
"order": 0,
|
|
480
|
+
"isVisible": true,
|
|
481
|
+
"conditionalDisplay": null,
|
|
482
|
+
"isValid": true,
|
|
483
|
+
"validationErrors": [],
|
|
484
|
+
"lastUpdated": "2025-08-07T07:50:03.042Z",
|
|
485
|
+
"rawData": {},
|
|
486
|
+
"sourceElement": null
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"id": null,
|
|
490
|
+
"name": "Focal Length Units",
|
|
491
|
+
"label": "Focal Length Units",
|
|
492
|
+
"group": "General",
|
|
493
|
+
"page": "",
|
|
494
|
+
"type": "float",
|
|
495
|
+
"dataType": "number",
|
|
496
|
+
"style": "",
|
|
497
|
+
"defaultValue": null,
|
|
498
|
+
"minValue": null,
|
|
499
|
+
"maxValue": null,
|
|
500
|
+
"step": null,
|
|
501
|
+
"menuItems": [],
|
|
502
|
+
"menuLabels": [],
|
|
503
|
+
"allowCustom": false,
|
|
504
|
+
"maxLength": null,
|
|
505
|
+
"pattern": null,
|
|
506
|
+
"isArray": false,
|
|
507
|
+
"arraySize": 1,
|
|
508
|
+
"dimensions": 1,
|
|
509
|
+
"description": "focallengthunit - - \n\n fraction - The focal length is described in fractional or normalized coordinates. pixels - The focal length is described in pixels.",
|
|
510
|
+
"tooltip": "",
|
|
511
|
+
"help": "",
|
|
512
|
+
"units": "",
|
|
513
|
+
"examples": [],
|
|
514
|
+
"isReadOnly": false,
|
|
515
|
+
"isAdvanced": false,
|
|
516
|
+
"isHidden": false,
|
|
517
|
+
"isAnimatable": true,
|
|
518
|
+
"isExpression": false,
|
|
519
|
+
"isPython": false,
|
|
520
|
+
"dependsOn": [],
|
|
521
|
+
"affects": [],
|
|
522
|
+
"linkedTo": [],
|
|
523
|
+
"expressionLanguage": "",
|
|
524
|
+
"defaultExpression": "",
|
|
525
|
+
"commonExpressions": [],
|
|
526
|
+
"order": 0,
|
|
527
|
+
"isVisible": true,
|
|
528
|
+
"conditionalDisplay": null,
|
|
529
|
+
"isValid": true,
|
|
530
|
+
"validationErrors": [],
|
|
531
|
+
"lastUpdated": "2025-08-07T07:50:03.042Z",
|
|
532
|
+
"rawData": {},
|
|
533
|
+
"sourceElement": null
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"id": null,
|
|
537
|
+
"name": "F",
|
|
538
|
+
"label": "F",
|
|
539
|
+
"group": "General",
|
|
540
|
+
"page": "",
|
|
541
|
+
"type": "float",
|
|
542
|
+
"dataType": "number",
|
|
543
|
+
"style": "",
|
|
544
|
+
"defaultValue": null,
|
|
545
|
+
"minValue": null,
|
|
546
|
+
"maxValue": null,
|
|
547
|
+
"step": null,
|
|
548
|
+
"menuItems": [],
|
|
549
|
+
"menuLabels": [],
|
|
550
|
+
"allowCustom": false,
|
|
551
|
+
"maxLength": null,
|
|
552
|
+
"pattern": null,
|
|
553
|
+
"isArray": false,
|
|
554
|
+
"arraySize": 1,
|
|
555
|
+
"dimensions": 1,
|
|
556
|
+
"description": "fraction - The focal length is described in fractional or normalized coordinates. pixels - The focal length is described in pixels.",
|
|
557
|
+
"tooltip": "",
|
|
558
|
+
"help": "",
|
|
559
|
+
"units": "",
|
|
560
|
+
"examples": [],
|
|
561
|
+
"isReadOnly": false,
|
|
562
|
+
"isAdvanced": false,
|
|
563
|
+
"isHidden": false,
|
|
564
|
+
"isAnimatable": true,
|
|
565
|
+
"isExpression": false,
|
|
566
|
+
"isPython": false,
|
|
567
|
+
"dependsOn": [],
|
|
568
|
+
"affects": [],
|
|
569
|
+
"linkedTo": [],
|
|
570
|
+
"expressionLanguage": "",
|
|
571
|
+
"defaultExpression": "",
|
|
572
|
+
"commonExpressions": [],
|
|
573
|
+
"order": 0,
|
|
574
|
+
"isVisible": true,
|
|
575
|
+
"conditionalDisplay": null,
|
|
576
|
+
"isValid": true,
|
|
577
|
+
"validationErrors": [],
|
|
578
|
+
"lastUpdated": "2025-08-07T07:50:03.042Z",
|
|
579
|
+
"rawData": {},
|
|
580
|
+
"sourceElement": null
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"id": null,
|
|
584
|
+
"name": "Layout",
|
|
585
|
+
"label": "Layout",
|
|
586
|
+
"group": "General",
|
|
587
|
+
"page": "",
|
|
588
|
+
"type": "float",
|
|
589
|
+
"dataType": "number",
|
|
590
|
+
"style": "",
|
|
591
|
+
"defaultValue": null,
|
|
592
|
+
"minValue": null,
|
|
593
|
+
"maxValue": null,
|
|
594
|
+
"step": null,
|
|
595
|
+
"menuItems": [],
|
|
596
|
+
"menuLabels": [],
|
|
597
|
+
"allowCustom": false,
|
|
598
|
+
"maxLength": null,
|
|
599
|
+
"pattern": null,
|
|
600
|
+
"isArray": false,
|
|
601
|
+
"arraySize": 1,
|
|
602
|
+
"dimensions": 1,
|
|
603
|
+
"description": "layout - - Determines how the transformed image is arranged inside the final output image space. This value can be useful to preserve the native pixel resolution of the input image, or ensuring a final output resolution and aspect ratio.\n\n scale - The transformed image is scaled to fill the full resolution and aspect ratio of the output image. This mode is useful if you want a specific output resolution or aspect ratio. native - The transformed image is arranged in the output in a way that preserves its original resolution and aspect ratio. This may mean the image is cropped if the output resolution is smaller than the input resolution.",
|
|
604
|
+
"tooltip": "",
|
|
605
|
+
"help": "",
|
|
606
|
+
"units": "",
|
|
607
|
+
"examples": [],
|
|
608
|
+
"isReadOnly": false,
|
|
609
|
+
"isAdvanced": false,
|
|
610
|
+
"isHidden": false,
|
|
611
|
+
"isAnimatable": true,
|
|
612
|
+
"isExpression": false,
|
|
613
|
+
"isPython": false,
|
|
614
|
+
"dependsOn": [],
|
|
615
|
+
"affects": [],
|
|
616
|
+
"linkedTo": [],
|
|
617
|
+
"expressionLanguage": "",
|
|
618
|
+
"defaultExpression": "",
|
|
619
|
+
"commonExpressions": [],
|
|
620
|
+
"order": 0,
|
|
621
|
+
"isVisible": true,
|
|
622
|
+
"conditionalDisplay": null,
|
|
623
|
+
"isValid": true,
|
|
624
|
+
"validationErrors": [],
|
|
625
|
+
"lastUpdated": "2025-08-07T07:50:03.042Z",
|
|
626
|
+
"rawData": {},
|
|
627
|
+
"sourceElement": null
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"id": null,
|
|
631
|
+
"name": "Scale to Fit",
|
|
632
|
+
"label": "Scale to Fit",
|
|
633
|
+
"group": "General",
|
|
634
|
+
"page": "",
|
|
635
|
+
"type": "float",
|
|
636
|
+
"dataType": "number",
|
|
637
|
+
"style": "",
|
|
638
|
+
"defaultValue": null,
|
|
639
|
+
"minValue": null,
|
|
640
|
+
"maxValue": null,
|
|
641
|
+
"step": null,
|
|
642
|
+
"menuItems": [],
|
|
643
|
+
"menuLabels": [],
|
|
644
|
+
"allowCustom": false,
|
|
645
|
+
"maxLength": null,
|
|
646
|
+
"pattern": null,
|
|
647
|
+
"isArray": false,
|
|
648
|
+
"arraySize": 1,
|
|
649
|
+
"dimensions": 1,
|
|
650
|
+
"description": "scale - The transformed image is scaled to fill the full resolution and aspect ratio of the output image. This mode is useful if you want a specific output resolution or aspect ratio. native - The transformed image is arranged in the output in a way that preserves its original resolution and aspect ratio. This may mean the image is cropped if the output resolution is smaller than the input resolution.",
|
|
651
|
+
"tooltip": "",
|
|
652
|
+
"help": "",
|
|
653
|
+
"units": "",
|
|
654
|
+
"examples": [],
|
|
655
|
+
"isReadOnly": false,
|
|
656
|
+
"isAdvanced": false,
|
|
657
|
+
"isHidden": false,
|
|
658
|
+
"isAnimatable": true,
|
|
659
|
+
"isExpression": false,
|
|
660
|
+
"isPython": false,
|
|
661
|
+
"dependsOn": [],
|
|
662
|
+
"affects": [],
|
|
663
|
+
"linkedTo": [],
|
|
664
|
+
"expressionLanguage": "",
|
|
665
|
+
"defaultExpression": "",
|
|
666
|
+
"commonExpressions": [],
|
|
667
|
+
"order": 0,
|
|
668
|
+
"isVisible": true,
|
|
669
|
+
"conditionalDisplay": null,
|
|
670
|
+
"isValid": true,
|
|
671
|
+
"validationErrors": [],
|
|
672
|
+
"lastUpdated": "2025-08-07T07:50:03.042Z",
|
|
673
|
+
"rawData": {},
|
|
674
|
+
"sourceElement": null
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"id": null,
|
|
678
|
+
"name": "Extend Mode",
|
|
679
|
+
"label": "Extend Mode",
|
|
680
|
+
"group": "General",
|
|
681
|
+
"page": "",
|
|
682
|
+
"type": "float",
|
|
683
|
+
"dataType": "number",
|
|
684
|
+
"style": "",
|
|
685
|
+
"defaultValue": null,
|
|
686
|
+
"minValue": null,
|
|
687
|
+
"maxValue": null,
|
|
688
|
+
"step": null,
|
|
689
|
+
"menuItems": [],
|
|
690
|
+
"menuLabels": [],
|
|
691
|
+
"allowCustom": false,
|
|
692
|
+
"maxLength": null,
|
|
693
|
+
"pattern": null,
|
|
694
|
+
"isArray": false,
|
|
695
|
+
"arraySize": 1,
|
|
696
|
+
"dimensions": 1,
|
|
697
|
+
"description": "extendmode - - Determines what values are used when the output image exceeds the bounds of the input image.\n\n hold - Colors from the outside edge of the input image are extended to fill any gaps in the output image. zero - Empty gaps in the output image are filled with zeroes in all channels. repeat - The input image is tiled to fill gaps in the output image. mirror - The input image is mirrored and tiled to fill games in the output image.",
|
|
698
|
+
"tooltip": "",
|
|
699
|
+
"help": "",
|
|
700
|
+
"units": "",
|
|
701
|
+
"examples": [],
|
|
702
|
+
"isReadOnly": false,
|
|
703
|
+
"isAdvanced": false,
|
|
704
|
+
"isHidden": false,
|
|
705
|
+
"isAnimatable": true,
|
|
706
|
+
"isExpression": false,
|
|
707
|
+
"isPython": false,
|
|
708
|
+
"dependsOn": [],
|
|
709
|
+
"affects": [],
|
|
710
|
+
"linkedTo": [],
|
|
711
|
+
"expressionLanguage": "",
|
|
712
|
+
"defaultExpression": "",
|
|
713
|
+
"commonExpressions": [],
|
|
714
|
+
"order": 0,
|
|
715
|
+
"isVisible": true,
|
|
716
|
+
"conditionalDisplay": null,
|
|
717
|
+
"isValid": true,
|
|
718
|
+
"validationErrors": [],
|
|
719
|
+
"lastUpdated": "2025-08-07T07:50:03.042Z",
|
|
720
|
+
"rawData": {},
|
|
721
|
+
"sourceElement": null
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"id": null,
|
|
725
|
+
"name": "Hold",
|
|
726
|
+
"label": "Hold",
|
|
727
|
+
"group": "General",
|
|
728
|
+
"page": "",
|
|
729
|
+
"type": "float",
|
|
730
|
+
"dataType": "number",
|
|
731
|
+
"style": "",
|
|
732
|
+
"defaultValue": null,
|
|
733
|
+
"minValue": null,
|
|
734
|
+
"maxValue": null,
|
|
735
|
+
"step": null,
|
|
736
|
+
"menuItems": [],
|
|
737
|
+
"menuLabels": [],
|
|
738
|
+
"allowCustom": false,
|
|
739
|
+
"maxLength": null,
|
|
740
|
+
"pattern": null,
|
|
741
|
+
"isArray": false,
|
|
742
|
+
"arraySize": 1,
|
|
743
|
+
"dimensions": 1,
|
|
744
|
+
"description": "hold - Colors from the outside edge of the input image are extended to fill any gaps in the output image. zero - Empty gaps in the output image are filled with zeroes in all channels. repeat - The input image is tiled to fill gaps in the output image. mirror - The input image is mirrored and tiled to fill games in the output image.",
|
|
745
|
+
"tooltip": "",
|
|
746
|
+
"help": "",
|
|
747
|
+
"units": "",
|
|
748
|
+
"examples": [],
|
|
749
|
+
"isReadOnly": false,
|
|
750
|
+
"isAdvanced": false,
|
|
751
|
+
"isHidden": false,
|
|
752
|
+
"isAnimatable": true,
|
|
753
|
+
"isExpression": false,
|
|
754
|
+
"isPython": false,
|
|
755
|
+
"dependsOn": [],
|
|
756
|
+
"affects": [],
|
|
757
|
+
"linkedTo": [],
|
|
758
|
+
"expressionLanguage": "",
|
|
759
|
+
"defaultExpression": "",
|
|
760
|
+
"commonExpressions": [],
|
|
761
|
+
"order": 0,
|
|
762
|
+
"isVisible": true,
|
|
763
|
+
"conditionalDisplay": null,
|
|
764
|
+
"isValid": true,
|
|
765
|
+
"validationErrors": [],
|
|
766
|
+
"lastUpdated": "2025-08-07T07:50:03.042Z",
|
|
767
|
+
"rawData": {},
|
|
768
|
+
"sourceElement": null
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"id": null,
|
|
772
|
+
"name": "Optimal Alpha",
|
|
773
|
+
"label": "Optimal Alpha",
|
|
774
|
+
"group": "General",
|
|
775
|
+
"page": "",
|
|
776
|
+
"type": "float",
|
|
777
|
+
"dataType": "number",
|
|
778
|
+
"style": "",
|
|
779
|
+
"defaultValue": null,
|
|
780
|
+
"minValue": null,
|
|
781
|
+
"maxValue": null,
|
|
782
|
+
"step": null,
|
|
783
|
+
"menuItems": [],
|
|
784
|
+
"menuLabels": [],
|
|
785
|
+
"allowCustom": false,
|
|
786
|
+
"maxLength": null,
|
|
787
|
+
"pattern": null,
|
|
788
|
+
"isArray": false,
|
|
789
|
+
"arraySize": 1,
|
|
790
|
+
"dimensions": 1,
|
|
791
|
+
"description": "alpha - Determines how much of the image is preserved when calculating the optimal post transform. When zero, the optimal transform will include only the region of interest. When one, the transform will include all of the pixels from the input image. This value is equivalent to the 'alpha' value used in OpenCVs getOptimalNewCameraMatrix function.",
|
|
792
|
+
"tooltip": "",
|
|
793
|
+
"help": "",
|
|
794
|
+
"units": "",
|
|
795
|
+
"examples": [],
|
|
796
|
+
"isReadOnly": false,
|
|
797
|
+
"isAdvanced": false,
|
|
798
|
+
"isHidden": false,
|
|
799
|
+
"isAnimatable": true,
|
|
800
|
+
"isExpression": false,
|
|
801
|
+
"isPython": false,
|
|
802
|
+
"dependsOn": [],
|
|
803
|
+
"affects": [],
|
|
804
|
+
"linkedTo": [],
|
|
805
|
+
"expressionLanguage": "",
|
|
806
|
+
"defaultExpression": "",
|
|
807
|
+
"commonExpressions": [],
|
|
808
|
+
"order": 0,
|
|
809
|
+
"isVisible": true,
|
|
810
|
+
"conditionalDisplay": null,
|
|
811
|
+
"isValid": true,
|
|
812
|
+
"validationErrors": [],
|
|
813
|
+
"lastUpdated": "2025-08-07T07:50:03.042Z",
|
|
814
|
+
"rawData": {},
|
|
815
|
+
"sourceElement": null
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"id": null,
|
|
819
|
+
"name": "Post Transform",
|
|
820
|
+
"label": "Post Transform",
|
|
821
|
+
"group": "General",
|
|
822
|
+
"page": "",
|
|
823
|
+
"type": "float",
|
|
824
|
+
"dataType": "number",
|
|
825
|
+
"style": "",
|
|
826
|
+
"defaultValue": null,
|
|
827
|
+
"minValue": null,
|
|
828
|
+
"maxValue": null,
|
|
829
|
+
"step": null,
|
|
830
|
+
"menuItems": [],
|
|
831
|
+
"menuLabels": [],
|
|
832
|
+
"allowCustom": false,
|
|
833
|
+
"maxLength": null,
|
|
834
|
+
"pattern": null,
|
|
835
|
+
"isArray": false,
|
|
836
|
+
"arraySize": 1,
|
|
837
|
+
"dimensions": 1,
|
|
838
|
+
"description": "Post Transform parameter.",
|
|
839
|
+
"tooltip": "",
|
|
840
|
+
"help": "",
|
|
841
|
+
"units": "",
|
|
842
|
+
"examples": [],
|
|
843
|
+
"isReadOnly": false,
|
|
844
|
+
"isAdvanced": false,
|
|
845
|
+
"isHidden": false,
|
|
846
|
+
"isAnimatable": true,
|
|
847
|
+
"isExpression": false,
|
|
848
|
+
"isPython": false,
|
|
849
|
+
"dependsOn": [],
|
|
850
|
+
"affects": [],
|
|
851
|
+
"linkedTo": [],
|
|
852
|
+
"expressionLanguage": "",
|
|
853
|
+
"defaultExpression": "",
|
|
854
|
+
"commonExpressions": [],
|
|
855
|
+
"order": 0,
|
|
856
|
+
"isVisible": true,
|
|
857
|
+
"conditionalDisplay": null,
|
|
858
|
+
"isValid": true,
|
|
859
|
+
"validationErrors": [],
|
|
860
|
+
"lastUpdated": "2025-08-07T07:50:03.042Z",
|
|
861
|
+
"rawData": {},
|
|
862
|
+
"sourceElement": null
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"id": null,
|
|
866
|
+
"name": "None",
|
|
867
|
+
"label": "None",
|
|
868
|
+
"group": "General",
|
|
869
|
+
"page": "",
|
|
870
|
+
"type": "float",
|
|
871
|
+
"dataType": "number",
|
|
872
|
+
"style": "",
|
|
873
|
+
"defaultValue": null,
|
|
874
|
+
"minValue": null,
|
|
875
|
+
"maxValue": null,
|
|
876
|
+
"step": null,
|
|
877
|
+
"menuItems": [],
|
|
878
|
+
"menuLabels": [],
|
|
879
|
+
"allowCustom": false,
|
|
880
|
+
"maxLength": null,
|
|
881
|
+
"pattern": null,
|
|
882
|
+
"isArray": false,
|
|
883
|
+
"arraySize": 1,
|
|
884
|
+
"dimensions": 1,
|
|
885
|
+
"description": "none - No additional transformation is applied. optimal - The image is transformed according to the optimal new camera matrix as given by OpenCVs getOptimalNewCamera matrix. Depending on the value of the Optimal Alpha parameter, this mode can be used to ensure that none of the input image is lost outside of the image frame. custom - Enables the custom center and scaling parameters. Use this option to modify the output image relative to the camera matrix on the Lens Distort page. newmatrix - Enter a new camera matrix for positioning the output image within the frame. Entering the camera matrix values from the Lens Distort page will result in no further transformation. Entering the optimal new camera matrix values will produce the same results as using the Optimal transform mode.",
|
|
886
|
+
"tooltip": "",
|
|
887
|
+
"help": "",
|
|
888
|
+
"units": "",
|
|
889
|
+
"examples": [],
|
|
890
|
+
"isReadOnly": false,
|
|
891
|
+
"isAdvanced": false,
|
|
892
|
+
"isHidden": false,
|
|
893
|
+
"isAnimatable": true,
|
|
894
|
+
"isExpression": false,
|
|
895
|
+
"isPython": false,
|
|
896
|
+
"dependsOn": [],
|
|
897
|
+
"affects": [],
|
|
898
|
+
"linkedTo": [],
|
|
899
|
+
"expressionLanguage": "",
|
|
900
|
+
"defaultExpression": "",
|
|
901
|
+
"commonExpressions": [],
|
|
902
|
+
"order": 0,
|
|
903
|
+
"isVisible": true,
|
|
904
|
+
"conditionalDisplay": null,
|
|
905
|
+
"isValid": true,
|
|
906
|
+
"validationErrors": [],
|
|
907
|
+
"lastUpdated": "2025-08-07T07:50:03.042Z",
|
|
908
|
+
"rawData": {},
|
|
909
|
+
"sourceElement": null
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"id": null,
|
|
913
|
+
"name": "New Center",
|
|
914
|
+
"label": "New Center",
|
|
915
|
+
"group": "General",
|
|
916
|
+
"page": "",
|
|
917
|
+
"type": "float",
|
|
918
|
+
"dataType": "number",
|
|
919
|
+
"style": "",
|
|
920
|
+
"defaultValue": null,
|
|
921
|
+
"minValue": null,
|
|
922
|
+
"maxValue": null,
|
|
923
|
+
"step": null,
|
|
924
|
+
"menuItems": [],
|
|
925
|
+
"menuLabels": [],
|
|
926
|
+
"allowCustom": false,
|
|
927
|
+
"maxLength": null,
|
|
928
|
+
"pattern": null,
|
|
929
|
+
"isArray": false,
|
|
930
|
+
"arraySize": 1,
|
|
931
|
+
"dimensions": 1,
|
|
932
|
+
"description": "newcenter - - A new optical center position that allows for shifting the transformed image within the output image frame. Using the same value as the Optical Center parameter will result in no post distortion offset. Using the Optimal Center value will produce the same results as the Optimal transform mode.\n\n newcenter1 - newcenter2 -",
|
|
933
|
+
"tooltip": "",
|
|
934
|
+
"help": "",
|
|
935
|
+
"units": "",
|
|
936
|
+
"examples": [],
|
|
937
|
+
"isReadOnly": false,
|
|
938
|
+
"isAdvanced": false,
|
|
939
|
+
"isHidden": false,
|
|
940
|
+
"isAnimatable": true,
|
|
941
|
+
"isExpression": false,
|
|
942
|
+
"isPython": false,
|
|
943
|
+
"dependsOn": [],
|
|
944
|
+
"affects": [],
|
|
945
|
+
"linkedTo": [],
|
|
946
|
+
"expressionLanguage": "",
|
|
947
|
+
"defaultExpression": "",
|
|
948
|
+
"commonExpressions": [],
|
|
949
|
+
"order": 0,
|
|
950
|
+
"isVisible": true,
|
|
951
|
+
"conditionalDisplay": null,
|
|
952
|
+
"isValid": true,
|
|
953
|
+
"validationErrors": [],
|
|
954
|
+
"lastUpdated": "2025-08-07T07:50:03.042Z",
|
|
955
|
+
"rawData": {},
|
|
956
|
+
"sourceElement": null
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"id": null,
|
|
960
|
+
"name": "New Center Unit",
|
|
961
|
+
"label": "New Center Unit",
|
|
962
|
+
"group": "General",
|
|
963
|
+
"page": "",
|
|
964
|
+
"type": "float",
|
|
965
|
+
"dataType": "number",
|
|
966
|
+
"style": "",
|
|
967
|
+
"defaultValue": null,
|
|
968
|
+
"minValue": null,
|
|
969
|
+
"maxValue": null,
|
|
970
|
+
"step": null,
|
|
971
|
+
"menuItems": [],
|
|
972
|
+
"menuLabels": [],
|
|
973
|
+
"allowCustom": false,
|
|
974
|
+
"maxLength": null,
|
|
975
|
+
"pattern": null,
|
|
976
|
+
"isArray": false,
|
|
977
|
+
"arraySize": 1,
|
|
978
|
+
"dimensions": 1,
|
|
979
|
+
"description": "newcenterunit - - Determines how the new center values are interpreted.\n\n relative - The center is measured in normalized coordinates from -0.5 to -0.5 relative to the center of the image. absolute - The center is measured in normalized coordinates (0 to 1) from the bottom-left corner of the image. pixelrel - The center is measured in pixel coordinates relative to the center of the image. pixelabs - The center is measured in absolute pixel coordinates from the bottom-left corner of the image.",
|
|
980
|
+
"tooltip": "",
|
|
981
|
+
"help": "",
|
|
982
|
+
"units": "",
|
|
983
|
+
"examples": [],
|
|
984
|
+
"isReadOnly": false,
|
|
985
|
+
"isAdvanced": false,
|
|
986
|
+
"isHidden": false,
|
|
987
|
+
"isAnimatable": true,
|
|
988
|
+
"isExpression": false,
|
|
989
|
+
"isPython": false,
|
|
990
|
+
"dependsOn": [],
|
|
991
|
+
"affects": [],
|
|
992
|
+
"linkedTo": [],
|
|
993
|
+
"expressionLanguage": "",
|
|
994
|
+
"defaultExpression": "",
|
|
995
|
+
"commonExpressions": [],
|
|
996
|
+
"order": 0,
|
|
997
|
+
"isVisible": true,
|
|
998
|
+
"conditionalDisplay": null,
|
|
999
|
+
"isValid": true,
|
|
1000
|
+
"validationErrors": [],
|
|
1001
|
+
"lastUpdated": "2025-08-07T07:50:03.042Z",
|
|
1002
|
+
"rawData": {},
|
|
1003
|
+
"sourceElement": null
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"id": null,
|
|
1007
|
+
"name": "New Focal Lengths",
|
|
1008
|
+
"label": "New Focal Lengths",
|
|
1009
|
+
"group": "General",
|
|
1010
|
+
"page": "",
|
|
1011
|
+
"type": "float",
|
|
1012
|
+
"dataType": "number",
|
|
1013
|
+
"style": "",
|
|
1014
|
+
"defaultValue": null,
|
|
1015
|
+
"minValue": null,
|
|
1016
|
+
"maxValue": null,
|
|
1017
|
+
"step": null,
|
|
1018
|
+
"menuItems": [],
|
|
1019
|
+
"menuLabels": [],
|
|
1020
|
+
"allowCustom": false,
|
|
1021
|
+
"maxLength": null,
|
|
1022
|
+
"pattern": null,
|
|
1023
|
+
"isArray": false,
|
|
1024
|
+
"arraySize": 1,
|
|
1025
|
+
"dimensions": 1,
|
|
1026
|
+
"description": "newfocallength - - A new focal length that allows for scaling the transformed image relative to output image frame. Using the same value as the Focal Lengths parameter will result in no post distortion scaling. Using the Optimal Focal Length value will produce the same results as the Optimal transform mode.\n\n newfocallength1 - newfocallength2 -",
|
|
1027
|
+
"tooltip": "",
|
|
1028
|
+
"help": "",
|
|
1029
|
+
"units": "",
|
|
1030
|
+
"examples": [],
|
|
1031
|
+
"isReadOnly": false,
|
|
1032
|
+
"isAdvanced": false,
|
|
1033
|
+
"isHidden": false,
|
|
1034
|
+
"isAnimatable": true,
|
|
1035
|
+
"isExpression": false,
|
|
1036
|
+
"isPython": false,
|
|
1037
|
+
"dependsOn": [],
|
|
1038
|
+
"affects": [],
|
|
1039
|
+
"linkedTo": [],
|
|
1040
|
+
"expressionLanguage": "",
|
|
1041
|
+
"defaultExpression": "",
|
|
1042
|
+
"commonExpressions": [],
|
|
1043
|
+
"order": 0,
|
|
1044
|
+
"isVisible": true,
|
|
1045
|
+
"conditionalDisplay": null,
|
|
1046
|
+
"isValid": true,
|
|
1047
|
+
"validationErrors": [],
|
|
1048
|
+
"lastUpdated": "2025-08-07T07:50:03.042Z",
|
|
1049
|
+
"rawData": {},
|
|
1050
|
+
"sourceElement": null
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"id": null,
|
|
1054
|
+
"name": "New Focal Length Units",
|
|
1055
|
+
"label": "New Focal Length Units",
|
|
1056
|
+
"group": "General",
|
|
1057
|
+
"page": "",
|
|
1058
|
+
"type": "float",
|
|
1059
|
+
"dataType": "number",
|
|
1060
|
+
"style": "",
|
|
1061
|
+
"defaultValue": null,
|
|
1062
|
+
"minValue": null,
|
|
1063
|
+
"maxValue": null,
|
|
1064
|
+
"step": null,
|
|
1065
|
+
"menuItems": [],
|
|
1066
|
+
"menuLabels": [],
|
|
1067
|
+
"allowCustom": false,
|
|
1068
|
+
"maxLength": null,
|
|
1069
|
+
"pattern": null,
|
|
1070
|
+
"isArray": false,
|
|
1071
|
+
"arraySize": 1,
|
|
1072
|
+
"dimensions": 1,
|
|
1073
|
+
"description": "newfocallengthunit - - \n\n fraction - The focal length is described in fractional or normalized coordinates. pixels - The focal length is described in pixels.",
|
|
1074
|
+
"tooltip": "",
|
|
1075
|
+
"help": "",
|
|
1076
|
+
"units": "",
|
|
1077
|
+
"examples": [],
|
|
1078
|
+
"isReadOnly": false,
|
|
1079
|
+
"isAdvanced": false,
|
|
1080
|
+
"isHidden": false,
|
|
1081
|
+
"isAnimatable": true,
|
|
1082
|
+
"isExpression": false,
|
|
1083
|
+
"isPython": false,
|
|
1084
|
+
"dependsOn": [],
|
|
1085
|
+
"affects": [],
|
|
1086
|
+
"linkedTo": [],
|
|
1087
|
+
"expressionLanguage": "",
|
|
1088
|
+
"defaultExpression": "",
|
|
1089
|
+
"commonExpressions": [],
|
|
1090
|
+
"order": 0,
|
|
1091
|
+
"isVisible": true,
|
|
1092
|
+
"conditionalDisplay": null,
|
|
1093
|
+
"isValid": true,
|
|
1094
|
+
"validationErrors": [],
|
|
1095
|
+
"lastUpdated": "2025-08-07T07:50:03.042Z",
|
|
1096
|
+
"rawData": {},
|
|
1097
|
+
"sourceElement": null
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"id": null,
|
|
1101
|
+
"name": "Center Offset",
|
|
1102
|
+
"label": "Center Offset",
|
|
1103
|
+
"group": "General",
|
|
1104
|
+
"page": "",
|
|
1105
|
+
"type": "float",
|
|
1106
|
+
"dataType": "number",
|
|
1107
|
+
"style": "",
|
|
1108
|
+
"defaultValue": null,
|
|
1109
|
+
"minValue": null,
|
|
1110
|
+
"maxValue": null,
|
|
1111
|
+
"step": null,
|
|
1112
|
+
"menuItems": [],
|
|
1113
|
+
"menuLabels": [],
|
|
1114
|
+
"allowCustom": false,
|
|
1115
|
+
"maxLength": null,
|
|
1116
|
+
"pattern": null,
|
|
1117
|
+
"isArray": false,
|
|
1118
|
+
"arraySize": 1,
|
|
1119
|
+
"dimensions": 1,
|
|
1120
|
+
"description": "centeroffset - - Shifts the distorted image within the output image frame.\n\n centeroffset1 - centeroffset2 -",
|
|
1121
|
+
"tooltip": "",
|
|
1122
|
+
"help": "",
|
|
1123
|
+
"units": "",
|
|
1124
|
+
"examples": [],
|
|
1125
|
+
"isReadOnly": false,
|
|
1126
|
+
"isAdvanced": false,
|
|
1127
|
+
"isHidden": false,
|
|
1128
|
+
"isAnimatable": true,
|
|
1129
|
+
"isExpression": false,
|
|
1130
|
+
"isPython": false,
|
|
1131
|
+
"dependsOn": [],
|
|
1132
|
+
"affects": [],
|
|
1133
|
+
"linkedTo": [],
|
|
1134
|
+
"expressionLanguage": "",
|
|
1135
|
+
"defaultExpression": "",
|
|
1136
|
+
"commonExpressions": [],
|
|
1137
|
+
"order": 0,
|
|
1138
|
+
"isVisible": true,
|
|
1139
|
+
"conditionalDisplay": null,
|
|
1140
|
+
"isValid": true,
|
|
1141
|
+
"validationErrors": [],
|
|
1142
|
+
"lastUpdated": "2025-08-07T07:50:03.043Z",
|
|
1143
|
+
"rawData": {},
|
|
1144
|
+
"sourceElement": null
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"id": null,
|
|
1148
|
+
"name": "Center Offset Unit",
|
|
1149
|
+
"label": "Center Offset Unit",
|
|
1150
|
+
"group": "General",
|
|
1151
|
+
"page": "",
|
|
1152
|
+
"type": "float",
|
|
1153
|
+
"dataType": "number",
|
|
1154
|
+
"style": "",
|
|
1155
|
+
"defaultValue": null,
|
|
1156
|
+
"minValue": null,
|
|
1157
|
+
"maxValue": null,
|
|
1158
|
+
"step": null,
|
|
1159
|
+
"menuItems": [],
|
|
1160
|
+
"menuLabels": [],
|
|
1161
|
+
"allowCustom": false,
|
|
1162
|
+
"maxLength": null,
|
|
1163
|
+
"pattern": null,
|
|
1164
|
+
"isArray": false,
|
|
1165
|
+
"arraySize": 1,
|
|
1166
|
+
"dimensions": 1,
|
|
1167
|
+
"description": "centeroffsetunit - - \n\n fraction - The offset amount is measured as a fraction of the output image from -0.5 to 0.5. pixels - The offset amount is measured in pixels of the input image.",
|
|
1168
|
+
"tooltip": "",
|
|
1169
|
+
"help": "",
|
|
1170
|
+
"units": "",
|
|
1171
|
+
"examples": [],
|
|
1172
|
+
"isReadOnly": false,
|
|
1173
|
+
"isAdvanced": false,
|
|
1174
|
+
"isHidden": false,
|
|
1175
|
+
"isAnimatable": true,
|
|
1176
|
+
"isExpression": false,
|
|
1177
|
+
"isPython": false,
|
|
1178
|
+
"dependsOn": [],
|
|
1179
|
+
"affects": [],
|
|
1180
|
+
"linkedTo": [],
|
|
1181
|
+
"expressionLanguage": "",
|
|
1182
|
+
"defaultExpression": "",
|
|
1183
|
+
"commonExpressions": [],
|
|
1184
|
+
"order": 0,
|
|
1185
|
+
"isVisible": true,
|
|
1186
|
+
"conditionalDisplay": null,
|
|
1187
|
+
"isValid": true,
|
|
1188
|
+
"validationErrors": [],
|
|
1189
|
+
"lastUpdated": "2025-08-07T07:50:03.043Z",
|
|
1190
|
+
"rawData": {},
|
|
1191
|
+
"sourceElement": null
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"id": null,
|
|
1195
|
+
"name": "Scale",
|
|
1196
|
+
"label": "Scale",
|
|
1197
|
+
"group": "General",
|
|
1198
|
+
"page": "",
|
|
1199
|
+
"type": "float",
|
|
1200
|
+
"dataType": "number",
|
|
1201
|
+
"style": "",
|
|
1202
|
+
"defaultValue": null,
|
|
1203
|
+
"minValue": null,
|
|
1204
|
+
"maxValue": null,
|
|
1205
|
+
"step": null,
|
|
1206
|
+
"menuItems": [],
|
|
1207
|
+
"menuLabels": [],
|
|
1208
|
+
"allowCustom": false,
|
|
1209
|
+
"maxLength": null,
|
|
1210
|
+
"pattern": null,
|
|
1211
|
+
"isArray": false,
|
|
1212
|
+
"arraySize": 1,
|
|
1213
|
+
"dimensions": 1,
|
|
1214
|
+
"description": "scale - - Performs an additional post-distortion scale on the image. The scale is relative to the original camera matrix, so values greater than 1 will stretch the image, while values less than 1 will shrink it.\n\n scale1 - scale2 -",
|
|
1215
|
+
"tooltip": "",
|
|
1216
|
+
"help": "",
|
|
1217
|
+
"units": "",
|
|
1218
|
+
"examples": [],
|
|
1219
|
+
"isReadOnly": false,
|
|
1220
|
+
"isAdvanced": false,
|
|
1221
|
+
"isHidden": false,
|
|
1222
|
+
"isAnimatable": true,
|
|
1223
|
+
"isExpression": false,
|
|
1224
|
+
"isPython": false,
|
|
1225
|
+
"dependsOn": [],
|
|
1226
|
+
"affects": [],
|
|
1227
|
+
"linkedTo": [],
|
|
1228
|
+
"expressionLanguage": "",
|
|
1229
|
+
"defaultExpression": "",
|
|
1230
|
+
"commonExpressions": [],
|
|
1231
|
+
"order": 0,
|
|
1232
|
+
"isVisible": true,
|
|
1233
|
+
"conditionalDisplay": null,
|
|
1234
|
+
"isValid": true,
|
|
1235
|
+
"validationErrors": [],
|
|
1236
|
+
"lastUpdated": "2025-08-07T07:50:03.043Z",
|
|
1237
|
+
"rawData": {},
|
|
1238
|
+
"sourceElement": null
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"id": null,
|
|
1242
|
+
"name": "Cropping",
|
|
1243
|
+
"label": "Cropping",
|
|
1244
|
+
"group": "General",
|
|
1245
|
+
"page": "",
|
|
1246
|
+
"type": "float",
|
|
1247
|
+
"dataType": "number",
|
|
1248
|
+
"style": "",
|
|
1249
|
+
"defaultValue": null,
|
|
1250
|
+
"minValue": null,
|
|
1251
|
+
"maxValue": null,
|
|
1252
|
+
"step": null,
|
|
1253
|
+
"menuItems": [],
|
|
1254
|
+
"menuLabels": [],
|
|
1255
|
+
"allowCustom": false,
|
|
1256
|
+
"maxLength": null,
|
|
1257
|
+
"pattern": null,
|
|
1258
|
+
"isArray": false,
|
|
1259
|
+
"arraySize": 1,
|
|
1260
|
+
"dimensions": 1,
|
|
1261
|
+
"description": "cropmode - - Crop the transformed image so that only part of the image will appear in the final output. Unless a custom resolution is given, the cropped region will be used to determine the final output resolution.\n\n none - No cropping is done. roi - The region of interest (ROI), as defined by the OpenCV function getNewCameraMatrix, is used to crop the final output. The ROI is automatically updated by any post transform functions, so this mode will still work when using a custom transform; however, cropping the ROI from a transformed image will generally produce the same result as using no transform or crop. custom - Enter custom cropping region in pixels or as a fraction of the frame. Entering the ROI values from an attached Info will produce the same results as using the Region of Interest cropping mode.",
|
|
1262
|
+
"tooltip": "",
|
|
1263
|
+
"help": "",
|
|
1264
|
+
"units": "",
|
|
1265
|
+
"examples": [],
|
|
1266
|
+
"isReadOnly": false,
|
|
1267
|
+
"isAdvanced": false,
|
|
1268
|
+
"isHidden": false,
|
|
1269
|
+
"isAnimatable": true,
|
|
1270
|
+
"isExpression": false,
|
|
1271
|
+
"isPython": false,
|
|
1272
|
+
"dependsOn": [],
|
|
1273
|
+
"affects": [],
|
|
1274
|
+
"linkedTo": [],
|
|
1275
|
+
"expressionLanguage": "",
|
|
1276
|
+
"defaultExpression": "",
|
|
1277
|
+
"commonExpressions": [],
|
|
1278
|
+
"order": 0,
|
|
1279
|
+
"isVisible": true,
|
|
1280
|
+
"conditionalDisplay": null,
|
|
1281
|
+
"isValid": true,
|
|
1282
|
+
"validationErrors": [],
|
|
1283
|
+
"lastUpdated": "2025-08-07T07:50:03.043Z",
|
|
1284
|
+
"rawData": {},
|
|
1285
|
+
"sourceElement": null
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"id": null,
|
|
1289
|
+
"name": "Custom Region",
|
|
1290
|
+
"label": "Custom Region",
|
|
1291
|
+
"group": "General",
|
|
1292
|
+
"page": "",
|
|
1293
|
+
"type": "float",
|
|
1294
|
+
"dataType": "number",
|
|
1295
|
+
"style": "",
|
|
1296
|
+
"defaultValue": null,
|
|
1297
|
+
"minValue": null,
|
|
1298
|
+
"maxValue": null,
|
|
1299
|
+
"step": null,
|
|
1300
|
+
"menuItems": [],
|
|
1301
|
+
"menuLabels": [],
|
|
1302
|
+
"allowCustom": false,
|
|
1303
|
+
"maxLength": null,
|
|
1304
|
+
"pattern": null,
|
|
1305
|
+
"isArray": false,
|
|
1306
|
+
"arraySize": 1,
|
|
1307
|
+
"dimensions": 1,
|
|
1308
|
+
"description": "cropregion - - Defines a custom cropping region in the order of Left, Bottom, Right, Top. The values can either be as a fraction of the image (0-1) or as pixels of the input image size. Entering the ROI values from an attached Info will produce the same results as using the Region of Interest cropping mode.\n\n cropregionx - The left side of the cropping region. cropregiony - The bottom side of the cropping region. cropregionz - The right side of the cropping region. cropregionw - The top side of the cropping region.",
|
|
1309
|
+
"tooltip": "",
|
|
1310
|
+
"help": "",
|
|
1311
|
+
"units": "",
|
|
1312
|
+
"examples": [],
|
|
1313
|
+
"isReadOnly": false,
|
|
1314
|
+
"isAdvanced": false,
|
|
1315
|
+
"isHidden": false,
|
|
1316
|
+
"isAnimatable": true,
|
|
1317
|
+
"isExpression": false,
|
|
1318
|
+
"isPython": false,
|
|
1319
|
+
"dependsOn": [],
|
|
1320
|
+
"affects": [],
|
|
1321
|
+
"linkedTo": [],
|
|
1322
|
+
"expressionLanguage": "",
|
|
1323
|
+
"defaultExpression": "",
|
|
1324
|
+
"commonExpressions": [],
|
|
1325
|
+
"order": 0,
|
|
1326
|
+
"isVisible": true,
|
|
1327
|
+
"conditionalDisplay": null,
|
|
1328
|
+
"isValid": true,
|
|
1329
|
+
"validationErrors": [],
|
|
1330
|
+
"lastUpdated": "2025-08-07T07:50:03.043Z",
|
|
1331
|
+
"rawData": {},
|
|
1332
|
+
"sourceElement": null
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"id": null,
|
|
1336
|
+
"name": "Crop Unit",
|
|
1337
|
+
"label": "Crop Unit",
|
|
1338
|
+
"group": "General",
|
|
1339
|
+
"page": "",
|
|
1340
|
+
"type": "float",
|
|
1341
|
+
"dataType": "number",
|
|
1342
|
+
"style": "",
|
|
1343
|
+
"defaultValue": null,
|
|
1344
|
+
"minValue": null,
|
|
1345
|
+
"maxValue": null,
|
|
1346
|
+
"step": null,
|
|
1347
|
+
"menuItems": [],
|
|
1348
|
+
"menuLabels": [],
|
|
1349
|
+
"allowCustom": false,
|
|
1350
|
+
"maxLength": null,
|
|
1351
|
+
"pattern": null,
|
|
1352
|
+
"isArray": false,
|
|
1353
|
+
"arraySize": 1,
|
|
1354
|
+
"dimensions": 1,
|
|
1355
|
+
"description": "cropunit - - The units used to interpret the values of the custom cropping region. Can be as fractions (0-1) of the image or as pixels of the input image size.\n\n fraction - pixels -",
|
|
1356
|
+
"tooltip": "",
|
|
1357
|
+
"help": "",
|
|
1358
|
+
"units": "",
|
|
1359
|
+
"examples": [],
|
|
1360
|
+
"isReadOnly": false,
|
|
1361
|
+
"isAdvanced": false,
|
|
1362
|
+
"isHidden": false,
|
|
1363
|
+
"isAnimatable": true,
|
|
1364
|
+
"isExpression": false,
|
|
1365
|
+
"isPython": false,
|
|
1366
|
+
"dependsOn": [],
|
|
1367
|
+
"affects": [],
|
|
1368
|
+
"linkedTo": [],
|
|
1369
|
+
"expressionLanguage": "",
|
|
1370
|
+
"defaultExpression": "",
|
|
1371
|
+
"commonExpressions": [],
|
|
1372
|
+
"order": 0,
|
|
1373
|
+
"isVisible": true,
|
|
1374
|
+
"conditionalDisplay": null,
|
|
1375
|
+
"isValid": true,
|
|
1376
|
+
"validationErrors": [],
|
|
1377
|
+
"lastUpdated": "2025-08-07T07:50:03.043Z",
|
|
1378
|
+
"rawData": {},
|
|
1379
|
+
"sourceElement": null
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"id": null,
|
|
1383
|
+
"name": "Scale Unit",
|
|
1384
|
+
"label": "Scale Unit",
|
|
1385
|
+
"group": "General",
|
|
1386
|
+
"page": "",
|
|
1387
|
+
"type": "float",
|
|
1388
|
+
"dataType": "number",
|
|
1389
|
+
"style": "",
|
|
1390
|
+
"defaultValue": null,
|
|
1391
|
+
"minValue": null,
|
|
1392
|
+
"maxValue": null,
|
|
1393
|
+
"step": null,
|
|
1394
|
+
"menuItems": [],
|
|
1395
|
+
"menuLabels": [],
|
|
1396
|
+
"allowCustom": false,
|
|
1397
|
+
"maxLength": null,
|
|
1398
|
+
"pattern": null,
|
|
1399
|
+
"isArray": false,
|
|
1400
|
+
"arraySize": 1,
|
|
1401
|
+
"dimensions": 1,
|
|
1402
|
+
"description": "scaleunit - - Determines how the scale values are used.\n\n fraction - The scale is described in fractional or normalized coordinates. pixels - The scale is described in pixels.",
|
|
1403
|
+
"tooltip": "",
|
|
1404
|
+
"help": "",
|
|
1405
|
+
"units": "",
|
|
1406
|
+
"examples": [],
|
|
1407
|
+
"isReadOnly": false,
|
|
1408
|
+
"isAdvanced": false,
|
|
1409
|
+
"isHidden": false,
|
|
1410
|
+
"isAnimatable": true,
|
|
1411
|
+
"isExpression": false,
|
|
1412
|
+
"isPython": false,
|
|
1413
|
+
"dependsOn": [],
|
|
1414
|
+
"affects": [],
|
|
1415
|
+
"linkedTo": [],
|
|
1416
|
+
"expressionLanguage": "",
|
|
1417
|
+
"defaultExpression": "",
|
|
1418
|
+
"commonExpressions": [],
|
|
1419
|
+
"order": 0,
|
|
1420
|
+
"isVisible": true,
|
|
1421
|
+
"conditionalDisplay": null,
|
|
1422
|
+
"isValid": true,
|
|
1423
|
+
"validationErrors": [],
|
|
1424
|
+
"lastUpdated": "2025-08-07T07:50:03.043Z",
|
|
1425
|
+
"rawData": {},
|
|
1426
|
+
"sourceElement": null
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"id": null,
|
|
1430
|
+
"name": "Output Resolution",
|
|
1431
|
+
"label": "Output Resolution",
|
|
1432
|
+
"group": "General",
|
|
1433
|
+
"page": "",
|
|
1434
|
+
"type": "float",
|
|
1435
|
+
"dataType": "number",
|
|
1436
|
+
"style": "",
|
|
1437
|
+
"defaultValue": null,
|
|
1438
|
+
"minValue": null,
|
|
1439
|
+
"maxValue": null,
|
|
1440
|
+
"step": null,
|
|
1441
|
+
"menuItems": [],
|
|
1442
|
+
"menuLabels": [],
|
|
1443
|
+
"allowCustom": false,
|
|
1444
|
+
"maxLength": null,
|
|
1445
|
+
"pattern": null,
|
|
1446
|
+
"isArray": false,
|
|
1447
|
+
"arraySize": 1,
|
|
1448
|
+
"dimensions": 1,
|
|
1449
|
+
"description": "outputresolution - - quickly change the resolution of the 's data.\n\n useinput - Uses the input's resolution. eighth - Multiply the input's resolution by that amount. quarter - Multiply the input's resolution by that amount. half - Multiply the input's resolution by that amount. 2x - Multiply the input's resolution by that amount. 4x - Multiply the input's resolution by that amount. 8x - Multiply the input's resolution by that amount. fit - Fits the width and height to the resolution given below, while maintaining the aspect ratio. limit - The width and height are limited to the resolution given below. If one of the dimensions exceeds the given resolution, the width and height will be reduced to fit inside the given limits while maintaining the aspect ratio. custom - Enables the parameter below, giving direct control over width and height.",
|
|
1450
|
+
"tooltip": "",
|
|
1451
|
+
"help": "",
|
|
1452
|
+
"units": "",
|
|
1453
|
+
"examples": [],
|
|
1454
|
+
"isReadOnly": false,
|
|
1455
|
+
"isAdvanced": false,
|
|
1456
|
+
"isHidden": false,
|
|
1457
|
+
"isAnimatable": true,
|
|
1458
|
+
"isExpression": false,
|
|
1459
|
+
"isPython": false,
|
|
1460
|
+
"dependsOn": [],
|
|
1461
|
+
"affects": [],
|
|
1462
|
+
"linkedTo": [],
|
|
1463
|
+
"expressionLanguage": "",
|
|
1464
|
+
"defaultExpression": "",
|
|
1465
|
+
"commonExpressions": [],
|
|
1466
|
+
"order": 0,
|
|
1467
|
+
"isVisible": true,
|
|
1468
|
+
"conditionalDisplay": null,
|
|
1469
|
+
"isValid": true,
|
|
1470
|
+
"validationErrors": [],
|
|
1471
|
+
"lastUpdated": "2025-08-07T07:50:03.044Z",
|
|
1472
|
+
"rawData": {},
|
|
1473
|
+
"sourceElement": null
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"id": null,
|
|
1477
|
+
"name": "Use Input",
|
|
1478
|
+
"label": "Use Input",
|
|
1479
|
+
"group": "General",
|
|
1480
|
+
"page": "",
|
|
1481
|
+
"type": "float",
|
|
1482
|
+
"dataType": "number",
|
|
1483
|
+
"style": "",
|
|
1484
|
+
"defaultValue": null,
|
|
1485
|
+
"minValue": null,
|
|
1486
|
+
"maxValue": null,
|
|
1487
|
+
"step": null,
|
|
1488
|
+
"menuItems": [],
|
|
1489
|
+
"menuLabels": [],
|
|
1490
|
+
"allowCustom": false,
|
|
1491
|
+
"maxLength": null,
|
|
1492
|
+
"pattern": null,
|
|
1493
|
+
"isArray": false,
|
|
1494
|
+
"arraySize": 1,
|
|
1495
|
+
"dimensions": 1,
|
|
1496
|
+
"description": "useinput - Uses the input's resolution. eighth - Multiply the input's resolution by that amount. quarter - Multiply the input's resolution by that amount. half - Multiply the input's resolution by that amount. 2x - Multiply the input's resolution by that amount. 4x - Multiply the input's resolution by that amount. 8x - Multiply the input's resolution by that amount. fit - Fits the width and height to the resolution given below, while maintaining the aspect ratio. limit - The width and height are limited to the resolution given below. If one of the dimensions exceeds the given resolution, the width and height will be reduced to fit inside the given limits while maintaining the aspect ratio. custom - Enables the parameter below, giving direct control over width and height.",
|
|
1497
|
+
"tooltip": "",
|
|
1498
|
+
"help": "",
|
|
1499
|
+
"units": "",
|
|
1500
|
+
"examples": [],
|
|
1501
|
+
"isReadOnly": false,
|
|
1502
|
+
"isAdvanced": false,
|
|
1503
|
+
"isHidden": false,
|
|
1504
|
+
"isAnimatable": true,
|
|
1505
|
+
"isExpression": false,
|
|
1506
|
+
"isPython": false,
|
|
1507
|
+
"dependsOn": [],
|
|
1508
|
+
"affects": [],
|
|
1509
|
+
"linkedTo": [],
|
|
1510
|
+
"expressionLanguage": "",
|
|
1511
|
+
"defaultExpression": "",
|
|
1512
|
+
"commonExpressions": [],
|
|
1513
|
+
"order": 0,
|
|
1514
|
+
"isVisible": true,
|
|
1515
|
+
"conditionalDisplay": null,
|
|
1516
|
+
"isValid": true,
|
|
1517
|
+
"validationErrors": [],
|
|
1518
|
+
"lastUpdated": "2025-08-07T07:50:03.044Z",
|
|
1519
|
+
"rawData": {},
|
|
1520
|
+
"sourceElement": null
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"id": null,
|
|
1524
|
+
"name": "Resolution",
|
|
1525
|
+
"label": "Resolution",
|
|
1526
|
+
"group": "General",
|
|
1527
|
+
"page": "",
|
|
1528
|
+
"type": "float",
|
|
1529
|
+
"dataType": "number",
|
|
1530
|
+
"style": "",
|
|
1531
|
+
"defaultValue": null,
|
|
1532
|
+
"minValue": null,
|
|
1533
|
+
"maxValue": null,
|
|
1534
|
+
"step": null,
|
|
1535
|
+
"menuItems": [],
|
|
1536
|
+
"menuLabels": [],
|
|
1537
|
+
"allowCustom": false,
|
|
1538
|
+
"maxLength": null,
|
|
1539
|
+
"pattern": null,
|
|
1540
|
+
"isArray": false,
|
|
1541
|
+
"arraySize": 1,
|
|
1542
|
+
"dimensions": 1,
|
|
1543
|
+
"description": "resolution - - Enabled only when the parameter is set to Custom . Some Generators like Constant and Ramp do not use inputs and only use this field to determine their size. The drop down menu on the right provides some commonly used resolutions.\n\n resolutionw - resolutionh -",
|
|
1544
|
+
"tooltip": "",
|
|
1545
|
+
"help": "",
|
|
1546
|
+
"units": "",
|
|
1547
|
+
"examples": [],
|
|
1548
|
+
"isReadOnly": false,
|
|
1549
|
+
"isAdvanced": false,
|
|
1550
|
+
"isHidden": false,
|
|
1551
|
+
"isAnimatable": true,
|
|
1552
|
+
"isExpression": false,
|
|
1553
|
+
"isPython": false,
|
|
1554
|
+
"dependsOn": [],
|
|
1555
|
+
"affects": [],
|
|
1556
|
+
"linkedTo": [],
|
|
1557
|
+
"expressionLanguage": "",
|
|
1558
|
+
"defaultExpression": "",
|
|
1559
|
+
"commonExpressions": [],
|
|
1560
|
+
"order": 0,
|
|
1561
|
+
"isVisible": true,
|
|
1562
|
+
"conditionalDisplay": null,
|
|
1563
|
+
"isValid": true,
|
|
1564
|
+
"validationErrors": [],
|
|
1565
|
+
"lastUpdated": "2025-08-07T07:50:03.044Z",
|
|
1566
|
+
"rawData": {},
|
|
1567
|
+
"sourceElement": null
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"id": null,
|
|
1571
|
+
"name": "W",
|
|
1572
|
+
"label": "W",
|
|
1573
|
+
"group": "General",
|
|
1574
|
+
"page": "",
|
|
1575
|
+
"type": "float",
|
|
1576
|
+
"dataType": "number",
|
|
1577
|
+
"style": "",
|
|
1578
|
+
"defaultValue": null,
|
|
1579
|
+
"minValue": null,
|
|
1580
|
+
"maxValue": null,
|
|
1581
|
+
"step": null,
|
|
1582
|
+
"menuItems": [],
|
|
1583
|
+
"menuLabels": [],
|
|
1584
|
+
"allowCustom": false,
|
|
1585
|
+
"maxLength": null,
|
|
1586
|
+
"pattern": null,
|
|
1587
|
+
"isArray": false,
|
|
1588
|
+
"arraySize": 1,
|
|
1589
|
+
"dimensions": 1,
|
|
1590
|
+
"description": "resolutionw - resolutionh -",
|
|
1591
|
+
"tooltip": "",
|
|
1592
|
+
"help": "",
|
|
1593
|
+
"units": "",
|
|
1594
|
+
"examples": [],
|
|
1595
|
+
"isReadOnly": false,
|
|
1596
|
+
"isAdvanced": false,
|
|
1597
|
+
"isHidden": false,
|
|
1598
|
+
"isAnimatable": true,
|
|
1599
|
+
"isExpression": false,
|
|
1600
|
+
"isPython": false,
|
|
1601
|
+
"dependsOn": [],
|
|
1602
|
+
"affects": [],
|
|
1603
|
+
"linkedTo": [],
|
|
1604
|
+
"expressionLanguage": "",
|
|
1605
|
+
"defaultExpression": "",
|
|
1606
|
+
"commonExpressions": [],
|
|
1607
|
+
"order": 0,
|
|
1608
|
+
"isVisible": true,
|
|
1609
|
+
"conditionalDisplay": null,
|
|
1610
|
+
"isValid": true,
|
|
1611
|
+
"validationErrors": [],
|
|
1612
|
+
"lastUpdated": "2025-08-07T07:50:03.044Z",
|
|
1613
|
+
"rawData": {},
|
|
1614
|
+
"sourceElement": null
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"id": null,
|
|
1618
|
+
"name": "Resolution Menu",
|
|
1619
|
+
"label": "Resolution Menu",
|
|
1620
|
+
"group": "General",
|
|
1621
|
+
"page": "",
|
|
1622
|
+
"type": "float",
|
|
1623
|
+
"dataType": "number",
|
|
1624
|
+
"style": "",
|
|
1625
|
+
"defaultValue": null,
|
|
1626
|
+
"minValue": null,
|
|
1627
|
+
"maxValue": null,
|
|
1628
|
+
"step": null,
|
|
1629
|
+
"menuItems": [],
|
|
1630
|
+
"menuLabels": [],
|
|
1631
|
+
"allowCustom": false,
|
|
1632
|
+
"maxLength": null,
|
|
1633
|
+
"pattern": null,
|
|
1634
|
+
"isArray": false,
|
|
1635
|
+
"arraySize": 1,
|
|
1636
|
+
"dimensions": 1,
|
|
1637
|
+
"description": "resmenu - A drop-down menu with some commonly used resolutions.",
|
|
1638
|
+
"tooltip": "",
|
|
1639
|
+
"help": "",
|
|
1640
|
+
"units": "",
|
|
1641
|
+
"examples": [],
|
|
1642
|
+
"isReadOnly": false,
|
|
1643
|
+
"isAdvanced": false,
|
|
1644
|
+
"isHidden": false,
|
|
1645
|
+
"isAnimatable": true,
|
|
1646
|
+
"isExpression": false,
|
|
1647
|
+
"isPython": false,
|
|
1648
|
+
"dependsOn": [],
|
|
1649
|
+
"affects": [],
|
|
1650
|
+
"linkedTo": [],
|
|
1651
|
+
"expressionLanguage": "",
|
|
1652
|
+
"defaultExpression": "",
|
|
1653
|
+
"commonExpressions": [],
|
|
1654
|
+
"order": 0,
|
|
1655
|
+
"isVisible": true,
|
|
1656
|
+
"conditionalDisplay": null,
|
|
1657
|
+
"isValid": true,
|
|
1658
|
+
"validationErrors": [],
|
|
1659
|
+
"lastUpdated": "2025-08-07T07:50:03.044Z",
|
|
1660
|
+
"rawData": {},
|
|
1661
|
+
"sourceElement": null
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"id": null,
|
|
1665
|
+
"name": "Use Global Res Multiplier",
|
|
1666
|
+
"label": "Use Global Res Multiplier",
|
|
1667
|
+
"group": "General",
|
|
1668
|
+
"page": "",
|
|
1669
|
+
"type": "float",
|
|
1670
|
+
"dataType": "number",
|
|
1671
|
+
"style": "",
|
|
1672
|
+
"defaultValue": null,
|
|
1673
|
+
"minValue": null,
|
|
1674
|
+
"maxValue": null,
|
|
1675
|
+
"step": null,
|
|
1676
|
+
"menuItems": [],
|
|
1677
|
+
"menuLabels": [],
|
|
1678
|
+
"allowCustom": false,
|
|
1679
|
+
"maxLength": null,
|
|
1680
|
+
"pattern": null,
|
|
1681
|
+
"isArray": false,
|
|
1682
|
+
"arraySize": 1,
|
|
1683
|
+
"dimensions": 1,
|
|
1684
|
+
"description": "resmult - Uses the Global Multiplier found in Edit>Preferences>TOPs. This multiplies all the TOPs resolutions by the set amount. This is handy when working on computers with different hardware specifications. If a project is designed on a desktop workstation with lots of graphics memory, a user on a laptop with only 64MB VRAM can set the Global Multiplier to a value of half or quarter so it runs at an acceptable speed. By checking this checkbox on, this is affected by the global multiplier.",
|
|
1685
|
+
"tooltip": "",
|
|
1686
|
+
"help": "",
|
|
1687
|
+
"units": "",
|
|
1688
|
+
"examples": [],
|
|
1689
|
+
"isReadOnly": false,
|
|
1690
|
+
"isAdvanced": false,
|
|
1691
|
+
"isHidden": false,
|
|
1692
|
+
"isAnimatable": true,
|
|
1693
|
+
"isExpression": false,
|
|
1694
|
+
"isPython": false,
|
|
1695
|
+
"dependsOn": [],
|
|
1696
|
+
"affects": [],
|
|
1697
|
+
"linkedTo": [],
|
|
1698
|
+
"expressionLanguage": "",
|
|
1699
|
+
"defaultExpression": "",
|
|
1700
|
+
"commonExpressions": [],
|
|
1701
|
+
"order": 0,
|
|
1702
|
+
"isVisible": true,
|
|
1703
|
+
"conditionalDisplay": null,
|
|
1704
|
+
"isValid": true,
|
|
1705
|
+
"validationErrors": [],
|
|
1706
|
+
"lastUpdated": "2025-08-07T07:50:03.044Z",
|
|
1707
|
+
"rawData": {},
|
|
1708
|
+
"sourceElement": null
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"id": null,
|
|
1712
|
+
"name": "Output Aspect",
|
|
1713
|
+
"label": "Output Aspect",
|
|
1714
|
+
"group": "General",
|
|
1715
|
+
"page": "",
|
|
1716
|
+
"type": "float",
|
|
1717
|
+
"dataType": "number",
|
|
1718
|
+
"style": "",
|
|
1719
|
+
"defaultValue": null,
|
|
1720
|
+
"minValue": null,
|
|
1721
|
+
"maxValue": null,
|
|
1722
|
+
"step": null,
|
|
1723
|
+
"menuItems": [],
|
|
1724
|
+
"menuLabels": [],
|
|
1725
|
+
"allowCustom": false,
|
|
1726
|
+
"maxLength": null,
|
|
1727
|
+
"pattern": null,
|
|
1728
|
+
"isArray": false,
|
|
1729
|
+
"arraySize": 1,
|
|
1730
|
+
"dimensions": 1,
|
|
1731
|
+
"description": "outputaspect - - Sets the image aspect ratio allowing any textures to be viewed in any size. Watch for unexpected results when compositing TOPs with different aspect ratios. (You can define images with non-square pixels using xres, yres, aspectx, aspecty where xres/yres != aspectx/aspecty.)\n\n useinput - Uses the input's aspect ratio. resolution - Uses the aspect of the image's defined resolution (ie 512x256 would be 2:1), whereby each pixel is square. custom - Lets you explicitly define a custom aspect ratio in the Aspect parameter below.",
|
|
1732
|
+
"tooltip": "",
|
|
1733
|
+
"help": "",
|
|
1734
|
+
"units": "",
|
|
1735
|
+
"examples": [],
|
|
1736
|
+
"isReadOnly": false,
|
|
1737
|
+
"isAdvanced": false,
|
|
1738
|
+
"isHidden": false,
|
|
1739
|
+
"isAnimatable": true,
|
|
1740
|
+
"isExpression": false,
|
|
1741
|
+
"isPython": false,
|
|
1742
|
+
"dependsOn": [],
|
|
1743
|
+
"affects": [],
|
|
1744
|
+
"linkedTo": [],
|
|
1745
|
+
"expressionLanguage": "",
|
|
1746
|
+
"defaultExpression": "",
|
|
1747
|
+
"commonExpressions": [],
|
|
1748
|
+
"order": 0,
|
|
1749
|
+
"isVisible": true,
|
|
1750
|
+
"conditionalDisplay": null,
|
|
1751
|
+
"isValid": true,
|
|
1752
|
+
"validationErrors": [],
|
|
1753
|
+
"lastUpdated": "2025-08-07T07:50:03.044Z",
|
|
1754
|
+
"rawData": {},
|
|
1755
|
+
"sourceElement": null
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"id": null,
|
|
1759
|
+
"name": "Aspect",
|
|
1760
|
+
"label": "Aspect",
|
|
1761
|
+
"group": "General",
|
|
1762
|
+
"page": "",
|
|
1763
|
+
"type": "float",
|
|
1764
|
+
"dataType": "number",
|
|
1765
|
+
"style": "",
|
|
1766
|
+
"defaultValue": null,
|
|
1767
|
+
"minValue": null,
|
|
1768
|
+
"maxValue": null,
|
|
1769
|
+
"step": null,
|
|
1770
|
+
"menuItems": [],
|
|
1771
|
+
"menuLabels": [],
|
|
1772
|
+
"allowCustom": false,
|
|
1773
|
+
"maxLength": null,
|
|
1774
|
+
"pattern": null,
|
|
1775
|
+
"isArray": false,
|
|
1776
|
+
"arraySize": 1,
|
|
1777
|
+
"dimensions": 1,
|
|
1778
|
+
"description": "aspect - - Use when Output Aspect parameter is set to Custom Aspect.\n\n aspect1 - aspect2 -",
|
|
1779
|
+
"tooltip": "",
|
|
1780
|
+
"help": "",
|
|
1781
|
+
"units": "",
|
|
1782
|
+
"examples": [],
|
|
1783
|
+
"isReadOnly": false,
|
|
1784
|
+
"isAdvanced": false,
|
|
1785
|
+
"isHidden": false,
|
|
1786
|
+
"isAnimatable": true,
|
|
1787
|
+
"isExpression": false,
|
|
1788
|
+
"isPython": false,
|
|
1789
|
+
"dependsOn": [],
|
|
1790
|
+
"affects": [],
|
|
1791
|
+
"linkedTo": [],
|
|
1792
|
+
"expressionLanguage": "",
|
|
1793
|
+
"defaultExpression": "",
|
|
1794
|
+
"commonExpressions": [],
|
|
1795
|
+
"order": 0,
|
|
1796
|
+
"isVisible": true,
|
|
1797
|
+
"conditionalDisplay": null,
|
|
1798
|
+
"isValid": true,
|
|
1799
|
+
"validationErrors": [],
|
|
1800
|
+
"lastUpdated": "2025-08-07T07:50:03.044Z",
|
|
1801
|
+
"rawData": {},
|
|
1802
|
+
"sourceElement": null
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"id": null,
|
|
1806
|
+
"name": "Aspect1",
|
|
1807
|
+
"label": "Aspect1",
|
|
1808
|
+
"group": "General",
|
|
1809
|
+
"page": "",
|
|
1810
|
+
"type": "float",
|
|
1811
|
+
"dataType": "number",
|
|
1812
|
+
"style": "",
|
|
1813
|
+
"defaultValue": null,
|
|
1814
|
+
"minValue": null,
|
|
1815
|
+
"maxValue": null,
|
|
1816
|
+
"step": null,
|
|
1817
|
+
"menuItems": [],
|
|
1818
|
+
"menuLabels": [],
|
|
1819
|
+
"allowCustom": false,
|
|
1820
|
+
"maxLength": null,
|
|
1821
|
+
"pattern": null,
|
|
1822
|
+
"isArray": false,
|
|
1823
|
+
"arraySize": 1,
|
|
1824
|
+
"dimensions": 1,
|
|
1825
|
+
"description": "aspect1 - aspect2 -",
|
|
1826
|
+
"tooltip": "",
|
|
1827
|
+
"help": "",
|
|
1828
|
+
"units": "",
|
|
1829
|
+
"examples": [],
|
|
1830
|
+
"isReadOnly": false,
|
|
1831
|
+
"isAdvanced": false,
|
|
1832
|
+
"isHidden": false,
|
|
1833
|
+
"isAnimatable": true,
|
|
1834
|
+
"isExpression": false,
|
|
1835
|
+
"isPython": false,
|
|
1836
|
+
"dependsOn": [],
|
|
1837
|
+
"affects": [],
|
|
1838
|
+
"linkedTo": [],
|
|
1839
|
+
"expressionLanguage": "",
|
|
1840
|
+
"defaultExpression": "",
|
|
1841
|
+
"commonExpressions": [],
|
|
1842
|
+
"order": 0,
|
|
1843
|
+
"isVisible": true,
|
|
1844
|
+
"conditionalDisplay": null,
|
|
1845
|
+
"isValid": true,
|
|
1846
|
+
"validationErrors": [],
|
|
1847
|
+
"lastUpdated": "2025-08-07T07:50:03.044Z",
|
|
1848
|
+
"rawData": {},
|
|
1849
|
+
"sourceElement": null
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"id": null,
|
|
1853
|
+
"name": "Aspect Menu",
|
|
1854
|
+
"label": "Aspect Menu",
|
|
1855
|
+
"group": "General",
|
|
1856
|
+
"page": "",
|
|
1857
|
+
"type": "float",
|
|
1858
|
+
"dataType": "number",
|
|
1859
|
+
"style": "",
|
|
1860
|
+
"defaultValue": null,
|
|
1861
|
+
"minValue": null,
|
|
1862
|
+
"maxValue": null,
|
|
1863
|
+
"step": null,
|
|
1864
|
+
"menuItems": [],
|
|
1865
|
+
"menuLabels": [],
|
|
1866
|
+
"allowCustom": false,
|
|
1867
|
+
"maxLength": null,
|
|
1868
|
+
"pattern": null,
|
|
1869
|
+
"isArray": false,
|
|
1870
|
+
"arraySize": 1,
|
|
1871
|
+
"dimensions": 1,
|
|
1872
|
+
"description": "armenu - A drop-down menu with some commonly used aspect ratios.",
|
|
1873
|
+
"tooltip": "",
|
|
1874
|
+
"help": "",
|
|
1875
|
+
"units": "",
|
|
1876
|
+
"examples": [],
|
|
1877
|
+
"isReadOnly": false,
|
|
1878
|
+
"isAdvanced": false,
|
|
1879
|
+
"isHidden": false,
|
|
1880
|
+
"isAnimatable": true,
|
|
1881
|
+
"isExpression": false,
|
|
1882
|
+
"isPython": false,
|
|
1883
|
+
"dependsOn": [],
|
|
1884
|
+
"affects": [],
|
|
1885
|
+
"linkedTo": [],
|
|
1886
|
+
"expressionLanguage": "",
|
|
1887
|
+
"defaultExpression": "",
|
|
1888
|
+
"commonExpressions": [],
|
|
1889
|
+
"order": 0,
|
|
1890
|
+
"isVisible": true,
|
|
1891
|
+
"conditionalDisplay": null,
|
|
1892
|
+
"isValid": true,
|
|
1893
|
+
"validationErrors": [],
|
|
1894
|
+
"lastUpdated": "2025-08-07T07:50:03.044Z",
|
|
1895
|
+
"rawData": {},
|
|
1896
|
+
"sourceElement": null
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"id": null,
|
|
1900
|
+
"name": "Input Smoothness",
|
|
1901
|
+
"label": "Input Smoothness",
|
|
1902
|
+
"group": "General",
|
|
1903
|
+
"page": "",
|
|
1904
|
+
"type": "float",
|
|
1905
|
+
"dataType": "number",
|
|
1906
|
+
"style": "",
|
|
1907
|
+
"defaultValue": null,
|
|
1908
|
+
"minValue": null,
|
|
1909
|
+
"maxValue": null,
|
|
1910
|
+
"step": null,
|
|
1911
|
+
"menuItems": [],
|
|
1912
|
+
"menuLabels": [],
|
|
1913
|
+
"allowCustom": false,
|
|
1914
|
+
"maxLength": null,
|
|
1915
|
+
"pattern": null,
|
|
1916
|
+
"isArray": false,
|
|
1917
|
+
"arraySize": 1,
|
|
1918
|
+
"dimensions": 1,
|
|
1919
|
+
"description": "inputfiltertype - - This controls pixel filtering on the input image of the .\n\n nearest - Uses nearest pixel or accurate image representation. Images will look jaggy when viewing at any zoom level other than Native . linear - Uses linear filtering between pixels. This is how you get images in viewers to look good at various zoom levels, especially useful when using any Fill Viewer setting other than Native . mipmap - Uses mipmap filtering when scaling images. This can be used to reduce artifacts and sparkling in moving/scaling images that have lots of detail.",
|
|
1920
|
+
"tooltip": "",
|
|
1921
|
+
"help": "",
|
|
1922
|
+
"units": "",
|
|
1923
|
+
"examples": [],
|
|
1924
|
+
"isReadOnly": false,
|
|
1925
|
+
"isAdvanced": false,
|
|
1926
|
+
"isHidden": false,
|
|
1927
|
+
"isAnimatable": true,
|
|
1928
|
+
"isExpression": false,
|
|
1929
|
+
"isPython": false,
|
|
1930
|
+
"dependsOn": [],
|
|
1931
|
+
"affects": [],
|
|
1932
|
+
"linkedTo": [],
|
|
1933
|
+
"expressionLanguage": "",
|
|
1934
|
+
"defaultExpression": "",
|
|
1935
|
+
"commonExpressions": [],
|
|
1936
|
+
"order": 0,
|
|
1937
|
+
"isVisible": true,
|
|
1938
|
+
"conditionalDisplay": null,
|
|
1939
|
+
"isValid": true,
|
|
1940
|
+
"validationErrors": [],
|
|
1941
|
+
"lastUpdated": "2025-08-07T07:50:03.044Z",
|
|
1942
|
+
"rawData": {},
|
|
1943
|
+
"sourceElement": null
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"id": null,
|
|
1947
|
+
"name": "Nearest Pixel",
|
|
1948
|
+
"label": "Nearest Pixel",
|
|
1949
|
+
"group": "General",
|
|
1950
|
+
"page": "",
|
|
1951
|
+
"type": "float",
|
|
1952
|
+
"dataType": "number",
|
|
1953
|
+
"style": "",
|
|
1954
|
+
"defaultValue": null,
|
|
1955
|
+
"minValue": null,
|
|
1956
|
+
"maxValue": null,
|
|
1957
|
+
"step": null,
|
|
1958
|
+
"menuItems": [],
|
|
1959
|
+
"menuLabels": [],
|
|
1960
|
+
"allowCustom": false,
|
|
1961
|
+
"maxLength": null,
|
|
1962
|
+
"pattern": null,
|
|
1963
|
+
"isArray": false,
|
|
1964
|
+
"arraySize": 1,
|
|
1965
|
+
"dimensions": 1,
|
|
1966
|
+
"description": "nearest - Uses nearest pixel or accurate image representation. Images will look jaggy when viewing at any zoom level other than Native . linear - Uses linear filtering between pixels. This is how you get images in viewers to look good at various zoom levels, especially useful when using any Fill Viewer setting other than Native . mipmap - Uses mipmap filtering when scaling images. This can be used to reduce artifacts and sparkling in moving/scaling images that have lots of detail.",
|
|
1967
|
+
"tooltip": "",
|
|
1968
|
+
"help": "",
|
|
1969
|
+
"units": "",
|
|
1970
|
+
"examples": [],
|
|
1971
|
+
"isReadOnly": false,
|
|
1972
|
+
"isAdvanced": false,
|
|
1973
|
+
"isHidden": false,
|
|
1974
|
+
"isAnimatable": true,
|
|
1975
|
+
"isExpression": false,
|
|
1976
|
+
"isPython": false,
|
|
1977
|
+
"dependsOn": [],
|
|
1978
|
+
"affects": [],
|
|
1979
|
+
"linkedTo": [],
|
|
1980
|
+
"expressionLanguage": "",
|
|
1981
|
+
"defaultExpression": "",
|
|
1982
|
+
"commonExpressions": [],
|
|
1983
|
+
"order": 0,
|
|
1984
|
+
"isVisible": true,
|
|
1985
|
+
"conditionalDisplay": null,
|
|
1986
|
+
"isValid": true,
|
|
1987
|
+
"validationErrors": [],
|
|
1988
|
+
"lastUpdated": "2025-08-07T07:50:03.044Z",
|
|
1989
|
+
"rawData": {},
|
|
1990
|
+
"sourceElement": null
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"id": null,
|
|
1994
|
+
"name": "Fill Viewer",
|
|
1995
|
+
"label": "Fill Viewer",
|
|
1996
|
+
"group": "General",
|
|
1997
|
+
"page": "",
|
|
1998
|
+
"type": "float",
|
|
1999
|
+
"dataType": "number",
|
|
2000
|
+
"style": "",
|
|
2001
|
+
"defaultValue": null,
|
|
2002
|
+
"minValue": null,
|
|
2003
|
+
"maxValue": null,
|
|
2004
|
+
"step": null,
|
|
2005
|
+
"menuItems": [],
|
|
2006
|
+
"menuLabels": [],
|
|
2007
|
+
"allowCustom": false,
|
|
2008
|
+
"maxLength": null,
|
|
2009
|
+
"pattern": null,
|
|
2010
|
+
"isArray": false,
|
|
2011
|
+
"arraySize": 1,
|
|
2012
|
+
"dimensions": 1,
|
|
2013
|
+
"description": "fillmode - - Determine how the image is displayed in the viewer.\nNOTE:To get an understanding of how TOPs work with images, you will want to set this to Native as you lay down TOPs when starting out. This will let you see what is actually happening without any automatic viewer resizing.\n\n\n useinput - Uses the same Fill Viewer settings as it's input. fill - Stretches the image to fit the edges of the viewer. width - Stretches image to fit viewer horizontally. height - Stretches image to fit viewer vertically. best - Stretches or squashes image so no part of image is cropped. outside - Stretches or squashes image so image fills viewer while constraining it's proportions. This often leads to part of image getting cropped by viewer. nativeres - Displays the native resolution of the image in the viewer.",
|
|
2014
|
+
"tooltip": "",
|
|
2015
|
+
"help": "",
|
|
2016
|
+
"units": "",
|
|
2017
|
+
"examples": [],
|
|
2018
|
+
"isReadOnly": false,
|
|
2019
|
+
"isAdvanced": false,
|
|
2020
|
+
"isHidden": false,
|
|
2021
|
+
"isAnimatable": true,
|
|
2022
|
+
"isExpression": false,
|
|
2023
|
+
"isPython": false,
|
|
2024
|
+
"dependsOn": [],
|
|
2025
|
+
"affects": [],
|
|
2026
|
+
"linkedTo": [],
|
|
2027
|
+
"expressionLanguage": "",
|
|
2028
|
+
"defaultExpression": "",
|
|
2029
|
+
"commonExpressions": [],
|
|
2030
|
+
"order": 0,
|
|
2031
|
+
"isVisible": true,
|
|
2032
|
+
"conditionalDisplay": null,
|
|
2033
|
+
"isValid": true,
|
|
2034
|
+
"validationErrors": [],
|
|
2035
|
+
"lastUpdated": "2025-08-07T07:50:03.045Z",
|
|
2036
|
+
"rawData": {},
|
|
2037
|
+
"sourceElement": null
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"id": null,
|
|
2041
|
+
"name": "Viewer Smoothness",
|
|
2042
|
+
"label": "Viewer Smoothness",
|
|
2043
|
+
"group": "General",
|
|
2044
|
+
"page": "",
|
|
2045
|
+
"type": "float",
|
|
2046
|
+
"dataType": "number",
|
|
2047
|
+
"style": "",
|
|
2048
|
+
"defaultValue": null,
|
|
2049
|
+
"minValue": null,
|
|
2050
|
+
"maxValue": null,
|
|
2051
|
+
"step": null,
|
|
2052
|
+
"menuItems": [],
|
|
2053
|
+
"menuLabels": [],
|
|
2054
|
+
"allowCustom": false,
|
|
2055
|
+
"maxLength": null,
|
|
2056
|
+
"pattern": null,
|
|
2057
|
+
"isArray": false,
|
|
2058
|
+
"arraySize": 1,
|
|
2059
|
+
"dimensions": 1,
|
|
2060
|
+
"description": "filtertype - - This controls pixel filtering in the viewers.\n\n nearest - Uses nearest pixel or accurate image representation. Images will look jaggy when viewing at any zoom level other than Native . linear - Uses linear filtering between pixels. Use this to get images in viewers to look good at various zoom levels, especially useful when using any Fill Viewer setting other than Native . mipmap - Uses mipmap filtering when scaling images. This can be used to reduce artifacts and sparkling in moving/scaling images that have lots of detail.",
|
|
2061
|
+
"tooltip": "",
|
|
2062
|
+
"help": "",
|
|
2063
|
+
"units": "",
|
|
2064
|
+
"examples": [],
|
|
2065
|
+
"isReadOnly": false,
|
|
2066
|
+
"isAdvanced": false,
|
|
2067
|
+
"isHidden": false,
|
|
2068
|
+
"isAnimatable": true,
|
|
2069
|
+
"isExpression": false,
|
|
2070
|
+
"isPython": false,
|
|
2071
|
+
"dependsOn": [],
|
|
2072
|
+
"affects": [],
|
|
2073
|
+
"linkedTo": [],
|
|
2074
|
+
"expressionLanguage": "",
|
|
2075
|
+
"defaultExpression": "",
|
|
2076
|
+
"commonExpressions": [],
|
|
2077
|
+
"order": 0,
|
|
2078
|
+
"isVisible": true,
|
|
2079
|
+
"conditionalDisplay": null,
|
|
2080
|
+
"isValid": true,
|
|
2081
|
+
"validationErrors": [],
|
|
2082
|
+
"lastUpdated": "2025-08-07T07:50:03.045Z",
|
|
2083
|
+
"rawData": {},
|
|
2084
|
+
"sourceElement": null
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"id": null,
|
|
2088
|
+
"name": "Passes",
|
|
2089
|
+
"label": "Passes",
|
|
2090
|
+
"group": "General",
|
|
2091
|
+
"page": "",
|
|
2092
|
+
"type": "float",
|
|
2093
|
+
"dataType": "number",
|
|
2094
|
+
"style": "",
|
|
2095
|
+
"defaultValue": null,
|
|
2096
|
+
"minValue": null,
|
|
2097
|
+
"maxValue": null,
|
|
2098
|
+
"step": null,
|
|
2099
|
+
"menuItems": [],
|
|
2100
|
+
"menuLabels": [],
|
|
2101
|
+
"allowCustom": false,
|
|
2102
|
+
"maxLength": null,
|
|
2103
|
+
"pattern": null,
|
|
2104
|
+
"isArray": false,
|
|
2105
|
+
"arraySize": 1,
|
|
2106
|
+
"dimensions": 1,
|
|
2107
|
+
"description": "npasses - Duplicates the operation of the the specified number of times. Making this larger than 1 is essentially the same as taking the output from each pass, and passing it into the first input of the node and repeating the process. Other inputs and parameters remain the same for each pass.",
|
|
2108
|
+
"tooltip": "",
|
|
2109
|
+
"help": "",
|
|
2110
|
+
"units": "",
|
|
2111
|
+
"examples": [],
|
|
2112
|
+
"isReadOnly": false,
|
|
2113
|
+
"isAdvanced": false,
|
|
2114
|
+
"isHidden": false,
|
|
2115
|
+
"isAnimatable": true,
|
|
2116
|
+
"isExpression": false,
|
|
2117
|
+
"isPython": false,
|
|
2118
|
+
"dependsOn": [],
|
|
2119
|
+
"affects": [],
|
|
2120
|
+
"linkedTo": [],
|
|
2121
|
+
"expressionLanguage": "",
|
|
2122
|
+
"defaultExpression": "",
|
|
2123
|
+
"commonExpressions": [],
|
|
2124
|
+
"order": 0,
|
|
2125
|
+
"isVisible": true,
|
|
2126
|
+
"conditionalDisplay": null,
|
|
2127
|
+
"isValid": true,
|
|
2128
|
+
"validationErrors": [],
|
|
2129
|
+
"lastUpdated": "2025-08-07T07:50:03.045Z",
|
|
2130
|
+
"rawData": {},
|
|
2131
|
+
"sourceElement": null
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"id": null,
|
|
2135
|
+
"name": "Channel Mask",
|
|
2136
|
+
"label": "Channel Mask",
|
|
2137
|
+
"group": "General",
|
|
2138
|
+
"page": "",
|
|
2139
|
+
"type": "float",
|
|
2140
|
+
"dataType": "number",
|
|
2141
|
+
"style": "",
|
|
2142
|
+
"defaultValue": null,
|
|
2143
|
+
"minValue": null,
|
|
2144
|
+
"maxValue": null,
|
|
2145
|
+
"step": null,
|
|
2146
|
+
"menuItems": [],
|
|
2147
|
+
"menuLabels": [],
|
|
2148
|
+
"allowCustom": false,
|
|
2149
|
+
"maxLength": null,
|
|
2150
|
+
"pattern": null,
|
|
2151
|
+
"isArray": false,
|
|
2152
|
+
"arraySize": 1,
|
|
2153
|
+
"dimensions": 1,
|
|
2154
|
+
"description": "chanmask - Allows you to choose which channels (R, G, B, or A) the will operate on. All channels are selected by default.",
|
|
2155
|
+
"tooltip": "",
|
|
2156
|
+
"help": "",
|
|
2157
|
+
"units": "",
|
|
2158
|
+
"examples": [],
|
|
2159
|
+
"isReadOnly": false,
|
|
2160
|
+
"isAdvanced": false,
|
|
2161
|
+
"isHidden": false,
|
|
2162
|
+
"isAnimatable": true,
|
|
2163
|
+
"isExpression": false,
|
|
2164
|
+
"isPython": false,
|
|
2165
|
+
"dependsOn": [],
|
|
2166
|
+
"affects": [],
|
|
2167
|
+
"linkedTo": [],
|
|
2168
|
+
"expressionLanguage": "",
|
|
2169
|
+
"defaultExpression": "",
|
|
2170
|
+
"commonExpressions": [],
|
|
2171
|
+
"order": 0,
|
|
2172
|
+
"isVisible": true,
|
|
2173
|
+
"conditionalDisplay": null,
|
|
2174
|
+
"isValid": true,
|
|
2175
|
+
"validationErrors": [],
|
|
2176
|
+
"lastUpdated": "2025-08-07T07:50:03.045Z",
|
|
2177
|
+
"rawData": {},
|
|
2178
|
+
"sourceElement": null
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"id": null,
|
|
2182
|
+
"name": "Pixel Format",
|
|
2183
|
+
"label": "Pixel Format",
|
|
2184
|
+
"group": "General",
|
|
2185
|
+
"page": "",
|
|
2186
|
+
"type": "float",
|
|
2187
|
+
"dataType": "number",
|
|
2188
|
+
"style": "",
|
|
2189
|
+
"defaultValue": null,
|
|
2190
|
+
"minValue": null,
|
|
2191
|
+
"maxValue": null,
|
|
2192
|
+
"step": null,
|
|
2193
|
+
"menuItems": [],
|
|
2194
|
+
"menuLabels": [],
|
|
2195
|
+
"allowCustom": false,
|
|
2196
|
+
"maxLength": null,
|
|
2197
|
+
"pattern": null,
|
|
2198
|
+
"isArray": false,
|
|
2199
|
+
"arraySize": 1,
|
|
2200
|
+
"dimensions": 1,
|
|
2201
|
+
"description": "Pixel Format parameter.",
|
|
2202
|
+
"tooltip": "",
|
|
2203
|
+
"help": "",
|
|
2204
|
+
"units": "",
|
|
2205
|
+
"examples": [],
|
|
2206
|
+
"isReadOnly": false,
|
|
2207
|
+
"isAdvanced": false,
|
|
2208
|
+
"isHidden": false,
|
|
2209
|
+
"isAnimatable": true,
|
|
2210
|
+
"isExpression": false,
|
|
2211
|
+
"isPython": false,
|
|
2212
|
+
"dependsOn": [],
|
|
2213
|
+
"affects": [],
|
|
2214
|
+
"linkedTo": [],
|
|
2215
|
+
"expressionLanguage": "",
|
|
2216
|
+
"defaultExpression": "",
|
|
2217
|
+
"commonExpressions": [],
|
|
2218
|
+
"order": 0,
|
|
2219
|
+
"isVisible": true,
|
|
2220
|
+
"conditionalDisplay": null,
|
|
2221
|
+
"isValid": true,
|
|
2222
|
+
"validationErrors": [],
|
|
2223
|
+
"lastUpdated": "2025-08-07T07:50:03.045Z",
|
|
2224
|
+
"rawData": {},
|
|
2225
|
+
"sourceElement": null
|
|
2226
|
+
}
|
|
2227
|
+
],
|
|
2228
|
+
"parameterGroups": {},
|
|
2229
|
+
"codeExamples": [],
|
|
2230
|
+
"pythonExamples": [],
|
|
2231
|
+
"expressions": [],
|
|
2232
|
+
"commonInputs": [],
|
|
2233
|
+
"commonOutputs": [],
|
|
2234
|
+
"relatedOperators": [],
|
|
2235
|
+
"workflowPatterns": [],
|
|
2236
|
+
"images": [],
|
|
2237
|
+
"videos": [],
|
|
2238
|
+
"assets": [],
|
|
2239
|
+
"keywords": [
|
|
2240
|
+
"lens",
|
|
2241
|
+
"distort",
|
|
2242
|
+
"top",
|
|
2243
|
+
"applies",
|
|
2244
|
+
"removes",
|
|
2245
|
+
"distortion",
|
|
2246
|
+
"image",
|
|
2247
|
+
"using",
|
|
2248
|
+
"brown-conrady",
|
|
2249
|
+
"model."
|
|
2250
|
+
],
|
|
2251
|
+
"tags": [
|
|
2252
|
+
"TOP",
|
|
2253
|
+
"TouchDesigner",
|
|
2254
|
+
"Lens Distort TOP"
|
|
2255
|
+
],
|
|
2256
|
+
"searchWeight": 1,
|
|
2257
|
+
"contentHash": "",
|
|
2258
|
+
"processingDate": "2025-08-07T07:50:03.046Z",
|
|
2259
|
+
"processingVersion": "1.0.0",
|
|
2260
|
+
"isValid": true,
|
|
2261
|
+
"validationErrors": []
|
|
2262
|
+
}
|