@dpantani/tdmcp 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (765) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +413 -0
  3. package/dist/cli/agent.d.ts +466 -0
  4. package/dist/cli/agent.js +1902 -0
  5. package/dist/cli/agent.js.map +1 -0
  6. package/dist/index.d.ts +2 -0
  7. package/dist/index.js +4375 -0
  8. package/dist/index.js.map +1 -0
  9. package/dist/knowledge/data/glsl.json +1 -0
  10. package/dist/knowledge/data/meta.json +1 -0
  11. package/dist/knowledge/data/operators/ableton_link_chop.json +1322 -0
  12. package/dist/knowledge/data/operators/accumulate_pop.json +912 -0
  13. package/dist/knowledge/data/operators/actor_comp.json +7477 -0
  14. package/dist/knowledge/data/operators/add_sop.json +946 -0
  15. package/dist/knowledge/data/operators/add_top.json +1653 -0
  16. package/dist/knowledge/data/operators/alembic_sop.json +521 -0
  17. package/dist/knowledge/data/operators/align_sop.json +949 -0
  18. package/dist/knowledge/data/operators/ambient_light_comp.json +1698 -0
  19. package/dist/knowledge/data/operators/analyze_chop.json +710 -0
  20. package/dist/knowledge/data/operators/analyze_pop.json +698 -0
  21. package/dist/knowledge/data/operators/analyze_top.json +1276 -0
  22. package/dist/knowledge/data/operators/angle_chop.json +711 -0
  23. package/dist/knowledge/data/operators/animation_comp.json +2448 -0
  24. package/dist/knowledge/data/operators/annotate_comp.json +2913 -0
  25. package/dist/knowledge/data/operators/anti_alias_top.json +1278 -0
  26. package/dist/knowledge/data/operators/arm_sop.json +1747 -0
  27. package/dist/knowledge/data/operators/art-net_dat.json +472 -0
  28. package/dist/knowledge/data/operators/attribute_chop.json +617 -0
  29. package/dist/knowledge/data/operators/attribute_combine_pop.json +596 -0
  30. package/dist/knowledge/data/operators/attribute_convert_pop.json +462 -0
  31. package/dist/knowledge/data/operators/attribute_create_sop.json +191 -0
  32. package/dist/knowledge/data/operators/attribute_pop.json +1078 -0
  33. package/dist/knowledge/data/operators/attribute_sop.json +429 -0
  34. package/dist/knowledge/data/operators/audio_band_eq_chop.json +1228 -0
  35. package/dist/knowledge/data/operators/audio_binaural_chop.json +711 -0
  36. package/dist/knowledge/data/operators/audio_device_in_chop.json +1793 -0
  37. package/dist/knowledge/data/operators/audio_device_out_chop.json +1840 -0
  38. package/dist/knowledge/data/operators/audio_devices_dat.json +616 -0
  39. package/dist/knowledge/data/operators/audio_dynamics_chop.json +1132 -0
  40. package/dist/knowledge/data/operators/audio_file_in_chop.json +1605 -0
  41. package/dist/knowledge/data/operators/audio_file_out_chop.json +945 -0
  42. package/dist/knowledge/data/operators/audio_filter_chop.json +850 -0
  43. package/dist/knowledge/data/operators/audio_movie_chop.json +851 -0
  44. package/dist/knowledge/data/operators/audio_ndi_chop.json +526 -0
  45. package/dist/knowledge/data/operators/audio_oscillator_chop.json +1087 -0
  46. package/dist/knowledge/data/operators/audio_para_eq_chop.json +1276 -0
  47. package/dist/knowledge/data/operators/audio_play_chop.json +1744 -0
  48. package/dist/knowledge/data/operators/audio_render_chop.json +754 -0
  49. package/dist/knowledge/data/operators/audio_spectrum_chop.json +850 -0
  50. package/dist/knowledge/data/operators/audio_stream_in_chop.json +1039 -0
  51. package/dist/knowledge/data/operators/audio_stream_out_chop.json +806 -0
  52. package/dist/knowledge/data/operators/audio_vst_chop.json +1419 -0
  53. package/dist/knowledge/data/operators/audio_web_render_chop.json +523 -0
  54. package/dist/knowledge/data/operators/base_comp.json +1180 -0
  55. package/dist/knowledge/data/operators/basis_sop.json +805 -0
  56. package/dist/knowledge/data/operators/beat_chop.json +1745 -0
  57. package/dist/knowledge/data/operators/bind_chop.json +613 -0
  58. package/dist/knowledge/data/operators/blacktrax_chop.json +1180 -0
  59. package/dist/knowledge/data/operators/blend_chop.json +616 -0
  60. package/dist/knowledge/data/operators/blend_comp.json +3626 -0
  61. package/dist/knowledge/data/operators/blend_pop.json +618 -0
  62. package/dist/knowledge/data/operators/blend_sop.json +477 -0
  63. package/dist/knowledge/data/operators/blob_track_chop.json +1275 -0
  64. package/dist/knowledge/data/operators/blob_track_top.json +1931 -0
  65. package/dist/knowledge/data/operators/bloom_top.json +1370 -0
  66. package/dist/knowledge/data/operators/blur_top.json +1428 -0
  67. package/dist/knowledge/data/operators/body_track_chop.json +1233 -0
  68. package/dist/knowledge/data/operators/bone_comp.json +3672 -0
  69. package/dist/knowledge/data/operators/bone_group_sop.json +148 -0
  70. package/dist/knowledge/data/operators/boolean_sop.json +336 -0
  71. package/dist/knowledge/data/operators/box_pop.json +827 -0
  72. package/dist/knowledge/data/operators/box_sop.json +994 -0
  73. package/dist/knowledge/data/operators/bridge_sop.json +806 -0
  74. package/dist/knowledge/data/operators/bullet_solver_chop.json +898 -0
  75. package/dist/knowledge/data/operators/bullet_solver_comp.json +3720 -0
  76. package/dist/knowledge/data/operators/button_comp.json +6636 -0
  77. package/dist/knowledge/data/operators/cache_blend_pop.json +292 -0
  78. package/dist/knowledge/data/operators/cache_pop.json +412 -0
  79. package/dist/knowledge/data/operators/cache_select_pop.json +280 -0
  80. package/dist/knowledge/data/operators/cache_select_top.json +946 -0
  81. package/dist/knowledge/data/operators/cache_sop.json +478 -0
  82. package/dist/knowledge/data/operators/cache_top.json +1559 -0
  83. package/dist/knowledge/data/operators/camera_blend_comp.json +4847 -0
  84. package/dist/knowledge/data/operators/camera_comp.json +215 -0
  85. package/dist/knowledge/data/operators/cap_sop.json +527 -0
  86. package/dist/knowledge/data/operators/capture_region_sop.json +568 -0
  87. package/dist/knowledge/data/operators/capture_sop.json +619 -0
  88. package/dist/knowledge/data/operators/carve_sop.json +902 -0
  89. package/dist/knowledge/data/operators/channel_mix_top.json +1088 -0
  90. package/dist/knowledge/data/operators/chop_execute_dat.json +1277 -0
  91. package/dist/knowledge/data/operators/chop_to_dat.json +571 -0
  92. package/dist/knowledge/data/operators/chop_to_pop.json +1236 -0
  93. package/dist/knowledge/data/operators/chop_to_sop.json +714 -0
  94. package/dist/knowledge/data/operators/chop_to_top.json +1231 -0
  95. package/dist/knowledge/data/operators/chroma_key_top.json +1653 -0
  96. package/dist/knowledge/data/operators/circle_pop.json +821 -0
  97. package/dist/knowledge/data/operators/circle_sop.json +991 -0
  98. package/dist/knowledge/data/operators/circle_top.json +2307 -0
  99. package/dist/knowledge/data/operators/clay_sop.json +1231 -0
  100. package/dist/knowledge/data/operators/clip_blender_chop.json +1931 -0
  101. package/dist/knowledge/data/operators/clip_chop.json +1366 -0
  102. package/dist/knowledge/data/operators/clip_dat.json +849 -0
  103. package/dist/knowledge/data/operators/clip_sop.json +475 -0
  104. package/dist/knowledge/data/operators/clock_chop.json +1792 -0
  105. package/dist/knowledge/data/operators/composite_chop.json +1414 -0
  106. package/dist/knowledge/data/operators/composite_top.json +2131 -0
  107. package/dist/knowledge/data/operators/connectivity_pop.json +11 -0
  108. package/dist/knowledge/data/operators/constant_chop.json +1238 -0
  109. package/dist/knowledge/data/operators/constant_mat.json +2727 -0
  110. package/dist/knowledge/data/operators/constant_top.json +1323 -0
  111. package/dist/knowledge/data/operators/constraint_comp.json +2076 -0
  112. package/dist/knowledge/data/operators/container_comp.json +6299 -0
  113. package/dist/knowledge/data/operators/convert_dat.json +569 -0
  114. package/dist/knowledge/data/operators/convert_pop.json +322 -0
  115. package/dist/knowledge/data/operators/convert_sop.json +807 -0
  116. package/dist/knowledge/data/operators/convolve_top.json +1041 -0
  117. package/dist/knowledge/data/operators/copy_chop.json +993 -0
  118. package/dist/knowledge/data/operators/copy_pop.json +1799 -0
  119. package/dist/knowledge/data/operators/copy_sop.json +1887 -0
  120. package/dist/knowledge/data/operators/corner_pin_top.json +1512 -0
  121. package/dist/knowledge/data/operators/count_chop.json +1369 -0
  122. package/dist/knowledge/data/operators/cplusplus_chop.json +569 -0
  123. package/dist/knowledge/data/operators/cplusplus_dat.json +477 -0
  124. package/dist/knowledge/data/operators/cplusplus_pop.json +308 -0
  125. package/dist/knowledge/data/operators/cplusplus_sop.json +195 -0
  126. package/dist/knowledge/data/operators/cplusplus_top.json +1276 -0
  127. package/dist/knowledge/data/operators/creep_sop.json +385 -0
  128. package/dist/knowledge/data/operators/crop_top.json +1323 -0
  129. package/dist/knowledge/data/operators/cross_chop.json +478 -0
  130. package/dist/knowledge/data/operators/cross_top.json +1559 -0
  131. package/dist/knowledge/data/operators/cube_map_top.json +946 -0
  132. package/dist/knowledge/data/operators/curve_pop.json +1525 -0
  133. package/dist/knowledge/data/operators/curveclay_sop.json +618 -0
  134. package/dist/knowledge/data/operators/curvesect_sop.json +665 -0
  135. package/dist/knowledge/data/operators/cycle_chop.json +1040 -0
  136. package/dist/knowledge/data/operators/dat_execute_dat.json +1230 -0
  137. package/dist/knowledge/data/operators/dat_to_chop.json +1510 -0
  138. package/dist/knowledge/data/operators/dat_to_pop.json +756 -0
  139. package/dist/knowledge/data/operators/dat_to_sop.json +902 -0
  140. package/dist/knowledge/data/operators/deform_sop.json +291 -0
  141. package/dist/knowledge/data/operators/delay_chop.json +615 -0
  142. package/dist/knowledge/data/operators/delete_chop.json +1556 -0
  143. package/dist/knowledge/data/operators/delete_pop.json +1422 -0
  144. package/dist/knowledge/data/operators/delete_sop.json +1230 -0
  145. package/dist/knowledge/data/operators/depth_mat.json +1933 -0
  146. package/dist/knowledge/data/operators/depth_top.json +1322 -0
  147. package/dist/knowledge/data/operators/difference_top.json +1647 -0
  148. package/dist/knowledge/data/operators/dimension_pop.json +280 -0
  149. package/dist/knowledge/data/operators/direct_display_out_top.json +997 -0
  150. package/dist/knowledge/data/operators/directx_in_top.json +901 -0
  151. package/dist/knowledge/data/operators/directx_out_top.json +948 -0
  152. package/dist/knowledge/data/operators/displace_top.json +1322 -0
  153. package/dist/knowledge/data/operators/divide_sop.json +713 -0
  154. package/dist/knowledge/data/operators/dmx_fixture_pop.json +772 -0
  155. package/dist/knowledge/data/operators/dmx_in_chop.json +1420 -0
  156. package/dist/knowledge/data/operators/dmx_map_dat.json +11 -0
  157. package/dist/knowledge/data/operators/dmx_out_chop.json +1843 -0
  158. package/dist/knowledge/data/operators/dmx_out_pop.json +668 -0
  159. package/dist/knowledge/data/operators/edge_top.json +1370 -0
  160. package/dist/knowledge/data/operators/emboss_top.json +1275 -0
  161. package/dist/knowledge/data/operators/engine_comp.json +2685 -0
  162. package/dist/knowledge/data/operators/envelope_chop.json +946 -0
  163. package/dist/knowledge/data/operators/environment_light_comp.json +2121 -0
  164. package/dist/knowledge/data/operators/error_dat.json +949 -0
  165. package/dist/knowledge/data/operators/etherdream_dat.json +472 -0
  166. package/dist/knowledge/data/operators/evaluate_dat.json +1650 -0
  167. package/dist/knowledge/data/operators/event_chop.json +1653 -0
  168. package/dist/knowledge/data/operators/examine_dat.json +1182 -0
  169. package/dist/knowledge/data/operators/execute_dat.json +1184 -0
  170. package/dist/knowledge/data/operators/experimental +0 -0
  171. package/dist/knowledge/data/operators/expression_chop.json +617 -0
  172. package/dist/knowledge/data/operators/extend_chop.json +617 -0
  173. package/dist/knowledge/data/operators/extrude_pop.json +316 -0
  174. package/dist/knowledge/data/operators/extrude_sop.json +1081 -0
  175. package/dist/knowledge/data/operators/face_track_chop.json +998 -0
  176. package/dist/knowledge/data/operators/face_track_sop.json +244 -0
  177. package/dist/knowledge/data/operators/facet_pop.json +480 -0
  178. package/dist/knowledge/data/operators/facet_sop.json +619 -0
  179. package/dist/knowledge/data/operators/fan_chop.json +804 -0
  180. package/dist/knowledge/data/operators/fbx_comp.json +4942 -0
  181. package/dist/knowledge/data/operators/feedback_chop.json +664 -0
  182. package/dist/knowledge/data/operators/feedback_pop.json +368 -0
  183. package/dist/knowledge/data/operators/feedback_top.json +191 -0
  184. package/dist/knowledge/data/operators/field_pop.json +2304 -0
  185. package/dist/knowledge/data/operators/fifo_dat.json +711 -0
  186. package/dist/knowledge/data/operators/file_in_chop.json +1181 -0
  187. package/dist/knowledge/data/operators/file_in_dat.json +527 -0
  188. package/dist/knowledge/data/operators/file_in_pop.json +298 -0
  189. package/dist/knowledge/data/operators/file_in_sop.json +289 -0
  190. package/dist/knowledge/data/operators/file_out_chop.json +618 -0
  191. package/dist/knowledge/data/operators/file_out_dat.json +524 -0
  192. package/dist/knowledge/data/operators/fillet_sop.json +949 -0
  193. package/dist/knowledge/data/operators/filter_chop.json +1134 -0
  194. package/dist/knowledge/data/operators/fit_sop.json +1087 -0
  195. package/dist/knowledge/data/operators/fit_top.json +1559 -0
  196. package/dist/knowledge/data/operators/flip_top.json +1040 -0
  197. package/dist/knowledge/data/operators/folder_dat.json +1888 -0
  198. package/dist/knowledge/data/operators/force_comp.json +1701 -0
  199. package/dist/knowledge/data/operators/force_pop.json +878 -0
  200. package/dist/knowledge/data/operators/force_sop.json +429 -0
  201. package/dist/knowledge/data/operators/fractal_sop.json +479 -0
  202. package/dist/knowledge/data/operators/freed_in_chop.json +808 -0
  203. package/dist/knowledge/data/operators/freed_out_chop.json +714 -0
  204. package/dist/knowledge/data/operators/function_chop.json +1086 -0
  205. package/dist/knowledge/data/operators/function_top.json +1558 -0
  206. package/dist/knowledge/data/operators/geo_text_comp.json +7338 -0
  207. package/dist/knowledge/data/operators/geometry_comp.json +199 -0
  208. package/dist/knowledge/data/operators/gesture_chop.json +1133 -0
  209. package/dist/knowledge/data/operators/glsl_advanced_pop.json +3539 -0
  210. package/dist/knowledge/data/operators/glsl_comp.json +6962 -0
  211. package/dist/knowledge/data/operators/glsl_copy_pop.json +2128 -0
  212. package/dist/knowledge/data/operators/glsl_mat.json +3720 -0
  213. package/dist/knowledge/data/operators/glsl_multi_top.json +2922 -0
  214. package/dist/knowledge/data/operators/glsl_pop.json +2317 -0
  215. package/dist/knowledge/data/operators/glsl_select_pop.json +280 -0
  216. package/dist/knowledge/data/operators/glsl_top.json +2922 -0
  217. package/dist/knowledge/data/operators/grid_pop.json +1029 -0
  218. package/dist/knowledge/data/operators/grid_sop.json +1041 -0
  219. package/dist/knowledge/data/operators/group_pop.json +1423 -0
  220. package/dist/knowledge/data/operators/group_sop.json +2075 -0
  221. package/dist/knowledge/data/operators/handle_chop.json +712 -0
  222. package/dist/knowledge/data/operators/handle_comp.json +2171 -0
  223. package/dist/knowledge/data/operators/histogram_pop.json +533 -0
  224. package/dist/knowledge/data/operators/hog_chop.json +620 -0
  225. package/dist/knowledge/data/operators/hokuyo_chop.json +941 -0
  226. package/dist/knowledge/data/operators/hold_chop.json +664 -0
  227. package/dist/knowledge/data/operators/hole_sop.json +291 -0
  228. package/dist/knowledge/data/operators/hsv_adjust_top.json +1370 -0
  229. package/dist/knowledge/data/operators/hsv_to_rgb_top.json +847 -0
  230. package/dist/knowledge/data/operators/import_select_chop.json +1838 -0
  231. package/dist/knowledge/data/operators/import_select_pop.json +808 -0
  232. package/dist/knowledge/data/operators/import_select_sop.json +1463 -0
  233. package/dist/knowledge/data/operators/import_select_top.json +993 -0
  234. package/dist/knowledge/data/operators/impulse_force_comp.json +1415 -0
  235. package/dist/knowledge/data/operators/in_chop.json +572 -0
  236. package/dist/knowledge/data/operators/in_dat.json +386 -0
  237. package/dist/knowledge/data/operators/in_mat.json +1559 -0
  238. package/dist/knowledge/data/operators/in_pop.json +280 -0
  239. package/dist/knowledge/data/operators/in_sop.json +102 -0
  240. package/dist/knowledge/data/operators/in_top.json +903 -0
  241. package/dist/knowledge/data/operators/index.json +1 -0
  242. package/dist/knowledge/data/operators/indices_dat.json +526 -0
  243. package/dist/knowledge/data/operators/info_chop.json +757 -0
  244. package/dist/knowledge/data/operators/info_dat.json +430 -0
  245. package/dist/knowledge/data/operators/insert_dat.json +896 -0
  246. package/dist/knowledge/data/operators/inside_top.json +1652 -0
  247. package/dist/knowledge/data/operators/interpolate_chop.json +711 -0
  248. package/dist/knowledge/data/operators/inverse_curve_chop.json +898 -0
  249. package/dist/knowledge/data/operators/inverse_curve_sop.json +97 -0
  250. package/dist/knowledge/data/operators/inverse_kin_chop.json +850 -0
  251. package/dist/knowledge/data/operators/iso_surface_sop.json +337 -0
  252. package/dist/knowledge/data/operators/join_chop.json +1368 -0
  253. package/dist/knowledge/data/operators/join_sop.json +667 -0
  254. package/dist/knowledge/data/operators/joint_sop.json +573 -0
  255. package/dist/knowledge/data/operators/joystick_chop.json +1558 -0
  256. package/dist/knowledge/data/operators/json_dat.json +619 -0
  257. package/dist/knowledge/data/operators/keyboard_in_chop.json +1041 -0
  258. package/dist/knowledge/data/operators/keyboard_in_dat.json +950 -0
  259. package/dist/knowledge/data/operators/keyframe_chop.json +711 -0
  260. package/dist/knowledge/data/operators/kinect_azure_chop.json +1092 -0
  261. package/dist/knowledge/data/operators/kinect_azure_select_top.json +1187 -0
  262. package/dist/knowledge/data/operators/kinect_azure_top.json +2737 -0
  263. package/dist/knowledge/data/operators/kinect_chop.json +1700 -0
  264. package/dist/knowledge/data/operators/kinect_sop.json +379 -0
  265. package/dist/knowledge/data/operators/kinect_top.json +1700 -0
  266. package/dist/knowledge/data/operators/lag_chop.json +1040 -0
  267. package/dist/knowledge/data/operators/laser_chop.json +1746 -0
  268. package/dist/knowledge/data/operators/laser_device_chop.json +1228 -0
  269. package/dist/knowledge/data/operators/lattice_sop.json +432 -0
  270. package/dist/knowledge/data/operators/layout_top.json +1936 -0
  271. package/dist/knowledge/data/operators/leap_motion_chop.json +1699 -0
  272. package/dist/knowledge/data/operators/leap_motion_top.json +1323 -0
  273. package/dist/knowledge/data/operators/lens_distort_top.json +2262 -0
  274. package/dist/knowledge/data/operators/leuze_rod4_chop.json +1371 -0
  275. package/dist/knowledge/data/operators/level_top.json +2273 -0
  276. package/dist/knowledge/data/operators/lfo_chop.json +1088 -0
  277. package/dist/knowledge/data/operators/light_comp.json +5410 -0
  278. package/dist/knowledge/data/operators/limit_chop.json +1133 -0
  279. package/dist/knowledge/data/operators/limit_pop.json +1243 -0
  280. package/dist/knowledge/data/operators/limit_sop.json +2075 -0
  281. package/dist/knowledge/data/operators/limit_top.json +1557 -0
  282. package/dist/knowledge/data/operators/line_break_pop.json +447 -0
  283. package/dist/knowledge/data/operators/line_divide_pop.json +688 -0
  284. package/dist/knowledge/data/operators/line_mat.json +5551 -0
  285. package/dist/knowledge/data/operators/line_metrics_pop.json +548 -0
  286. package/dist/knowledge/data/operators/line_pop.json +1343 -0
  287. package/dist/knowledge/data/operators/line_smooth_pop.json +1028 -0
  288. package/dist/knowledge/data/operators/line_sop.json +330 -0
  289. package/dist/knowledge/data/operators/line_thick_sop.json +478 -0
  290. package/dist/knowledge/data/operators/list_comp.json +6729 -0
  291. package/dist/knowledge/data/operators/lod_sop.json +431 -0
  292. package/dist/knowledge/data/operators/logic_chop.json +946 -0
  293. package/dist/knowledge/data/operators/lookup_attribute_pop.json +684 -0
  294. package/dist/knowledge/data/operators/lookup_channel_pop.json +1140 -0
  295. package/dist/knowledge/data/operators/lookup_chop.json +992 -0
  296. package/dist/knowledge/data/operators/lookup_dat.json +664 -0
  297. package/dist/knowledge/data/operators/lookup_texture_pop.json +1494 -0
  298. package/dist/knowledge/data/operators/lookup_top.json +1510 -0
  299. package/dist/knowledge/data/operators/lsystem_sop.json +1699 -0
  300. package/dist/knowledge/data/operators/ltc_in_chop.json +760 -0
  301. package/dist/knowledge/data/operators/ltc_out_chop.json +1512 -0
  302. package/dist/knowledge/data/operators/luma_blur_top.json +1316 -0
  303. package/dist/knowledge/data/operators/luma_level_top.json +1746 -0
  304. package/dist/knowledge/data/operators/magnet_sop.json +759 -0
  305. package/dist/knowledge/data/operators/material_sop.json +98 -0
  306. package/dist/knowledge/data/operators/math_chop.json +1193 -0
  307. package/dist/knowledge/data/operators/math_combine_pop.json +4283 -0
  308. package/dist/knowledge/data/operators/math_mix_pop.json +2641 -0
  309. package/dist/knowledge/data/operators/math_pop.json +2163 -0
  310. package/dist/knowledge/data/operators/math_top.json +1885 -0
  311. package/dist/knowledge/data/operators/matte_top.json +994 -0
  312. package/dist/knowledge/data/operators/media_file_info_dat.json +571 -0
  313. package/dist/knowledge/data/operators/merge_chop.json +627 -0
  314. package/dist/knowledge/data/operators/merge_dat.json +620 -0
  315. package/dist/knowledge/data/operators/merge_pop.json +764 -0
  316. package/dist/knowledge/data/operators/merge_sop.json +100 -0
  317. package/dist/knowledge/data/operators/metaball_sop.json +476 -0
  318. package/dist/knowledge/data/operators/midi_event_dat.json +1135 -0
  319. package/dist/knowledge/data/operators/midi_in_chop.json +3297 -0
  320. package/dist/knowledge/data/operators/midi_in_dat.json +1183 -0
  321. package/dist/knowledge/data/operators/midi_in_map_chop.json +946 -0
  322. package/dist/knowledge/data/operators/midi_out_chop.json +1793 -0
  323. package/dist/knowledge/data/operators/mirror_top.json +1271 -0
  324. package/dist/knowledge/data/operators/model_sop.json +52 -0
  325. package/dist/knowledge/data/operators/monitors_dat.json +617 -0
  326. package/dist/knowledge/data/operators/monochrome_top.json +1041 -0
  327. package/dist/knowledge/data/operators/mosys_chop.json +804 -0
  328. package/dist/knowledge/data/operators/mosys_top.json +896 -0
  329. package/dist/knowledge/data/operators/mouse_in_chop.json +1275 -0
  330. package/dist/knowledge/data/operators/mouse_out_chop.json +711 -0
  331. package/dist/knowledge/data/operators/movie_file_in_top.json +3546 -0
  332. package/dist/knowledge/data/operators/movie_file_out_top.json +3390 -0
  333. package/dist/knowledge/data/operators/mpcdi_dat.json +711 -0
  334. package/dist/knowledge/data/operators/mpcdi_top.json +1369 -0
  335. package/dist/knowledge/data/operators/mqtt_client_dat.json +1229 -0
  336. package/dist/knowledge/data/operators/multi_touch_in_dat.json +1185 -0
  337. package/dist/knowledge/data/operators/multiply_top.json +1647 -0
  338. package/dist/knowledge/data/operators/ncam_chop.json +1039 -0
  339. package/dist/knowledge/data/operators/ncam_top.json +1039 -0
  340. package/dist/knowledge/data/operators/ndi_dat.json +478 -0
  341. package/dist/knowledge/data/operators/ndi_in_top.json +1326 -0
  342. package/dist/knowledge/data/operators/ndi_out_top.json +1420 -0
  343. package/dist/knowledge/data/operators/neighbor_pop.json +534 -0
  344. package/dist/knowledge/data/operators/noise_chop.json +2230 -0
  345. package/dist/knowledge/data/operators/noise_pop.json +2107 -0
  346. package/dist/knowledge/data/operators/noise_sop.json +1136 -0
  347. package/dist/knowledge/data/operators/noise_top.json +2356 -0
  348. package/dist/knowledge/data/operators/normal_map_top.json +1182 -0
  349. package/dist/knowledge/data/operators/normal_pop.json +1488 -0
  350. package/dist/knowledge/data/operators/normalize_pop.json +1298 -0
  351. package/dist/knowledge/data/operators/notch_top.json +1511 -0
  352. package/dist/knowledge/data/operators/null_chop.json +673 -0
  353. package/dist/knowledge/data/operators/null_comp.json +2921 -0
  354. package/dist/knowledge/data/operators/null_dat.json +344 -0
  355. package/dist/knowledge/data/operators/null_mat.json +1511 -0
  356. package/dist/knowledge/data/operators/null_pop.json +18 -0
  357. package/dist/knowledge/data/operators/null_sop.json +100 -0
  358. package/dist/knowledge/data/operators/null_top.json +862 -0
  359. package/dist/knowledge/data/operators/nvidia_background_top.json +996 -0
  360. package/dist/knowledge/data/operators/nvidia_denoise_top.json +1089 -0
  361. package/dist/knowledge/data/operators/nvidia_flex_solver_comp.json +5367 -0
  362. package/dist/knowledge/data/operators/nvidia_flex_top.json +995 -0
  363. package/dist/knowledge/data/operators/nvidia_flow_emitter_comp.json +7812 -0
  364. package/dist/knowledge/data/operators/nvidia_flow_top.json +3675 -0
  365. package/dist/knowledge/data/operators/nvidia_upscaler_top.json +1089 -0
  366. package/dist/knowledge/data/operators/oak_device_chop.json +1372 -0
  367. package/dist/knowledge/data/operators/oak_select_chop.json +947 -0
  368. package/dist/knowledge/data/operators/oak_select_top.json +1323 -0
  369. package/dist/knowledge/data/operators/object_chop.json +2356 -0
  370. package/dist/knowledge/data/operators/object_merge_sop.json +194 -0
  371. package/dist/knowledge/data/operators/oculus_audio_chop.json +1371 -0
  372. package/dist/knowledge/data/operators/oculus_rift_chop.json +901 -0
  373. package/dist/knowledge/data/operators/oculus_rift_sop.json +147 -0
  374. package/dist/knowledge/data/operators/oculus_rift_top.json +995 -0
  375. package/dist/knowledge/data/operators/op_execute_dat.json +1463 -0
  376. package/dist/knowledge/data/operators/op_find_dat.json +2827 -0
  377. package/dist/knowledge/data/operators/op_viewer_comp.json +6586 -0
  378. package/dist/knowledge/data/operators/op_viewer_top.json +993 -0
  379. package/dist/knowledge/data/operators/opencolorio_top.json +1980 -0
  380. package/dist/knowledge/data/operators/openvr_chop.json +1135 -0
  381. package/dist/knowledge/data/operators/openvr_sop.json +99 -0
  382. package/dist/knowledge/data/operators/openvr_top.json +900 -0
  383. package/dist/knowledge/data/operators/optical_flow_top.json +1230 -0
  384. package/dist/knowledge/data/operators/optitrack_in_chop.json +854 -0
  385. package/dist/knowledge/data/operators/orbbec_select_top.json +1042 -0
  386. package/dist/knowledge/data/operators/orbbec_top.json +1558 -0
  387. package/dist/knowledge/data/operators/osc_in_chop.json +1371 -0
  388. package/dist/knowledge/data/operators/osc_in_dat.json +1280 -0
  389. package/dist/knowledge/data/operators/osc_out_chop.json +1138 -0
  390. package/dist/knowledge/data/operators/osc_out_dat.json +1280 -0
  391. package/dist/knowledge/data/operators/ouster_select_top.json +1228 -0
  392. package/dist/knowledge/data/operators/ouster_top.json +2404 -0
  393. package/dist/knowledge/data/operators/out_chop.json +476 -0
  394. package/dist/knowledge/data/operators/out_dat.json +386 -0
  395. package/dist/knowledge/data/operators/out_mat.json +1982 -0
  396. package/dist/knowledge/data/operators/out_pop.json +286 -0
  397. package/dist/knowledge/data/operators/out_sop.json +93 -0
  398. package/dist/knowledge/data/operators/out_top.json +903 -0
  399. package/dist/knowledge/data/operators/outside_top.json +1651 -0
  400. package/dist/knowledge/data/operators/over_top.json +1651 -0
  401. package/dist/knowledge/data/operators/override_chop.json +663 -0
  402. package/dist/knowledge/data/operators/pack_top.json +946 -0
  403. package/dist/knowledge/data/operators/pan_tilt_chop.json +11 -0
  404. package/dist/knowledge/data/operators/panel_chop.json +663 -0
  405. package/dist/knowledge/data/operators/panel_execute_dat.json +1182 -0
  406. package/dist/knowledge/data/operators/pangolin_chop.json +1135 -0
  407. package/dist/knowledge/data/operators/parameter_chop.json +803 -0
  408. package/dist/knowledge/data/operators/parameter_comp.json +6962 -0
  409. package/dist/knowledge/data/operators/parameter_dat.json +1698 -0
  410. package/dist/knowledge/data/operators/parameter_execute_dat.json +1371 -0
  411. package/dist/knowledge/data/operators/pargroup_execute_dat.json +1271 -0
  412. package/dist/knowledge/data/operators/particle_pop.json +1130 -0
  413. package/dist/knowledge/data/operators/particle_sop.json +2214 -0
  414. package/dist/knowledge/data/operators/pattern_chop.json +1697 -0
  415. package/dist/knowledge/data/operators/pattern_pop.json +1767 -0
  416. package/dist/knowledge/data/operators/pbr_mat.json +4990 -0
  417. package/dist/knowledge/data/operators/perform_chop.json +1651 -0
  418. package/dist/knowledge/data/operators/perform_dat.json +1184 -0
  419. package/dist/knowledge/data/operators/phaser_chop.json +618 -0
  420. package/dist/knowledge/data/operators/phaser_pop.json +1043 -0
  421. package/dist/knowledge/data/operators/phong_mat.json +5458 -0
  422. package/dist/knowledge/data/operators/photoshop_in_top.json +1418 -0
  423. package/dist/knowledge/data/operators/pipe_in_chop.json +1323 -0
  424. package/dist/knowledge/data/operators/pipe_out_chop.json +1182 -0
  425. package/dist/knowledge/data/operators/point_file_in_pop.json +1246 -0
  426. package/dist/knowledge/data/operators/point_file_in_top.json +3343 -0
  427. package/dist/knowledge/data/operators/point_file_select_top.json +1086 -0
  428. package/dist/knowledge/data/operators/point_generator_pop.json +1407 -0
  429. package/dist/knowledge/data/operators/point_pop.json +752 -0
  430. package/dist/knowledge/data/operators/point_sop.json +2171 -0
  431. package/dist/knowledge/data/operators/point_sprite_mat.json +2920 -0
  432. package/dist/knowledge/data/operators/point_transform_top.json +2779 -0
  433. package/dist/knowledge/data/operators/polygonize_pop.json +386 -0
  434. package/dist/knowledge/data/operators/polyloft_sop.json +759 -0
  435. package/dist/knowledge/data/operators/polypatch_sop.json +761 -0
  436. package/dist/knowledge/data/operators/polyreduce_sop.json +806 -0
  437. package/dist/knowledge/data/operators/polyspline_sop.json +667 -0
  438. package/dist/knowledge/data/operators/polystitch_sop.json +336 -0
  439. package/dist/knowledge/data/operators/pop_to_chop.json +11 -0
  440. package/dist/knowledge/data/operators/pop_to_dat.json +11 -0
  441. package/dist/knowledge/data/operators/pop_to_sop.json +11 -0
  442. package/dist/knowledge/data/operators/pop_to_top.json +11 -0
  443. package/dist/knowledge/data/operators/posistagenet_chop.json +900 -0
  444. package/dist/knowledge/data/operators/prefilter_map_top.json +947 -0
  445. package/dist/knowledge/data/operators/primitive_pop.json +1254 -0
  446. package/dist/knowledge/data/operators/primitive_sop.json +2075 -0
  447. package/dist/knowledge/data/operators/profile_sop.json +756 -0
  448. package/dist/knowledge/data/operators/project_sop.json +1276 -0
  449. package/dist/knowledge/data/operators/projection_pop.json +1060 -0
  450. package/dist/knowledge/data/operators/projection_top.json +1135 -0
  451. package/dist/knowledge/data/operators/proximity_pop.json +505 -0
  452. package/dist/knowledge/data/operators/pulse_chop.json +1744 -0
  453. package/dist/knowledge/data/operators/quantize_pop.json +1052 -0
  454. package/dist/knowledge/data/operators/rails_sop.json +853 -0
  455. package/dist/knowledge/data/operators/ramp_top.json +1899 -0
  456. package/dist/knowledge/data/operators/random_pop.json +1219 -0
  457. package/dist/knowledge/data/operators/raster_sop.json +291 -0
  458. package/dist/knowledge/data/operators/ray_pop.json +497 -0
  459. package/dist/knowledge/data/operators/ray_sop.json +856 -0
  460. package/dist/knowledge/data/operators/realsense_top.json +1608 -0
  461. package/dist/knowledge/data/operators/record_chop.json +1040 -0
  462. package/dist/knowledge/data/operators/rectangle_pop.json +800 -0
  463. package/dist/knowledge/data/operators/rectangle_sop.json +758 -0
  464. package/dist/knowledge/data/operators/rectangle_top.json +2259 -0
  465. package/dist/knowledge/data/operators/refine_sop.json +667 -0
  466. package/dist/knowledge/data/operators/remap_top.json +1182 -0
  467. package/dist/knowledge/data/operators/rename_chop.json +522 -0
  468. package/dist/knowledge/data/operators/render_pass_top.json +3108 -0
  469. package/dist/knowledge/data/operators/render_pick_chop.json +2119 -0
  470. package/dist/knowledge/data/operators/render_pick_dat.json +1840 -0
  471. package/dist/knowledge/data/operators/render_select_top.json +1086 -0
  472. package/dist/knowledge/data/operators/render_top.json +218 -0
  473. package/dist/knowledge/data/operators/renderstream_in_chop.json +617 -0
  474. package/dist/knowledge/data/operators/renderstream_in_top.json +950 -0
  475. package/dist/knowledge/data/operators/renderstream_out_top.json +997 -0
  476. package/dist/knowledge/data/operators/reorder_chop.json +946 -0
  477. package/dist/knowledge/data/operators/reorder_dat.json +711 -0
  478. package/dist/knowledge/data/operators/reorder_top.json +1229 -0
  479. package/dist/knowledge/data/operators/replace_chop.json +568 -0
  480. package/dist/knowledge/data/operators/replicator_comp.json +2208 -0
  481. package/dist/knowledge/data/operators/rerange_pop.json +892 -0
  482. package/dist/knowledge/data/operators/resample_chop.json +1134 -0
  483. package/dist/knowledge/data/operators/resample_sop.json +619 -0
  484. package/dist/knowledge/data/operators/resolution_top.json +892 -0
  485. package/dist/knowledge/data/operators/revolve_pop.json +607 -0
  486. package/dist/knowledge/data/operators/revolve_sop.json +714 -0
  487. package/dist/knowledge/data/operators/rgb_key_top.json +1654 -0
  488. package/dist/knowledge/data/operators/rgb_to_hsv_top.json +853 -0
  489. package/dist/knowledge/data/operators/s_curve_chop.json +1176 -0
  490. package/dist/knowledge/data/operators/scalable_display_top.json +1042 -0
  491. package/dist/knowledge/data/operators/screen_grab_top.json +1465 -0
  492. package/dist/knowledge/data/operators/screen_top.json +1652 -0
  493. package/dist/knowledge/data/operators/script_chop.json +520 -0
  494. package/dist/knowledge/data/operators/script_dat.json +429 -0
  495. package/dist/knowledge/data/operators/script_sop.json +146 -0
  496. package/dist/knowledge/data/operators/script_top.json +947 -0
  497. package/dist/knowledge/data/operators/select_chop.json +899 -0
  498. package/dist/knowledge/data/operators/select_comp.json +5645 -0
  499. package/dist/knowledge/data/operators/select_dat.json +1371 -0
  500. package/dist/knowledge/data/operators/select_mat.json +1977 -0
  501. package/dist/knowledge/data/operators/select_pop.json +347 -0
  502. package/dist/knowledge/data/operators/select_sop.json +100 -0
  503. package/dist/knowledge/data/operators/select_top.json +901 -0
  504. package/dist/knowledge/data/operators/sequence_blend_sop.json +336 -0
  505. package/dist/knowledge/data/operators/serial_chop.json +1182 -0
  506. package/dist/knowledge/data/operators/serial_dat.json +1418 -0
  507. package/dist/knowledge/data/operators/shared_mem_in_chop.json +620 -0
  508. package/dist/knowledge/data/operators/shared_mem_in_comp.json +1323 -0
  509. package/dist/knowledge/data/operators/shared_mem_in_top.json +994 -0
  510. package/dist/knowledge/data/operators/shared_mem_out_chop.json +620 -0
  511. package/dist/knowledge/data/operators/shared_mem_out_comp.json +1372 -0
  512. package/dist/knowledge/data/operators/shared_mem_out_top.json +1137 -0
  513. package/dist/knowledge/data/operators/shift_chop.json +899 -0
  514. package/dist/knowledge/data/operators/shuffle_chop.json +612 -0
  515. package/dist/knowledge/data/operators/sick_top.json +1322 -0
  516. package/dist/knowledge/data/operators/skin_deform_pop.json +972 -0
  517. package/dist/knowledge/data/operators/skin_pop.json +330 -0
  518. package/dist/knowledge/data/operators/skin_sop.json +711 -0
  519. package/dist/knowledge/data/operators/slider_comp.json +6918 -0
  520. package/dist/knowledge/data/operators/slope_chop.json +661 -0
  521. package/dist/knowledge/data/operators/slope_top.json +1370 -0
  522. package/dist/knowledge/data/operators/socketio_dat.json +945 -0
  523. package/dist/knowledge/data/operators/sop_to_chop.json +1137 -0
  524. package/dist/knowledge/data/operators/sop_to_dat.json +622 -0
  525. package/dist/knowledge/data/operators/sop_to_pop.json +409 -0
  526. package/dist/knowledge/data/operators/sort_chop.json +805 -0
  527. package/dist/knowledge/data/operators/sort_dat.json +894 -0
  528. package/dist/knowledge/data/operators/sort_pop.json +1023 -0
  529. package/dist/knowledge/data/operators/sort_sop.json +569 -0
  530. package/dist/knowledge/data/operators/spectrum_top.json +1182 -0
  531. package/dist/knowledge/data/operators/speed_chop.json +1180 -0
  532. package/dist/knowledge/data/operators/sphere_pop.json +1141 -0
  533. package/dist/knowledge/data/operators/sphere_sop.json +1370 -0
  534. package/dist/knowledge/data/operators/splice_chop.json +1226 -0
  535. package/dist/knowledge/data/operators/spring_chop.json +899 -0
  536. package/dist/knowledge/data/operators/spring_sop.json +1463 -0
  537. package/dist/knowledge/data/operators/sprinkle_pop.json +420 -0
  538. package/dist/knowledge/data/operators/sprinkle_sop.json +337 -0
  539. package/dist/knowledge/data/operators/sprite_sop.json +571 -0
  540. package/dist/knowledge/data/operators/ssao_top.json +1510 -0
  541. package/dist/knowledge/data/operators/st2110_device_chop.json +11 -0
  542. package/dist/knowledge/data/operators/stitch_sop.json +807 -0
  543. package/dist/knowledge/data/operators/stretch_chop.json +945 -0
  544. package/dist/knowledge/data/operators/stype_in_chop.json +756 -0
  545. package/dist/knowledge/data/operators/stype_out_chop.json +852 -0
  546. package/dist/knowledge/data/operators/stype_top.json +943 -0
  547. package/dist/knowledge/data/operators/subdivide_pop.json +292 -0
  548. package/dist/knowledge/data/operators/subdivide_sop.json +618 -0
  549. package/dist/knowledge/data/operators/substance_select_top.json +945 -0
  550. package/dist/knowledge/data/operators/substance_top.json +1182 -0
  551. package/dist/knowledge/data/operators/substitute_dat.json +1605 -0
  552. package/dist/knowledge/data/operators/subtract_top.json +1650 -0
  553. package/dist/knowledge/data/operators/superquad_sop.json +1135 -0
  554. package/dist/knowledge/data/operators/surfsect_sop.json +853 -0
  555. package/dist/knowledge/data/operators/sweep_sop.json +947 -0
  556. package/dist/knowledge/data/operators/switch_chop.json +523 -0
  557. package/dist/knowledge/data/operators/switch_dat.json +383 -0
  558. package/dist/knowledge/data/operators/switch_mat.json +1553 -0
  559. package/dist/knowledge/data/operators/switch_pop.json +496 -0
  560. package/dist/knowledge/data/operators/switch_sop.json +101 -0
  561. package/dist/knowledge/data/operators/switch_top.json +959 -0
  562. package/dist/knowledge/data/operators/sync_in_chop.json +617 -0
  563. package/dist/knowledge/data/operators/sync_out_chop.json +993 -0
  564. package/dist/knowledge/data/operators/syphon_spout_in_top.json +946 -0
  565. package/dist/knowledge/data/operators/syphon_spout_out_top.json +948 -0
  566. package/dist/knowledge/data/operators/table_comp.json +7009 -0
  567. package/dist/knowledge/data/operators/table_dat.json +1080 -0
  568. package/dist/knowledge/data/operators/tablet_chop.json +1367 -0
  569. package/dist/knowledge/data/operators/text_comp.json +8981 -0
  570. package/dist/knowledge/data/operators/text_dat.json +675 -0
  571. package/dist/knowledge/data/operators/text_sop.json +1512 -0
  572. package/dist/knowledge/data/operators/text_top.json +4236 -0
  573. package/dist/knowledge/data/operators/texture_3d_top.json +1417 -0
  574. package/dist/knowledge/data/operators/texture_map_pop.json +1744 -0
  575. package/dist/knowledge/data/operators/texture_sop.json +992 -0
  576. package/dist/knowledge/data/operators/threshold_top.json +1227 -0
  577. package/dist/knowledge/data/operators/tile_top.json +1840 -0
  578. package/dist/knowledge/data/operators/time_comp.json +1745 -0
  579. package/dist/knowledge/data/operators/time_machine_top.json +1041 -0
  580. package/dist/knowledge/data/operators/time_slice_chop.json +568 -0
  581. package/dist/knowledge/data/operators/timecode_chop.json +1981 -0
  582. package/dist/knowledge/data/operators/timeline_chop.json +1038 -0
  583. package/dist/knowledge/data/operators/timer_chop.json +4236 -0
  584. package/dist/knowledge/data/operators/top_to_chop.json +2077 -0
  585. package/dist/knowledge/data/operators/top_to_pop.json +2144 -0
  586. package/dist/knowledge/data/operators/topology_pop.json +1526 -0
  587. package/dist/knowledge/data/operators/torus_pop.json +901 -0
  588. package/dist/knowledge/data/operators/torus_sop.json +1368 -0
  589. package/dist/knowledge/data/operators/touch_in_chop.json +1182 -0
  590. package/dist/knowledge/data/operators/touch_in_dat.json +618 -0
  591. package/dist/knowledge/data/operators/touch_in_top.json +1182 -0
  592. package/dist/knowledge/data/operators/touch_out_chop.json +947 -0
  593. package/dist/knowledge/data/operators/touch_out_dat.json +712 -0
  594. package/dist/knowledge/data/operators/touch_out_top.json +1134 -0
  595. package/dist/knowledge/data/operators/trace_sop.json +759 -0
  596. package/dist/knowledge/data/operators/trail_chop.json +901 -0
  597. package/dist/knowledge/data/operators/trail_pop.json +827 -0
  598. package/dist/knowledge/data/operators/trail_sop.json +616 -0
  599. package/dist/knowledge/data/operators/transform_chop.json +2168 -0
  600. package/dist/knowledge/data/operators/transform_pop.json +2659 -0
  601. package/dist/knowledge/data/operators/transform_sop.json +1466 -0
  602. package/dist/knowledge/data/operators/transform_top.json +1803 -0
  603. package/dist/knowledge/data/operators/transform_xyz_chop.json +1369 -0
  604. package/dist/knowledge/data/operators/transpose_dat.json +334 -0
  605. package/dist/knowledge/data/operators/trig_pop.json +1135 -0
  606. package/dist/knowledge/data/operators/trigger_chop.json +2214 -0
  607. package/dist/knowledge/data/operators/trim_chop.json +805 -0
  608. package/dist/knowledge/data/operators/trim_sop.json +336 -0
  609. package/dist/knowledge/data/operators/tristrip_sop.json +194 -0
  610. package/dist/knowledge/data/operators/tube_pop.json +861 -0
  611. package/dist/knowledge/data/operators/tube_sop.json +1323 -0
  612. package/dist/knowledge/data/operators/tuio_in_dat.json +806 -0
  613. package/dist/knowledge/data/operators/twist_pop.json +1127 -0
  614. package/dist/knowledge/data/operators/twist_sop.json +533 -0
  615. package/dist/knowledge/data/operators/udp_in_dat.json +1090 -0
  616. package/dist/knowledge/data/operators/udp_out_dat.json +1280 -0
  617. package/dist/knowledge/data/operators/under_top.json +1652 -0
  618. package/dist/knowledge/data/operators/usd_comp.json +4800 -0
  619. package/dist/knowledge/data/operators/vertex_sop.json +667 -0
  620. package/dist/knowledge/data/operators/video_device_in_top.json +3062 -0
  621. package/dist/knowledge/data/operators/video_device_out_top.json +1936 -0
  622. package/dist/knowledge/data/operators/video_devices_dat.json +616 -0
  623. package/dist/knowledge/data/operators/video_stream_in_top.json +1842 -0
  624. package/dist/knowledge/data/operators/video_stream_out_top.json +2548 -0
  625. package/dist/knowledge/data/operators/vioso_top.json +943 -0
  626. package/dist/knowledge/data/operators/warp_chop.json +570 -0
  627. package/dist/knowledge/data/operators/wave_chop.json +1510 -0
  628. package/dist/knowledge/data/operators/web_client_dat.json +1514 -0
  629. package/dist/knowledge/data/operators/web_render_top.json +1749 -0
  630. package/dist/knowledge/data/operators/web_server_dat.json +714 -0
  631. package/dist/knowledge/data/operators/webrtc_dat.json +851 -0
  632. package/dist/knowledge/data/operators/websocket_dat.json +901 -0
  633. package/dist/knowledge/data/operators/widget_comp.json +6299 -0
  634. package/dist/knowledge/data/operators/window_comp.json +3061 -0
  635. package/dist/knowledge/data/operators/wireframe_mat.json +2165 -0
  636. package/dist/knowledge/data/operators/wireframe_sop.json +338 -0
  637. package/dist/knowledge/data/operators/wrnchai_chop.json +1084 -0
  638. package/dist/knowledge/data/operators/xml_dat.json +1230 -0
  639. package/dist/knowledge/data/operators/zed_chop.json +1840 -0
  640. package/dist/knowledge/data/operators/zed_sop.json +712 -0
  641. package/dist/knowledge/data/operators/zed_top.json +1981 -0
  642. package/dist/knowledge/data/patterns.json +1 -0
  643. package/dist/knowledge/data/python-api/App.json +78 -0
  644. package/dist/knowledge/data/python-api/Attribute.json +43 -0
  645. package/dist/knowledge/data/python-api/Attributes.json +41 -0
  646. package/dist/knowledge/data/python-api/Bounds.json +10 -0
  647. package/dist/knowledge/data/python-api/CHOP.json +683 -0
  648. package/dist/knowledge/data/python-api/COMP.json +1019 -0
  649. package/dist/knowledge/data/python-api/Cell.json +80 -0
  650. package/dist/knowledge/data/python-api/Channel.json +100 -0
  651. package/dist/knowledge/data/python-api/Connector.json +43 -0
  652. package/dist/knowledge/data/python-api/DAT.json +1289 -0
  653. package/dist/knowledge/data/python-api/Dependency.json +10 -0
  654. package/dist/knowledge/data/python-api/Error_DAT.json +9 -0
  655. package/dist/knowledge/data/python-api/Group.json +54 -0
  656. package/dist/knowledge/data/python-api/License.json +25 -0
  657. package/dist/knowledge/data/python-api/MAT.json +621 -0
  658. package/dist/knowledge/data/python-api/MOD.json +83 -0
  659. package/dist/knowledge/data/python-api/Matrix.json +556 -0
  660. package/dist/knowledge/data/python-api/Monitor.json +25 -0
  661. package/dist/knowledge/data/python-api/Network.json +10 -0
  662. package/dist/knowledge/data/python-api/NetworkEditor.json +154 -0
  663. package/dist/knowledge/data/python-api/Node.json +10 -0
  664. package/dist/knowledge/data/python-api/OP.json +621 -0
  665. package/dist/knowledge/data/python-api/OP_Viewer_COMP.json +9 -0
  666. package/dist/knowledge/data/python-api/ObjectCOMP.json +1150 -0
  667. package/dist/knowledge/data/python-api/Page.json +797 -0
  668. package/dist/knowledge/data/python-api/Pane.json +62 -0
  669. package/dist/knowledge/data/python-api/Panel.json +25 -0
  670. package/dist/knowledge/data/python-api/PanelCOMP.json +1167 -0
  671. package/dist/knowledge/data/python-api/PanelValue.json +25 -0
  672. package/dist/knowledge/data/python-api/Par.json +115 -0
  673. package/dist/knowledge/data/python-api/ParGroup.json +101 -0
  674. package/dist/knowledge/data/python-api/Parameter.json +10 -0
  675. package/dist/knowledge/data/python-api/Parent.json +10 -0
  676. package/dist/knowledge/data/python-api/Pattern_CHOP.json +9 -0
  677. package/dist/knowledge/data/python-api/Peer.json +85 -0
  678. package/dist/knowledge/data/python-api/Point.json +32 -0
  679. package/dist/knowledge/data/python-api/Position.json +92 -0
  680. package/dist/knowledge/data/python-api/Prim.json +63 -0
  681. package/dist/knowledge/data/python-api/Project.json +118 -0
  682. package/dist/knowledge/data/python-api/PythonOp.json +140 -0
  683. package/dist/knowledge/data/python-api/Quaternion.json +24 -0
  684. package/dist/knowledge/data/python-api/Replicator_COMP.json +9 -0
  685. package/dist/knowledge/data/python-api/Run.json +32 -0
  686. package/dist/knowledge/data/python-api/Runs.json +10 -0
  687. package/dist/knowledge/data/python-api/SOP.json +642 -0
  688. package/dist/knowledge/data/python-api/ScriptOp.json +119 -0
  689. package/dist/knowledge/data/python-api/Segment.json +25 -0
  690. package/dist/knowledge/data/python-api/Sequence.json +48 -0
  691. package/dist/knowledge/data/python-api/Stype.json +9 -0
  692. package/dist/knowledge/data/python-api/SysInfo.json +25 -0
  693. package/dist/knowledge/data/python-api/TOP.json +724 -0
  694. package/dist/knowledge/data/python-api/Timecode.json +200 -0
  695. package/dist/knowledge/data/python-api/UI.json +73 -0
  696. package/dist/knowledge/data/python-api/Vertex.json +25 -0
  697. package/dist/knowledge/data/python-api/baseCOMP.json +1019 -0
  698. package/dist/knowledge/data/python-api/evaluateDAT.json +1289 -0
  699. package/dist/knowledge/data/python-api/examineDAT.json +1289 -0
  700. package/dist/knowledge/data/python-api/glslTOP.json +724 -0
  701. package/dist/knowledge/data/python-api/index.json +1 -0
  702. package/dist/knowledge/data/python-api/listCOMP.json +1516 -0
  703. package/dist/knowledge/data/python-api/midiinDAT.json +1328 -0
  704. package/dist/knowledge/data/python-api/scriptCHOP.json +24 -0
  705. package/dist/knowledge/data/python-api/scriptDAT.json +1335 -0
  706. package/dist/knowledge/data/python-api/scriptSOP.json +24 -0
  707. package/dist/knowledge/data/python-api/scriptTOP.json +24 -0
  708. package/dist/knowledge/data/python-api/serialDAT.json +1323 -0
  709. package/dist/knowledge/data/python-api/tcpipDAT.json +1357 -0
  710. package/dist/knowledge/data/python-api/td.json +646 -0
  711. package/dist/knowledge/data/python-api/td_Module.json +24 -0
  712. package/dist/knowledge/data/tutorials/anatomy_of_a_chop.json +275 -0
  713. package/dist/knowledge/data/tutorials/build_a_list_comp.json +268 -0
  714. package/dist/knowledge/data/tutorials/index.json +1 -0
  715. package/dist/knowledge/data/tutorials/introduction_to_python_tutorial.json +1598 -0
  716. package/dist/knowledge/data/tutorials/tdbitwig_user_guide.json +1986 -0
  717. package/dist/knowledge/data/tutorials/touchdesigner_video_server_specification_guide.json +555 -0
  718. package/dist/knowledge/data/tutorials/video_streaming_user_guide.json +653 -0
  719. package/dist/knowledge/data/tutorials/write_a_cplusplus_chop.json +139 -0
  720. package/dist/knowledge/data/tutorials/write_a_cplusplus_plugin.json +796 -0
  721. package/dist/knowledge/data/tutorials/write_a_cplusplus_top.json +104 -0
  722. package/dist/knowledge/data/tutorials/write_a_cuda_dll.json +259 -0
  723. package/dist/knowledge/data/tutorials/write_a_glsl_material.json +2353 -0
  724. package/dist/knowledge/data/tutorials/write_a_glsl_top.json +818 -0
  725. package/dist/knowledge/data/tutorials/write_a_shared_memory_chop.json +261 -0
  726. package/dist/knowledge/data/tutorials/write_a_shared_memory_top.json +193 -0
  727. package/dist/recipes/audio_spectrum_bars.json +26 -0
  728. package/dist/recipes/data_sonification.json +37 -0
  729. package/dist/recipes/feedback_tunnel.json +73 -0
  730. package/dist/recipes/kinect_silhouette.json +45 -0
  731. package/dist/recipes/led_strip_mapper.json +32 -0
  732. package/dist/recipes/noise_landscape.json +76 -0
  733. package/dist/recipes/particle_galaxy.json +52 -0
  734. package/dist/recipes/projection_mapping.json +25 -0
  735. package/dist/recipes/reaction_diffusion.json +90 -0
  736. package/dist/recipes/webcam_glitch.json +40 -0
  737. package/package.json +74 -0
  738. package/recipes/audio_spectrum_bars.json +26 -0
  739. package/recipes/data_sonification.json +37 -0
  740. package/recipes/feedback_tunnel.json +73 -0
  741. package/recipes/kinect_silhouette.json +45 -0
  742. package/recipes/led_strip_mapper.json +32 -0
  743. package/recipes/noise_landscape.json +76 -0
  744. package/recipes/particle_galaxy.json +52 -0
  745. package/recipes/projection_mapping.json +25 -0
  746. package/recipes/reaction_diffusion.json +90 -0
  747. package/recipes/webcam_glitch.json +40 -0
  748. package/td/README.md +160 -0
  749. package/td/bootstrap.py +73 -0
  750. package/td/modules/mcp/__init__.py +1 -0
  751. package/td/modules/mcp/controllers/__init__.py +1 -0
  752. package/td/modules/mcp/controllers/api_controller.py +240 -0
  753. package/td/modules/mcp/dev.py +40 -0
  754. package/td/modules/mcp/events.py +25 -0
  755. package/td/modules/mcp/install.py +155 -0
  756. package/td/modules/mcp/services/__init__.py +1 -0
  757. package/td/modules/mcp/services/analysis_service.py +64 -0
  758. package/td/modules/mcp/services/api_service.py +195 -0
  759. package/td/modules/mcp/services/batch_service.py +49 -0
  760. package/td/modules/mcp/services/preview_service.py +40 -0
  761. package/td/modules/utils/__init__.py +1 -0
  762. package/td/modules/utils/version.py +3 -0
  763. package/td/startup.py +34 -0
  764. package/td/templates/webserver_callbacks.py +50 -0
  765. package/td/tests/test_api_controller.py +242 -0
@@ -0,0 +1,3720 @@
1
+ {
2
+ "id": "bullet_solver_comp",
3
+ "name": "Bullet Solver COMP",
4
+ "displayName": "Bullet Solver COMP",
5
+ "category": "COMP",
6
+ "subcategory": "Components",
7
+ "version": "",
8
+ "lastUpdated": "2025-08-07T07:49:57.772Z",
9
+ "sourceFile": "C:\\Program Files\\Derivative\\TouchDesigner\\Samples\\Learn\\OfflineHelp\\https.docs.derivative.ca\\Bullet_Solver_COMP.htm",
10
+ "url": "",
11
+ "description": "In a Bullet Dynamics system, the Bullet Solver COMP is analogous to the world/simulation in which actors/bodies (ie. Actor COMPs) operate. A Bullet Solver COMP contains any number of actors/bodies (Actor COMPs) or forces (Force COMP/Impulse Force COMP), and as the name suggests it also uses the Bullet Physics API to step through the simulation.",
12
+ "summary": "In a Bullet Dynamics system, the Bullet Solver COMP is analogous to the world/simulation in which actors/bodies (ie. Actor COMPs) operate. A Bullet Solver COMP contains any number of actors/bodies (Ac",
13
+ "details": "",
14
+ "usage": "",
15
+ "tips": [],
16
+ "warnings": [],
17
+ "parameters": [
18
+ {
19
+ "id": null,
20
+ "name": "Actors",
21
+ "label": "Actors",
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
+ "forces"
33
+ ],
34
+ "menuLabels": [],
35
+ "allowCustom": false,
36
+ "maxLength": null,
37
+ "pattern": null,
38
+ "isArray": false,
39
+ "arraySize": 1,
40
+ "dimensions": 1,
41
+ "description": "The Actor COMPs to include in the simulation.",
42
+ "tooltip": "",
43
+ "help": "",
44
+ "units": "",
45
+ "examples": [],
46
+ "isReadOnly": false,
47
+ "isAdvanced": false,
48
+ "isHidden": false,
49
+ "isAnimatable": true,
50
+ "isExpression": false,
51
+ "isPython": false,
52
+ "dependsOn": [],
53
+ "affects": [],
54
+ "linkedTo": [],
55
+ "expressionLanguage": "",
56
+ "defaultExpression": "",
57
+ "commonExpressions": [],
58
+ "order": 0,
59
+ "isVisible": true,
60
+ "conditionalDisplay": null,
61
+ "isValid": true,
62
+ "validationErrors": [],
63
+ "lastUpdated": "2025-08-07T07:49:57.741Z",
64
+ "rawData": {},
65
+ "sourceElement": null
66
+ },
67
+ {
68
+ "id": null,
69
+ "name": "Global Forces",
70
+ "label": "Global Forces",
71
+ "group": "General",
72
+ "page": "",
73
+ "type": "float",
74
+ "dataType": "number",
75
+ "style": "",
76
+ "defaultValue": null,
77
+ "minValue": null,
78
+ "maxValue": null,
79
+ "step": null,
80
+ "menuItems": [],
81
+ "menuLabels": [],
82
+ "allowCustom": false,
83
+ "maxLength": null,
84
+ "pattern": null,
85
+ "isArray": false,
86
+ "arraySize": 1,
87
+ "dimensions": 1,
88
+ "description": "forces - The Force COMPs to include in the simulation. These forces are global forces and will be applied to all non-static actors in the simulation.",
89
+ "tooltip": "",
90
+ "help": "",
91
+ "units": "",
92
+ "examples": [],
93
+ "isReadOnly": false,
94
+ "isAdvanced": false,
95
+ "isHidden": false,
96
+ "isAnimatable": true,
97
+ "isExpression": false,
98
+ "isPython": false,
99
+ "dependsOn": [],
100
+ "affects": [],
101
+ "linkedTo": [],
102
+ "expressionLanguage": "",
103
+ "defaultExpression": "",
104
+ "commonExpressions": [],
105
+ "order": 0,
106
+ "isVisible": true,
107
+ "conditionalDisplay": null,
108
+ "isValid": true,
109
+ "validationErrors": [],
110
+ "lastUpdated": "2025-08-07T07:49:57.764Z",
111
+ "rawData": {},
112
+ "sourceElement": null
113
+ },
114
+ {
115
+ "id": null,
116
+ "name": "Gravitational Acceleration",
117
+ "label": "Gravitational Acceleration",
118
+ "group": "General",
119
+ "page": "",
120
+ "type": "float",
121
+ "dataType": "number",
122
+ "style": "",
123
+ "defaultValue": null,
124
+ "minValue": null,
125
+ "maxValue": null,
126
+ "step": null,
127
+ "menuItems": [],
128
+ "menuLabels": [],
129
+ "allowCustom": false,
130
+ "maxLength": null,
131
+ "pattern": null,
132
+ "isArray": false,
133
+ "arraySize": 1,
134
+ "dimensions": 1,
135
+ "description": "gravity - - Gravity applied to all actors in the simulation in m/s^2. Gravity is applied to actors irrespective of their mass.\n\n gravityx - gravityy - gravityz -",
136
+ "tooltip": "",
137
+ "help": "",
138
+ "units": "",
139
+ "examples": [],
140
+ "isReadOnly": false,
141
+ "isAdvanced": false,
142
+ "isHidden": false,
143
+ "isAnimatable": true,
144
+ "isExpression": false,
145
+ "isPython": false,
146
+ "dependsOn": [],
147
+ "affects": [],
148
+ "linkedTo": [],
149
+ "expressionLanguage": "",
150
+ "defaultExpression": "",
151
+ "commonExpressions": [],
152
+ "order": 0,
153
+ "isVisible": true,
154
+ "conditionalDisplay": null,
155
+ "isValid": true,
156
+ "validationErrors": [],
157
+ "lastUpdated": "2025-08-07T07:49:57.764Z",
158
+ "rawData": {},
159
+ "sourceElement": null
160
+ },
161
+ {
162
+ "id": null,
163
+ "name": "X",
164
+ "label": "X",
165
+ "group": "General",
166
+ "page": "",
167
+ "type": "float",
168
+ "dataType": "number",
169
+ "style": "",
170
+ "defaultValue": null,
171
+ "minValue": null,
172
+ "maxValue": null,
173
+ "step": null,
174
+ "menuItems": [],
175
+ "menuLabels": [],
176
+ "allowCustom": false,
177
+ "maxLength": null,
178
+ "pattern": null,
179
+ "isArray": false,
180
+ "arraySize": 1,
181
+ "dimensions": 1,
182
+ "description": "gravityx - gravityy - gravityz -",
183
+ "tooltip": "",
184
+ "help": "",
185
+ "units": "",
186
+ "examples": [],
187
+ "isReadOnly": false,
188
+ "isAdvanced": false,
189
+ "isHidden": false,
190
+ "isAnimatable": true,
191
+ "isExpression": false,
192
+ "isPython": false,
193
+ "dependsOn": [],
194
+ "affects": [],
195
+ "linkedTo": [],
196
+ "expressionLanguage": "",
197
+ "defaultExpression": "",
198
+ "commonExpressions": [],
199
+ "order": 0,
200
+ "isVisible": true,
201
+ "conditionalDisplay": null,
202
+ "isValid": true,
203
+ "validationErrors": [],
204
+ "lastUpdated": "2025-08-07T07:49:57.764Z",
205
+ "rawData": {},
206
+ "sourceElement": null
207
+ },
208
+ {
209
+ "id": null,
210
+ "name": "Dimension",
211
+ "label": "Dimension",
212
+ "group": "General",
213
+ "page": "",
214
+ "type": "float",
215
+ "dataType": "number",
216
+ "style": "",
217
+ "defaultValue": null,
218
+ "minValue": null,
219
+ "maxValue": null,
220
+ "step": null,
221
+ "menuItems": [],
222
+ "menuLabels": [],
223
+ "allowCustom": false,
224
+ "maxLength": null,
225
+ "pattern": null,
226
+ "isArray": false,
227
+ "arraySize": 1,
228
+ "dimensions": 1,
229
+ "description": "dimension - - The dimension of the simulation. The options in this menu can also be recreated using the linear/angular multiplier parameters.\n\n 1d - Actor is constrained to linear velocity only on the X axis, with no angular velocity (linmult 1,0,0 and angmult 0,0,0) 2d - Actor is constrained to linear velocity only on the XY plane, with angular velocity only around the Z axis (linmult 1,1,0 and angmult 0,0,1) 3d - Actor is not constrained and can move in any direction: X, Y, or Z. Similarly, the Actor can also rotate in any direction: X, Y, or Z (linmult 1,1,1 and angmult 1,1,1)",
230
+ "tooltip": "",
231
+ "help": "",
232
+ "units": "",
233
+ "examples": [],
234
+ "isReadOnly": false,
235
+ "isAdvanced": false,
236
+ "isHidden": false,
237
+ "isAnimatable": true,
238
+ "isExpression": false,
239
+ "isPython": false,
240
+ "dependsOn": [],
241
+ "affects": [],
242
+ "linkedTo": [],
243
+ "expressionLanguage": "",
244
+ "defaultExpression": "",
245
+ "commonExpressions": [],
246
+ "order": 0,
247
+ "isVisible": true,
248
+ "conditionalDisplay": null,
249
+ "isValid": true,
250
+ "validationErrors": [],
251
+ "lastUpdated": "2025-08-07T07:49:57.764Z",
252
+ "rawData": {},
253
+ "sourceElement": null
254
+ },
255
+ {
256
+ "id": null,
257
+ "name": "1D",
258
+ "label": "1D",
259
+ "group": "General",
260
+ "page": "",
261
+ "type": "float",
262
+ "dataType": "number",
263
+ "style": "",
264
+ "defaultValue": null,
265
+ "minValue": null,
266
+ "maxValue": null,
267
+ "step": null,
268
+ "menuItems": [],
269
+ "menuLabels": [],
270
+ "allowCustom": false,
271
+ "maxLength": null,
272
+ "pattern": null,
273
+ "isArray": false,
274
+ "arraySize": 1,
275
+ "dimensions": 1,
276
+ "description": "1d - Actor is constrained to linear velocity only on the X axis, with no angular velocity (linmult 1,0,0 and angmult 0,0,0) 2d - Actor is constrained to linear velocity only on the XY plane, with angular velocity only around the Z axis (linmult 1,1,0 and angmult 0,0,1) 3d - Actor is not constrained and can move in any direction: X, Y, or Z. Similarly, the Actor can also rotate in any direction: X, Y, or Z (linmult 1,1,1 and angmult 1,1,1)",
277
+ "tooltip": "",
278
+ "help": "",
279
+ "units": "",
280
+ "examples": [],
281
+ "isReadOnly": false,
282
+ "isAdvanced": false,
283
+ "isHidden": false,
284
+ "isAnimatable": true,
285
+ "isExpression": false,
286
+ "isPython": false,
287
+ "dependsOn": [],
288
+ "affects": [],
289
+ "linkedTo": [],
290
+ "expressionLanguage": "",
291
+ "defaultExpression": "",
292
+ "commonExpressions": [],
293
+ "order": 0,
294
+ "isVisible": true,
295
+ "conditionalDisplay": null,
296
+ "isValid": true,
297
+ "validationErrors": [],
298
+ "lastUpdated": "2025-08-07T07:49:57.764Z",
299
+ "rawData": {},
300
+ "sourceElement": null
301
+ },
302
+ {
303
+ "id": null,
304
+ "name": "Linear Multiplier",
305
+ "label": "Linear Multiplier",
306
+ "group": "General",
307
+ "page": "",
308
+ "type": "float",
309
+ "dataType": "number",
310
+ "style": "",
311
+ "defaultValue": null,
312
+ "minValue": null,
313
+ "maxValue": null,
314
+ "step": null,
315
+ "menuItems": [],
316
+ "menuLabels": [],
317
+ "allowCustom": false,
318
+ "maxLength": null,
319
+ "pattern": null,
320
+ "isArray": false,
321
+ "arraySize": 1,
322
+ "dimensions": 1,
323
+ "description": "linmult - - A multiplier for the linear velocities of the actors in the simulation. For example, if linmult is (0, 1, 1) then the actors can move linearly at normal speed on the Y and Z axes but cannot move in the X direction. These values are multiplied internally by the values from dimension. For example, if the dimension is 2D and linmult is (0, 1, 1) then the only direction the actors can move is along the Y axis because 2D is constraining on the Z and this parameter is constraining on the Y.\n\n linmultx - linmulty - linmultz -",
324
+ "tooltip": "",
325
+ "help": "",
326
+ "units": "",
327
+ "examples": [],
328
+ "isReadOnly": false,
329
+ "isAdvanced": false,
330
+ "isHidden": false,
331
+ "isAnimatable": true,
332
+ "isExpression": false,
333
+ "isPython": false,
334
+ "dependsOn": [],
335
+ "affects": [],
336
+ "linkedTo": [],
337
+ "expressionLanguage": "",
338
+ "defaultExpression": "",
339
+ "commonExpressions": [],
340
+ "order": 0,
341
+ "isVisible": true,
342
+ "conditionalDisplay": null,
343
+ "isValid": true,
344
+ "validationErrors": [],
345
+ "lastUpdated": "2025-08-07T07:49:57.764Z",
346
+ "rawData": {},
347
+ "sourceElement": null
348
+ },
349
+ {
350
+ "id": null,
351
+ "name": "Angular Multiplier",
352
+ "label": "Angular Multiplier",
353
+ "group": "General",
354
+ "page": "",
355
+ "type": "float",
356
+ "dataType": "number",
357
+ "style": "",
358
+ "defaultValue": null,
359
+ "minValue": null,
360
+ "maxValue": null,
361
+ "step": null,
362
+ "menuItems": [],
363
+ "menuLabels": [],
364
+ "allowCustom": false,
365
+ "maxLength": null,
366
+ "pattern": null,
367
+ "isArray": false,
368
+ "arraySize": 1,
369
+ "dimensions": 1,
370
+ "description": "angmult - - A multiplier for the angular velocities of the actors in the simulation. For example, if angmult is (1, 0, 0) then the actors can only rotate on the X axes. These values are multiplied internally by the values from dimension. So, if dimension is 2D and angmult is (1, 0, 0) then the actor will not be able to rotate in any direction because 2D constrains rotation only to the Z axis, and this parameter is constraining it only to the X axis.\n\n angmultx - angmulty - angmultz -",
371
+ "tooltip": "",
372
+ "help": "",
373
+ "units": "",
374
+ "examples": [],
375
+ "isReadOnly": false,
376
+ "isAdvanced": false,
377
+ "isHidden": false,
378
+ "isAnimatable": true,
379
+ "isExpression": false,
380
+ "isPython": false,
381
+ "dependsOn": [],
382
+ "affects": [],
383
+ "linkedTo": [],
384
+ "expressionLanguage": "",
385
+ "defaultExpression": "",
386
+ "commonExpressions": [],
387
+ "order": 0,
388
+ "isVisible": true,
389
+ "conditionalDisplay": null,
390
+ "isValid": true,
391
+ "validationErrors": [],
392
+ "lastUpdated": "2025-08-07T07:49:57.765Z",
393
+ "rawData": {},
394
+ "sourceElement": null
395
+ },
396
+ {
397
+ "id": null,
398
+ "name": "Initialize Sim and Collision Shapes",
399
+ "label": "Initialize Sim and Collision Shapes",
400
+ "group": "General",
401
+ "page": "",
402
+ "type": "float",
403
+ "dataType": "number",
404
+ "style": "",
405
+ "defaultValue": null,
406
+ "minValue": null,
407
+ "maxValue": null,
408
+ "step": null,
409
+ "menuItems": [],
410
+ "menuLabels": [],
411
+ "allowCustom": false,
412
+ "maxLength": null,
413
+ "pattern": null,
414
+ "isArray": false,
415
+ "arraySize": 1,
416
+ "dimensions": 1,
417
+ "description": "initall - Resets all bodies to their initial state (ie. position, orientation, velocity) and recreates their collision shapes. This parameter is equivalent to pulsing each Actor 's \"Initialize Actor\". Creating collision shapes can be time consuming in certain cases, so if it's not need then Initialize Sim should be used instead. Collision shapes need to be recreated if any of the SOPs used to create the collision shape change, or if the instancing OP changes.",
418
+ "tooltip": "",
419
+ "help": "",
420
+ "units": "",
421
+ "examples": [],
422
+ "isReadOnly": false,
423
+ "isAdvanced": false,
424
+ "isHidden": false,
425
+ "isAnimatable": true,
426
+ "isExpression": false,
427
+ "isPython": false,
428
+ "dependsOn": [],
429
+ "affects": [],
430
+ "linkedTo": [],
431
+ "expressionLanguage": "",
432
+ "defaultExpression": "",
433
+ "commonExpressions": [],
434
+ "order": 0,
435
+ "isVisible": true,
436
+ "conditionalDisplay": null,
437
+ "isValid": true,
438
+ "validationErrors": [],
439
+ "lastUpdated": "2025-08-07T07:49:57.765Z",
440
+ "rawData": {},
441
+ "sourceElement": null
442
+ },
443
+ {
444
+ "id": null,
445
+ "name": "Initialize Sim",
446
+ "label": "Initialize Sim",
447
+ "group": "General",
448
+ "page": "",
449
+ "type": "float",
450
+ "dataType": "number",
451
+ "style": "",
452
+ "defaultValue": null,
453
+ "minValue": null,
454
+ "maxValue": null,
455
+ "step": null,
456
+ "menuItems": [],
457
+ "menuLabels": [],
458
+ "allowCustom": false,
459
+ "maxLength": null,
460
+ "pattern": null,
461
+ "isArray": false,
462
+ "arraySize": 1,
463
+ "dimensions": 1,
464
+ "description": "init - Reset all bodies to their initial state (ie. position, orientation, velocity). This will not begin stepping through the simulation, it will only initialize. NOTE: This will not reset the collision shapes of any Actor COMPs, \"Initialize Sim and Collision Shapes\" above or \"Initialize Actor\" on the Actor should be used for that.",
465
+ "tooltip": "",
466
+ "help": "",
467
+ "units": "",
468
+ "examples": [],
469
+ "isReadOnly": false,
470
+ "isAdvanced": false,
471
+ "isHidden": false,
472
+ "isAnimatable": true,
473
+ "isExpression": false,
474
+ "isPython": false,
475
+ "dependsOn": [],
476
+ "affects": [],
477
+ "linkedTo": [],
478
+ "expressionLanguage": "",
479
+ "defaultExpression": "",
480
+ "commonExpressions": [],
481
+ "order": 0,
482
+ "isVisible": true,
483
+ "conditionalDisplay": null,
484
+ "isValid": true,
485
+ "validationErrors": [],
486
+ "lastUpdated": "2025-08-07T07:49:57.765Z",
487
+ "rawData": {},
488
+ "sourceElement": null
489
+ },
490
+ {
491
+ "id": null,
492
+ "name": "Start Sim",
493
+ "label": "Start Sim",
494
+ "group": "General",
495
+ "page": "",
496
+ "type": "float",
497
+ "dataType": "number",
498
+ "style": "",
499
+ "defaultValue": null,
500
+ "minValue": null,
501
+ "maxValue": null,
502
+ "step": null,
503
+ "menuItems": [],
504
+ "menuLabels": [],
505
+ "allowCustom": false,
506
+ "maxLength": null,
507
+ "pattern": null,
508
+ "isArray": false,
509
+ "arraySize": 1,
510
+ "dimensions": 1,
511
+ "description": "start - Initialize the simulation and run it (begin stepping).",
512
+ "tooltip": "",
513
+ "help": "",
514
+ "units": "",
515
+ "examples": [],
516
+ "isReadOnly": false,
517
+ "isAdvanced": false,
518
+ "isHidden": false,
519
+ "isAnimatable": true,
520
+ "isExpression": false,
521
+ "isPython": false,
522
+ "dependsOn": [],
523
+ "affects": [],
524
+ "linkedTo": [],
525
+ "expressionLanguage": "",
526
+ "defaultExpression": "",
527
+ "commonExpressions": [],
528
+ "order": 0,
529
+ "isVisible": true,
530
+ "conditionalDisplay": null,
531
+ "isValid": true,
532
+ "validationErrors": [],
533
+ "lastUpdated": "2025-08-07T07:49:57.765Z",
534
+ "rawData": {},
535
+ "sourceElement": null
536
+ },
537
+ {
538
+ "id": null,
539
+ "name": "Play",
540
+ "label": "Play",
541
+ "group": "General",
542
+ "page": "",
543
+ "type": "float",
544
+ "dataType": "number",
545
+ "style": "",
546
+ "defaultValue": null,
547
+ "minValue": null,
548
+ "maxValue": null,
549
+ "step": null,
550
+ "menuItems": [],
551
+ "menuLabels": [],
552
+ "allowCustom": false,
553
+ "maxLength": null,
554
+ "pattern": null,
555
+ "isArray": false,
556
+ "arraySize": 1,
557
+ "dimensions": 1,
558
+ "description": "play - Play the simulation. Will step through the simulation when toggled on, but will not when it is toggled off (ie. it will be paused).",
559
+ "tooltip": "",
560
+ "help": "",
561
+ "units": "",
562
+ "examples": [],
563
+ "isReadOnly": false,
564
+ "isAdvanced": false,
565
+ "isHidden": false,
566
+ "isAnimatable": true,
567
+ "isExpression": false,
568
+ "isPython": false,
569
+ "dependsOn": [],
570
+ "affects": [],
571
+ "linkedTo": [],
572
+ "expressionLanguage": "",
573
+ "defaultExpression": "",
574
+ "commonExpressions": [],
575
+ "order": 0,
576
+ "isVisible": true,
577
+ "conditionalDisplay": null,
578
+ "isValid": true,
579
+ "validationErrors": [],
580
+ "lastUpdated": "2025-08-07T07:49:57.765Z",
581
+ "rawData": {},
582
+ "sourceElement": null
583
+ },
584
+ {
585
+ "id": null,
586
+ "name": "Sample Rate",
587
+ "label": "Sample Rate",
588
+ "group": "General",
589
+ "page": "",
590
+ "type": "float",
591
+ "dataType": "number",
592
+ "style": "",
593
+ "defaultValue": null,
594
+ "minValue": null,
595
+ "maxValue": null,
596
+ "step": null,
597
+ "menuItems": [],
598
+ "menuLabels": [],
599
+ "allowCustom": false,
600
+ "maxLength": null,
601
+ "pattern": null,
602
+ "isArray": false,
603
+ "arraySize": 1,
604
+ "dimensions": 1,
605
+ "description": "rate - The sample rate of the simulation. The sample rate affects the timestep, which is 1/rate",
606
+ "tooltip": "",
607
+ "help": "",
608
+ "units": "",
609
+ "examples": [],
610
+ "isReadOnly": false,
611
+ "isAdvanced": false,
612
+ "isHidden": false,
613
+ "isAnimatable": true,
614
+ "isExpression": false,
615
+ "isPython": false,
616
+ "dependsOn": [],
617
+ "affects": [],
618
+ "linkedTo": [],
619
+ "expressionLanguage": "",
620
+ "defaultExpression": "",
621
+ "commonExpressions": [],
622
+ "order": 0,
623
+ "isVisible": true,
624
+ "conditionalDisplay": null,
625
+ "isValid": true,
626
+ "validationErrors": [],
627
+ "lastUpdated": "2025-08-07T07:49:57.765Z",
628
+ "rawData": {},
629
+ "sourceElement": null
630
+ },
631
+ {
632
+ "id": null,
633
+ "name": "Simulation Speed",
634
+ "label": "Simulation Speed",
635
+ "group": "General",
636
+ "page": "",
637
+ "type": "float",
638
+ "dataType": "number",
639
+ "style": "",
640
+ "defaultValue": null,
641
+ "minValue": null,
642
+ "maxValue": null,
643
+ "step": null,
644
+ "menuItems": [],
645
+ "menuLabels": [],
646
+ "allowCustom": false,
647
+ "maxLength": null,
648
+ "pattern": null,
649
+ "isArray": false,
650
+ "arraySize": 1,
651
+ "dimensions": 1,
652
+ "description": "simspeed - The speed of the simulation. It is a multiplier for the size of the timestep to slow down or speed up the simulation.",
653
+ "tooltip": "",
654
+ "help": "",
655
+ "units": "",
656
+ "examples": [],
657
+ "isReadOnly": false,
658
+ "isAdvanced": false,
659
+ "isHidden": false,
660
+ "isAnimatable": true,
661
+ "isExpression": false,
662
+ "isPython": false,
663
+ "dependsOn": [],
664
+ "affects": [],
665
+ "linkedTo": [],
666
+ "expressionLanguage": "",
667
+ "defaultExpression": "",
668
+ "commonExpressions": [],
669
+ "order": 0,
670
+ "isVisible": true,
671
+ "conditionalDisplay": null,
672
+ "isValid": true,
673
+ "validationErrors": [],
674
+ "lastUpdated": "2025-08-07T07:49:57.765Z",
675
+ "rawData": {},
676
+ "sourceElement": null
677
+ },
678
+ {
679
+ "id": null,
680
+ "name": "Feedback CHOP",
681
+ "label": "Feedback CHOP",
682
+ "group": "General",
683
+ "page": "",
684
+ "type": "float",
685
+ "dataType": "number",
686
+ "style": "",
687
+ "defaultValue": null,
688
+ "minValue": null,
689
+ "maxValue": null,
690
+ "step": null,
691
+ "menuItems": [],
692
+ "menuLabels": [],
693
+ "allowCustom": false,
694
+ "maxLength": null,
695
+ "pattern": null,
696
+ "isArray": false,
697
+ "arraySize": 1,
698
+ "dimensions": 1,
699
+ "description": "Feedback CHOP parameter.",
700
+ "tooltip": "",
701
+ "help": "",
702
+ "units": "",
703
+ "examples": [],
704
+ "isReadOnly": false,
705
+ "isAdvanced": false,
706
+ "isHidden": false,
707
+ "isAnimatable": true,
708
+ "isExpression": false,
709
+ "isPython": false,
710
+ "dependsOn": [],
711
+ "affects": [],
712
+ "linkedTo": [],
713
+ "expressionLanguage": "",
714
+ "defaultExpression": "",
715
+ "commonExpressions": [],
716
+ "order": 0,
717
+ "isVisible": true,
718
+ "conditionalDisplay": null,
719
+ "isValid": true,
720
+ "validationErrors": [],
721
+ "lastUpdated": "2025-08-07T07:49:57.765Z",
722
+ "rawData": {},
723
+ "sourceElement": null
724
+ },
725
+ {
726
+ "id": null,
727
+ "name": "Perform Contact Test",
728
+ "label": "Perform Contact Test",
729
+ "group": "General",
730
+ "page": "",
731
+ "type": "float",
732
+ "dataType": "number",
733
+ "style": "",
734
+ "defaultValue": null,
735
+ "minValue": null,
736
+ "maxValue": null,
737
+ "step": null,
738
+ "menuItems": [],
739
+ "menuLabels": [],
740
+ "allowCustom": false,
741
+ "maxLength": null,
742
+ "pattern": null,
743
+ "isArray": false,
744
+ "arraySize": 1,
745
+ "dimensions": 1,
746
+ "description": "contacttest - Enables contact testing for all bodies in the simulation. Contact testing is used for the colliding and total_collisions channels on the Bullet Solver . Without this parameter enabled those channel values will not update. NOTE: Contact testing can be slow for lots of bodies.",
747
+ "tooltip": "",
748
+ "help": "",
749
+ "units": "",
750
+ "examples": [],
751
+ "isReadOnly": false,
752
+ "isAdvanced": false,
753
+ "isHidden": false,
754
+ "isAnimatable": true,
755
+ "isExpression": false,
756
+ "isPython": false,
757
+ "dependsOn": [],
758
+ "affects": [],
759
+ "linkedTo": [],
760
+ "expressionLanguage": "",
761
+ "defaultExpression": "",
762
+ "commonExpressions": [],
763
+ "order": 0,
764
+ "isVisible": true,
765
+ "conditionalDisplay": null,
766
+ "isValid": true,
767
+ "validationErrors": [],
768
+ "lastUpdated": "2025-08-07T07:49:57.765Z",
769
+ "rawData": {},
770
+ "sourceElement": null
771
+ },
772
+ {
773
+ "id": null,
774
+ "name": "Always Simulate",
775
+ "label": "Always Simulate",
776
+ "group": "General",
777
+ "page": "",
778
+ "type": "float",
779
+ "dataType": "number",
780
+ "style": "",
781
+ "defaultValue": null,
782
+ "minValue": null,
783
+ "maxValue": null,
784
+ "step": null,
785
+ "menuItems": [],
786
+ "menuLabels": [],
787
+ "allowCustom": false,
788
+ "maxLength": null,
789
+ "pattern": null,
790
+ "isArray": false,
791
+ "arraySize": 1,
792
+ "dimensions": 1,
793
+ "description": "alwayssim - When enabled the Bullet Solver will simulate (ie. cook) every frame.",
794
+ "tooltip": "",
795
+ "help": "",
796
+ "units": "",
797
+ "examples": [],
798
+ "isReadOnly": false,
799
+ "isAdvanced": false,
800
+ "isHidden": false,
801
+ "isAnimatable": true,
802
+ "isExpression": false,
803
+ "isPython": false,
804
+ "dependsOn": [],
805
+ "affects": [],
806
+ "linkedTo": [],
807
+ "expressionLanguage": "",
808
+ "defaultExpression": "",
809
+ "commonExpressions": [],
810
+ "order": 0,
811
+ "isVisible": true,
812
+ "conditionalDisplay": null,
813
+ "isValid": true,
814
+ "validationErrors": [],
815
+ "lastUpdated": "2025-08-07T07:49:57.765Z",
816
+ "rawData": {},
817
+ "sourceElement": null
818
+ },
819
+ {
820
+ "id": null,
821
+ "name": "Callbacks DAT",
822
+ "label": "Callbacks DAT",
823
+ "group": "General",
824
+ "page": "",
825
+ "type": "float",
826
+ "dataType": "number",
827
+ "style": "",
828
+ "defaultValue": null,
829
+ "minValue": null,
830
+ "maxValue": null,
831
+ "step": null,
832
+ "menuItems": [],
833
+ "menuLabels": [],
834
+ "allowCustom": false,
835
+ "maxLength": null,
836
+ "pattern": null,
837
+ "isArray": false,
838
+ "arraySize": 1,
839
+ "dimensions": 1,
840
+ "description": "callbacks - A reference to a with python callbacks. The available callbacks are: onCollision(solverComp, collisions), onFrameStart(solverComp), onFrameEnd(solverComp), onInit(solverComp), onStart(solverComp). A with these callbacks will be automatically created and referenced when a Bullet Solver is created. onCollision(solverComp, collisions) passes a list of all collisions occuring, and requires that Perform Contact test be enabled. collisions is a list of named tuples (bodyA and bodyB). bodyA and bodyB are the two bodies participating in the collision. bodyA and bodyB are Python Body Objects (see Body Class).",
841
+ "tooltip": "",
842
+ "help": "",
843
+ "units": "",
844
+ "examples": [],
845
+ "isReadOnly": false,
846
+ "isAdvanced": false,
847
+ "isHidden": false,
848
+ "isAnimatable": true,
849
+ "isExpression": false,
850
+ "isPython": false,
851
+ "dependsOn": [],
852
+ "affects": [],
853
+ "linkedTo": [],
854
+ "expressionLanguage": "",
855
+ "defaultExpression": "",
856
+ "commonExpressions": [],
857
+ "order": 0,
858
+ "isVisible": true,
859
+ "conditionalDisplay": null,
860
+ "isValid": true,
861
+ "validationErrors": [],
862
+ "lastUpdated": "2025-08-07T07:49:57.765Z",
863
+ "rawData": {},
864
+ "sourceElement": null
865
+ },
866
+ {
867
+ "id": null,
868
+ "name": "Transform Order",
869
+ "label": "Transform Order",
870
+ "group": "General",
871
+ "page": "",
872
+ "type": "float",
873
+ "dataType": "number",
874
+ "style": "",
875
+ "defaultValue": null,
876
+ "minValue": null,
877
+ "maxValue": null,
878
+ "step": null,
879
+ "menuItems": [],
880
+ "menuLabels": [],
881
+ "allowCustom": false,
882
+ "maxLength": null,
883
+ "pattern": null,
884
+ "isArray": false,
885
+ "arraySize": 1,
886
+ "dimensions": 1,
887
+ "description": "xord - - This allows you to specify the order in which the changes to your will take place. Changing the Transform Order will change where things go much the same way as going a block and turning east gets you to a different place than turning east and then going a block. In matrix math terms, if we use the 'multiply vector on the right' (column vector) convention, a transform order of Scale, Rotate, Translate would be written as T * R * S * Position.\n\n srt - str - rst - rts - tsr - trs -",
888
+ "tooltip": "",
889
+ "help": "",
890
+ "units": "",
891
+ "examples": [],
892
+ "isReadOnly": false,
893
+ "isAdvanced": false,
894
+ "isHidden": false,
895
+ "isAnimatable": true,
896
+ "isExpression": false,
897
+ "isPython": false,
898
+ "dependsOn": [],
899
+ "affects": [],
900
+ "linkedTo": [],
901
+ "expressionLanguage": "",
902
+ "defaultExpression": "",
903
+ "commonExpressions": [],
904
+ "order": 0,
905
+ "isVisible": true,
906
+ "conditionalDisplay": null,
907
+ "isValid": true,
908
+ "validationErrors": [],
909
+ "lastUpdated": "2025-08-07T07:49:57.765Z",
910
+ "rawData": {},
911
+ "sourceElement": null
912
+ },
913
+ {
914
+ "id": null,
915
+ "name": "Scale Rotate Translate",
916
+ "label": "Scale Rotate Translate",
917
+ "group": "General",
918
+ "page": "",
919
+ "type": "float",
920
+ "dataType": "number",
921
+ "style": "",
922
+ "defaultValue": null,
923
+ "minValue": null,
924
+ "maxValue": null,
925
+ "step": null,
926
+ "menuItems": [],
927
+ "menuLabels": [],
928
+ "allowCustom": false,
929
+ "maxLength": null,
930
+ "pattern": null,
931
+ "isArray": false,
932
+ "arraySize": 1,
933
+ "dimensions": 1,
934
+ "description": "srt - str - rst - rts - tsr - trs -",
935
+ "tooltip": "",
936
+ "help": "",
937
+ "units": "",
938
+ "examples": [],
939
+ "isReadOnly": false,
940
+ "isAdvanced": false,
941
+ "isHidden": false,
942
+ "isAnimatable": true,
943
+ "isExpression": false,
944
+ "isPython": false,
945
+ "dependsOn": [],
946
+ "affects": [],
947
+ "linkedTo": [],
948
+ "expressionLanguage": "",
949
+ "defaultExpression": "",
950
+ "commonExpressions": [],
951
+ "order": 0,
952
+ "isVisible": true,
953
+ "conditionalDisplay": null,
954
+ "isValid": true,
955
+ "validationErrors": [],
956
+ "lastUpdated": "2025-08-07T07:49:57.765Z",
957
+ "rawData": {},
958
+ "sourceElement": null
959
+ },
960
+ {
961
+ "id": null,
962
+ "name": "Rotate Order",
963
+ "label": "Rotate Order",
964
+ "group": "General",
965
+ "page": "",
966
+ "type": "float",
967
+ "dataType": "number",
968
+ "style": "",
969
+ "defaultValue": null,
970
+ "minValue": null,
971
+ "maxValue": null,
972
+ "step": null,
973
+ "menuItems": [],
974
+ "menuLabels": [],
975
+ "allowCustom": false,
976
+ "maxLength": null,
977
+ "pattern": null,
978
+ "isArray": false,
979
+ "arraySize": 1,
980
+ "dimensions": 1,
981
+ "description": "rord - - This allows you to set the transform order for the 's rotations. As with transform order (above), changing the order in which the 's rotations take place will alter the 's final position.\tA Rotation order of Rx Ry Rz would create the final rotation matrix as follows R = Rz * Ry * Rx\n\n xyz - R = Rz * Ry * Rx xzy - R = Ry * Rz * Rx yxz - R = Rz * Rx * Ry yzx - R = Rx * Rz * Ry zxy - R = Ry * Rx * Rz zyx - R = Rx * Ry * Rz",
982
+ "tooltip": "",
983
+ "help": "",
984
+ "units": "",
985
+ "examples": [],
986
+ "isReadOnly": false,
987
+ "isAdvanced": false,
988
+ "isHidden": false,
989
+ "isAnimatable": true,
990
+ "isExpression": false,
991
+ "isPython": false,
992
+ "dependsOn": [],
993
+ "affects": [],
994
+ "linkedTo": [],
995
+ "expressionLanguage": "",
996
+ "defaultExpression": "",
997
+ "commonExpressions": [],
998
+ "order": 0,
999
+ "isVisible": true,
1000
+ "conditionalDisplay": null,
1001
+ "isValid": true,
1002
+ "validationErrors": [],
1003
+ "lastUpdated": "2025-08-07T07:49:57.765Z",
1004
+ "rawData": {},
1005
+ "sourceElement": null
1006
+ },
1007
+ {
1008
+ "id": null,
1009
+ "name": "Rx Ry Rz",
1010
+ "label": "Rx Ry Rz",
1011
+ "group": "General",
1012
+ "page": "",
1013
+ "type": "float",
1014
+ "dataType": "number",
1015
+ "style": "",
1016
+ "defaultValue": null,
1017
+ "minValue": null,
1018
+ "maxValue": null,
1019
+ "step": null,
1020
+ "menuItems": [],
1021
+ "menuLabels": [],
1022
+ "allowCustom": false,
1023
+ "maxLength": null,
1024
+ "pattern": null,
1025
+ "isArray": false,
1026
+ "arraySize": 1,
1027
+ "dimensions": 1,
1028
+ "description": "xyz - R = Rz * Ry * Rx xzy - R = Ry * Rz * Rx yxz - R = Rz * Rx * Ry yzx - R = Rx * Rz * Ry zxy - R = Ry * Rx * Rz zyx - R = Rx * Ry * Rz",
1029
+ "tooltip": "",
1030
+ "help": "",
1031
+ "units": "",
1032
+ "examples": [],
1033
+ "isReadOnly": false,
1034
+ "isAdvanced": false,
1035
+ "isHidden": false,
1036
+ "isAnimatable": true,
1037
+ "isExpression": false,
1038
+ "isPython": false,
1039
+ "dependsOn": [],
1040
+ "affects": [],
1041
+ "linkedTo": [],
1042
+ "expressionLanguage": "",
1043
+ "defaultExpression": "",
1044
+ "commonExpressions": [],
1045
+ "order": 0,
1046
+ "isVisible": true,
1047
+ "conditionalDisplay": null,
1048
+ "isValid": true,
1049
+ "validationErrors": [],
1050
+ "lastUpdated": "2025-08-07T07:49:57.766Z",
1051
+ "rawData": {},
1052
+ "sourceElement": null
1053
+ },
1054
+ {
1055
+ "id": null,
1056
+ "name": "Translate",
1057
+ "label": "Translate",
1058
+ "group": "General",
1059
+ "page": "",
1060
+ "type": "float",
1061
+ "dataType": "number",
1062
+ "style": "",
1063
+ "defaultValue": null,
1064
+ "minValue": null,
1065
+ "maxValue": null,
1066
+ "step": null,
1067
+ "menuItems": [],
1068
+ "menuLabels": [],
1069
+ "allowCustom": false,
1070
+ "maxLength": null,
1071
+ "pattern": null,
1072
+ "isArray": false,
1073
+ "arraySize": 1,
1074
+ "dimensions": 1,
1075
+ "description": "t - - This allows you to specify the amount of movement along any of the three axes; the amount, in degrees, of rotation around any of the three axes; and a non-uniform scaling along the three axes. As an alternative to entering the values directly into these fields, you can modify the values by manipulating the in the Viewport with the Select & Transform state.\n\n tx - ty - tz -",
1076
+ "tooltip": "",
1077
+ "help": "",
1078
+ "units": "",
1079
+ "examples": [],
1080
+ "isReadOnly": false,
1081
+ "isAdvanced": false,
1082
+ "isHidden": false,
1083
+ "isAnimatable": true,
1084
+ "isExpression": false,
1085
+ "isPython": false,
1086
+ "dependsOn": [],
1087
+ "affects": [],
1088
+ "linkedTo": [],
1089
+ "expressionLanguage": "",
1090
+ "defaultExpression": "",
1091
+ "commonExpressions": [],
1092
+ "order": 0,
1093
+ "isVisible": true,
1094
+ "conditionalDisplay": null,
1095
+ "isValid": true,
1096
+ "validationErrors": [],
1097
+ "lastUpdated": "2025-08-07T07:49:57.766Z",
1098
+ "rawData": {},
1099
+ "sourceElement": null
1100
+ },
1101
+ {
1102
+ "id": null,
1103
+ "name": "Rotate",
1104
+ "label": "Rotate",
1105
+ "group": "General",
1106
+ "page": "",
1107
+ "type": "float",
1108
+ "dataType": "number",
1109
+ "style": "",
1110
+ "defaultValue": null,
1111
+ "minValue": null,
1112
+ "maxValue": null,
1113
+ "step": null,
1114
+ "menuItems": [],
1115
+ "menuLabels": [],
1116
+ "allowCustom": false,
1117
+ "maxLength": null,
1118
+ "pattern": null,
1119
+ "isArray": false,
1120
+ "arraySize": 1,
1121
+ "dimensions": 1,
1122
+ "description": "r - - Theis specifies the amount of movement along any of the three axes; the amount, in degrees, of rotation around any of the three axes; and a non-uniform scaling along the three axes. As an alternative to entering the values directly into these fields, you can modify the values by manipulating the in the Viewport with the Select & Transform state.\n\n rx - ry - rz -",
1123
+ "tooltip": "",
1124
+ "help": "",
1125
+ "units": "",
1126
+ "examples": [],
1127
+ "isReadOnly": false,
1128
+ "isAdvanced": false,
1129
+ "isHidden": false,
1130
+ "isAnimatable": true,
1131
+ "isExpression": false,
1132
+ "isPython": false,
1133
+ "dependsOn": [],
1134
+ "affects": [],
1135
+ "linkedTo": [],
1136
+ "expressionLanguage": "",
1137
+ "defaultExpression": "",
1138
+ "commonExpressions": [],
1139
+ "order": 0,
1140
+ "isVisible": true,
1141
+ "conditionalDisplay": null,
1142
+ "isValid": true,
1143
+ "validationErrors": [],
1144
+ "lastUpdated": "2025-08-07T07:49:57.766Z",
1145
+ "rawData": {},
1146
+ "sourceElement": null
1147
+ },
1148
+ {
1149
+ "id": null,
1150
+ "name": "Scale",
1151
+ "label": "Scale",
1152
+ "group": "General",
1153
+ "page": "",
1154
+ "type": "float",
1155
+ "dataType": "number",
1156
+ "style": "",
1157
+ "defaultValue": null,
1158
+ "minValue": null,
1159
+ "maxValue": null,
1160
+ "step": null,
1161
+ "menuItems": [],
1162
+ "menuLabels": [],
1163
+ "allowCustom": false,
1164
+ "maxLength": null,
1165
+ "pattern": null,
1166
+ "isArray": false,
1167
+ "arraySize": 1,
1168
+ "dimensions": 1,
1169
+ "description": "s - - This specifies the amount of movement along any of the three axes; the amount, in degrees, of rotation around any of the three axes; and a non-uniform scaling along the three axes. As an alternative to entering the values directly into these fields, you can modify the values by manipulating the in the Viewport with the Select & Transform state.\n\n sx - sy - sz -",
1170
+ "tooltip": "",
1171
+ "help": "",
1172
+ "units": "",
1173
+ "examples": [],
1174
+ "isReadOnly": false,
1175
+ "isAdvanced": false,
1176
+ "isHidden": false,
1177
+ "isAnimatable": true,
1178
+ "isExpression": false,
1179
+ "isPython": false,
1180
+ "dependsOn": [],
1181
+ "affects": [],
1182
+ "linkedTo": [],
1183
+ "expressionLanguage": "",
1184
+ "defaultExpression": "",
1185
+ "commonExpressions": [],
1186
+ "order": 0,
1187
+ "isVisible": true,
1188
+ "conditionalDisplay": null,
1189
+ "isValid": true,
1190
+ "validationErrors": [],
1191
+ "lastUpdated": "2025-08-07T07:49:57.766Z",
1192
+ "rawData": {},
1193
+ "sourceElement": null
1194
+ },
1195
+ {
1196
+ "id": null,
1197
+ "name": "Pivot",
1198
+ "label": "Pivot",
1199
+ "group": "General",
1200
+ "page": "",
1201
+ "type": "float",
1202
+ "dataType": "number",
1203
+ "style": "",
1204
+ "defaultValue": null,
1205
+ "minValue": null,
1206
+ "maxValue": null,
1207
+ "step": null,
1208
+ "menuItems": [],
1209
+ "menuLabels": [],
1210
+ "allowCustom": false,
1211
+ "maxLength": null,
1212
+ "pattern": null,
1213
+ "isArray": false,
1214
+ "arraySize": 1,
1215
+ "dimensions": 1,
1216
+ "description": "p - - The Pivot point edit fields allow you to define the point about which a scales and rotates. Altering the pivot point of a produces different results depending on the transformation performed on the .\t\nFor example, during a scaling operation, if the pivot point of an is located at -1, -1, 0 and you wanted to scale the by 0.5 (reduce its size by 50%), the would scale toward the pivot point and appear to slide down and to the left.\t\t\t\n\t\t\t\nIn the example above, rotations performed on an with different pivot points produce very different results.\n\n\n px - py - pz -",
1217
+ "tooltip": "",
1218
+ "help": "",
1219
+ "units": "",
1220
+ "examples": [],
1221
+ "isReadOnly": false,
1222
+ "isAdvanced": false,
1223
+ "isHidden": false,
1224
+ "isAnimatable": true,
1225
+ "isExpression": false,
1226
+ "isPython": false,
1227
+ "dependsOn": [],
1228
+ "affects": [],
1229
+ "linkedTo": [],
1230
+ "expressionLanguage": "",
1231
+ "defaultExpression": "",
1232
+ "commonExpressions": [],
1233
+ "order": 0,
1234
+ "isVisible": true,
1235
+ "conditionalDisplay": null,
1236
+ "isValid": true,
1237
+ "validationErrors": [],
1238
+ "lastUpdated": "2025-08-07T07:49:57.766Z",
1239
+ "rawData": {},
1240
+ "sourceElement": null
1241
+ },
1242
+ {
1243
+ "id": null,
1244
+ "name": "Uniform Scale",
1245
+ "label": "Uniform Scale",
1246
+ "group": "General",
1247
+ "page": "",
1248
+ "type": "float",
1249
+ "dataType": "number",
1250
+ "style": "",
1251
+ "defaultValue": null,
1252
+ "minValue": null,
1253
+ "maxValue": null,
1254
+ "step": null,
1255
+ "menuItems": [],
1256
+ "menuLabels": [],
1257
+ "allowCustom": false,
1258
+ "maxLength": null,
1259
+ "pattern": null,
1260
+ "isArray": false,
1261
+ "arraySize": 1,
1262
+ "dimensions": 1,
1263
+ "description": "scale - This field allows you to change the size of an uniformly along the three axes.\t\n Scaling a camera's channels is not generally recommended. However, should you decide to do so, the rendered output will match the Viewport as closely as possible when scales are involved.",
1264
+ "tooltip": "",
1265
+ "help": "",
1266
+ "units": "",
1267
+ "examples": [],
1268
+ "isReadOnly": false,
1269
+ "isAdvanced": false,
1270
+ "isHidden": false,
1271
+ "isAnimatable": true,
1272
+ "isExpression": false,
1273
+ "isPython": false,
1274
+ "dependsOn": [],
1275
+ "affects": [],
1276
+ "linkedTo": [],
1277
+ "expressionLanguage": "",
1278
+ "defaultExpression": "",
1279
+ "commonExpressions": [],
1280
+ "order": 0,
1281
+ "isVisible": true,
1282
+ "conditionalDisplay": null,
1283
+ "isValid": true,
1284
+ "validationErrors": [],
1285
+ "lastUpdated": "2025-08-07T07:49:57.766Z",
1286
+ "rawData": {},
1287
+ "sourceElement": null
1288
+ },
1289
+ {
1290
+ "id": null,
1291
+ "name": "Parent Transform Source",
1292
+ "label": "Parent Transform Source",
1293
+ "group": "General",
1294
+ "page": "",
1295
+ "type": "float",
1296
+ "dataType": "number",
1297
+ "style": "",
1298
+ "defaultValue": null,
1299
+ "minValue": null,
1300
+ "maxValue": null,
1301
+ "step": null,
1302
+ "menuItems": [],
1303
+ "menuLabels": [],
1304
+ "allowCustom": false,
1305
+ "maxLength": null,
1306
+ "pattern": null,
1307
+ "isArray": false,
1308
+ "arraySize": 1,
1309
+ "dimensions": 1,
1310
+ "description": "parentxformsrc - - Select what position is used as the transform source for this obejct. Can be one of \"Parent ()\", \"Specify Parent \", or \"World Origin\".\n\n hierarchy - specify - worldorigin -",
1311
+ "tooltip": "",
1312
+ "help": "",
1313
+ "units": "",
1314
+ "examples": [],
1315
+ "isReadOnly": false,
1316
+ "isAdvanced": false,
1317
+ "isHidden": false,
1318
+ "isAnimatable": true,
1319
+ "isExpression": false,
1320
+ "isPython": false,
1321
+ "dependsOn": [],
1322
+ "affects": [],
1323
+ "linkedTo": [],
1324
+ "expressionLanguage": "",
1325
+ "defaultExpression": "",
1326
+ "commonExpressions": [],
1327
+ "order": 0,
1328
+ "isVisible": true,
1329
+ "conditionalDisplay": null,
1330
+ "isValid": true,
1331
+ "validationErrors": [],
1332
+ "lastUpdated": "2025-08-07T07:49:57.766Z",
1333
+ "rawData": {},
1334
+ "sourceElement": null
1335
+ },
1336
+ {
1337
+ "id": null,
1338
+ "name": "From Parent Object (Hierarchy)",
1339
+ "label": "From Parent Object (Hierarchy)",
1340
+ "group": "General",
1341
+ "page": "",
1342
+ "type": "float",
1343
+ "dataType": "number",
1344
+ "style": "",
1345
+ "defaultValue": null,
1346
+ "minValue": null,
1347
+ "maxValue": null,
1348
+ "step": null,
1349
+ "menuItems": [],
1350
+ "menuLabels": [],
1351
+ "allowCustom": false,
1352
+ "maxLength": null,
1353
+ "pattern": null,
1354
+ "isArray": false,
1355
+ "arraySize": 1,
1356
+ "dimensions": 1,
1357
+ "description": "hierarchy - specify - worldorigin -",
1358
+ "tooltip": "",
1359
+ "help": "",
1360
+ "units": "",
1361
+ "examples": [],
1362
+ "isReadOnly": false,
1363
+ "isAdvanced": false,
1364
+ "isHidden": false,
1365
+ "isAnimatable": true,
1366
+ "isExpression": false,
1367
+ "isPython": false,
1368
+ "dependsOn": [],
1369
+ "affects": [],
1370
+ "linkedTo": [],
1371
+ "expressionLanguage": "",
1372
+ "defaultExpression": "",
1373
+ "commonExpressions": [],
1374
+ "order": 0,
1375
+ "isVisible": true,
1376
+ "conditionalDisplay": null,
1377
+ "isValid": true,
1378
+ "validationErrors": [],
1379
+ "lastUpdated": "2025-08-07T07:49:57.766Z",
1380
+ "rawData": {},
1381
+ "sourceElement": null
1382
+ },
1383
+ {
1384
+ "id": null,
1385
+ "name": "Parent Object",
1386
+ "label": "Parent Object",
1387
+ "group": "General",
1388
+ "page": "",
1389
+ "type": "float",
1390
+ "dataType": "number",
1391
+ "style": "",
1392
+ "defaultValue": null,
1393
+ "minValue": null,
1394
+ "maxValue": null,
1395
+ "step": null,
1396
+ "menuItems": [],
1397
+ "menuLabels": [],
1398
+ "allowCustom": false,
1399
+ "maxLength": null,
1400
+ "pattern": null,
1401
+ "isArray": false,
1402
+ "arraySize": 1,
1403
+ "dimensions": 1,
1404
+ "description": "parentobject - Allows the location of the object to be constrained to any other object whose path is specified in this parameter.",
1405
+ "tooltip": "",
1406
+ "help": "",
1407
+ "units": "",
1408
+ "examples": [],
1409
+ "isReadOnly": false,
1410
+ "isAdvanced": false,
1411
+ "isHidden": false,
1412
+ "isAnimatable": true,
1413
+ "isExpression": false,
1414
+ "isPython": false,
1415
+ "dependsOn": [],
1416
+ "affects": [],
1417
+ "linkedTo": [],
1418
+ "expressionLanguage": "",
1419
+ "defaultExpression": "",
1420
+ "commonExpressions": [],
1421
+ "order": 0,
1422
+ "isVisible": true,
1423
+ "conditionalDisplay": null,
1424
+ "isValid": true,
1425
+ "validationErrors": [],
1426
+ "lastUpdated": "2025-08-07T07:49:57.766Z",
1427
+ "rawData": {},
1428
+ "sourceElement": null
1429
+ },
1430
+ {
1431
+ "id": null,
1432
+ "name": "Look At",
1433
+ "label": "Look At",
1434
+ "group": "General",
1435
+ "page": "",
1436
+ "type": "float",
1437
+ "dataType": "number",
1438
+ "style": "",
1439
+ "defaultValue": null,
1440
+ "minValue": null,
1441
+ "maxValue": null,
1442
+ "step": null,
1443
+ "menuItems": [],
1444
+ "menuLabels": [],
1445
+ "allowCustom": false,
1446
+ "maxLength": null,
1447
+ "pattern": null,
1448
+ "isArray": false,
1449
+ "arraySize": 1,
1450
+ "dimensions": 1,
1451
+ "description": "lookat - Allows you to orient this by naming another 3D you would like it to , or point to. Once you have designated this to look at, it will continue to face that , even if you move it. This is useful if, for instance, you want a camera to follow another 's movements. The parameter points the in question at the other 's origin.\t\n To designate a center of interest for the camera that doesn't appear in your scene, create a Null and disable its display flag. Then Parent the Camera to the newly created Null , and tell the camera to look at this using the parameter. You can direct the attention of the camera by moving the Null with the Select state. If you want to see both the camera and the Null , enable the Null 's display flag, and use the Select state in an additional Viewport by clicking one of the icons in the top-right corner of the TouchDesigner window.",
1452
+ "tooltip": "",
1453
+ "help": "",
1454
+ "units": "",
1455
+ "examples": [],
1456
+ "isReadOnly": false,
1457
+ "isAdvanced": false,
1458
+ "isHidden": false,
1459
+ "isAnimatable": true,
1460
+ "isExpression": false,
1461
+ "isPython": false,
1462
+ "dependsOn": [],
1463
+ "affects": [],
1464
+ "linkedTo": [],
1465
+ "expressionLanguage": "",
1466
+ "defaultExpression": "",
1467
+ "commonExpressions": [],
1468
+ "order": 0,
1469
+ "isVisible": true,
1470
+ "conditionalDisplay": null,
1471
+ "isValid": true,
1472
+ "validationErrors": [],
1473
+ "lastUpdated": "2025-08-07T07:49:57.766Z",
1474
+ "rawData": {},
1475
+ "sourceElement": null
1476
+ },
1477
+ {
1478
+ "id": null,
1479
+ "name": "Forward Direction",
1480
+ "label": "Forward Direction",
1481
+ "group": "General",
1482
+ "page": "",
1483
+ "type": "float",
1484
+ "dataType": "number",
1485
+ "style": "",
1486
+ "defaultValue": null,
1487
+ "minValue": null,
1488
+ "maxValue": null,
1489
+ "step": null,
1490
+ "menuItems": [],
1491
+ "menuLabels": [],
1492
+ "allowCustom": false,
1493
+ "maxLength": null,
1494
+ "pattern": null,
1495
+ "isArray": false,
1496
+ "arraySize": 1,
1497
+ "dimensions": 1,
1498
+ "description": "forwarddir - - Sets which axis and direction is considered the forward direction.\n\n posx - negx - posy - negy - posz - negz -",
1499
+ "tooltip": "",
1500
+ "help": "",
1501
+ "units": "",
1502
+ "examples": [],
1503
+ "isReadOnly": false,
1504
+ "isAdvanced": false,
1505
+ "isHidden": false,
1506
+ "isAnimatable": true,
1507
+ "isExpression": false,
1508
+ "isPython": false,
1509
+ "dependsOn": [],
1510
+ "affects": [],
1511
+ "linkedTo": [],
1512
+ "expressionLanguage": "",
1513
+ "defaultExpression": "",
1514
+ "commonExpressions": [],
1515
+ "order": 0,
1516
+ "isVisible": true,
1517
+ "conditionalDisplay": null,
1518
+ "isValid": true,
1519
+ "validationErrors": [],
1520
+ "lastUpdated": "2025-08-07T07:49:57.767Z",
1521
+ "rawData": {},
1522
+ "sourceElement": null
1523
+ },
1524
+ {
1525
+ "id": null,
1526
+ "name": "+X",
1527
+ "label": "+X",
1528
+ "group": "General",
1529
+ "page": "",
1530
+ "type": "float",
1531
+ "dataType": "number",
1532
+ "style": "",
1533
+ "defaultValue": null,
1534
+ "minValue": null,
1535
+ "maxValue": null,
1536
+ "step": null,
1537
+ "menuItems": [],
1538
+ "menuLabels": [],
1539
+ "allowCustom": false,
1540
+ "maxLength": null,
1541
+ "pattern": null,
1542
+ "isArray": false,
1543
+ "arraySize": 1,
1544
+ "dimensions": 1,
1545
+ "description": "posx - negx - posy - negy - posz - negz -",
1546
+ "tooltip": "",
1547
+ "help": "",
1548
+ "units": "",
1549
+ "examples": [],
1550
+ "isReadOnly": false,
1551
+ "isAdvanced": false,
1552
+ "isHidden": false,
1553
+ "isAnimatable": true,
1554
+ "isExpression": false,
1555
+ "isPython": false,
1556
+ "dependsOn": [],
1557
+ "affects": [],
1558
+ "linkedTo": [],
1559
+ "expressionLanguage": "",
1560
+ "defaultExpression": "",
1561
+ "commonExpressions": [],
1562
+ "order": 0,
1563
+ "isVisible": true,
1564
+ "conditionalDisplay": null,
1565
+ "isValid": true,
1566
+ "validationErrors": [],
1567
+ "lastUpdated": "2025-08-07T07:49:57.767Z",
1568
+ "rawData": {},
1569
+ "sourceElement": null
1570
+ },
1571
+ {
1572
+ "id": null,
1573
+ "name": "Look At Up Vector",
1574
+ "label": "Look At Up Vector",
1575
+ "group": "General",
1576
+ "page": "",
1577
+ "type": "float",
1578
+ "dataType": "number",
1579
+ "style": "",
1580
+ "defaultValue": null,
1581
+ "minValue": null,
1582
+ "maxValue": null,
1583
+ "step": null,
1584
+ "menuItems": [],
1585
+ "menuLabels": [],
1586
+ "allowCustom": false,
1587
+ "maxLength": null,
1588
+ "pattern": null,
1589
+ "isArray": false,
1590
+ "arraySize": 1,
1591
+ "dimensions": 1,
1592
+ "description": "lookup - - When specifying a , it is possible to specify an up vector for the lookat. Without using an up vector, it is possible to get poor animation when the lookat , for example, passes through the Y axis of the target .\t\n - Use this option if the look at does not pass through the Y axis of the target .\n - This precisely defines the rotates on the doing the looking. The specified should not be parallel to the look at direction. See below.\n - Quaternions are a mathematical representation of a 3D rotation. This method finds the most efficient means of moving from one point to another on a sphere.\n off - on - quat - roll -",
1593
+ "tooltip": "",
1594
+ "help": "",
1595
+ "units": "",
1596
+ "examples": [],
1597
+ "isReadOnly": false,
1598
+ "isAdvanced": false,
1599
+ "isHidden": false,
1600
+ "isAnimatable": true,
1601
+ "isExpression": false,
1602
+ "isPython": false,
1603
+ "dependsOn": [],
1604
+ "affects": [],
1605
+ "linkedTo": [],
1606
+ "expressionLanguage": "",
1607
+ "defaultExpression": "",
1608
+ "commonExpressions": [],
1609
+ "order": 0,
1610
+ "isVisible": true,
1611
+ "conditionalDisplay": null,
1612
+ "isValid": true,
1613
+ "validationErrors": [],
1614
+ "lastUpdated": "2025-08-07T07:49:57.767Z",
1615
+ "rawData": {},
1616
+ "sourceElement": null
1617
+ },
1618
+ {
1619
+ "id": null,
1620
+ "name": "Don't use up vector",
1621
+ "label": "Don't use up vector",
1622
+ "group": "General",
1623
+ "page": "",
1624
+ "type": "float",
1625
+ "dataType": "number",
1626
+ "style": "",
1627
+ "defaultValue": null,
1628
+ "minValue": null,
1629
+ "maxValue": null,
1630
+ "step": null,
1631
+ "menuItems": [],
1632
+ "menuLabels": [],
1633
+ "allowCustom": false,
1634
+ "maxLength": null,
1635
+ "pattern": null,
1636
+ "isArray": false,
1637
+ "arraySize": 1,
1638
+ "dimensions": 1,
1639
+ "description": "off - on - quat - roll -",
1640
+ "tooltip": "",
1641
+ "help": "",
1642
+ "units": "",
1643
+ "examples": [],
1644
+ "isReadOnly": false,
1645
+ "isAdvanced": false,
1646
+ "isHidden": false,
1647
+ "isAnimatable": true,
1648
+ "isExpression": false,
1649
+ "isPython": false,
1650
+ "dependsOn": [],
1651
+ "affects": [],
1652
+ "linkedTo": [],
1653
+ "expressionLanguage": "",
1654
+ "defaultExpression": "",
1655
+ "commonExpressions": [],
1656
+ "order": 0,
1657
+ "isVisible": true,
1658
+ "conditionalDisplay": null,
1659
+ "isValid": true,
1660
+ "validationErrors": [],
1661
+ "lastUpdated": "2025-08-07T07:49:57.767Z",
1662
+ "rawData": {},
1663
+ "sourceElement": null
1664
+ },
1665
+ {
1666
+ "id": null,
1667
+ "name": "Path SOP",
1668
+ "label": "Path SOP",
1669
+ "group": "General",
1670
+ "page": "",
1671
+ "type": "float",
1672
+ "dataType": "number",
1673
+ "style": "",
1674
+ "defaultValue": null,
1675
+ "minValue": null,
1676
+ "maxValue": null,
1677
+ "step": null,
1678
+ "menuItems": [],
1679
+ "menuLabels": [],
1680
+ "allowCustom": false,
1681
+ "maxLength": null,
1682
+ "pattern": null,
1683
+ "isArray": false,
1684
+ "arraySize": 1,
1685
+ "dimensions": 1,
1686
+ "description": "pathsop - Names the that functions as the path you want this to move along. For instance, you can name a that provides a path for the camera to follow.",
1687
+ "tooltip": "",
1688
+ "help": "",
1689
+ "units": "",
1690
+ "examples": [],
1691
+ "isReadOnly": false,
1692
+ "isAdvanced": false,
1693
+ "isHidden": false,
1694
+ "isAnimatable": true,
1695
+ "isExpression": false,
1696
+ "isPython": false,
1697
+ "dependsOn": [],
1698
+ "affects": [],
1699
+ "linkedTo": [],
1700
+ "expressionLanguage": "",
1701
+ "defaultExpression": "",
1702
+ "commonExpressions": [],
1703
+ "order": 0,
1704
+ "isVisible": true,
1705
+ "conditionalDisplay": null,
1706
+ "isValid": true,
1707
+ "validationErrors": [],
1708
+ "lastUpdated": "2025-08-07T07:49:57.767Z",
1709
+ "rawData": {},
1710
+ "sourceElement": null
1711
+ },
1712
+ {
1713
+ "id": null,
1714
+ "name": "Roll",
1715
+ "label": "Roll",
1716
+ "group": "General",
1717
+ "page": "",
1718
+ "type": "float",
1719
+ "dataType": "number",
1720
+ "style": "",
1721
+ "defaultValue": null,
1722
+ "minValue": null,
1723
+ "maxValue": null,
1724
+ "step": null,
1725
+ "menuItems": [],
1726
+ "menuLabels": [],
1727
+ "allowCustom": false,
1728
+ "maxLength": null,
1729
+ "pattern": null,
1730
+ "isArray": false,
1731
+ "arraySize": 1,
1732
+ "dimensions": 1,
1733
+ "description": "roll - Using the angle control you can specify a 's rotation as it animates along the path.",
1734
+ "tooltip": "",
1735
+ "help": "",
1736
+ "units": "",
1737
+ "examples": [],
1738
+ "isReadOnly": false,
1739
+ "isAdvanced": false,
1740
+ "isHidden": false,
1741
+ "isAnimatable": true,
1742
+ "isExpression": false,
1743
+ "isPython": false,
1744
+ "dependsOn": [],
1745
+ "affects": [],
1746
+ "linkedTo": [],
1747
+ "expressionLanguage": "",
1748
+ "defaultExpression": "",
1749
+ "commonExpressions": [],
1750
+ "order": 0,
1751
+ "isVisible": true,
1752
+ "conditionalDisplay": null,
1753
+ "isValid": true,
1754
+ "validationErrors": [],
1755
+ "lastUpdated": "2025-08-07T07:49:57.767Z",
1756
+ "rawData": {},
1757
+ "sourceElement": null
1758
+ },
1759
+ {
1760
+ "id": null,
1761
+ "name": "Position",
1762
+ "label": "Position",
1763
+ "group": "General",
1764
+ "page": "",
1765
+ "type": "float",
1766
+ "dataType": "number",
1767
+ "style": "",
1768
+ "defaultValue": null,
1769
+ "minValue": null,
1770
+ "maxValue": null,
1771
+ "step": null,
1772
+ "menuItems": [],
1773
+ "menuLabels": [],
1774
+ "allowCustom": false,
1775
+ "maxLength": null,
1776
+ "pattern": null,
1777
+ "isArray": false,
1778
+ "arraySize": 1,
1779
+ "dimensions": 1,
1780
+ "description": "pos - This parameter lets you specify the of the along the path. The values you can enter for this parameter range from 0 to 1, where 0 equals the starting point and 1 equals the end point of the path. The value slider allows for values as high as 10 for multiple \"passes\" along the path.",
1781
+ "tooltip": "",
1782
+ "help": "",
1783
+ "units": "",
1784
+ "examples": [],
1785
+ "isReadOnly": false,
1786
+ "isAdvanced": false,
1787
+ "isHidden": false,
1788
+ "isAnimatable": true,
1789
+ "isExpression": false,
1790
+ "isPython": false,
1791
+ "dependsOn": [],
1792
+ "affects": [],
1793
+ "linkedTo": [],
1794
+ "expressionLanguage": "",
1795
+ "defaultExpression": "",
1796
+ "commonExpressions": [],
1797
+ "order": 0,
1798
+ "isVisible": true,
1799
+ "conditionalDisplay": null,
1800
+ "isValid": true,
1801
+ "validationErrors": [],
1802
+ "lastUpdated": "2025-08-07T07:49:57.767Z",
1803
+ "rawData": {},
1804
+ "sourceElement": null
1805
+ },
1806
+ {
1807
+ "id": null,
1808
+ "name": "Orient along Path",
1809
+ "label": "Orient along Path",
1810
+ "group": "General",
1811
+ "page": "",
1812
+ "type": "float",
1813
+ "dataType": "number",
1814
+ "style": "",
1815
+ "defaultValue": null,
1816
+ "minValue": null,
1817
+ "maxValue": null,
1818
+ "step": null,
1819
+ "menuItems": [],
1820
+ "menuLabels": [],
1821
+ "allowCustom": false,
1822
+ "maxLength": null,
1823
+ "pattern": null,
1824
+ "isArray": false,
1825
+ "arraySize": 1,
1826
+ "dimensions": 1,
1827
+ "description": "pathorient - If this option is selected, the will be oriented along the path. The positive Z axis of the will be pointing down the path.",
1828
+ "tooltip": "",
1829
+ "help": "",
1830
+ "units": "",
1831
+ "examples": [],
1832
+ "isReadOnly": false,
1833
+ "isAdvanced": false,
1834
+ "isHidden": false,
1835
+ "isAnimatable": true,
1836
+ "isExpression": false,
1837
+ "isPython": false,
1838
+ "dependsOn": [],
1839
+ "affects": [],
1840
+ "linkedTo": [],
1841
+ "expressionLanguage": "",
1842
+ "defaultExpression": "",
1843
+ "commonExpressions": [],
1844
+ "order": 0,
1845
+ "isVisible": true,
1846
+ "conditionalDisplay": null,
1847
+ "isValid": true,
1848
+ "validationErrors": [],
1849
+ "lastUpdated": "2025-08-07T07:49:57.767Z",
1850
+ "rawData": {},
1851
+ "sourceElement": null
1852
+ },
1853
+ {
1854
+ "id": null,
1855
+ "name": "Orient Up Vector",
1856
+ "label": "Orient Up Vector",
1857
+ "group": "General",
1858
+ "page": "",
1859
+ "type": "float",
1860
+ "dataType": "number",
1861
+ "style": "",
1862
+ "defaultValue": null,
1863
+ "minValue": null,
1864
+ "maxValue": null,
1865
+ "step": null,
1866
+ "menuItems": [],
1867
+ "menuLabels": [],
1868
+ "allowCustom": false,
1869
+ "maxLength": null,
1870
+ "pattern": null,
1871
+ "isArray": false,
1872
+ "arraySize": 1,
1873
+ "dimensions": 1,
1874
+ "description": "up - - When orienting a , the is used to determine where the positive Y axis points.\n\n upx - upy - upz -",
1875
+ "tooltip": "",
1876
+ "help": "",
1877
+ "units": "",
1878
+ "examples": [],
1879
+ "isReadOnly": false,
1880
+ "isAdvanced": false,
1881
+ "isHidden": false,
1882
+ "isAnimatable": true,
1883
+ "isExpression": false,
1884
+ "isPython": false,
1885
+ "dependsOn": [],
1886
+ "affects": [],
1887
+ "linkedTo": [],
1888
+ "expressionLanguage": "",
1889
+ "defaultExpression": "",
1890
+ "commonExpressions": [],
1891
+ "order": 0,
1892
+ "isVisible": true,
1893
+ "conditionalDisplay": null,
1894
+ "isValid": true,
1895
+ "validationErrors": [],
1896
+ "lastUpdated": "2025-08-07T07:49:57.767Z",
1897
+ "rawData": {},
1898
+ "sourceElement": null
1899
+ },
1900
+ {
1901
+ "id": null,
1902
+ "name": "Auto-Bank Factor",
1903
+ "label": "Auto-Bank Factor",
1904
+ "group": "General",
1905
+ "page": "",
1906
+ "type": "float",
1907
+ "dataType": "number",
1908
+ "style": "",
1909
+ "defaultValue": null,
1910
+ "minValue": null,
1911
+ "maxValue": null,
1912
+ "step": null,
1913
+ "menuItems": [],
1914
+ "menuLabels": [],
1915
+ "allowCustom": false,
1916
+ "maxLength": null,
1917
+ "pattern": null,
1918
+ "isArray": false,
1919
+ "arraySize": 1,
1920
+ "dimensions": 1,
1921
+ "description": "bank - The rolls the based on the curvature of the path at its current position. To turn off auto-banking, set the bank scale to 0.",
1922
+ "tooltip": "",
1923
+ "help": "",
1924
+ "units": "",
1925
+ "examples": [],
1926
+ "isReadOnly": false,
1927
+ "isAdvanced": false,
1928
+ "isHidden": false,
1929
+ "isAnimatable": true,
1930
+ "isExpression": false,
1931
+ "isPython": false,
1932
+ "dependsOn": [],
1933
+ "affects": [],
1934
+ "linkedTo": [],
1935
+ "expressionLanguage": "",
1936
+ "defaultExpression": "",
1937
+ "commonExpressions": [],
1938
+ "order": 0,
1939
+ "isVisible": true,
1940
+ "conditionalDisplay": null,
1941
+ "isValid": true,
1942
+ "validationErrors": [],
1943
+ "lastUpdated": "2025-08-07T07:49:57.767Z",
1944
+ "rawData": {},
1945
+ "sourceElement": null
1946
+ },
1947
+ {
1948
+ "id": null,
1949
+ "name": "Apply Pre-Transform",
1950
+ "label": "Apply Pre-Transform",
1951
+ "group": "General",
1952
+ "page": "",
1953
+ "type": "float",
1954
+ "dataType": "number",
1955
+ "style": "",
1956
+ "defaultValue": null,
1957
+ "minValue": null,
1958
+ "maxValue": null,
1959
+ "step": null,
1960
+ "menuItems": [],
1961
+ "menuLabels": [],
1962
+ "allowCustom": false,
1963
+ "maxLength": null,
1964
+ "pattern": null,
1965
+ "isArray": false,
1966
+ "arraySize": 1,
1967
+ "dimensions": 1,
1968
+ "description": "pxform - Enables the transformation on this page.",
1969
+ "tooltip": "",
1970
+ "help": "",
1971
+ "units": "",
1972
+ "examples": [],
1973
+ "isReadOnly": false,
1974
+ "isAdvanced": false,
1975
+ "isHidden": false,
1976
+ "isAnimatable": true,
1977
+ "isExpression": false,
1978
+ "isPython": false,
1979
+ "dependsOn": [],
1980
+ "affects": [],
1981
+ "linkedTo": [],
1982
+ "expressionLanguage": "",
1983
+ "defaultExpression": "",
1984
+ "commonExpressions": [],
1985
+ "order": 0,
1986
+ "isVisible": true,
1987
+ "conditionalDisplay": null,
1988
+ "isValid": true,
1989
+ "validationErrors": [],
1990
+ "lastUpdated": "2025-08-07T07:49:57.767Z",
1991
+ "rawData": {},
1992
+ "sourceElement": null
1993
+ },
1994
+ {
1995
+ "id": null,
1996
+ "name": "Reset Transform",
1997
+ "label": "Reset Transform",
1998
+ "group": "General",
1999
+ "page": "",
2000
+ "type": "float",
2001
+ "dataType": "number",
2002
+ "style": "",
2003
+ "defaultValue": null,
2004
+ "minValue": null,
2005
+ "maxValue": null,
2006
+ "step": null,
2007
+ "menuItems": [],
2008
+ "menuLabels": [],
2009
+ "allowCustom": false,
2010
+ "maxLength": null,
2011
+ "pattern": null,
2012
+ "isArray": false,
2013
+ "arraySize": 1,
2014
+ "dimensions": 1,
2015
+ "description": "preset - This button will reset this page's transform so it has no translate/rotate/scale.",
2016
+ "tooltip": "",
2017
+ "help": "",
2018
+ "units": "",
2019
+ "examples": [],
2020
+ "isReadOnly": false,
2021
+ "isAdvanced": false,
2022
+ "isHidden": false,
2023
+ "isAnimatable": true,
2024
+ "isExpression": false,
2025
+ "isPython": false,
2026
+ "dependsOn": [],
2027
+ "affects": [],
2028
+ "linkedTo": [],
2029
+ "expressionLanguage": "",
2030
+ "defaultExpression": "",
2031
+ "commonExpressions": [],
2032
+ "order": 0,
2033
+ "isVisible": true,
2034
+ "conditionalDisplay": null,
2035
+ "isValid": true,
2036
+ "validationErrors": [],
2037
+ "lastUpdated": "2025-08-07T07:49:57.768Z",
2038
+ "rawData": {},
2039
+ "sourceElement": null
2040
+ },
2041
+ {
2042
+ "id": null,
2043
+ "name": "Commit to Main Transform",
2044
+ "label": "Commit to Main Transform",
2045
+ "group": "General",
2046
+ "page": "",
2047
+ "type": "float",
2048
+ "dataType": "number",
2049
+ "style": "",
2050
+ "defaultValue": null,
2051
+ "minValue": null,
2052
+ "maxValue": null,
2053
+ "step": null,
2054
+ "menuItems": [],
2055
+ "menuLabels": [],
2056
+ "allowCustom": false,
2057
+ "maxLength": null,
2058
+ "pattern": null,
2059
+ "isArray": false,
2060
+ "arraySize": 1,
2061
+ "dimensions": 1,
2062
+ "description": "pcommit - This button will copy the transform from this page to the main Xform page, and reset this page's transform.",
2063
+ "tooltip": "",
2064
+ "help": "",
2065
+ "units": "",
2066
+ "examples": [],
2067
+ "isReadOnly": false,
2068
+ "isAdvanced": false,
2069
+ "isHidden": false,
2070
+ "isAnimatable": true,
2071
+ "isExpression": false,
2072
+ "isPython": false,
2073
+ "dependsOn": [],
2074
+ "affects": [],
2075
+ "linkedTo": [],
2076
+ "expressionLanguage": "",
2077
+ "defaultExpression": "",
2078
+ "commonExpressions": [],
2079
+ "order": 0,
2080
+ "isVisible": true,
2081
+ "conditionalDisplay": null,
2082
+ "isValid": true,
2083
+ "validationErrors": [],
2084
+ "lastUpdated": "2025-08-07T07:49:57.768Z",
2085
+ "rawData": {},
2086
+ "sourceElement": null
2087
+ },
2088
+ {
2089
+ "id": null,
2090
+ "name": "Xform Matrix/CHOP/DAT",
2091
+ "label": "Xform Matrix/CHOP/DAT",
2092
+ "group": "General",
2093
+ "page": "",
2094
+ "type": "float",
2095
+ "dataType": "number",
2096
+ "style": "",
2097
+ "defaultValue": null,
2098
+ "minValue": null,
2099
+ "maxValue": null,
2100
+ "step": null,
2101
+ "menuItems": [],
2102
+ "menuLabels": [],
2103
+ "allowCustom": false,
2104
+ "maxLength": null,
2105
+ "pattern": null,
2106
+ "isArray": false,
2107
+ "arraySize": 1,
2108
+ "dimensions": 1,
2109
+ "description": "xformmatrixop - This parameter can be used to transform using a 4x4 matrix directly. For information on ways to specify a matrix directly, refer to the Matrix Parameters page. This transform will be applied after the regular Pre-Transform transformation. That is, it'll be applied in the oder XformMatrix * PreXForm * Position.",
2110
+ "tooltip": "",
2111
+ "help": "",
2112
+ "units": "",
2113
+ "examples": [],
2114
+ "isReadOnly": false,
2115
+ "isAdvanced": false,
2116
+ "isHidden": false,
2117
+ "isAnimatable": true,
2118
+ "isExpression": false,
2119
+ "isPython": false,
2120
+ "dependsOn": [],
2121
+ "affects": [],
2122
+ "linkedTo": [],
2123
+ "expressionLanguage": "",
2124
+ "defaultExpression": "",
2125
+ "commonExpressions": [],
2126
+ "order": 0,
2127
+ "isVisible": true,
2128
+ "conditionalDisplay": null,
2129
+ "isValid": true,
2130
+ "validationErrors": [],
2131
+ "lastUpdated": "2025-08-07T07:49:57.768Z",
2132
+ "rawData": {},
2133
+ "sourceElement": null
2134
+ },
2135
+ {
2136
+ "id": null,
2137
+ "name": "Material",
2138
+ "label": "Material",
2139
+ "group": "General",
2140
+ "page": "",
2141
+ "type": "float",
2142
+ "dataType": "number",
2143
+ "style": "",
2144
+ "defaultValue": null,
2145
+ "minValue": null,
2146
+ "maxValue": null,
2147
+ "step": null,
2148
+ "menuItems": [],
2149
+ "menuLabels": [],
2150
+ "allowCustom": false,
2151
+ "maxLength": null,
2152
+ "pattern": null,
2153
+ "isArray": false,
2154
+ "arraySize": 1,
2155
+ "dimensions": 1,
2156
+ "description": "material - Selects a MAT to apply to the geometry inside.",
2157
+ "tooltip": "",
2158
+ "help": "",
2159
+ "units": "",
2160
+ "examples": [],
2161
+ "isReadOnly": false,
2162
+ "isAdvanced": false,
2163
+ "isHidden": false,
2164
+ "isAnimatable": true,
2165
+ "isExpression": false,
2166
+ "isPython": false,
2167
+ "dependsOn": [],
2168
+ "affects": [],
2169
+ "linkedTo": [],
2170
+ "expressionLanguage": "",
2171
+ "defaultExpression": "",
2172
+ "commonExpressions": [],
2173
+ "order": 0,
2174
+ "isVisible": true,
2175
+ "conditionalDisplay": null,
2176
+ "isValid": true,
2177
+ "validationErrors": [],
2178
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2179
+ "rawData": {},
2180
+ "sourceElement": null
2181
+ },
2182
+ {
2183
+ "id": null,
2184
+ "name": "Render",
2185
+ "label": "Render",
2186
+ "group": "General",
2187
+ "page": "",
2188
+ "type": "float",
2189
+ "dataType": "number",
2190
+ "style": "",
2191
+ "defaultValue": null,
2192
+ "minValue": null,
2193
+ "maxValue": null,
2194
+ "step": null,
2195
+ "menuItems": [],
2196
+ "menuLabels": [],
2197
+ "allowCustom": false,
2198
+ "maxLength": null,
2199
+ "pattern": null,
2200
+ "isArray": false,
2201
+ "arraySize": 1,
2202
+ "dimensions": 1,
2203
+ "description": "render - Whether the 's geometry is visible in the Render TOP. This parameter works in conjunction (logical AND) with the 's Render Flag.",
2204
+ "tooltip": "",
2205
+ "help": "",
2206
+ "units": "",
2207
+ "examples": [],
2208
+ "isReadOnly": false,
2209
+ "isAdvanced": false,
2210
+ "isHidden": false,
2211
+ "isAnimatable": true,
2212
+ "isExpression": false,
2213
+ "isPython": false,
2214
+ "dependsOn": [],
2215
+ "affects": [],
2216
+ "linkedTo": [],
2217
+ "expressionLanguage": "",
2218
+ "defaultExpression": "",
2219
+ "commonExpressions": [],
2220
+ "order": 0,
2221
+ "isVisible": true,
2222
+ "conditionalDisplay": null,
2223
+ "isValid": true,
2224
+ "validationErrors": [],
2225
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2226
+ "rawData": {},
2227
+ "sourceElement": null
2228
+ },
2229
+ {
2230
+ "id": null,
2231
+ "name": "Draw Priority",
2232
+ "label": "Draw Priority",
2233
+ "group": "General",
2234
+ "page": "",
2235
+ "type": "float",
2236
+ "dataType": "number",
2237
+ "style": "",
2238
+ "defaultValue": null,
2239
+ "minValue": null,
2240
+ "maxValue": null,
2241
+ "step": null,
2242
+ "menuItems": [],
2243
+ "menuLabels": [],
2244
+ "allowCustom": false,
2245
+ "maxLength": null,
2246
+ "pattern": null,
2247
+ "isArray": false,
2248
+ "arraySize": 1,
2249
+ "dimensions": 1,
2250
+ "description": "drawpriority - Determines the order in which the Components are drawn. Smaller values get drawn after larger values. The value is compared with other Components in the same parent , or if the is the top level one listed in the Render 's '' parameter, then against other top-level Components listed there. This value is most often used to help with Transparency.",
2251
+ "tooltip": "",
2252
+ "help": "",
2253
+ "units": "",
2254
+ "examples": [],
2255
+ "isReadOnly": false,
2256
+ "isAdvanced": false,
2257
+ "isHidden": false,
2258
+ "isAnimatable": true,
2259
+ "isExpression": false,
2260
+ "isPython": false,
2261
+ "dependsOn": [],
2262
+ "affects": [],
2263
+ "linkedTo": [],
2264
+ "expressionLanguage": "",
2265
+ "defaultExpression": "",
2266
+ "commonExpressions": [],
2267
+ "order": 0,
2268
+ "isVisible": true,
2269
+ "conditionalDisplay": null,
2270
+ "isValid": true,
2271
+ "validationErrors": [],
2272
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2273
+ "rawData": {},
2274
+ "sourceElement": null
2275
+ },
2276
+ {
2277
+ "id": null,
2278
+ "name": "Pick Priority",
2279
+ "label": "Pick Priority",
2280
+ "group": "General",
2281
+ "page": "",
2282
+ "type": "float",
2283
+ "dataType": "number",
2284
+ "style": "",
2285
+ "defaultValue": null,
2286
+ "minValue": null,
2287
+ "maxValue": null,
2288
+ "step": null,
2289
+ "menuItems": [],
2290
+ "menuLabels": [],
2291
+ "allowCustom": false,
2292
+ "maxLength": null,
2293
+ "pattern": null,
2294
+ "isArray": false,
2295
+ "arraySize": 1,
2296
+ "dimensions": 1,
2297
+ "description": "pickpriority - When using a Render Pick CHOP or a Render Pick DAT, there is an option to have a 'Search Area'. If multiple objects are found within the search area, the pick priority can be used to select one object over another. A higher value will get picked over a lower value. This does not affect draw order, or objects that are drawn over each other on the same pixel. Only one will be visible for a pick per pixel.",
2298
+ "tooltip": "",
2299
+ "help": "",
2300
+ "units": "",
2301
+ "examples": [],
2302
+ "isReadOnly": false,
2303
+ "isAdvanced": false,
2304
+ "isHidden": false,
2305
+ "isAnimatable": true,
2306
+ "isExpression": false,
2307
+ "isPython": false,
2308
+ "dependsOn": [],
2309
+ "affects": [],
2310
+ "linkedTo": [],
2311
+ "expressionLanguage": "",
2312
+ "defaultExpression": "",
2313
+ "commonExpressions": [],
2314
+ "order": 0,
2315
+ "isVisible": true,
2316
+ "conditionalDisplay": null,
2317
+ "isValid": true,
2318
+ "validationErrors": [],
2319
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2320
+ "rawData": {},
2321
+ "sourceElement": null
2322
+ },
2323
+ {
2324
+ "id": null,
2325
+ "name": "Wireframe Color",
2326
+ "label": "Wireframe Color",
2327
+ "group": "General",
2328
+ "page": "",
2329
+ "type": "float",
2330
+ "dataType": "number",
2331
+ "style": "",
2332
+ "defaultValue": null,
2333
+ "minValue": null,
2334
+ "maxValue": null,
2335
+ "step": null,
2336
+ "menuItems": [],
2337
+ "menuLabels": [],
2338
+ "allowCustom": false,
2339
+ "maxLength": null,
2340
+ "pattern": null,
2341
+ "isArray": false,
2342
+ "arraySize": 1,
2343
+ "dimensions": 1,
2344
+ "description": "wcolor - - Use the R, G, and B fields to set the 's color when displayed in wireframe shading mode.\n\n wcolorr - wcolorg - wcolorb -",
2345
+ "tooltip": "",
2346
+ "help": "",
2347
+ "units": "",
2348
+ "examples": [],
2349
+ "isReadOnly": false,
2350
+ "isAdvanced": false,
2351
+ "isHidden": false,
2352
+ "isAnimatable": true,
2353
+ "isExpression": false,
2354
+ "isPython": false,
2355
+ "dependsOn": [],
2356
+ "affects": [],
2357
+ "linkedTo": [],
2358
+ "expressionLanguage": "",
2359
+ "defaultExpression": "",
2360
+ "commonExpressions": [],
2361
+ "order": 0,
2362
+ "isVisible": true,
2363
+ "conditionalDisplay": null,
2364
+ "isValid": true,
2365
+ "validationErrors": [],
2366
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2367
+ "rawData": {},
2368
+ "sourceElement": null
2369
+ },
2370
+ {
2371
+ "id": null,
2372
+ "name": "Red",
2373
+ "label": "Red",
2374
+ "group": "General",
2375
+ "page": "",
2376
+ "type": "float",
2377
+ "dataType": "number",
2378
+ "style": "",
2379
+ "defaultValue": null,
2380
+ "minValue": null,
2381
+ "maxValue": null,
2382
+ "step": null,
2383
+ "menuItems": [],
2384
+ "menuLabels": [],
2385
+ "allowCustom": false,
2386
+ "maxLength": null,
2387
+ "pattern": null,
2388
+ "isArray": false,
2389
+ "arraySize": 1,
2390
+ "dimensions": 1,
2391
+ "description": "wcolorr - wcolorg - wcolorb -",
2392
+ "tooltip": "",
2393
+ "help": "",
2394
+ "units": "",
2395
+ "examples": [],
2396
+ "isReadOnly": false,
2397
+ "isAdvanced": false,
2398
+ "isHidden": false,
2399
+ "isAnimatable": true,
2400
+ "isExpression": false,
2401
+ "isPython": false,
2402
+ "dependsOn": [],
2403
+ "affects": [],
2404
+ "linkedTo": [],
2405
+ "expressionLanguage": "",
2406
+ "defaultExpression": "",
2407
+ "commonExpressions": [],
2408
+ "order": 0,
2409
+ "isVisible": true,
2410
+ "conditionalDisplay": null,
2411
+ "isValid": true,
2412
+ "validationErrors": [],
2413
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2414
+ "rawData": {},
2415
+ "sourceElement": null
2416
+ },
2417
+ {
2418
+ "id": null,
2419
+ "name": "Light Mask",
2420
+ "label": "Light Mask",
2421
+ "group": "General",
2422
+ "page": "",
2423
+ "type": "float",
2424
+ "dataType": "number",
2425
+ "style": "",
2426
+ "defaultValue": null,
2427
+ "minValue": null,
2428
+ "maxValue": null,
2429
+ "step": null,
2430
+ "menuItems": [],
2431
+ "menuLabels": [],
2432
+ "allowCustom": false,
2433
+ "maxLength": null,
2434
+ "pattern": null,
2435
+ "isArray": false,
2436
+ "arraySize": 1,
2437
+ "dimensions": 1,
2438
+ "description": "lightmask - By default all lights used in the Render TOP will affect geometry renderer. This parameter can be used to specify a sub-set of lights to be used for this particular geometry. The lights must be listed in the Render TOP as well as this parameter to be used.",
2439
+ "tooltip": "",
2440
+ "help": "",
2441
+ "units": "",
2442
+ "examples": [],
2443
+ "isReadOnly": false,
2444
+ "isAdvanced": false,
2445
+ "isHidden": false,
2446
+ "isAnimatable": true,
2447
+ "isExpression": false,
2448
+ "isPython": false,
2449
+ "dependsOn": [],
2450
+ "affects": [],
2451
+ "linkedTo": [],
2452
+ "expressionLanguage": "",
2453
+ "defaultExpression": "",
2454
+ "commonExpressions": [],
2455
+ "order": 0,
2456
+ "isVisible": true,
2457
+ "conditionalDisplay": null,
2458
+ "isValid": true,
2459
+ "validationErrors": [],
2460
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2461
+ "rawData": {},
2462
+ "sourceElement": null
2463
+ },
2464
+ {
2465
+ "id": null,
2466
+ "name": "Extension",
2467
+ "label": "Extension",
2468
+ "group": "General",
2469
+ "page": "",
2470
+ "type": "float",
2471
+ "dataType": "number",
2472
+ "style": "",
2473
+ "defaultValue": null,
2474
+ "minValue": null,
2475
+ "maxValue": null,
2476
+ "step": null,
2477
+ "menuItems": [],
2478
+ "menuLabels": [],
2479
+ "allowCustom": false,
2480
+ "maxLength": null,
2481
+ "pattern": null,
2482
+ "isArray": false,
2483
+ "arraySize": 1,
2484
+ "dimensions": 1,
2485
+ "description": "ext - Sequence of info for creating extensions on this component\n\n\n\n ext0object - A number of class instances that can be attached to the component.\n\n\n \n ext0name - Optional name to search by, instead of the instance class name.\n\n\n\n ext0promote - Controls whether or not the extensions are visible directly at the component level, or must be accessed through the .ext member. Example: n.Somefunction vs n.ext.Somefunction",
2486
+ "tooltip": "",
2487
+ "help": "",
2488
+ "units": "",
2489
+ "examples": [],
2490
+ "isReadOnly": false,
2491
+ "isAdvanced": false,
2492
+ "isHidden": false,
2493
+ "isAnimatable": true,
2494
+ "isExpression": false,
2495
+ "isPython": false,
2496
+ "dependsOn": [],
2497
+ "affects": [],
2498
+ "linkedTo": [],
2499
+ "expressionLanguage": "",
2500
+ "defaultExpression": "",
2501
+ "commonExpressions": [],
2502
+ "order": 0,
2503
+ "isVisible": true,
2504
+ "conditionalDisplay": null,
2505
+ "isValid": true,
2506
+ "validationErrors": [],
2507
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2508
+ "rawData": {},
2509
+ "sourceElement": null
2510
+ },
2511
+ {
2512
+ "id": null,
2513
+ "name": "Object",
2514
+ "label": "Object",
2515
+ "group": "General",
2516
+ "page": "",
2517
+ "type": "float",
2518
+ "dataType": "number",
2519
+ "style": "",
2520
+ "defaultValue": null,
2521
+ "minValue": null,
2522
+ "maxValue": null,
2523
+ "step": null,
2524
+ "menuItems": [],
2525
+ "menuLabels": [],
2526
+ "allowCustom": false,
2527
+ "maxLength": null,
2528
+ "pattern": null,
2529
+ "isArray": false,
2530
+ "arraySize": 1,
2531
+ "dimensions": 1,
2532
+ "description": "ext0object - A number of class instances that can be attached to the component.",
2533
+ "tooltip": "",
2534
+ "help": "",
2535
+ "units": "",
2536
+ "examples": [],
2537
+ "isReadOnly": false,
2538
+ "isAdvanced": false,
2539
+ "isHidden": false,
2540
+ "isAnimatable": true,
2541
+ "isExpression": false,
2542
+ "isPython": false,
2543
+ "dependsOn": [],
2544
+ "affects": [],
2545
+ "linkedTo": [],
2546
+ "expressionLanguage": "",
2547
+ "defaultExpression": "",
2548
+ "commonExpressions": [],
2549
+ "order": 0,
2550
+ "isVisible": true,
2551
+ "conditionalDisplay": null,
2552
+ "isValid": true,
2553
+ "validationErrors": [],
2554
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2555
+ "rawData": {},
2556
+ "sourceElement": null
2557
+ },
2558
+ {
2559
+ "id": null,
2560
+ "name": "Name",
2561
+ "label": "Name",
2562
+ "group": "General",
2563
+ "page": "",
2564
+ "type": "float",
2565
+ "dataType": "number",
2566
+ "style": "",
2567
+ "defaultValue": null,
2568
+ "minValue": null,
2569
+ "maxValue": null,
2570
+ "step": null,
2571
+ "menuItems": [],
2572
+ "menuLabels": [],
2573
+ "allowCustom": false,
2574
+ "maxLength": null,
2575
+ "pattern": null,
2576
+ "isArray": false,
2577
+ "arraySize": 1,
2578
+ "dimensions": 1,
2579
+ "description": "ext0name - Optional name to search by, instead of the instance class name.",
2580
+ "tooltip": "",
2581
+ "help": "",
2582
+ "units": "",
2583
+ "examples": [],
2584
+ "isReadOnly": false,
2585
+ "isAdvanced": false,
2586
+ "isHidden": false,
2587
+ "isAnimatable": true,
2588
+ "isExpression": false,
2589
+ "isPython": false,
2590
+ "dependsOn": [],
2591
+ "affects": [],
2592
+ "linkedTo": [],
2593
+ "expressionLanguage": "",
2594
+ "defaultExpression": "",
2595
+ "commonExpressions": [],
2596
+ "order": 0,
2597
+ "isVisible": true,
2598
+ "conditionalDisplay": null,
2599
+ "isValid": true,
2600
+ "validationErrors": [],
2601
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2602
+ "rawData": {},
2603
+ "sourceElement": null
2604
+ },
2605
+ {
2606
+ "id": null,
2607
+ "name": "Promote",
2608
+ "label": "Promote",
2609
+ "group": "General",
2610
+ "page": "",
2611
+ "type": "float",
2612
+ "dataType": "number",
2613
+ "style": "",
2614
+ "defaultValue": null,
2615
+ "minValue": null,
2616
+ "maxValue": null,
2617
+ "step": null,
2618
+ "menuItems": [],
2619
+ "menuLabels": [],
2620
+ "allowCustom": false,
2621
+ "maxLength": null,
2622
+ "pattern": null,
2623
+ "isArray": false,
2624
+ "arraySize": 1,
2625
+ "dimensions": 1,
2626
+ "description": "ext0promote - Controls whether or not the extensions are visible directly at the component level, or must be accessed through the .ext member. Example: n.Somefunction vs n.ext.Somefunction",
2627
+ "tooltip": "",
2628
+ "help": "",
2629
+ "units": "",
2630
+ "examples": [],
2631
+ "isReadOnly": false,
2632
+ "isAdvanced": false,
2633
+ "isHidden": false,
2634
+ "isAnimatable": true,
2635
+ "isExpression": false,
2636
+ "isPython": false,
2637
+ "dependsOn": [],
2638
+ "affects": [],
2639
+ "linkedTo": [],
2640
+ "expressionLanguage": "",
2641
+ "defaultExpression": "",
2642
+ "commonExpressions": [],
2643
+ "order": 0,
2644
+ "isVisible": true,
2645
+ "conditionalDisplay": null,
2646
+ "isValid": true,
2647
+ "validationErrors": [],
2648
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2649
+ "rawData": {},
2650
+ "sourceElement": null
2651
+ },
2652
+ {
2653
+ "id": null,
2654
+ "name": "Re-Init Extensions",
2655
+ "label": "Re-Init Extensions",
2656
+ "group": "General",
2657
+ "page": "",
2658
+ "type": "float",
2659
+ "dataType": "number",
2660
+ "style": "",
2661
+ "defaultValue": null,
2662
+ "minValue": null,
2663
+ "maxValue": null,
2664
+ "step": null,
2665
+ "menuItems": [],
2666
+ "menuLabels": [],
2667
+ "allowCustom": false,
2668
+ "maxLength": null,
2669
+ "pattern": null,
2670
+ "isArray": false,
2671
+ "arraySize": 1,
2672
+ "dimensions": 1,
2673
+ "description": "reinitextensions - Recompile all extension objects. Normally extension objects are compiled only when they are referenced and their definitions have changed.",
2674
+ "tooltip": "",
2675
+ "help": "",
2676
+ "units": "",
2677
+ "examples": [],
2678
+ "isReadOnly": false,
2679
+ "isAdvanced": false,
2680
+ "isHidden": false,
2681
+ "isAnimatable": true,
2682
+ "isExpression": false,
2683
+ "isPython": false,
2684
+ "dependsOn": [],
2685
+ "affects": [],
2686
+ "linkedTo": [],
2687
+ "expressionLanguage": "",
2688
+ "defaultExpression": "",
2689
+ "commonExpressions": [],
2690
+ "order": 0,
2691
+ "isVisible": true,
2692
+ "conditionalDisplay": null,
2693
+ "isValid": true,
2694
+ "validationErrors": [],
2695
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2696
+ "rawData": {},
2697
+ "sourceElement": null
2698
+ },
2699
+ {
2700
+ "id": null,
2701
+ "name": "Parent Shortcut",
2702
+ "label": "Parent Shortcut",
2703
+ "group": "General",
2704
+ "page": "",
2705
+ "type": "float",
2706
+ "dataType": "number",
2707
+ "style": "",
2708
+ "defaultValue": null,
2709
+ "minValue": null,
2710
+ "maxValue": null,
2711
+ "step": null,
2712
+ "menuItems": [],
2713
+ "menuLabels": [],
2714
+ "allowCustom": false,
2715
+ "maxLength": null,
2716
+ "pattern": null,
2717
+ "isArray": false,
2718
+ "arraySize": 1,
2719
+ "dimensions": 1,
2720
+ "description": "parentshortcut - Specifies a name you can use anywhere inside the component as the path to that component. See Parent Shortcut.",
2721
+ "tooltip": "",
2722
+ "help": "",
2723
+ "units": "",
2724
+ "examples": [],
2725
+ "isReadOnly": false,
2726
+ "isAdvanced": false,
2727
+ "isHidden": false,
2728
+ "isAnimatable": true,
2729
+ "isExpression": false,
2730
+ "isPython": false,
2731
+ "dependsOn": [],
2732
+ "affects": [],
2733
+ "linkedTo": [],
2734
+ "expressionLanguage": "",
2735
+ "defaultExpression": "",
2736
+ "commonExpressions": [],
2737
+ "order": 0,
2738
+ "isVisible": true,
2739
+ "conditionalDisplay": null,
2740
+ "isValid": true,
2741
+ "validationErrors": [],
2742
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2743
+ "rawData": {},
2744
+ "sourceElement": null
2745
+ },
2746
+ {
2747
+ "id": null,
2748
+ "name": "Global OP Shortcut",
2749
+ "label": "Global OP Shortcut",
2750
+ "group": "General",
2751
+ "page": "",
2752
+ "type": "float",
2753
+ "dataType": "number",
2754
+ "style": "",
2755
+ "defaultValue": null,
2756
+ "minValue": null,
2757
+ "maxValue": null,
2758
+ "step": null,
2759
+ "menuItems": [],
2760
+ "menuLabels": [],
2761
+ "allowCustom": false,
2762
+ "maxLength": null,
2763
+ "pattern": null,
2764
+ "isArray": false,
2765
+ "arraySize": 1,
2766
+ "dimensions": 1,
2767
+ "description": "opshortcut - Specifies a name you can use anywhere at all as the path to that component. See Global OP Shortcut.",
2768
+ "tooltip": "",
2769
+ "help": "",
2770
+ "units": "",
2771
+ "examples": [],
2772
+ "isReadOnly": false,
2773
+ "isAdvanced": false,
2774
+ "isHidden": false,
2775
+ "isAnimatable": true,
2776
+ "isExpression": false,
2777
+ "isPython": false,
2778
+ "dependsOn": [],
2779
+ "affects": [],
2780
+ "linkedTo": [],
2781
+ "expressionLanguage": "",
2782
+ "defaultExpression": "",
2783
+ "commonExpressions": [],
2784
+ "order": 0,
2785
+ "isVisible": true,
2786
+ "conditionalDisplay": null,
2787
+ "isValid": true,
2788
+ "validationErrors": [],
2789
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2790
+ "rawData": {},
2791
+ "sourceElement": null
2792
+ },
2793
+ {
2794
+ "id": null,
2795
+ "name": "Internal OP",
2796
+ "label": "Internal OP",
2797
+ "group": "General",
2798
+ "page": "",
2799
+ "type": "float",
2800
+ "dataType": "number",
2801
+ "style": "",
2802
+ "defaultValue": null,
2803
+ "minValue": null,
2804
+ "maxValue": null,
2805
+ "step": null,
2806
+ "menuItems": [],
2807
+ "menuLabels": [],
2808
+ "allowCustom": false,
2809
+ "maxLength": null,
2810
+ "pattern": null,
2811
+ "isArray": false,
2812
+ "arraySize": 1,
2813
+ "dimensions": 1,
2814
+ "description": "iop - Sequence header for internal operators.\n\n\n\n iop0shortcut - Specifies a name you can use anywhere inside the component as a path to \"Internal \" below. See Internal Operators.\n\n\n\n iop0op - The path to the Internal OP inside this component. See Internal Operators.",
2815
+ "tooltip": "",
2816
+ "help": "",
2817
+ "units": "",
2818
+ "examples": [],
2819
+ "isReadOnly": false,
2820
+ "isAdvanced": false,
2821
+ "isHidden": false,
2822
+ "isAnimatable": true,
2823
+ "isExpression": false,
2824
+ "isPython": false,
2825
+ "dependsOn": [],
2826
+ "affects": [],
2827
+ "linkedTo": [],
2828
+ "expressionLanguage": "",
2829
+ "defaultExpression": "",
2830
+ "commonExpressions": [],
2831
+ "order": 0,
2832
+ "isVisible": true,
2833
+ "conditionalDisplay": null,
2834
+ "isValid": true,
2835
+ "validationErrors": [],
2836
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2837
+ "rawData": {},
2838
+ "sourceElement": null
2839
+ },
2840
+ {
2841
+ "id": null,
2842
+ "name": "Shortcut",
2843
+ "label": "Shortcut",
2844
+ "group": "General",
2845
+ "page": "",
2846
+ "type": "float",
2847
+ "dataType": "number",
2848
+ "style": "",
2849
+ "defaultValue": null,
2850
+ "minValue": null,
2851
+ "maxValue": null,
2852
+ "step": null,
2853
+ "menuItems": [],
2854
+ "menuLabels": [],
2855
+ "allowCustom": false,
2856
+ "maxLength": null,
2857
+ "pattern": null,
2858
+ "isArray": false,
2859
+ "arraySize": 1,
2860
+ "dimensions": 1,
2861
+ "description": "iop0shortcut - Specifies a name you can use anywhere inside the component as a path to \"Internal \" below. See Internal Operators.",
2862
+ "tooltip": "",
2863
+ "help": "",
2864
+ "units": "",
2865
+ "examples": [],
2866
+ "isReadOnly": false,
2867
+ "isAdvanced": false,
2868
+ "isHidden": false,
2869
+ "isAnimatable": true,
2870
+ "isExpression": false,
2871
+ "isPython": false,
2872
+ "dependsOn": [],
2873
+ "affects": [],
2874
+ "linkedTo": [],
2875
+ "expressionLanguage": "",
2876
+ "defaultExpression": "",
2877
+ "commonExpressions": [],
2878
+ "order": 0,
2879
+ "isVisible": true,
2880
+ "conditionalDisplay": null,
2881
+ "isValid": true,
2882
+ "validationErrors": [],
2883
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2884
+ "rawData": {},
2885
+ "sourceElement": null
2886
+ },
2887
+ {
2888
+ "id": null,
2889
+ "name": "OP",
2890
+ "label": "OP",
2891
+ "group": "General",
2892
+ "page": "",
2893
+ "type": "float",
2894
+ "dataType": "number",
2895
+ "style": "",
2896
+ "defaultValue": null,
2897
+ "minValue": null,
2898
+ "maxValue": null,
2899
+ "step": null,
2900
+ "menuItems": [],
2901
+ "menuLabels": [],
2902
+ "allowCustom": false,
2903
+ "maxLength": null,
2904
+ "pattern": null,
2905
+ "isArray": false,
2906
+ "arraySize": 1,
2907
+ "dimensions": 1,
2908
+ "description": "iop0op - The path to the Internal OP inside this component. See Internal Operators.",
2909
+ "tooltip": "",
2910
+ "help": "",
2911
+ "units": "",
2912
+ "examples": [],
2913
+ "isReadOnly": false,
2914
+ "isAdvanced": false,
2915
+ "isHidden": false,
2916
+ "isAnimatable": true,
2917
+ "isExpression": false,
2918
+ "isPython": false,
2919
+ "dependsOn": [],
2920
+ "affects": [],
2921
+ "linkedTo": [],
2922
+ "expressionLanguage": "",
2923
+ "defaultExpression": "",
2924
+ "commonExpressions": [],
2925
+ "order": 0,
2926
+ "isVisible": true,
2927
+ "conditionalDisplay": null,
2928
+ "isValid": true,
2929
+ "validationErrors": [],
2930
+ "lastUpdated": "2025-08-07T07:49:57.769Z",
2931
+ "rawData": {},
2932
+ "sourceElement": null
2933
+ },
2934
+ {
2935
+ "id": null,
2936
+ "name": "Node View",
2937
+ "label": "Node View",
2938
+ "group": "General",
2939
+ "page": "",
2940
+ "type": "float",
2941
+ "dataType": "number",
2942
+ "style": "",
2943
+ "defaultValue": null,
2944
+ "minValue": null,
2945
+ "maxValue": null,
2946
+ "step": null,
2947
+ "menuItems": [],
2948
+ "menuLabels": [],
2949
+ "allowCustom": false,
2950
+ "maxLength": null,
2951
+ "pattern": null,
2952
+ "isArray": false,
2953
+ "arraySize": 1,
2954
+ "dimensions": 1,
2955
+ "description": "nodeview - - Determines what is displayed in the node viewer, also known as the Node Viewer. Some options will not be available depending on the type (Object Component, Panel Component, Misc.)\n\n default - Displays the default viewer for the component type, a 3D Viewer for Object COMPS and a Viewer for Panel COMPs. opviewer - Displays the node viewer from any operator specified in the Operator Viewer parameter below.",
2956
+ "tooltip": "",
2957
+ "help": "",
2958
+ "units": "",
2959
+ "examples": [],
2960
+ "isReadOnly": false,
2961
+ "isAdvanced": false,
2962
+ "isHidden": false,
2963
+ "isAnimatable": true,
2964
+ "isExpression": false,
2965
+ "isPython": false,
2966
+ "dependsOn": [],
2967
+ "affects": [],
2968
+ "linkedTo": [],
2969
+ "expressionLanguage": "",
2970
+ "defaultExpression": "",
2971
+ "commonExpressions": [],
2972
+ "order": 0,
2973
+ "isVisible": true,
2974
+ "conditionalDisplay": null,
2975
+ "isValid": true,
2976
+ "validationErrors": [],
2977
+ "lastUpdated": "2025-08-07T07:49:57.770Z",
2978
+ "rawData": {},
2979
+ "sourceElement": null
2980
+ },
2981
+ {
2982
+ "id": null,
2983
+ "name": "Default Viewer",
2984
+ "label": "Default Viewer",
2985
+ "group": "General",
2986
+ "page": "",
2987
+ "type": "float",
2988
+ "dataType": "number",
2989
+ "style": "",
2990
+ "defaultValue": null,
2991
+ "minValue": null,
2992
+ "maxValue": null,
2993
+ "step": null,
2994
+ "menuItems": [],
2995
+ "menuLabels": [],
2996
+ "allowCustom": false,
2997
+ "maxLength": null,
2998
+ "pattern": null,
2999
+ "isArray": false,
3000
+ "arraySize": 1,
3001
+ "dimensions": 1,
3002
+ "description": "default - Displays the default viewer for the component type, a 3D Viewer for Object COMPS and a Viewer for Panel COMPs. opviewer - Displays the node viewer from any operator specified in the Operator Viewer parameter below.",
3003
+ "tooltip": "",
3004
+ "help": "",
3005
+ "units": "",
3006
+ "examples": [],
3007
+ "isReadOnly": false,
3008
+ "isAdvanced": false,
3009
+ "isHidden": false,
3010
+ "isAnimatable": true,
3011
+ "isExpression": false,
3012
+ "isPython": false,
3013
+ "dependsOn": [],
3014
+ "affects": [],
3015
+ "linkedTo": [],
3016
+ "expressionLanguage": "",
3017
+ "defaultExpression": "",
3018
+ "commonExpressions": [],
3019
+ "order": 0,
3020
+ "isVisible": true,
3021
+ "conditionalDisplay": null,
3022
+ "isValid": true,
3023
+ "validationErrors": [],
3024
+ "lastUpdated": "2025-08-07T07:49:57.770Z",
3025
+ "rawData": {},
3026
+ "sourceElement": null
3027
+ },
3028
+ {
3029
+ "id": null,
3030
+ "name": "Operator Viewer",
3031
+ "label": "Operator Viewer",
3032
+ "group": "General",
3033
+ "page": "",
3034
+ "type": "float",
3035
+ "dataType": "number",
3036
+ "style": "",
3037
+ "defaultValue": null,
3038
+ "minValue": null,
3039
+ "maxValue": null,
3040
+ "step": null,
3041
+ "menuItems": [],
3042
+ "menuLabels": [],
3043
+ "allowCustom": false,
3044
+ "maxLength": null,
3045
+ "pattern": null,
3046
+ "isArray": false,
3047
+ "arraySize": 1,
3048
+ "dimensions": 1,
3049
+ "description": "opviewer - Select which operator's node viewer to use when the Node View parameter above is set to Operator .",
3050
+ "tooltip": "",
3051
+ "help": "",
3052
+ "units": "",
3053
+ "examples": [],
3054
+ "isReadOnly": false,
3055
+ "isAdvanced": false,
3056
+ "isHidden": false,
3057
+ "isAnimatable": true,
3058
+ "isExpression": false,
3059
+ "isPython": false,
3060
+ "dependsOn": [],
3061
+ "affects": [],
3062
+ "linkedTo": [],
3063
+ "expressionLanguage": "",
3064
+ "defaultExpression": "",
3065
+ "commonExpressions": [],
3066
+ "order": 0,
3067
+ "isVisible": true,
3068
+ "conditionalDisplay": null,
3069
+ "isValid": true,
3070
+ "validationErrors": [],
3071
+ "lastUpdated": "2025-08-07T07:49:57.770Z",
3072
+ "rawData": {},
3073
+ "sourceElement": null
3074
+ },
3075
+ {
3076
+ "id": null,
3077
+ "name": "Enable Cloning",
3078
+ "label": "Enable Cloning",
3079
+ "group": "General",
3080
+ "page": "",
3081
+ "type": "float",
3082
+ "dataType": "number",
3083
+ "style": "",
3084
+ "defaultValue": null,
3085
+ "minValue": null,
3086
+ "maxValue": null,
3087
+ "step": null,
3088
+ "menuItems": [],
3089
+ "menuLabels": [],
3090
+ "allowCustom": false,
3091
+ "maxLength": null,
3092
+ "pattern": null,
3093
+ "isArray": false,
3094
+ "arraySize": 1,
3095
+ "dimensions": 1,
3096
+ "description": "enablecloning - Control if the OP should be actively cloneing. Turning this off causes this node to stop cloning it's ' Master'.",
3097
+ "tooltip": "",
3098
+ "help": "",
3099
+ "units": "",
3100
+ "examples": [],
3101
+ "isReadOnly": false,
3102
+ "isAdvanced": false,
3103
+ "isHidden": false,
3104
+ "isAnimatable": true,
3105
+ "isExpression": false,
3106
+ "isPython": false,
3107
+ "dependsOn": [],
3108
+ "affects": [],
3109
+ "linkedTo": [],
3110
+ "expressionLanguage": "",
3111
+ "defaultExpression": "",
3112
+ "commonExpressions": [],
3113
+ "order": 0,
3114
+ "isVisible": true,
3115
+ "conditionalDisplay": null,
3116
+ "isValid": true,
3117
+ "validationErrors": [],
3118
+ "lastUpdated": "2025-08-07T07:49:57.770Z",
3119
+ "rawData": {},
3120
+ "sourceElement": null
3121
+ },
3122
+ {
3123
+ "id": null,
3124
+ "name": "Enable Cloning Pulse",
3125
+ "label": "Enable Cloning Pulse",
3126
+ "group": "General",
3127
+ "page": "",
3128
+ "type": "float",
3129
+ "dataType": "number",
3130
+ "style": "",
3131
+ "defaultValue": null,
3132
+ "minValue": null,
3133
+ "maxValue": null,
3134
+ "step": null,
3135
+ "menuItems": [],
3136
+ "menuLabels": [],
3137
+ "allowCustom": false,
3138
+ "maxLength": null,
3139
+ "pattern": null,
3140
+ "isArray": false,
3141
+ "arraySize": 1,
3142
+ "dimensions": 1,
3143
+ "description": "enablecloningpulse - Instantaneously clone the contents.",
3144
+ "tooltip": "",
3145
+ "help": "",
3146
+ "units": "",
3147
+ "examples": [],
3148
+ "isReadOnly": false,
3149
+ "isAdvanced": false,
3150
+ "isHidden": false,
3151
+ "isAnimatable": true,
3152
+ "isExpression": false,
3153
+ "isPython": false,
3154
+ "dependsOn": [],
3155
+ "affects": [],
3156
+ "linkedTo": [],
3157
+ "expressionLanguage": "",
3158
+ "defaultExpression": "",
3159
+ "commonExpressions": [],
3160
+ "order": 0,
3161
+ "isVisible": true,
3162
+ "conditionalDisplay": null,
3163
+ "isValid": true,
3164
+ "validationErrors": [],
3165
+ "lastUpdated": "2025-08-07T07:49:57.770Z",
3166
+ "rawData": {},
3167
+ "sourceElement": null
3168
+ },
3169
+ {
3170
+ "id": null,
3171
+ "name": "Clone Master",
3172
+ "label": "Clone Master",
3173
+ "group": "General",
3174
+ "page": "",
3175
+ "type": "float",
3176
+ "dataType": "number",
3177
+ "style": "",
3178
+ "defaultValue": null,
3179
+ "minValue": null,
3180
+ "maxValue": null,
3181
+ "step": null,
3182
+ "menuItems": [],
3183
+ "menuLabels": [],
3184
+ "allowCustom": false,
3185
+ "maxLength": null,
3186
+ "pattern": null,
3187
+ "isArray": false,
3188
+ "arraySize": 1,
3189
+ "dimensions": 1,
3190
+ "description": "clone - to a component used as the Master Clone.",
3191
+ "tooltip": "",
3192
+ "help": "",
3193
+ "units": "",
3194
+ "examples": [],
3195
+ "isReadOnly": false,
3196
+ "isAdvanced": false,
3197
+ "isHidden": false,
3198
+ "isAnimatable": true,
3199
+ "isExpression": false,
3200
+ "isPython": false,
3201
+ "dependsOn": [],
3202
+ "affects": [],
3203
+ "linkedTo": [],
3204
+ "expressionLanguage": "",
3205
+ "defaultExpression": "",
3206
+ "commonExpressions": [],
3207
+ "order": 0,
3208
+ "isVisible": true,
3209
+ "conditionalDisplay": null,
3210
+ "isValid": true,
3211
+ "validationErrors": [],
3212
+ "lastUpdated": "2025-08-07T07:49:57.770Z",
3213
+ "rawData": {},
3214
+ "sourceElement": null
3215
+ },
3216
+ {
3217
+ "id": null,
3218
+ "name": "Load on Demand",
3219
+ "label": "Load on Demand",
3220
+ "group": "General",
3221
+ "page": "",
3222
+ "type": "float",
3223
+ "dataType": "number",
3224
+ "style": "",
3225
+ "defaultValue": null,
3226
+ "minValue": null,
3227
+ "maxValue": null,
3228
+ "step": null,
3229
+ "menuItems": [],
3230
+ "menuLabels": [],
3231
+ "allowCustom": false,
3232
+ "maxLength": null,
3233
+ "pattern": null,
3234
+ "isArray": false,
3235
+ "arraySize": 1,
3236
+ "dimensions": 1,
3237
+ "description": "loadondemand - Loads the component into memory only when required. Good to use for components that are not always used in the project.",
3238
+ "tooltip": "",
3239
+ "help": "",
3240
+ "units": "",
3241
+ "examples": [],
3242
+ "isReadOnly": false,
3243
+ "isAdvanced": false,
3244
+ "isHidden": false,
3245
+ "isAnimatable": true,
3246
+ "isExpression": false,
3247
+ "isPython": false,
3248
+ "dependsOn": [],
3249
+ "affects": [],
3250
+ "linkedTo": [],
3251
+ "expressionLanguage": "",
3252
+ "defaultExpression": "",
3253
+ "commonExpressions": [],
3254
+ "order": 0,
3255
+ "isVisible": true,
3256
+ "conditionalDisplay": null,
3257
+ "isValid": true,
3258
+ "validationErrors": [],
3259
+ "lastUpdated": "2025-08-07T07:49:57.770Z",
3260
+ "rawData": {},
3261
+ "sourceElement": null
3262
+ },
3263
+ {
3264
+ "id": null,
3265
+ "name": "Enable External .tox",
3266
+ "label": "Enable External .tox",
3267
+ "group": "General",
3268
+ "page": "",
3269
+ "type": "float",
3270
+ "dataType": "number",
3271
+ "style": "",
3272
+ "defaultValue": null,
3273
+ "minValue": null,
3274
+ "maxValue": null,
3275
+ "step": null,
3276
+ "menuItems": [],
3277
+ "menuLabels": [],
3278
+ "allowCustom": false,
3279
+ "maxLength": null,
3280
+ "pattern": null,
3281
+ "isArray": false,
3282
+ "arraySize": 1,
3283
+ "dimensions": 1,
3284
+ "description": "enableexternaltox - When on (default), the external file will be loaded when the starts and the contents of the will match that of the external . This can be turned off to avoid loading from the referenced external on startup if desired (the contents of the are instead loaded from the file). Useful if you wish to have a reference an external but not always load from it unless you specifically push the Re-Init Network parameter button.",
3285
+ "tooltip": "",
3286
+ "help": "",
3287
+ "units": "",
3288
+ "examples": [],
3289
+ "isReadOnly": false,
3290
+ "isAdvanced": false,
3291
+ "isHidden": false,
3292
+ "isAnimatable": true,
3293
+ "isExpression": false,
3294
+ "isPython": false,
3295
+ "dependsOn": [],
3296
+ "affects": [],
3297
+ "linkedTo": [],
3298
+ "expressionLanguage": "",
3299
+ "defaultExpression": "",
3300
+ "commonExpressions": [],
3301
+ "order": 0,
3302
+ "isVisible": true,
3303
+ "conditionalDisplay": null,
3304
+ "isValid": true,
3305
+ "validationErrors": [],
3306
+ "lastUpdated": "2025-08-07T07:49:57.770Z",
3307
+ "rawData": {},
3308
+ "sourceElement": null
3309
+ },
3310
+ {
3311
+ "id": null,
3312
+ "name": "Enable External .tox Pulse",
3313
+ "label": "Enable External .tox Pulse",
3314
+ "group": "General",
3315
+ "page": "",
3316
+ "type": "float",
3317
+ "dataType": "number",
3318
+ "style": "",
3319
+ "defaultValue": null,
3320
+ "minValue": null,
3321
+ "maxValue": null,
3322
+ "step": null,
3323
+ "menuItems": [],
3324
+ "menuLabels": [],
3325
+ "allowCustom": false,
3326
+ "maxLength": null,
3327
+ "pattern": null,
3328
+ "isArray": false,
3329
+ "arraySize": 1,
3330
+ "dimensions": 1,
3331
+ "description": "enableexternaltoxpulse - This button will re-load from the external file (if present).",
3332
+ "tooltip": "",
3333
+ "help": "",
3334
+ "units": "",
3335
+ "examples": [],
3336
+ "isReadOnly": false,
3337
+ "isAdvanced": false,
3338
+ "isHidden": false,
3339
+ "isAnimatable": true,
3340
+ "isExpression": false,
3341
+ "isPython": false,
3342
+ "dependsOn": [],
3343
+ "affects": [],
3344
+ "linkedTo": [],
3345
+ "expressionLanguage": "",
3346
+ "defaultExpression": "",
3347
+ "commonExpressions": [],
3348
+ "order": 0,
3349
+ "isVisible": true,
3350
+ "conditionalDisplay": null,
3351
+ "isValid": true,
3352
+ "validationErrors": [],
3353
+ "lastUpdated": "2025-08-07T07:49:57.770Z",
3354
+ "rawData": {},
3355
+ "sourceElement": null
3356
+ },
3357
+ {
3358
+ "id": null,
3359
+ "name": "External .tox Path",
3360
+ "label": "External .tox Path",
3361
+ "group": "General",
3362
+ "page": "",
3363
+ "type": "float",
3364
+ "dataType": "number",
3365
+ "style": "",
3366
+ "defaultValue": null,
3367
+ "minValue": null,
3368
+ "maxValue": null,
3369
+ "step": null,
3370
+ "menuItems": [],
3371
+ "menuLabels": [],
3372
+ "allowCustom": false,
3373
+ "maxLength": null,
3374
+ "pattern": null,
3375
+ "isArray": false,
3376
+ "arraySize": 1,
3377
+ "dimensions": 1,
3378
+ "description": "externaltox - to a file on disk which will source the component's contents upon start of a . This allows for components to contain networks that can be updated independently. If the file can not be found, whatever the file was saved with will be loaded.",
3379
+ "tooltip": "",
3380
+ "help": "",
3381
+ "units": "",
3382
+ "examples": [],
3383
+ "isReadOnly": false,
3384
+ "isAdvanced": false,
3385
+ "isHidden": false,
3386
+ "isAnimatable": true,
3387
+ "isExpression": false,
3388
+ "isPython": false,
3389
+ "dependsOn": [],
3390
+ "affects": [],
3391
+ "linkedTo": [],
3392
+ "expressionLanguage": "",
3393
+ "defaultExpression": "",
3394
+ "commonExpressions": [],
3395
+ "order": 0,
3396
+ "isVisible": true,
3397
+ "conditionalDisplay": null,
3398
+ "isValid": true,
3399
+ "validationErrors": [],
3400
+ "lastUpdated": "2025-08-07T07:49:57.770Z",
3401
+ "rawData": {},
3402
+ "sourceElement": null
3403
+ },
3404
+ {
3405
+ "id": null,
3406
+ "name": "Reload Custom Parameters",
3407
+ "label": "Reload Custom Parameters",
3408
+ "group": "General",
3409
+ "page": "",
3410
+ "type": "float",
3411
+ "dataType": "number",
3412
+ "style": "",
3413
+ "defaultValue": null,
3414
+ "minValue": null,
3415
+ "maxValue": null,
3416
+ "step": null,
3417
+ "menuItems": [],
3418
+ "menuLabels": [],
3419
+ "allowCustom": false,
3420
+ "maxLength": null,
3421
+ "pattern": null,
3422
+ "isArray": false,
3423
+ "arraySize": 1,
3424
+ "dimensions": 1,
3425
+ "description": "reloadcustom - When this checkbox is enabled, the values of the component's Custom Parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.",
3426
+ "tooltip": "",
3427
+ "help": "",
3428
+ "units": "",
3429
+ "examples": [],
3430
+ "isReadOnly": false,
3431
+ "isAdvanced": false,
3432
+ "isHidden": false,
3433
+ "isAnimatable": true,
3434
+ "isExpression": false,
3435
+ "isPython": false,
3436
+ "dependsOn": [],
3437
+ "affects": [],
3438
+ "linkedTo": [],
3439
+ "expressionLanguage": "",
3440
+ "defaultExpression": "",
3441
+ "commonExpressions": [],
3442
+ "order": 0,
3443
+ "isVisible": true,
3444
+ "conditionalDisplay": null,
3445
+ "isValid": true,
3446
+ "validationErrors": [],
3447
+ "lastUpdated": "2025-08-07T07:49:57.770Z",
3448
+ "rawData": {},
3449
+ "sourceElement": null
3450
+ },
3451
+ {
3452
+ "id": null,
3453
+ "name": "Reload Built-In Parameters",
3454
+ "label": "Reload Built-In Parameters",
3455
+ "group": "General",
3456
+ "page": "",
3457
+ "type": "float",
3458
+ "dataType": "number",
3459
+ "style": "",
3460
+ "defaultValue": null,
3461
+ "minValue": null,
3462
+ "maxValue": null,
3463
+ "step": null,
3464
+ "menuItems": [],
3465
+ "menuLabels": [],
3466
+ "allowCustom": false,
3467
+ "maxLength": null,
3468
+ "pattern": null,
3469
+ "isArray": false,
3470
+ "arraySize": 1,
3471
+ "dimensions": 1,
3472
+ "description": "reloadbuiltin - When this checkbox is enabled, the values of the component's built-in parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.",
3473
+ "tooltip": "",
3474
+ "help": "",
3475
+ "units": "",
3476
+ "examples": [],
3477
+ "isReadOnly": false,
3478
+ "isAdvanced": false,
3479
+ "isHidden": false,
3480
+ "isAnimatable": true,
3481
+ "isExpression": false,
3482
+ "isPython": false,
3483
+ "dependsOn": [],
3484
+ "affects": [],
3485
+ "linkedTo": [],
3486
+ "expressionLanguage": "",
3487
+ "defaultExpression": "",
3488
+ "commonExpressions": [],
3489
+ "order": 0,
3490
+ "isVisible": true,
3491
+ "conditionalDisplay": null,
3492
+ "isValid": true,
3493
+ "validationErrors": [],
3494
+ "lastUpdated": "2025-08-07T07:49:57.770Z",
3495
+ "rawData": {},
3496
+ "sourceElement": null
3497
+ },
3498
+ {
3499
+ "id": null,
3500
+ "name": "Save Backup of External",
3501
+ "label": "Save Backup of External",
3502
+ "group": "General",
3503
+ "page": "",
3504
+ "type": "float",
3505
+ "dataType": "number",
3506
+ "style": "",
3507
+ "defaultValue": null,
3508
+ "minValue": null,
3509
+ "maxValue": null,
3510
+ "step": null,
3511
+ "menuItems": [],
3512
+ "menuLabels": [],
3513
+ "allowCustom": false,
3514
+ "maxLength": null,
3515
+ "pattern": null,
3516
+ "isArray": false,
3517
+ "arraySize": 1,
3518
+ "dimensions": 1,
3519
+ "description": "savebackup - When this checkbox is enabled, a backup copy of the component specified by the External parameter is saved in the file. This backup copy will be used if the External can not be found. This may happen if the was renamed, deleted, or the file is running on another computer that is missing component media.",
3520
+ "tooltip": "",
3521
+ "help": "",
3522
+ "units": "",
3523
+ "examples": [],
3524
+ "isReadOnly": false,
3525
+ "isAdvanced": false,
3526
+ "isHidden": false,
3527
+ "isAnimatable": true,
3528
+ "isExpression": false,
3529
+ "isPython": false,
3530
+ "dependsOn": [],
3531
+ "affects": [],
3532
+ "linkedTo": [],
3533
+ "expressionLanguage": "",
3534
+ "defaultExpression": "",
3535
+ "commonExpressions": [],
3536
+ "order": 0,
3537
+ "isVisible": true,
3538
+ "conditionalDisplay": null,
3539
+ "isValid": true,
3540
+ "validationErrors": [],
3541
+ "lastUpdated": "2025-08-07T07:49:57.770Z",
3542
+ "rawData": {},
3543
+ "sourceElement": null
3544
+ },
3545
+ {
3546
+ "id": null,
3547
+ "name": "Sub-Component to Load",
3548
+ "label": "Sub-Component to Load",
3549
+ "group": "General",
3550
+ "page": "",
3551
+ "type": "float",
3552
+ "dataType": "number",
3553
+ "style": "",
3554
+ "defaultValue": null,
3555
+ "minValue": null,
3556
+ "maxValue": null,
3557
+ "step": null,
3558
+ "menuItems": [],
3559
+ "menuLabels": [],
3560
+ "allowCustom": false,
3561
+ "maxLength": null,
3562
+ "pattern": null,
3563
+ "isArray": false,
3564
+ "arraySize": 1,
3565
+ "dimensions": 1,
3566
+ "description": "subcompname - When loading from an External file, this option allows you to reach into the and pull out a and make that the top-level , ignoring everything else in the file (except for the contents of that ). For example if a file named project1 contains project1/geo1, putting geo1 as the Sub- to Load, will result in geo1 being loaded in place of the current . If this parameter is blank, it just loads the file normally using the top level in the file.",
3567
+ "tooltip": "",
3568
+ "help": "",
3569
+ "units": "",
3570
+ "examples": [],
3571
+ "isReadOnly": false,
3572
+ "isAdvanced": false,
3573
+ "isHidden": false,
3574
+ "isAnimatable": true,
3575
+ "isExpression": false,
3576
+ "isPython": false,
3577
+ "dependsOn": [],
3578
+ "affects": [],
3579
+ "linkedTo": [],
3580
+ "expressionLanguage": "",
3581
+ "defaultExpression": "",
3582
+ "commonExpressions": [],
3583
+ "order": 0,
3584
+ "isVisible": true,
3585
+ "conditionalDisplay": null,
3586
+ "isValid": true,
3587
+ "validationErrors": [],
3588
+ "lastUpdated": "2025-08-07T07:49:57.771Z",
3589
+ "rawData": {},
3590
+ "sourceElement": null
3591
+ },
3592
+ {
3593
+ "id": null,
3594
+ "name": "Relative File Path Behavior",
3595
+ "label": "Relative File Path Behavior",
3596
+ "group": "General",
3597
+ "page": "",
3598
+ "type": "float",
3599
+ "dataType": "number",
3600
+ "style": "",
3601
+ "defaultValue": null,
3602
+ "minValue": null,
3603
+ "maxValue": null,
3604
+ "step": null,
3605
+ "menuItems": [],
3606
+ "menuLabels": [],
3607
+ "allowCustom": false,
3608
+ "maxLength": null,
3609
+ "pattern": null,
3610
+ "isArray": false,
3611
+ "arraySize": 1,
3612
+ "dimensions": 1,
3613
+ "description": "relpath - - Set whether the child file paths within this are relative to the itself or the , or inherit from parent.\n\n inherit - Inherit setting from parent. project - The path, when specified as a relative path, will be relative to the file. externaltox - The path, when specified as a relative path, will be relative to the file. When no external file is specified, or when Enable External is not toggled on, this doesn't have any impact.",
3614
+ "tooltip": "",
3615
+ "help": "",
3616
+ "units": "",
3617
+ "examples": [],
3618
+ "isReadOnly": false,
3619
+ "isAdvanced": false,
3620
+ "isHidden": false,
3621
+ "isAnimatable": true,
3622
+ "isExpression": false,
3623
+ "isPython": false,
3624
+ "dependsOn": [],
3625
+ "affects": [],
3626
+ "linkedTo": [],
3627
+ "expressionLanguage": "",
3628
+ "defaultExpression": "",
3629
+ "commonExpressions": [],
3630
+ "order": 0,
3631
+ "isVisible": true,
3632
+ "conditionalDisplay": null,
3633
+ "isValid": true,
3634
+ "validationErrors": [],
3635
+ "lastUpdated": "2025-08-07T07:49:57.771Z",
3636
+ "rawData": {},
3637
+ "sourceElement": null
3638
+ },
3639
+ {
3640
+ "id": null,
3641
+ "name": "Use Parent's Behavior",
3642
+ "label": "Use Parent's Behavior",
3643
+ "group": "General",
3644
+ "page": "",
3645
+ "type": "float",
3646
+ "dataType": "number",
3647
+ "style": "",
3648
+ "defaultValue": null,
3649
+ "minValue": null,
3650
+ "maxValue": null,
3651
+ "step": null,
3652
+ "menuItems": [],
3653
+ "menuLabels": [],
3654
+ "allowCustom": false,
3655
+ "maxLength": null,
3656
+ "pattern": null,
3657
+ "isArray": false,
3658
+ "arraySize": 1,
3659
+ "dimensions": 1,
3660
+ "description": "inherit - Inherit setting from parent. project - The path, when specified as a relative path, will be relative to the file. externaltox - The path, when specified as a relative path, will be relative to the file. When no external file is specified, or when Enable External is not toggled on, this doesn't have any impact.",
3661
+ "tooltip": "",
3662
+ "help": "",
3663
+ "units": "",
3664
+ "examples": [],
3665
+ "isReadOnly": false,
3666
+ "isAdvanced": false,
3667
+ "isHidden": false,
3668
+ "isAnimatable": true,
3669
+ "isExpression": false,
3670
+ "isPython": false,
3671
+ "dependsOn": [],
3672
+ "affects": [],
3673
+ "linkedTo": [],
3674
+ "expressionLanguage": "",
3675
+ "defaultExpression": "",
3676
+ "commonExpressions": [],
3677
+ "order": 0,
3678
+ "isVisible": true,
3679
+ "conditionalDisplay": null,
3680
+ "isValid": true,
3681
+ "validationErrors": [],
3682
+ "lastUpdated": "2025-08-07T07:49:57.771Z",
3683
+ "rawData": {},
3684
+ "sourceElement": null
3685
+ }
3686
+ ],
3687
+ "parameterGroups": {},
3688
+ "codeExamples": [],
3689
+ "pythonExamples": [],
3690
+ "expressions": [],
3691
+ "commonInputs": [],
3692
+ "commonOutputs": [],
3693
+ "relatedOperators": [],
3694
+ "workflowPatterns": [],
3695
+ "images": [],
3696
+ "videos": [],
3697
+ "assets": [],
3698
+ "keywords": [
3699
+ "bullet",
3700
+ "solver",
3701
+ "comp",
3702
+ "dynamics",
3703
+ "system,",
3704
+ "analogous",
3705
+ "world/simulation",
3706
+ "which",
3707
+ "actors/bodies"
3708
+ ],
3709
+ "tags": [
3710
+ "COMP",
3711
+ "TouchDesigner",
3712
+ "Bullet Solver COMP"
3713
+ ],
3714
+ "searchWeight": 1,
3715
+ "contentHash": "",
3716
+ "processingDate": "2025-08-07T07:49:57.772Z",
3717
+ "processingVersion": "1.0.0",
3718
+ "isValid": true,
3719
+ "validationErrors": []
3720
+ }