@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,4800 @@
1
+ {
2
+ "id": "usd_comp",
3
+ "name": "USD COMP",
4
+ "displayName": "USD COMP",
5
+ "category": "COMP",
6
+ "subcategory": "Components",
7
+ "version": "",
8
+ "lastUpdated": "2025-08-07T07:50:11.768Z",
9
+ "sourceFile": "C:\\Program Files\\Derivative\\TouchDesigner\\Samples\\Learn\\OfflineHelp\\https.docs.derivative.ca\\USD_COMP.htm",
10
+ "url": "",
11
+ "description": "The USD COMP loads and imports most geometric schemas from a USD file in crate/binary or ASCII file formats with extensions as (.usd), (.usda), (.usdc), and (.usdz). Currently the USD version 0.18.9 is being used in USD COMP. You can drag-drop a USD file into a TouchDesigner network, or import it via the USD File parameter. See also File Types.",
12
+ "summary": "The USD COMP loads and imports most geometric schemas from a USD file in crate/binary or ASCII file formats with extensions as (.usd), (.usda), (.usdc), and (.usdz). Currently the USD version 0.18.9 i",
13
+ "details": "",
14
+ "usage": "",
15
+ "tips": [],
16
+ "warnings": [],
17
+ "parameters": [
18
+ {
19
+ "id": null,
20
+ "name": "USD File",
21
+ "label": "USD File",
22
+ "group": "General",
23
+ "page": "",
24
+ "type": "float",
25
+ "dataType": "number",
26
+ "style": "",
27
+ "defaultValue": null,
28
+ "minValue": null,
29
+ "maxValue": null,
30
+ "step": null,
31
+ "menuItems": [],
32
+ "menuLabels": [],
33
+ "allowCustom": false,
34
+ "maxLength": null,
35
+ "pattern": null,
36
+ "isArray": false,
37
+ "arraySize": 1,
38
+ "dimensions": 1,
39
+ "description": "Parameter of this operator. See operator description for details.",
40
+ "tooltip": "",
41
+ "help": "",
42
+ "units": "",
43
+ "examples": [],
44
+ "isReadOnly": false,
45
+ "isAdvanced": false,
46
+ "isHidden": false,
47
+ "isAnimatable": true,
48
+ "isExpression": false,
49
+ "isPython": false,
50
+ "dependsOn": [],
51
+ "affects": [],
52
+ "linkedTo": [],
53
+ "expressionLanguage": "",
54
+ "defaultExpression": "",
55
+ "commonExpressions": [],
56
+ "order": 0,
57
+ "isVisible": true,
58
+ "conditionalDisplay": null,
59
+ "isValid": true,
60
+ "validationErrors": [],
61
+ "lastUpdated": "2025-08-07T07:50:11.753Z",
62
+ "rawData": {},
63
+ "sourceElement": null
64
+ },
65
+ {
66
+ "id": null,
67
+ "name": "Reload File",
68
+ "label": "Reload File",
69
+ "group": "General",
70
+ "page": "",
71
+ "type": "float",
72
+ "dataType": "number",
73
+ "style": "",
74
+ "defaultValue": null,
75
+ "minValue": null,
76
+ "maxValue": null,
77
+ "step": null,
78
+ "menuItems": [],
79
+ "menuLabels": [],
80
+ "allowCustom": false,
81
+ "maxLength": null,
82
+ "pattern": null,
83
+ "isArray": false,
84
+ "arraySize": 1,
85
+ "dimensions": 1,
86
+ "description": "reload - A pulse to reload the assets from the file without making any changes to the existing network.",
87
+ "tooltip": "",
88
+ "help": "",
89
+ "units": "",
90
+ "examples": [],
91
+ "isReadOnly": false,
92
+ "isAdvanced": false,
93
+ "isHidden": false,
94
+ "isAnimatable": true,
95
+ "isExpression": false,
96
+ "isPython": false,
97
+ "dependsOn": [],
98
+ "affects": [],
99
+ "linkedTo": [],
100
+ "expressionLanguage": "",
101
+ "defaultExpression": "",
102
+ "commonExpressions": [],
103
+ "order": 0,
104
+ "isVisible": true,
105
+ "conditionalDisplay": null,
106
+ "isValid": true,
107
+ "validationErrors": [],
108
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
109
+ "rawData": {},
110
+ "sourceElement": null
111
+ },
112
+ {
113
+ "id": null,
114
+ "name": "Use Material",
115
+ "label": "Use Material",
116
+ "group": "General",
117
+ "page": "",
118
+ "type": "float",
119
+ "dataType": "number",
120
+ "style": "",
121
+ "defaultValue": null,
122
+ "minValue": null,
123
+ "maxValue": null,
124
+ "step": null,
125
+ "menuItems": [],
126
+ "menuLabels": [],
127
+ "allowCustom": false,
128
+ "maxLength": null,
129
+ "pattern": null,
130
+ "isArray": false,
131
+ "arraySize": 1,
132
+ "dimensions": 1,
133
+ "description": "usematerial - A toggle to specify whether the material/shading be enabled for all the geometry primitives with material binding or not. By turning this toggle on, the nodes and -according to the need- the ImportSelect TOPs for texture mapping assets are generated.",
134
+ "tooltip": "",
135
+ "help": "",
136
+ "units": "",
137
+ "examples": [],
138
+ "isReadOnly": false,
139
+ "isAdvanced": false,
140
+ "isHidden": false,
141
+ "isAnimatable": true,
142
+ "isExpression": false,
143
+ "isPython": false,
144
+ "dependsOn": [],
145
+ "affects": [],
146
+ "linkedTo": [],
147
+ "expressionLanguage": "",
148
+ "defaultExpression": "",
149
+ "commonExpressions": [],
150
+ "order": 0,
151
+ "isVisible": true,
152
+ "conditionalDisplay": null,
153
+ "isValid": true,
154
+ "validationErrors": [],
155
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
156
+ "rawData": {},
157
+ "sourceElement": null
158
+ },
159
+ {
160
+ "id": null,
161
+ "name": "Cameras",
162
+ "label": "Cameras",
163
+ "group": "General",
164
+ "page": "",
165
+ "type": "float",
166
+ "dataType": "number",
167
+ "style": "",
168
+ "defaultValue": null,
169
+ "minValue": null,
170
+ "maxValue": null,
171
+ "step": null,
172
+ "menuItems": [],
173
+ "menuLabels": [],
174
+ "allowCustom": false,
175
+ "maxLength": null,
176
+ "pattern": null,
177
+ "isArray": false,
178
+ "arraySize": 1,
179
+ "dimensions": 1,
180
+ "description": "cameras - A toggle to specify whether the Camera nodes (subject to be defined in the USD file) created for the USD or not.",
181
+ "tooltip": "",
182
+ "help": "",
183
+ "units": "",
184
+ "examples": [],
185
+ "isReadOnly": false,
186
+ "isAdvanced": false,
187
+ "isHidden": false,
188
+ "isAnimatable": true,
189
+ "isExpression": false,
190
+ "isPython": false,
191
+ "dependsOn": [],
192
+ "affects": [],
193
+ "linkedTo": [],
194
+ "expressionLanguage": "",
195
+ "defaultExpression": "",
196
+ "commonExpressions": [],
197
+ "order": 0,
198
+ "isVisible": true,
199
+ "conditionalDisplay": null,
200
+ "isValid": true,
201
+ "validationErrors": [],
202
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
203
+ "rawData": {},
204
+ "sourceElement": null
205
+ },
206
+ {
207
+ "id": null,
208
+ "name": "Generate Actor COMPs",
209
+ "label": "Generate Actor COMPs",
210
+ "group": "General",
211
+ "page": "",
212
+ "type": "float",
213
+ "dataType": "number",
214
+ "style": "",
215
+ "defaultValue": null,
216
+ "minValue": null,
217
+ "maxValue": null,
218
+ "step": null,
219
+ "menuItems": [],
220
+ "menuLabels": [],
221
+ "allowCustom": false,
222
+ "maxLength": null,
223
+ "pattern": null,
224
+ "isArray": false,
225
+ "arraySize": 1,
226
+ "dimensions": 1,
227
+ "description": "genactors - When enabled, will generate Actor COMPs in place of Geometry COMPs as the parents' of Import Select SOPs.",
228
+ "tooltip": "",
229
+ "help": "",
230
+ "units": "",
231
+ "examples": [],
232
+ "isReadOnly": false,
233
+ "isAdvanced": false,
234
+ "isHidden": false,
235
+ "isAnimatable": true,
236
+ "isExpression": false,
237
+ "isPython": false,
238
+ "dependsOn": [],
239
+ "affects": [],
240
+ "linkedTo": [],
241
+ "expressionLanguage": "",
242
+ "defaultExpression": "",
243
+ "commonExpressions": [],
244
+ "order": 0,
245
+ "isVisible": true,
246
+ "conditionalDisplay": null,
247
+ "isValid": true,
248
+ "validationErrors": [],
249
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
250
+ "rawData": {},
251
+ "sourceElement": null
252
+ },
253
+ {
254
+ "id": null,
255
+ "name": "Merge Geometry",
256
+ "label": "Merge Geometry",
257
+ "group": "General",
258
+ "page": "",
259
+ "type": "float",
260
+ "dataType": "number",
261
+ "style": "",
262
+ "defaultValue": null,
263
+ "minValue": null,
264
+ "maxValue": null,
265
+ "step": null,
266
+ "menuItems": [],
267
+ "menuLabels": [],
268
+ "allowCustom": false,
269
+ "maxLength": null,
270
+ "pattern": null,
271
+ "isArray": false,
272
+ "arraySize": 1,
273
+ "dimensions": 1,
274
+ "description": "mergegeo - A toggle to merge the mergeable geometries SOPs and their transformation COMPs up to a specified merge level. This feature can noticeably increase the performance of the USD network.",
275
+ "tooltip": "",
276
+ "help": "",
277
+ "units": "",
278
+ "examples": [],
279
+ "isReadOnly": false,
280
+ "isAdvanced": false,
281
+ "isHidden": false,
282
+ "isAnimatable": true,
283
+ "isExpression": false,
284
+ "isPython": false,
285
+ "dependsOn": [],
286
+ "affects": [],
287
+ "linkedTo": [],
288
+ "expressionLanguage": "",
289
+ "defaultExpression": "",
290
+ "commonExpressions": [],
291
+ "order": 0,
292
+ "isVisible": true,
293
+ "conditionalDisplay": null,
294
+ "isValid": true,
295
+ "validationErrors": [],
296
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
297
+ "rawData": {},
298
+ "sourceElement": null
299
+ },
300
+ {
301
+ "id": null,
302
+ "name": "Merge Level",
303
+ "label": "Merge Level",
304
+ "group": "General",
305
+ "page": "",
306
+ "type": "float",
307
+ "dataType": "number",
308
+ "style": "",
309
+ "defaultValue": null,
310
+ "minValue": null,
311
+ "maxValue": null,
312
+ "step": null,
313
+ "menuItems": [],
314
+ "menuLabels": [],
315
+ "allowCustom": false,
316
+ "maxLength": null,
317
+ "pattern": null,
318
+ "isArray": false,
319
+ "arraySize": 1,
320
+ "dimensions": 1,
321
+ "description": "mergelevel - Defines the desired merge level for merging the nodes. The start value is 1 which is the root of the network and it increases for the children of nodes the same as their positions within tree hierarchy. By default, this parameter is disabled and can be enabled once the toggle for Merge Geometry is set to ON.",
322
+ "tooltip": "",
323
+ "help": "",
324
+ "units": "",
325
+ "examples": [],
326
+ "isReadOnly": false,
327
+ "isAdvanced": false,
328
+ "isHidden": false,
329
+ "isAnimatable": true,
330
+ "isExpression": false,
331
+ "isPython": false,
332
+ "dependsOn": [],
333
+ "affects": [],
334
+ "linkedTo": [],
335
+ "expressionLanguage": "",
336
+ "defaultExpression": "",
337
+ "commonExpressions": [],
338
+ "order": 0,
339
+ "isVisible": true,
340
+ "conditionalDisplay": null,
341
+ "isValid": true,
342
+ "validationErrors": [],
343
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
344
+ "rawData": {},
345
+ "sourceElement": null
346
+ },
347
+ {
348
+ "id": null,
349
+ "name": "Max Wired Children",
350
+ "label": "Max Wired Children",
351
+ "group": "General",
352
+ "page": "",
353
+ "type": "float",
354
+ "dataType": "number",
355
+ "style": "",
356
+ "defaultValue": null,
357
+ "minValue": null,
358
+ "maxValue": null,
359
+ "step": null,
360
+ "menuItems": [],
361
+ "menuLabels": [],
362
+ "allowCustom": false,
363
+ "maxLength": null,
364
+ "pattern": null,
365
+ "isArray": false,
366
+ "arraySize": 1,
367
+ "dimensions": 1,
368
+ "description": "maxwiredchildren - This value is used to define how many wired children a /Null node can have on the same network level (note that this network level refers to all the nodes that can be seen on the same canvas network). If a node has more children than this value, all its children will be relocated inside of it. This is used to prune out the wired children nodes of a parent node to make a lighter and cleaner network. The default value is 5.",
369
+ "tooltip": "",
370
+ "help": "",
371
+ "units": "",
372
+ "examples": [],
373
+ "isReadOnly": false,
374
+ "isAdvanced": false,
375
+ "isHidden": false,
376
+ "isAnimatable": true,
377
+ "isExpression": false,
378
+ "isPython": false,
379
+ "dependsOn": [],
380
+ "affects": [],
381
+ "linkedTo": [],
382
+ "expressionLanguage": "",
383
+ "defaultExpression": "",
384
+ "commonExpressions": [],
385
+ "order": 0,
386
+ "isVisible": true,
387
+ "conditionalDisplay": null,
388
+ "isValid": true,
389
+ "validationErrors": [],
390
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
391
+ "rawData": {},
392
+ "sourceElement": null
393
+ },
394
+ {
395
+ "id": null,
396
+ "name": "Compute Normals",
397
+ "label": "Compute Normals",
398
+ "group": "General",
399
+ "page": "",
400
+ "type": "float",
401
+ "dataType": "number",
402
+ "style": "",
403
+ "defaultValue": null,
404
+ "minValue": null,
405
+ "maxValue": null,
406
+ "step": null,
407
+ "menuItems": [],
408
+ "menuLabels": [],
409
+ "allowCustom": false,
410
+ "maxLength": null,
411
+ "pattern": null,
412
+ "isArray": false,
413
+ "arraySize": 1,
414
+ "dimensions": 1,
415
+ "description": "computenormals - A toggle for generating normal vectors from subdivision schema specified from USD file using OpenSubdiv library. Turning this toggle to OFF makes will make the SOPs use the TouchDesigner generated normal instead (only CPU mode).",
416
+ "tooltip": "",
417
+ "help": "",
418
+ "units": "",
419
+ "examples": [],
420
+ "isReadOnly": false,
421
+ "isAdvanced": false,
422
+ "isHidden": false,
423
+ "isAnimatable": true,
424
+ "isExpression": false,
425
+ "isPython": false,
426
+ "dependsOn": [],
427
+ "affects": [],
428
+ "linkedTo": [],
429
+ "expressionLanguage": "",
430
+ "defaultExpression": "",
431
+ "commonExpressions": [],
432
+ "order": 0,
433
+ "isVisible": true,
434
+ "conditionalDisplay": null,
435
+ "isValid": true,
436
+ "validationErrors": [],
437
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
438
+ "rawData": {},
439
+ "sourceElement": null
440
+ },
441
+ {
442
+ "id": null,
443
+ "name": "Direct to GPU",
444
+ "label": "Direct to GPU",
445
+ "group": "General",
446
+ "page": "",
447
+ "type": "float",
448
+ "dataType": "number",
449
+ "style": "",
450
+ "defaultValue": null,
451
+ "minValue": null,
452
+ "maxValue": null,
453
+ "step": null,
454
+ "menuItems": [],
455
+ "menuLabels": [],
456
+ "allowCustom": false,
457
+ "maxLength": null,
458
+ "pattern": null,
459
+ "isArray": false,
460
+ "arraySize": 1,
461
+ "dimensions": 1,
462
+ "description": "gpudirect - A toggle to load the geometry directly to the . This makes the rendering much faster than CPU mode. However, currently the only supported geometries are mesh and point primitives. If a USD scene contains other prim types such as NURBs Patches, an error will be generated for each Import Select SOP that is not supported.",
463
+ "tooltip": "",
464
+ "help": "",
465
+ "units": "",
466
+ "examples": [],
467
+ "isReadOnly": false,
468
+ "isAdvanced": false,
469
+ "isHidden": false,
470
+ "isAnimatable": true,
471
+ "isExpression": false,
472
+ "isPython": false,
473
+ "dependsOn": [],
474
+ "affects": [],
475
+ "linkedTo": [],
476
+ "expressionLanguage": "",
477
+ "defaultExpression": "",
478
+ "commonExpressions": [],
479
+ "order": 0,
480
+ "isVisible": true,
481
+ "conditionalDisplay": null,
482
+ "isValid": true,
483
+ "validationErrors": [],
484
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
485
+ "rawData": {},
486
+ "sourceElement": null
487
+ },
488
+ {
489
+ "id": null,
490
+ "name": "Build Network",
491
+ "label": "Build Network",
492
+ "group": "General",
493
+ "page": "",
494
+ "type": "float",
495
+ "dataType": "number",
496
+ "style": "",
497
+ "defaultValue": null,
498
+ "minValue": null,
499
+ "maxValue": null,
500
+ "step": null,
501
+ "menuItems": [],
502
+ "menuLabels": [],
503
+ "allowCustom": false,
504
+ "maxLength": null,
505
+ "pattern": null,
506
+ "isArray": false,
507
+ "arraySize": 1,
508
+ "dimensions": 1,
509
+ "description": "buildnetwork - Every time (including the first time) you specify a new file, or change any parameter from the USD page, you need to re-build it, so it generates the network according to the current selected parameters.",
510
+ "tooltip": "",
511
+ "help": "",
512
+ "units": "",
513
+ "examples": [],
514
+ "isReadOnly": false,
515
+ "isAdvanced": false,
516
+ "isHidden": false,
517
+ "isAnimatable": true,
518
+ "isExpression": false,
519
+ "isPython": false,
520
+ "dependsOn": [],
521
+ "affects": [],
522
+ "linkedTo": [],
523
+ "expressionLanguage": "",
524
+ "defaultExpression": "",
525
+ "commonExpressions": [],
526
+ "order": 0,
527
+ "isVisible": true,
528
+ "conditionalDisplay": null,
529
+ "isValid": true,
530
+ "validationErrors": [],
531
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
532
+ "rawData": {},
533
+ "sourceElement": null
534
+ },
535
+ {
536
+ "id": null,
537
+ "name": "Keep Parameters",
538
+ "label": "Keep Parameters",
539
+ "group": "General",
540
+ "page": "",
541
+ "type": "float",
542
+ "dataType": "number",
543
+ "style": "",
544
+ "defaultValue": null,
545
+ "minValue": null,
546
+ "maxValue": null,
547
+ "step": null,
548
+ "menuItems": [],
549
+ "menuLabels": [],
550
+ "allowCustom": false,
551
+ "maxLength": null,
552
+ "pattern": null,
553
+ "isArray": false,
554
+ "arraySize": 1,
555
+ "dimensions": 1,
556
+ "description": "keepparams - A toggle to keep the parameters of the current network over parameters of the re-imported (via Update parameter) network.",
557
+ "tooltip": "",
558
+ "help": "",
559
+ "units": "",
560
+ "examples": [],
561
+ "isReadOnly": false,
562
+ "isAdvanced": false,
563
+ "isHidden": false,
564
+ "isAnimatable": true,
565
+ "isExpression": false,
566
+ "isPython": false,
567
+ "dependsOn": [],
568
+ "affects": [],
569
+ "linkedTo": [],
570
+ "expressionLanguage": "",
571
+ "defaultExpression": "",
572
+ "commonExpressions": [],
573
+ "order": 0,
574
+ "isVisible": true,
575
+ "conditionalDisplay": null,
576
+ "isValid": true,
577
+ "validationErrors": [],
578
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
579
+ "rawData": {},
580
+ "sourceElement": null
581
+ },
582
+ {
583
+ "id": null,
584
+ "name": "Keep Connections",
585
+ "label": "Keep Connections",
586
+ "group": "General",
587
+ "page": "",
588
+ "type": "float",
589
+ "dataType": "number",
590
+ "style": "",
591
+ "defaultValue": null,
592
+ "minValue": null,
593
+ "maxValue": null,
594
+ "step": null,
595
+ "menuItems": [],
596
+ "menuLabels": [],
597
+ "allowCustom": false,
598
+ "maxLength": null,
599
+ "pattern": null,
600
+ "isArray": false,
601
+ "arraySize": 1,
602
+ "dimensions": 1,
603
+ "description": "keepconnections - A toggle to keep the connection of the current network over the connections of the re-imported (via Update parameter) network.",
604
+ "tooltip": "",
605
+ "help": "",
606
+ "units": "",
607
+ "examples": [],
608
+ "isReadOnly": false,
609
+ "isAdvanced": false,
610
+ "isHidden": false,
611
+ "isAnimatable": true,
612
+ "isExpression": false,
613
+ "isPython": false,
614
+ "dependsOn": [],
615
+ "affects": [],
616
+ "linkedTo": [],
617
+ "expressionLanguage": "",
618
+ "defaultExpression": "",
619
+ "commonExpressions": [],
620
+ "order": 0,
621
+ "isVisible": true,
622
+ "conditionalDisplay": null,
623
+ "isValid": true,
624
+ "validationErrors": [],
625
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
626
+ "rawData": {},
627
+ "sourceElement": null
628
+ },
629
+ {
630
+ "id": null,
631
+ "name": "Update",
632
+ "label": "Update",
633
+ "group": "General",
634
+ "page": "",
635
+ "type": "float",
636
+ "dataType": "number",
637
+ "style": "",
638
+ "defaultValue": null,
639
+ "minValue": null,
640
+ "maxValue": null,
641
+ "step": null,
642
+ "menuItems": [],
643
+ "menuLabels": [],
644
+ "allowCustom": false,
645
+ "maxLength": null,
646
+ "pattern": null,
647
+ "isArray": false,
648
+ "arraySize": 1,
649
+ "dimensions": 1,
650
+ "description": "update - Updates the network. This option is specifically useful when the USD file is edited after the USD network is imported in TouchDesigner.",
651
+ "tooltip": "",
652
+ "help": "",
653
+ "units": "",
654
+ "examples": [],
655
+ "isReadOnly": false,
656
+ "isAdvanced": false,
657
+ "isHidden": false,
658
+ "isAnimatable": true,
659
+ "isExpression": false,
660
+ "isPython": false,
661
+ "dependsOn": [],
662
+ "affects": [],
663
+ "linkedTo": [],
664
+ "expressionLanguage": "",
665
+ "defaultExpression": "",
666
+ "commonExpressions": [],
667
+ "order": 0,
668
+ "isVisible": true,
669
+ "conditionalDisplay": null,
670
+ "isValid": true,
671
+ "validationErrors": [],
672
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
673
+ "rawData": {},
674
+ "sourceElement": null
675
+ },
676
+ {
677
+ "id": null,
678
+ "name": "Callbacks DAT",
679
+ "label": "Callbacks DAT",
680
+ "group": "General",
681
+ "page": "",
682
+ "type": "float",
683
+ "dataType": "number",
684
+ "style": "",
685
+ "defaultValue": null,
686
+ "minValue": null,
687
+ "maxValue": null,
688
+ "step": null,
689
+ "menuItems": [],
690
+ "menuLabels": [],
691
+ "allowCustom": false,
692
+ "maxLength": null,
693
+ "pattern": null,
694
+ "isArray": false,
695
+ "arraySize": 1,
696
+ "dimensions": 1,
697
+ "description": "callbacks - The Callbacks will execute during import or update allowing for modification and customization of the imported operators and resulting network.",
698
+ "tooltip": "",
699
+ "help": "",
700
+ "units": "",
701
+ "examples": [],
702
+ "isReadOnly": false,
703
+ "isAdvanced": false,
704
+ "isHidden": false,
705
+ "isAnimatable": true,
706
+ "isExpression": false,
707
+ "isPython": false,
708
+ "dependsOn": [],
709
+ "affects": [],
710
+ "linkedTo": [],
711
+ "expressionLanguage": "",
712
+ "defaultExpression": "",
713
+ "commonExpressions": [],
714
+ "order": 0,
715
+ "isVisible": true,
716
+ "conditionalDisplay": null,
717
+ "isValid": true,
718
+ "validationErrors": [],
719
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
720
+ "rawData": {},
721
+ "sourceElement": null
722
+ },
723
+ {
724
+ "id": null,
725
+ "name": "Shift Animation Start",
726
+ "label": "Shift Animation Start",
727
+ "group": "General",
728
+ "page": "",
729
+ "type": "float",
730
+ "dataType": "number",
731
+ "style": "",
732
+ "defaultValue": null,
733
+ "minValue": null,
734
+ "maxValue": null,
735
+ "step": null,
736
+ "menuItems": [],
737
+ "menuLabels": [],
738
+ "allowCustom": false,
739
+ "maxLength": null,
740
+ "pattern": null,
741
+ "isArray": false,
742
+ "arraySize": 1,
743
+ "dimensions": 1,
744
+ "description": "shiftanimationstart - A toggle to specify whether to shift the animation to the start of animation indicated in the USD file.",
745
+ "tooltip": "",
746
+ "help": "",
747
+ "units": "",
748
+ "examples": [],
749
+ "isReadOnly": false,
750
+ "isAdvanced": false,
751
+ "isHidden": false,
752
+ "isAnimatable": true,
753
+ "isExpression": false,
754
+ "isPython": false,
755
+ "dependsOn": [],
756
+ "affects": [],
757
+ "linkedTo": [],
758
+ "expressionLanguage": "",
759
+ "defaultExpression": "",
760
+ "commonExpressions": [],
761
+ "order": 0,
762
+ "isVisible": true,
763
+ "conditionalDisplay": null,
764
+ "isValid": true,
765
+ "validationErrors": [],
766
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
767
+ "rawData": {},
768
+ "sourceElement": null
769
+ },
770
+ {
771
+ "id": null,
772
+ "name": "Sample Rate Mode",
773
+ "label": "Sample Rate Mode",
774
+ "group": "General",
775
+ "page": "",
776
+ "type": "float",
777
+ "dataType": "number",
778
+ "style": "",
779
+ "defaultValue": null,
780
+ "minValue": null,
781
+ "maxValue": null,
782
+ "step": null,
783
+ "menuItems": [],
784
+ "menuLabels": [],
785
+ "allowCustom": false,
786
+ "maxLength": null,
787
+ "pattern": null,
788
+ "isArray": false,
789
+ "arraySize": 1,
790
+ "dimensions": 1,
791
+ "description": "sampleratemode - - A menu to choose between the file or custom sample rate.\n\n filefps - uses the from what is defined in the USD file. custom - uses a desired value specified by parameter.",
792
+ "tooltip": "",
793
+ "help": "",
794
+ "units": "",
795
+ "examples": [],
796
+ "isReadOnly": false,
797
+ "isAdvanced": false,
798
+ "isHidden": false,
799
+ "isAnimatable": true,
800
+ "isExpression": false,
801
+ "isPython": false,
802
+ "dependsOn": [],
803
+ "affects": [],
804
+ "linkedTo": [],
805
+ "expressionLanguage": "",
806
+ "defaultExpression": "",
807
+ "commonExpressions": [],
808
+ "order": 0,
809
+ "isVisible": true,
810
+ "conditionalDisplay": null,
811
+ "isValid": true,
812
+ "validationErrors": [],
813
+ "lastUpdated": "2025-08-07T07:50:11.760Z",
814
+ "rawData": {},
815
+ "sourceElement": null
816
+ },
817
+ {
818
+ "id": null,
819
+ "name": "File FPS",
820
+ "label": "File FPS",
821
+ "group": "General",
822
+ "page": "",
823
+ "type": "float",
824
+ "dataType": "number",
825
+ "style": "",
826
+ "defaultValue": null,
827
+ "minValue": null,
828
+ "maxValue": null,
829
+ "step": null,
830
+ "menuItems": [],
831
+ "menuLabels": [],
832
+ "allowCustom": false,
833
+ "maxLength": null,
834
+ "pattern": null,
835
+ "isArray": false,
836
+ "arraySize": 1,
837
+ "dimensions": 1,
838
+ "description": "filefps - uses the from what is defined in the USD file. custom - uses a desired value specified by parameter.",
839
+ "tooltip": "",
840
+ "help": "",
841
+ "units": "",
842
+ "examples": [],
843
+ "isReadOnly": false,
844
+ "isAdvanced": false,
845
+ "isHidden": false,
846
+ "isAnimatable": true,
847
+ "isExpression": false,
848
+ "isPython": false,
849
+ "dependsOn": [],
850
+ "affects": [],
851
+ "linkedTo": [],
852
+ "expressionLanguage": "",
853
+ "defaultExpression": "",
854
+ "commonExpressions": [],
855
+ "order": 0,
856
+ "isVisible": true,
857
+ "conditionalDisplay": null,
858
+ "isValid": true,
859
+ "validationErrors": [],
860
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
861
+ "rawData": {},
862
+ "sourceElement": null
863
+ },
864
+ {
865
+ "id": null,
866
+ "name": "Sample Rate",
867
+ "label": "Sample Rate",
868
+ "group": "General",
869
+ "page": "",
870
+ "type": "float",
871
+ "dataType": "number",
872
+ "style": "",
873
+ "defaultValue": null,
874
+ "minValue": null,
875
+ "maxValue": null,
876
+ "step": null,
877
+ "menuItems": [],
878
+ "menuLabels": [],
879
+ "allowCustom": false,
880
+ "maxLength": null,
881
+ "pattern": null,
882
+ "isArray": false,
883
+ "arraySize": 1,
884
+ "dimensions": 1,
885
+ "description": "samplerate - It is used to specify the sample rate () for the animation. This parameter is disabled by default and can be enabled once the Custom option is selected from the Menu.",
886
+ "tooltip": "",
887
+ "help": "",
888
+ "units": "",
889
+ "examples": [],
890
+ "isReadOnly": false,
891
+ "isAdvanced": false,
892
+ "isHidden": false,
893
+ "isAnimatable": true,
894
+ "isExpression": false,
895
+ "isPython": false,
896
+ "dependsOn": [],
897
+ "affects": [],
898
+ "linkedTo": [],
899
+ "expressionLanguage": "",
900
+ "defaultExpression": "",
901
+ "commonExpressions": [],
902
+ "order": 0,
903
+ "isVisible": true,
904
+ "conditionalDisplay": null,
905
+ "isValid": true,
906
+ "validationErrors": [],
907
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
908
+ "rawData": {},
909
+ "sourceElement": null
910
+ },
911
+ {
912
+ "id": null,
913
+ "name": "Play Mode",
914
+ "label": "Play Mode",
915
+ "group": "General",
916
+ "page": "",
917
+ "type": "float",
918
+ "dataType": "number",
919
+ "style": "",
920
+ "defaultValue": null,
921
+ "minValue": null,
922
+ "maxValue": null,
923
+ "step": null,
924
+ "menuItems": [],
925
+ "menuLabels": [],
926
+ "allowCustom": false,
927
+ "maxLength": null,
928
+ "pattern": null,
929
+ "isArray": false,
930
+ "arraySize": 1,
931
+ "dimensions": 1,
932
+ "description": "playmode - - A menu to specify the method used to play the animation.\n\n lockedtotimeline - This mode locks the animation position to the timeline. The parameters Play, Speed, Index, Cue and Cue , are disabled in this mode since the timeline is directly tied to animation position. specifyindex - This mode allows the user to specify a particular index (position) in the animation using the Index parameter below. Use this mode for random access to any location in the animation. sequential - This mode continually plays regardless of the timeline position (the Index parameter is disabled). Play, Speed, Cue, and Cue parameters below are enabled to allow some control. The default is set to this value.",
933
+ "tooltip": "",
934
+ "help": "",
935
+ "units": "",
936
+ "examples": [],
937
+ "isReadOnly": false,
938
+ "isAdvanced": false,
939
+ "isHidden": false,
940
+ "isAnimatable": true,
941
+ "isExpression": false,
942
+ "isPython": false,
943
+ "dependsOn": [],
944
+ "affects": [],
945
+ "linkedTo": [],
946
+ "expressionLanguage": "",
947
+ "defaultExpression": "",
948
+ "commonExpressions": [],
949
+ "order": 0,
950
+ "isVisible": true,
951
+ "conditionalDisplay": null,
952
+ "isValid": true,
953
+ "validationErrors": [],
954
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
955
+ "rawData": {},
956
+ "sourceElement": null
957
+ },
958
+ {
959
+ "id": null,
960
+ "name": "Locked to Timeline",
961
+ "label": "Locked to Timeline",
962
+ "group": "General",
963
+ "page": "",
964
+ "type": "float",
965
+ "dataType": "number",
966
+ "style": "",
967
+ "defaultValue": null,
968
+ "minValue": null,
969
+ "maxValue": null,
970
+ "step": null,
971
+ "menuItems": [],
972
+ "menuLabels": [],
973
+ "allowCustom": false,
974
+ "maxLength": null,
975
+ "pattern": null,
976
+ "isArray": false,
977
+ "arraySize": 1,
978
+ "dimensions": 1,
979
+ "description": "lockedtotimeline - This mode locks the animation position to the timeline. The parameters Play, Speed, Index, Cue and Cue , are disabled in this mode since the timeline is directly tied to animation position. specifyindex - This mode allows the user to specify a particular index (position) in the animation using the Index parameter below. Use this mode for random access to any location in the animation. sequential - This mode continually plays regardless of the timeline position (the Index parameter is disabled). Play, Speed, Cue, and Cue parameters below are enabled to allow some control. The default is set to this value.",
980
+ "tooltip": "",
981
+ "help": "",
982
+ "units": "",
983
+ "examples": [],
984
+ "isReadOnly": false,
985
+ "isAdvanced": false,
986
+ "isHidden": false,
987
+ "isAnimatable": true,
988
+ "isExpression": false,
989
+ "isPython": false,
990
+ "dependsOn": [],
991
+ "affects": [],
992
+ "linkedTo": [],
993
+ "expressionLanguage": "",
994
+ "defaultExpression": "",
995
+ "commonExpressions": [],
996
+ "order": 0,
997
+ "isVisible": true,
998
+ "conditionalDisplay": null,
999
+ "isValid": true,
1000
+ "validationErrors": [],
1001
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1002
+ "rawData": {},
1003
+ "sourceElement": null
1004
+ },
1005
+ {
1006
+ "id": null,
1007
+ "name": "Initialize",
1008
+ "label": "Initialize",
1009
+ "group": "General",
1010
+ "page": "",
1011
+ "type": "float",
1012
+ "dataType": "number",
1013
+ "style": "",
1014
+ "defaultValue": null,
1015
+ "minValue": null,
1016
+ "maxValue": null,
1017
+ "step": null,
1018
+ "menuItems": [],
1019
+ "menuLabels": [],
1020
+ "allowCustom": false,
1021
+ "maxLength": null,
1022
+ "pattern": null,
1023
+ "isArray": false,
1024
+ "arraySize": 1,
1025
+ "dimensions": 1,
1026
+ "description": "initialize - Resets the animation to its initial state.",
1027
+ "tooltip": "",
1028
+ "help": "",
1029
+ "units": "",
1030
+ "examples": [],
1031
+ "isReadOnly": false,
1032
+ "isAdvanced": false,
1033
+ "isHidden": false,
1034
+ "isAnimatable": true,
1035
+ "isExpression": false,
1036
+ "isPython": false,
1037
+ "dependsOn": [],
1038
+ "affects": [],
1039
+ "linkedTo": [],
1040
+ "expressionLanguage": "",
1041
+ "defaultExpression": "",
1042
+ "commonExpressions": [],
1043
+ "order": 0,
1044
+ "isVisible": true,
1045
+ "conditionalDisplay": null,
1046
+ "isValid": true,
1047
+ "validationErrors": [],
1048
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1049
+ "rawData": {},
1050
+ "sourceElement": null
1051
+ },
1052
+ {
1053
+ "id": null,
1054
+ "name": "Start",
1055
+ "label": "Start",
1056
+ "group": "General",
1057
+ "page": "",
1058
+ "type": "float",
1059
+ "dataType": "number",
1060
+ "style": "",
1061
+ "defaultValue": null,
1062
+ "minValue": null,
1063
+ "maxValue": null,
1064
+ "step": null,
1065
+ "menuItems": [],
1066
+ "menuLabels": [],
1067
+ "allowCustom": false,
1068
+ "maxLength": null,
1069
+ "pattern": null,
1070
+ "isArray": false,
1071
+ "arraySize": 1,
1072
+ "dimensions": 1,
1073
+ "description": "start - Resets the animation to its initial state and starts playback.",
1074
+ "tooltip": "",
1075
+ "help": "",
1076
+ "units": "",
1077
+ "examples": [],
1078
+ "isReadOnly": false,
1079
+ "isAdvanced": false,
1080
+ "isHidden": false,
1081
+ "isAnimatable": true,
1082
+ "isExpression": false,
1083
+ "isPython": false,
1084
+ "dependsOn": [],
1085
+ "affects": [],
1086
+ "linkedTo": [],
1087
+ "expressionLanguage": "",
1088
+ "defaultExpression": "",
1089
+ "commonExpressions": [],
1090
+ "order": 0,
1091
+ "isVisible": true,
1092
+ "conditionalDisplay": null,
1093
+ "isValid": true,
1094
+ "validationErrors": [],
1095
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1096
+ "rawData": {},
1097
+ "sourceElement": null
1098
+ },
1099
+ {
1100
+ "id": null,
1101
+ "name": "Cue",
1102
+ "label": "Cue",
1103
+ "group": "General",
1104
+ "page": "",
1105
+ "type": "float",
1106
+ "dataType": "number",
1107
+ "style": "",
1108
+ "defaultValue": null,
1109
+ "minValue": null,
1110
+ "maxValue": null,
1111
+ "step": null,
1112
+ "menuItems": [],
1113
+ "menuLabels": [],
1114
+ "allowCustom": false,
1115
+ "maxLength": null,
1116
+ "pattern": null,
1117
+ "isArray": false,
1118
+ "arraySize": 1,
1119
+ "dimensions": 1,
1120
+ "description": "cue - A toggle to jump to Cue when it’s set to ON and it stays at that position. Only available when Play Mode is Sequential.",
1121
+ "tooltip": "",
1122
+ "help": "",
1123
+ "units": "",
1124
+ "examples": [],
1125
+ "isReadOnly": false,
1126
+ "isAdvanced": false,
1127
+ "isHidden": false,
1128
+ "isAnimatable": true,
1129
+ "isExpression": false,
1130
+ "isPython": false,
1131
+ "dependsOn": [],
1132
+ "affects": [],
1133
+ "linkedTo": [],
1134
+ "expressionLanguage": "",
1135
+ "defaultExpression": "",
1136
+ "commonExpressions": [],
1137
+ "order": 0,
1138
+ "isVisible": true,
1139
+ "conditionalDisplay": null,
1140
+ "isValid": true,
1141
+ "validationErrors": [],
1142
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1143
+ "rawData": {},
1144
+ "sourceElement": null
1145
+ },
1146
+ {
1147
+ "id": null,
1148
+ "name": "Cue Pulse",
1149
+ "label": "Cue Pulse",
1150
+ "group": "General",
1151
+ "page": "",
1152
+ "type": "float",
1153
+ "dataType": "number",
1154
+ "style": "",
1155
+ "defaultValue": null,
1156
+ "minValue": null,
1157
+ "maxValue": null,
1158
+ "step": null,
1159
+ "menuItems": [],
1160
+ "menuLabels": [],
1161
+ "allowCustom": false,
1162
+ "maxLength": null,
1163
+ "pattern": null,
1164
+ "isArray": false,
1165
+ "arraySize": 1,
1166
+ "dimensions": 1,
1167
+ "description": "cuepulse - When pressed the animation jumps to the Cue and continues from that point.",
1168
+ "tooltip": "",
1169
+ "help": "",
1170
+ "units": "",
1171
+ "examples": [],
1172
+ "isReadOnly": false,
1173
+ "isAdvanced": false,
1174
+ "isHidden": false,
1175
+ "isAnimatable": true,
1176
+ "isExpression": false,
1177
+ "isPython": false,
1178
+ "dependsOn": [],
1179
+ "affects": [],
1180
+ "linkedTo": [],
1181
+ "expressionLanguage": "",
1182
+ "defaultExpression": "",
1183
+ "commonExpressions": [],
1184
+ "order": 0,
1185
+ "isVisible": true,
1186
+ "conditionalDisplay": null,
1187
+ "isValid": true,
1188
+ "validationErrors": [],
1189
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1190
+ "rawData": {},
1191
+ "sourceElement": null
1192
+ },
1193
+ {
1194
+ "id": null,
1195
+ "name": "Cue Point",
1196
+ "label": "Cue Point",
1197
+ "group": "General",
1198
+ "page": "",
1199
+ "type": "float",
1200
+ "dataType": "number",
1201
+ "style": "",
1202
+ "defaultValue": null,
1203
+ "minValue": null,
1204
+ "maxValue": null,
1205
+ "step": null,
1206
+ "menuItems": [],
1207
+ "menuLabels": [],
1208
+ "allowCustom": false,
1209
+ "maxLength": null,
1210
+ "pattern": null,
1211
+ "isArray": false,
1212
+ "arraySize": 1,
1213
+ "dimensions": 1,
1214
+ "description": "cuepoint - Set any index in the animation as a point to jump to.",
1215
+ "tooltip": "",
1216
+ "help": "",
1217
+ "units": "",
1218
+ "examples": [],
1219
+ "isReadOnly": false,
1220
+ "isAdvanced": false,
1221
+ "isHidden": false,
1222
+ "isAnimatable": true,
1223
+ "isExpression": false,
1224
+ "isPython": false,
1225
+ "dependsOn": [],
1226
+ "affects": [],
1227
+ "linkedTo": [],
1228
+ "expressionLanguage": "",
1229
+ "defaultExpression": "",
1230
+ "commonExpressions": [],
1231
+ "order": 0,
1232
+ "isVisible": true,
1233
+ "conditionalDisplay": null,
1234
+ "isValid": true,
1235
+ "validationErrors": [],
1236
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1237
+ "rawData": {},
1238
+ "sourceElement": null
1239
+ },
1240
+ {
1241
+ "id": null,
1242
+ "name": "Cue Point Unit",
1243
+ "label": "Cue Point Unit",
1244
+ "group": "General",
1245
+ "page": "",
1246
+ "type": "float",
1247
+ "dataType": "number",
1248
+ "style": "",
1249
+ "defaultValue": null,
1250
+ "minValue": null,
1251
+ "maxValue": null,
1252
+ "step": null,
1253
+ "menuItems": [],
1254
+ "menuLabels": [],
1255
+ "allowCustom": false,
1256
+ "maxLength": null,
1257
+ "pattern": null,
1258
+ "isArray": false,
1259
+ "arraySize": 1,
1260
+ "dimensions": 1,
1261
+ "description": "cuepointunit - - Specifies a unit type for Cue . Changing this will convert the previous unit to the selected unit.\n\n frames - seconds - fraction - indices -",
1262
+ "tooltip": "",
1263
+ "help": "",
1264
+ "units": "",
1265
+ "examples": [],
1266
+ "isReadOnly": false,
1267
+ "isAdvanced": false,
1268
+ "isHidden": false,
1269
+ "isAnimatable": true,
1270
+ "isExpression": false,
1271
+ "isPython": false,
1272
+ "dependsOn": [],
1273
+ "affects": [],
1274
+ "linkedTo": [],
1275
+ "expressionLanguage": "",
1276
+ "defaultExpression": "",
1277
+ "commonExpressions": [],
1278
+ "order": 0,
1279
+ "isVisible": true,
1280
+ "conditionalDisplay": null,
1281
+ "isValid": true,
1282
+ "validationErrors": [],
1283
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1284
+ "rawData": {},
1285
+ "sourceElement": null
1286
+ },
1287
+ {
1288
+ "id": null,
1289
+ "name": "Frames",
1290
+ "label": "Frames",
1291
+ "group": "General",
1292
+ "page": "",
1293
+ "type": "float",
1294
+ "dataType": "number",
1295
+ "style": "",
1296
+ "defaultValue": null,
1297
+ "minValue": null,
1298
+ "maxValue": null,
1299
+ "step": null,
1300
+ "menuItems": [],
1301
+ "menuLabels": [],
1302
+ "allowCustom": false,
1303
+ "maxLength": null,
1304
+ "pattern": null,
1305
+ "isArray": false,
1306
+ "arraySize": 1,
1307
+ "dimensions": 1,
1308
+ "description": "frames - seconds - fraction - indices -",
1309
+ "tooltip": "",
1310
+ "help": "",
1311
+ "units": "",
1312
+ "examples": [],
1313
+ "isReadOnly": false,
1314
+ "isAdvanced": false,
1315
+ "isHidden": false,
1316
+ "isAnimatable": true,
1317
+ "isExpression": false,
1318
+ "isPython": false,
1319
+ "dependsOn": [],
1320
+ "affects": [],
1321
+ "linkedTo": [],
1322
+ "expressionLanguage": "",
1323
+ "defaultExpression": "",
1324
+ "commonExpressions": [],
1325
+ "order": 0,
1326
+ "isVisible": true,
1327
+ "conditionalDisplay": null,
1328
+ "isValid": true,
1329
+ "validationErrors": [],
1330
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1331
+ "rawData": {},
1332
+ "sourceElement": null
1333
+ },
1334
+ {
1335
+ "id": null,
1336
+ "name": "Play",
1337
+ "label": "Play",
1338
+ "group": "General",
1339
+ "page": "",
1340
+ "type": "float",
1341
+ "dataType": "number",
1342
+ "style": "",
1343
+ "defaultValue": null,
1344
+ "minValue": null,
1345
+ "maxValue": null,
1346
+ "step": null,
1347
+ "menuItems": [],
1348
+ "menuLabels": [],
1349
+ "allowCustom": false,
1350
+ "maxLength": null,
1351
+ "pattern": null,
1352
+ "isArray": false,
1353
+ "arraySize": 1,
1354
+ "dimensions": 1,
1355
+ "description": "play - A toggle that makes the animation to play when it sets to ON. This Parameter is only available/enabled if the Sequential mode is selected from the Play Mode.",
1356
+ "tooltip": "",
1357
+ "help": "",
1358
+ "units": "",
1359
+ "examples": [],
1360
+ "isReadOnly": false,
1361
+ "isAdvanced": false,
1362
+ "isHidden": false,
1363
+ "isAnimatable": true,
1364
+ "isExpression": false,
1365
+ "isPython": false,
1366
+ "dependsOn": [],
1367
+ "affects": [],
1368
+ "linkedTo": [],
1369
+ "expressionLanguage": "",
1370
+ "defaultExpression": "",
1371
+ "commonExpressions": [],
1372
+ "order": 0,
1373
+ "isVisible": true,
1374
+ "conditionalDisplay": null,
1375
+ "isValid": true,
1376
+ "validationErrors": [],
1377
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1378
+ "rawData": {},
1379
+ "sourceElement": null
1380
+ },
1381
+ {
1382
+ "id": null,
1383
+ "name": "Index",
1384
+ "label": "Index",
1385
+ "group": "General",
1386
+ "page": "",
1387
+ "type": "float",
1388
+ "dataType": "number",
1389
+ "style": "",
1390
+ "defaultValue": null,
1391
+ "minValue": null,
1392
+ "maxValue": null,
1393
+ "step": null,
1394
+ "menuItems": [],
1395
+ "menuLabels": [],
1396
+ "allowCustom": false,
1397
+ "maxLength": null,
1398
+ "pattern": null,
1399
+ "isArray": false,
1400
+ "arraySize": 1,
1401
+ "dimensions": 1,
1402
+ "description": "index - This parameter explicitly sets the animation position when Play Mode is set to Specify Index. The units’ menu on the right lets you specify the index in the following units: Index, Frames, Seconds, and Fraction (percentage).",
1403
+ "tooltip": "",
1404
+ "help": "",
1405
+ "units": "",
1406
+ "examples": [],
1407
+ "isReadOnly": false,
1408
+ "isAdvanced": false,
1409
+ "isHidden": false,
1410
+ "isAnimatable": true,
1411
+ "isExpression": false,
1412
+ "isPython": false,
1413
+ "dependsOn": [],
1414
+ "affects": [],
1415
+ "linkedTo": [],
1416
+ "expressionLanguage": "",
1417
+ "defaultExpression": "",
1418
+ "commonExpressions": [],
1419
+ "order": 0,
1420
+ "isVisible": true,
1421
+ "conditionalDisplay": null,
1422
+ "isValid": true,
1423
+ "validationErrors": [],
1424
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1425
+ "rawData": {},
1426
+ "sourceElement": null
1427
+ },
1428
+ {
1429
+ "id": null,
1430
+ "name": "Index Unit",
1431
+ "label": "Index Unit",
1432
+ "group": "General",
1433
+ "page": "",
1434
+ "type": "float",
1435
+ "dataType": "number",
1436
+ "style": "",
1437
+ "defaultValue": null,
1438
+ "minValue": null,
1439
+ "maxValue": null,
1440
+ "step": null,
1441
+ "menuItems": [],
1442
+ "menuLabels": [],
1443
+ "allowCustom": false,
1444
+ "maxLength": null,
1445
+ "pattern": null,
1446
+ "isArray": false,
1447
+ "arraySize": 1,
1448
+ "dimensions": 1,
1449
+ "description": "indexunit - - Specifies a unit type for Index. Changing this will convert the previous unit to the selected unit.\n\n frames - seconds - fraction - indices -",
1450
+ "tooltip": "",
1451
+ "help": "",
1452
+ "units": "",
1453
+ "examples": [],
1454
+ "isReadOnly": false,
1455
+ "isAdvanced": false,
1456
+ "isHidden": false,
1457
+ "isAnimatable": true,
1458
+ "isExpression": false,
1459
+ "isPython": false,
1460
+ "dependsOn": [],
1461
+ "affects": [],
1462
+ "linkedTo": [],
1463
+ "expressionLanguage": "",
1464
+ "defaultExpression": "",
1465
+ "commonExpressions": [],
1466
+ "order": 0,
1467
+ "isVisible": true,
1468
+ "conditionalDisplay": null,
1469
+ "isValid": true,
1470
+ "validationErrors": [],
1471
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1472
+ "rawData": {},
1473
+ "sourceElement": null
1474
+ },
1475
+ {
1476
+ "id": null,
1477
+ "name": "Speed",
1478
+ "label": "Speed",
1479
+ "group": "General",
1480
+ "page": "",
1481
+ "type": "float",
1482
+ "dataType": "number",
1483
+ "style": "",
1484
+ "defaultValue": null,
1485
+ "minValue": null,
1486
+ "maxValue": null,
1487
+ "step": null,
1488
+ "menuItems": [],
1489
+ "menuLabels": [],
1490
+ "allowCustom": false,
1491
+ "maxLength": null,
1492
+ "pattern": null,
1493
+ "isArray": false,
1494
+ "arraySize": 1,
1495
+ "dimensions": 1,
1496
+ "description": "speed - This is a speed multiplier which only works when Play Mode is Sequential. A value of 1 is the default playback speed. A value of 2 is double speed, 0.5 is half speed and so on.",
1497
+ "tooltip": "",
1498
+ "help": "",
1499
+ "units": "",
1500
+ "examples": [],
1501
+ "isReadOnly": false,
1502
+ "isAdvanced": false,
1503
+ "isHidden": false,
1504
+ "isAnimatable": true,
1505
+ "isExpression": false,
1506
+ "isPython": false,
1507
+ "dependsOn": [],
1508
+ "affects": [],
1509
+ "linkedTo": [],
1510
+ "expressionLanguage": "",
1511
+ "defaultExpression": "",
1512
+ "commonExpressions": [],
1513
+ "order": 0,
1514
+ "isVisible": true,
1515
+ "conditionalDisplay": null,
1516
+ "isValid": true,
1517
+ "validationErrors": [],
1518
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1519
+ "rawData": {},
1520
+ "sourceElement": null
1521
+ },
1522
+ {
1523
+ "id": null,
1524
+ "name": "Trim",
1525
+ "label": "Trim",
1526
+ "group": "General",
1527
+ "page": "",
1528
+ "type": "float",
1529
+ "dataType": "number",
1530
+ "style": "",
1531
+ "defaultValue": null,
1532
+ "minValue": null,
1533
+ "maxValue": null,
1534
+ "step": null,
1535
+ "menuItems": [],
1536
+ "menuLabels": [],
1537
+ "allowCustom": false,
1538
+ "maxLength": null,
1539
+ "pattern": null,
1540
+ "isArray": false,
1541
+ "arraySize": 1,
1542
+ "dimensions": 1,
1543
+ "description": "trim - A toggle to enable the Trim Start and Trim End parameters.",
1544
+ "tooltip": "",
1545
+ "help": "",
1546
+ "units": "",
1547
+ "examples": [],
1548
+ "isReadOnly": false,
1549
+ "isAdvanced": false,
1550
+ "isHidden": false,
1551
+ "isAnimatable": true,
1552
+ "isExpression": false,
1553
+ "isPython": false,
1554
+ "dependsOn": [],
1555
+ "affects": [],
1556
+ "linkedTo": [],
1557
+ "expressionLanguage": "",
1558
+ "defaultExpression": "",
1559
+ "commonExpressions": [],
1560
+ "order": 0,
1561
+ "isVisible": true,
1562
+ "conditionalDisplay": null,
1563
+ "isValid": true,
1564
+ "validationErrors": [],
1565
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1566
+ "rawData": {},
1567
+ "sourceElement": null
1568
+ },
1569
+ {
1570
+ "id": null,
1571
+ "name": "Trim Start",
1572
+ "label": "Trim Start",
1573
+ "group": "General",
1574
+ "page": "",
1575
+ "type": "float",
1576
+ "dataType": "number",
1577
+ "style": "",
1578
+ "defaultValue": null,
1579
+ "minValue": null,
1580
+ "maxValue": null,
1581
+ "step": null,
1582
+ "menuItems": [],
1583
+ "menuLabels": [],
1584
+ "allowCustom": false,
1585
+ "maxLength": null,
1586
+ "pattern": null,
1587
+ "isArray": false,
1588
+ "arraySize": 1,
1589
+ "dimensions": 1,
1590
+ "description": "tstart - Sets an in point from the beginning of the animation, allowing you to trim the starting index of the animation. The units’ menu on the right let you specify this position by index, frames, seconds, or fraction (percentage).",
1591
+ "tooltip": "",
1592
+ "help": "",
1593
+ "units": "",
1594
+ "examples": [],
1595
+ "isReadOnly": false,
1596
+ "isAdvanced": false,
1597
+ "isHidden": false,
1598
+ "isAnimatable": true,
1599
+ "isExpression": false,
1600
+ "isPython": false,
1601
+ "dependsOn": [],
1602
+ "affects": [],
1603
+ "linkedTo": [],
1604
+ "expressionLanguage": "",
1605
+ "defaultExpression": "",
1606
+ "commonExpressions": [],
1607
+ "order": 0,
1608
+ "isVisible": true,
1609
+ "conditionalDisplay": null,
1610
+ "isValid": true,
1611
+ "validationErrors": [],
1612
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1613
+ "rawData": {},
1614
+ "sourceElement": null
1615
+ },
1616
+ {
1617
+ "id": null,
1618
+ "name": "Trim Start Unit",
1619
+ "label": "Trim Start Unit",
1620
+ "group": "General",
1621
+ "page": "",
1622
+ "type": "float",
1623
+ "dataType": "number",
1624
+ "style": "",
1625
+ "defaultValue": null,
1626
+ "minValue": null,
1627
+ "maxValue": null,
1628
+ "step": null,
1629
+ "menuItems": [],
1630
+ "menuLabels": [],
1631
+ "allowCustom": false,
1632
+ "maxLength": null,
1633
+ "pattern": null,
1634
+ "isArray": false,
1635
+ "arraySize": 1,
1636
+ "dimensions": 1,
1637
+ "description": "tstartunit - - Specifies a unit type for Trim Start. Changing this will convert the previous unit to the selected unit.\n\n frames - seconds - fraction - indices -",
1638
+ "tooltip": "",
1639
+ "help": "",
1640
+ "units": "",
1641
+ "examples": [],
1642
+ "isReadOnly": false,
1643
+ "isAdvanced": false,
1644
+ "isHidden": false,
1645
+ "isAnimatable": true,
1646
+ "isExpression": false,
1647
+ "isPython": false,
1648
+ "dependsOn": [],
1649
+ "affects": [],
1650
+ "linkedTo": [],
1651
+ "expressionLanguage": "",
1652
+ "defaultExpression": "",
1653
+ "commonExpressions": [],
1654
+ "order": 0,
1655
+ "isVisible": true,
1656
+ "conditionalDisplay": null,
1657
+ "isValid": true,
1658
+ "validationErrors": [],
1659
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1660
+ "rawData": {},
1661
+ "sourceElement": null
1662
+ },
1663
+ {
1664
+ "id": null,
1665
+ "name": "Trim End",
1666
+ "label": "Trim End",
1667
+ "group": "General",
1668
+ "page": "",
1669
+ "type": "float",
1670
+ "dataType": "number",
1671
+ "style": "",
1672
+ "defaultValue": null,
1673
+ "minValue": null,
1674
+ "maxValue": null,
1675
+ "step": null,
1676
+ "menuItems": [],
1677
+ "menuLabels": [],
1678
+ "allowCustom": false,
1679
+ "maxLength": null,
1680
+ "pattern": null,
1681
+ "isArray": false,
1682
+ "arraySize": 1,
1683
+ "dimensions": 1,
1684
+ "description": "tend - Sets an end point from the end of the movie, allowing you to trim the ending index of the animation. The units’ menu on the right let you specify this position by index, frames, seconds, or fraction (percentage).",
1685
+ "tooltip": "",
1686
+ "help": "",
1687
+ "units": "",
1688
+ "examples": [],
1689
+ "isReadOnly": false,
1690
+ "isAdvanced": false,
1691
+ "isHidden": false,
1692
+ "isAnimatable": true,
1693
+ "isExpression": false,
1694
+ "isPython": false,
1695
+ "dependsOn": [],
1696
+ "affects": [],
1697
+ "linkedTo": [],
1698
+ "expressionLanguage": "",
1699
+ "defaultExpression": "",
1700
+ "commonExpressions": [],
1701
+ "order": 0,
1702
+ "isVisible": true,
1703
+ "conditionalDisplay": null,
1704
+ "isValid": true,
1705
+ "validationErrors": [],
1706
+ "lastUpdated": "2025-08-07T07:50:11.761Z",
1707
+ "rawData": {},
1708
+ "sourceElement": null
1709
+ },
1710
+ {
1711
+ "id": null,
1712
+ "name": "Trim End Unit",
1713
+ "label": "Trim End Unit",
1714
+ "group": "General",
1715
+ "page": "",
1716
+ "type": "float",
1717
+ "dataType": "number",
1718
+ "style": "",
1719
+ "defaultValue": null,
1720
+ "minValue": null,
1721
+ "maxValue": null,
1722
+ "step": null,
1723
+ "menuItems": [],
1724
+ "menuLabels": [],
1725
+ "allowCustom": false,
1726
+ "maxLength": null,
1727
+ "pattern": null,
1728
+ "isArray": false,
1729
+ "arraySize": 1,
1730
+ "dimensions": 1,
1731
+ "description": "tendunit - - Specifies a unit type for Trim End. Changing this will convert the previous unit to the selected unit.\n\n frames - seconds - fraction - indices -",
1732
+ "tooltip": "",
1733
+ "help": "",
1734
+ "units": "",
1735
+ "examples": [],
1736
+ "isReadOnly": false,
1737
+ "isAdvanced": false,
1738
+ "isHidden": false,
1739
+ "isAnimatable": true,
1740
+ "isExpression": false,
1741
+ "isPython": false,
1742
+ "dependsOn": [],
1743
+ "affects": [],
1744
+ "linkedTo": [],
1745
+ "expressionLanguage": "",
1746
+ "defaultExpression": "",
1747
+ "commonExpressions": [],
1748
+ "order": 0,
1749
+ "isVisible": true,
1750
+ "conditionalDisplay": null,
1751
+ "isValid": true,
1752
+ "validationErrors": [],
1753
+ "lastUpdated": "2025-08-07T07:50:11.762Z",
1754
+ "rawData": {},
1755
+ "sourceElement": null
1756
+ },
1757
+ {
1758
+ "id": null,
1759
+ "name": "Extend Left",
1760
+ "label": "Extend Left",
1761
+ "group": "General",
1762
+ "page": "",
1763
+ "type": "float",
1764
+ "dataType": "number",
1765
+ "style": "",
1766
+ "defaultValue": null,
1767
+ "minValue": null,
1768
+ "maxValue": null,
1769
+ "step": null,
1770
+ "menuItems": [],
1771
+ "menuLabels": [],
1772
+ "allowCustom": false,
1773
+ "maxLength": null,
1774
+ "pattern": null,
1775
+ "isArray": false,
1776
+ "arraySize": 1,
1777
+ "dimensions": 1,
1778
+ "description": "textendleft - - Determines how USD handles animation positions that lie before the Trim Start position. For example, if Trim Start is set to 1, and the animation current index is -10, the Extend Left menu determines how the animation position is calculated.\n\n hold - cycle - mirror -",
1779
+ "tooltip": "",
1780
+ "help": "",
1781
+ "units": "",
1782
+ "examples": [],
1783
+ "isReadOnly": false,
1784
+ "isAdvanced": false,
1785
+ "isHidden": false,
1786
+ "isAnimatable": true,
1787
+ "isExpression": false,
1788
+ "isPython": false,
1789
+ "dependsOn": [],
1790
+ "affects": [],
1791
+ "linkedTo": [],
1792
+ "expressionLanguage": "",
1793
+ "defaultExpression": "",
1794
+ "commonExpressions": [],
1795
+ "order": 0,
1796
+ "isVisible": true,
1797
+ "conditionalDisplay": null,
1798
+ "isValid": true,
1799
+ "validationErrors": [],
1800
+ "lastUpdated": "2025-08-07T07:50:11.762Z",
1801
+ "rawData": {},
1802
+ "sourceElement": null
1803
+ },
1804
+ {
1805
+ "id": null,
1806
+ "name": "Hold",
1807
+ "label": "Hold",
1808
+ "group": "General",
1809
+ "page": "",
1810
+ "type": "float",
1811
+ "dataType": "number",
1812
+ "style": "",
1813
+ "defaultValue": null,
1814
+ "minValue": null,
1815
+ "maxValue": null,
1816
+ "step": null,
1817
+ "menuItems": [],
1818
+ "menuLabels": [],
1819
+ "allowCustom": false,
1820
+ "maxLength": null,
1821
+ "pattern": null,
1822
+ "isArray": false,
1823
+ "arraySize": 1,
1824
+ "dimensions": 1,
1825
+ "description": "hold - cycle - mirror -",
1826
+ "tooltip": "",
1827
+ "help": "",
1828
+ "units": "",
1829
+ "examples": [],
1830
+ "isReadOnly": false,
1831
+ "isAdvanced": false,
1832
+ "isHidden": false,
1833
+ "isAnimatable": true,
1834
+ "isExpression": false,
1835
+ "isPython": false,
1836
+ "dependsOn": [],
1837
+ "affects": [],
1838
+ "linkedTo": [],
1839
+ "expressionLanguage": "",
1840
+ "defaultExpression": "",
1841
+ "commonExpressions": [],
1842
+ "order": 0,
1843
+ "isVisible": true,
1844
+ "conditionalDisplay": null,
1845
+ "isValid": true,
1846
+ "validationErrors": [],
1847
+ "lastUpdated": "2025-08-07T07:50:11.762Z",
1848
+ "rawData": {},
1849
+ "sourceElement": null
1850
+ },
1851
+ {
1852
+ "id": null,
1853
+ "name": "Extend Right",
1854
+ "label": "Extend Right",
1855
+ "group": "General",
1856
+ "page": "",
1857
+ "type": "float",
1858
+ "dataType": "number",
1859
+ "style": "",
1860
+ "defaultValue": null,
1861
+ "minValue": null,
1862
+ "maxValue": null,
1863
+ "step": null,
1864
+ "menuItems": [],
1865
+ "menuLabels": [],
1866
+ "allowCustom": false,
1867
+ "maxLength": null,
1868
+ "pattern": null,
1869
+ "isArray": false,
1870
+ "arraySize": 1,
1871
+ "dimensions": 1,
1872
+ "description": "textendright - - Determines how USD handles animation positions that lie after the Trim End position. For example, if Trim End is set to 20, and the animation current index is 25, the Extend Right menu determines how the animation position is calculated.\n\n hold - cycle - mirror -",
1873
+ "tooltip": "",
1874
+ "help": "",
1875
+ "units": "",
1876
+ "examples": [],
1877
+ "isReadOnly": false,
1878
+ "isAdvanced": false,
1879
+ "isHidden": false,
1880
+ "isAnimatable": true,
1881
+ "isExpression": false,
1882
+ "isPython": false,
1883
+ "dependsOn": [],
1884
+ "affects": [],
1885
+ "linkedTo": [],
1886
+ "expressionLanguage": "",
1887
+ "defaultExpression": "",
1888
+ "commonExpressions": [],
1889
+ "order": 0,
1890
+ "isVisible": true,
1891
+ "conditionalDisplay": null,
1892
+ "isValid": true,
1893
+ "validationErrors": [],
1894
+ "lastUpdated": "2025-08-07T07:50:11.762Z",
1895
+ "rawData": {},
1896
+ "sourceElement": null
1897
+ },
1898
+ {
1899
+ "id": null,
1900
+ "name": "Transform Order",
1901
+ "label": "Transform Order",
1902
+ "group": "General",
1903
+ "page": "",
1904
+ "type": "float",
1905
+ "dataType": "number",
1906
+ "style": "",
1907
+ "defaultValue": null,
1908
+ "minValue": null,
1909
+ "maxValue": null,
1910
+ "step": null,
1911
+ "menuItems": [],
1912
+ "menuLabels": [],
1913
+ "allowCustom": false,
1914
+ "maxLength": null,
1915
+ "pattern": null,
1916
+ "isArray": false,
1917
+ "arraySize": 1,
1918
+ "dimensions": 1,
1919
+ "description": "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 -",
1920
+ "tooltip": "",
1921
+ "help": "",
1922
+ "units": "",
1923
+ "examples": [],
1924
+ "isReadOnly": false,
1925
+ "isAdvanced": false,
1926
+ "isHidden": false,
1927
+ "isAnimatable": true,
1928
+ "isExpression": false,
1929
+ "isPython": false,
1930
+ "dependsOn": [],
1931
+ "affects": [],
1932
+ "linkedTo": [],
1933
+ "expressionLanguage": "",
1934
+ "defaultExpression": "",
1935
+ "commonExpressions": [],
1936
+ "order": 0,
1937
+ "isVisible": true,
1938
+ "conditionalDisplay": null,
1939
+ "isValid": true,
1940
+ "validationErrors": [],
1941
+ "lastUpdated": "2025-08-07T07:50:11.762Z",
1942
+ "rawData": {},
1943
+ "sourceElement": null
1944
+ },
1945
+ {
1946
+ "id": null,
1947
+ "name": "Scale Rotate Translate",
1948
+ "label": "Scale Rotate Translate",
1949
+ "group": "General",
1950
+ "page": "",
1951
+ "type": "float",
1952
+ "dataType": "number",
1953
+ "style": "",
1954
+ "defaultValue": null,
1955
+ "minValue": null,
1956
+ "maxValue": null,
1957
+ "step": null,
1958
+ "menuItems": [],
1959
+ "menuLabels": [],
1960
+ "allowCustom": false,
1961
+ "maxLength": null,
1962
+ "pattern": null,
1963
+ "isArray": false,
1964
+ "arraySize": 1,
1965
+ "dimensions": 1,
1966
+ "description": "srt - str - rst - rts - tsr - trs -",
1967
+ "tooltip": "",
1968
+ "help": "",
1969
+ "units": "",
1970
+ "examples": [],
1971
+ "isReadOnly": false,
1972
+ "isAdvanced": false,
1973
+ "isHidden": false,
1974
+ "isAnimatable": true,
1975
+ "isExpression": false,
1976
+ "isPython": false,
1977
+ "dependsOn": [],
1978
+ "affects": [],
1979
+ "linkedTo": [],
1980
+ "expressionLanguage": "",
1981
+ "defaultExpression": "",
1982
+ "commonExpressions": [],
1983
+ "order": 0,
1984
+ "isVisible": true,
1985
+ "conditionalDisplay": null,
1986
+ "isValid": true,
1987
+ "validationErrors": [],
1988
+ "lastUpdated": "2025-08-07T07:50:11.762Z",
1989
+ "rawData": {},
1990
+ "sourceElement": null
1991
+ },
1992
+ {
1993
+ "id": null,
1994
+ "name": "Rotate Order",
1995
+ "label": "Rotate Order",
1996
+ "group": "General",
1997
+ "page": "",
1998
+ "type": "float",
1999
+ "dataType": "number",
2000
+ "style": "",
2001
+ "defaultValue": null,
2002
+ "minValue": null,
2003
+ "maxValue": null,
2004
+ "step": null,
2005
+ "menuItems": [],
2006
+ "menuLabels": [],
2007
+ "allowCustom": false,
2008
+ "maxLength": null,
2009
+ "pattern": null,
2010
+ "isArray": false,
2011
+ "arraySize": 1,
2012
+ "dimensions": 1,
2013
+ "description": "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",
2014
+ "tooltip": "",
2015
+ "help": "",
2016
+ "units": "",
2017
+ "examples": [],
2018
+ "isReadOnly": false,
2019
+ "isAdvanced": false,
2020
+ "isHidden": false,
2021
+ "isAnimatable": true,
2022
+ "isExpression": false,
2023
+ "isPython": false,
2024
+ "dependsOn": [],
2025
+ "affects": [],
2026
+ "linkedTo": [],
2027
+ "expressionLanguage": "",
2028
+ "defaultExpression": "",
2029
+ "commonExpressions": [],
2030
+ "order": 0,
2031
+ "isVisible": true,
2032
+ "conditionalDisplay": null,
2033
+ "isValid": true,
2034
+ "validationErrors": [],
2035
+ "lastUpdated": "2025-08-07T07:50:11.762Z",
2036
+ "rawData": {},
2037
+ "sourceElement": null
2038
+ },
2039
+ {
2040
+ "id": null,
2041
+ "name": "Rx Ry Rz",
2042
+ "label": "Rx Ry Rz",
2043
+ "group": "General",
2044
+ "page": "",
2045
+ "type": "float",
2046
+ "dataType": "number",
2047
+ "style": "",
2048
+ "defaultValue": null,
2049
+ "minValue": null,
2050
+ "maxValue": null,
2051
+ "step": null,
2052
+ "menuItems": [],
2053
+ "menuLabels": [],
2054
+ "allowCustom": false,
2055
+ "maxLength": null,
2056
+ "pattern": null,
2057
+ "isArray": false,
2058
+ "arraySize": 1,
2059
+ "dimensions": 1,
2060
+ "description": "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",
2061
+ "tooltip": "",
2062
+ "help": "",
2063
+ "units": "",
2064
+ "examples": [],
2065
+ "isReadOnly": false,
2066
+ "isAdvanced": false,
2067
+ "isHidden": false,
2068
+ "isAnimatable": true,
2069
+ "isExpression": false,
2070
+ "isPython": false,
2071
+ "dependsOn": [],
2072
+ "affects": [],
2073
+ "linkedTo": [],
2074
+ "expressionLanguage": "",
2075
+ "defaultExpression": "",
2076
+ "commonExpressions": [],
2077
+ "order": 0,
2078
+ "isVisible": true,
2079
+ "conditionalDisplay": null,
2080
+ "isValid": true,
2081
+ "validationErrors": [],
2082
+ "lastUpdated": "2025-08-07T07:50:11.762Z",
2083
+ "rawData": {},
2084
+ "sourceElement": null
2085
+ },
2086
+ {
2087
+ "id": null,
2088
+ "name": "Translate",
2089
+ "label": "Translate",
2090
+ "group": "General",
2091
+ "page": "",
2092
+ "type": "float",
2093
+ "dataType": "number",
2094
+ "style": "",
2095
+ "defaultValue": null,
2096
+ "minValue": null,
2097
+ "maxValue": null,
2098
+ "step": null,
2099
+ "menuItems": [],
2100
+ "menuLabels": [],
2101
+ "allowCustom": false,
2102
+ "maxLength": null,
2103
+ "pattern": null,
2104
+ "isArray": false,
2105
+ "arraySize": 1,
2106
+ "dimensions": 1,
2107
+ "description": "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 -",
2108
+ "tooltip": "",
2109
+ "help": "",
2110
+ "units": "",
2111
+ "examples": [],
2112
+ "isReadOnly": false,
2113
+ "isAdvanced": false,
2114
+ "isHidden": false,
2115
+ "isAnimatable": true,
2116
+ "isExpression": false,
2117
+ "isPython": false,
2118
+ "dependsOn": [],
2119
+ "affects": [],
2120
+ "linkedTo": [],
2121
+ "expressionLanguage": "",
2122
+ "defaultExpression": "",
2123
+ "commonExpressions": [],
2124
+ "order": 0,
2125
+ "isVisible": true,
2126
+ "conditionalDisplay": null,
2127
+ "isValid": true,
2128
+ "validationErrors": [],
2129
+ "lastUpdated": "2025-08-07T07:50:11.762Z",
2130
+ "rawData": {},
2131
+ "sourceElement": null
2132
+ },
2133
+ {
2134
+ "id": null,
2135
+ "name": "X",
2136
+ "label": "X",
2137
+ "group": "General",
2138
+ "page": "",
2139
+ "type": "float",
2140
+ "dataType": "number",
2141
+ "style": "",
2142
+ "defaultValue": null,
2143
+ "minValue": null,
2144
+ "maxValue": null,
2145
+ "step": null,
2146
+ "menuItems": [],
2147
+ "menuLabels": [],
2148
+ "allowCustom": false,
2149
+ "maxLength": null,
2150
+ "pattern": null,
2151
+ "isArray": false,
2152
+ "arraySize": 1,
2153
+ "dimensions": 1,
2154
+ "description": "tx - ty - tz -",
2155
+ "tooltip": "",
2156
+ "help": "",
2157
+ "units": "",
2158
+ "examples": [],
2159
+ "isReadOnly": false,
2160
+ "isAdvanced": false,
2161
+ "isHidden": false,
2162
+ "isAnimatable": true,
2163
+ "isExpression": false,
2164
+ "isPython": false,
2165
+ "dependsOn": [],
2166
+ "affects": [],
2167
+ "linkedTo": [],
2168
+ "expressionLanguage": "",
2169
+ "defaultExpression": "",
2170
+ "commonExpressions": [],
2171
+ "order": 0,
2172
+ "isVisible": true,
2173
+ "conditionalDisplay": null,
2174
+ "isValid": true,
2175
+ "validationErrors": [],
2176
+ "lastUpdated": "2025-08-07T07:50:11.762Z",
2177
+ "rawData": {},
2178
+ "sourceElement": null
2179
+ },
2180
+ {
2181
+ "id": null,
2182
+ "name": "Rotate",
2183
+ "label": "Rotate",
2184
+ "group": "General",
2185
+ "page": "",
2186
+ "type": "float",
2187
+ "dataType": "number",
2188
+ "style": "",
2189
+ "defaultValue": null,
2190
+ "minValue": null,
2191
+ "maxValue": null,
2192
+ "step": null,
2193
+ "menuItems": [],
2194
+ "menuLabels": [],
2195
+ "allowCustom": false,
2196
+ "maxLength": null,
2197
+ "pattern": null,
2198
+ "isArray": false,
2199
+ "arraySize": 1,
2200
+ "dimensions": 1,
2201
+ "description": "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 -",
2202
+ "tooltip": "",
2203
+ "help": "",
2204
+ "units": "",
2205
+ "examples": [],
2206
+ "isReadOnly": false,
2207
+ "isAdvanced": false,
2208
+ "isHidden": false,
2209
+ "isAnimatable": true,
2210
+ "isExpression": false,
2211
+ "isPython": false,
2212
+ "dependsOn": [],
2213
+ "affects": [],
2214
+ "linkedTo": [],
2215
+ "expressionLanguage": "",
2216
+ "defaultExpression": "",
2217
+ "commonExpressions": [],
2218
+ "order": 0,
2219
+ "isVisible": true,
2220
+ "conditionalDisplay": null,
2221
+ "isValid": true,
2222
+ "validationErrors": [],
2223
+ "lastUpdated": "2025-08-07T07:50:11.763Z",
2224
+ "rawData": {},
2225
+ "sourceElement": null
2226
+ },
2227
+ {
2228
+ "id": null,
2229
+ "name": "Scale",
2230
+ "label": "Scale",
2231
+ "group": "General",
2232
+ "page": "",
2233
+ "type": "float",
2234
+ "dataType": "number",
2235
+ "style": "",
2236
+ "defaultValue": null,
2237
+ "minValue": null,
2238
+ "maxValue": null,
2239
+ "step": null,
2240
+ "menuItems": [],
2241
+ "menuLabels": [],
2242
+ "allowCustom": false,
2243
+ "maxLength": null,
2244
+ "pattern": null,
2245
+ "isArray": false,
2246
+ "arraySize": 1,
2247
+ "dimensions": 1,
2248
+ "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 -",
2249
+ "tooltip": "",
2250
+ "help": "",
2251
+ "units": "",
2252
+ "examples": [],
2253
+ "isReadOnly": false,
2254
+ "isAdvanced": false,
2255
+ "isHidden": false,
2256
+ "isAnimatable": true,
2257
+ "isExpression": false,
2258
+ "isPython": false,
2259
+ "dependsOn": [],
2260
+ "affects": [],
2261
+ "linkedTo": [],
2262
+ "expressionLanguage": "",
2263
+ "defaultExpression": "",
2264
+ "commonExpressions": [],
2265
+ "order": 0,
2266
+ "isVisible": true,
2267
+ "conditionalDisplay": null,
2268
+ "isValid": true,
2269
+ "validationErrors": [],
2270
+ "lastUpdated": "2025-08-07T07:50:11.763Z",
2271
+ "rawData": {},
2272
+ "sourceElement": null
2273
+ },
2274
+ {
2275
+ "id": null,
2276
+ "name": "Pivot",
2277
+ "label": "Pivot",
2278
+ "group": "General",
2279
+ "page": "",
2280
+ "type": "float",
2281
+ "dataType": "number",
2282
+ "style": "",
2283
+ "defaultValue": null,
2284
+ "minValue": null,
2285
+ "maxValue": null,
2286
+ "step": null,
2287
+ "menuItems": [],
2288
+ "menuLabels": [],
2289
+ "allowCustom": false,
2290
+ "maxLength": null,
2291
+ "pattern": null,
2292
+ "isArray": false,
2293
+ "arraySize": 1,
2294
+ "dimensions": 1,
2295
+ "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 -",
2296
+ "tooltip": "",
2297
+ "help": "",
2298
+ "units": "",
2299
+ "examples": [],
2300
+ "isReadOnly": false,
2301
+ "isAdvanced": false,
2302
+ "isHidden": false,
2303
+ "isAnimatable": true,
2304
+ "isExpression": false,
2305
+ "isPython": false,
2306
+ "dependsOn": [],
2307
+ "affects": [],
2308
+ "linkedTo": [],
2309
+ "expressionLanguage": "",
2310
+ "defaultExpression": "",
2311
+ "commonExpressions": [],
2312
+ "order": 0,
2313
+ "isVisible": true,
2314
+ "conditionalDisplay": null,
2315
+ "isValid": true,
2316
+ "validationErrors": [],
2317
+ "lastUpdated": "2025-08-07T07:50:11.763Z",
2318
+ "rawData": {},
2319
+ "sourceElement": null
2320
+ },
2321
+ {
2322
+ "id": null,
2323
+ "name": "Uniform Scale",
2324
+ "label": "Uniform Scale",
2325
+ "group": "General",
2326
+ "page": "",
2327
+ "type": "float",
2328
+ "dataType": "number",
2329
+ "style": "",
2330
+ "defaultValue": null,
2331
+ "minValue": null,
2332
+ "maxValue": null,
2333
+ "step": null,
2334
+ "menuItems": [],
2335
+ "menuLabels": [],
2336
+ "allowCustom": false,
2337
+ "maxLength": null,
2338
+ "pattern": null,
2339
+ "isArray": false,
2340
+ "arraySize": 1,
2341
+ "dimensions": 1,
2342
+ "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.",
2343
+ "tooltip": "",
2344
+ "help": "",
2345
+ "units": "",
2346
+ "examples": [],
2347
+ "isReadOnly": false,
2348
+ "isAdvanced": false,
2349
+ "isHidden": false,
2350
+ "isAnimatable": true,
2351
+ "isExpression": false,
2352
+ "isPython": false,
2353
+ "dependsOn": [],
2354
+ "affects": [],
2355
+ "linkedTo": [],
2356
+ "expressionLanguage": "",
2357
+ "defaultExpression": "",
2358
+ "commonExpressions": [],
2359
+ "order": 0,
2360
+ "isVisible": true,
2361
+ "conditionalDisplay": null,
2362
+ "isValid": true,
2363
+ "validationErrors": [],
2364
+ "lastUpdated": "2025-08-07T07:50:11.763Z",
2365
+ "rawData": {},
2366
+ "sourceElement": null
2367
+ },
2368
+ {
2369
+ "id": null,
2370
+ "name": "Parent Transform Source",
2371
+ "label": "Parent Transform Source",
2372
+ "group": "General",
2373
+ "page": "",
2374
+ "type": "float",
2375
+ "dataType": "number",
2376
+ "style": "",
2377
+ "defaultValue": null,
2378
+ "minValue": null,
2379
+ "maxValue": null,
2380
+ "step": null,
2381
+ "menuItems": [],
2382
+ "menuLabels": [],
2383
+ "allowCustom": false,
2384
+ "maxLength": null,
2385
+ "pattern": null,
2386
+ "isArray": false,
2387
+ "arraySize": 1,
2388
+ "dimensions": 1,
2389
+ "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 -",
2390
+ "tooltip": "",
2391
+ "help": "",
2392
+ "units": "",
2393
+ "examples": [],
2394
+ "isReadOnly": false,
2395
+ "isAdvanced": false,
2396
+ "isHidden": false,
2397
+ "isAnimatable": true,
2398
+ "isExpression": false,
2399
+ "isPython": false,
2400
+ "dependsOn": [],
2401
+ "affects": [],
2402
+ "linkedTo": [],
2403
+ "expressionLanguage": "",
2404
+ "defaultExpression": "",
2405
+ "commonExpressions": [],
2406
+ "order": 0,
2407
+ "isVisible": true,
2408
+ "conditionalDisplay": null,
2409
+ "isValid": true,
2410
+ "validationErrors": [],
2411
+ "lastUpdated": "2025-08-07T07:50:11.763Z",
2412
+ "rawData": {},
2413
+ "sourceElement": null
2414
+ },
2415
+ {
2416
+ "id": null,
2417
+ "name": "From Parent Object (Hierarchy)",
2418
+ "label": "From Parent Object (Hierarchy)",
2419
+ "group": "General",
2420
+ "page": "",
2421
+ "type": "float",
2422
+ "dataType": "number",
2423
+ "style": "",
2424
+ "defaultValue": null,
2425
+ "minValue": null,
2426
+ "maxValue": null,
2427
+ "step": null,
2428
+ "menuItems": [],
2429
+ "menuLabels": [],
2430
+ "allowCustom": false,
2431
+ "maxLength": null,
2432
+ "pattern": null,
2433
+ "isArray": false,
2434
+ "arraySize": 1,
2435
+ "dimensions": 1,
2436
+ "description": "hierarchy - specify - worldorigin -",
2437
+ "tooltip": "",
2438
+ "help": "",
2439
+ "units": "",
2440
+ "examples": [],
2441
+ "isReadOnly": false,
2442
+ "isAdvanced": false,
2443
+ "isHidden": false,
2444
+ "isAnimatable": true,
2445
+ "isExpression": false,
2446
+ "isPython": false,
2447
+ "dependsOn": [],
2448
+ "affects": [],
2449
+ "linkedTo": [],
2450
+ "expressionLanguage": "",
2451
+ "defaultExpression": "",
2452
+ "commonExpressions": [],
2453
+ "order": 0,
2454
+ "isVisible": true,
2455
+ "conditionalDisplay": null,
2456
+ "isValid": true,
2457
+ "validationErrors": [],
2458
+ "lastUpdated": "2025-08-07T07:50:11.763Z",
2459
+ "rawData": {},
2460
+ "sourceElement": null
2461
+ },
2462
+ {
2463
+ "id": null,
2464
+ "name": "Parent Object",
2465
+ "label": "Parent Object",
2466
+ "group": "General",
2467
+ "page": "",
2468
+ "type": "float",
2469
+ "dataType": "number",
2470
+ "style": "",
2471
+ "defaultValue": null,
2472
+ "minValue": null,
2473
+ "maxValue": null,
2474
+ "step": null,
2475
+ "menuItems": [],
2476
+ "menuLabels": [],
2477
+ "allowCustom": false,
2478
+ "maxLength": null,
2479
+ "pattern": null,
2480
+ "isArray": false,
2481
+ "arraySize": 1,
2482
+ "dimensions": 1,
2483
+ "description": "parentobject - Allows the location of the object to be constrained to any other object whose path is specified in this parameter.",
2484
+ "tooltip": "",
2485
+ "help": "",
2486
+ "units": "",
2487
+ "examples": [],
2488
+ "isReadOnly": false,
2489
+ "isAdvanced": false,
2490
+ "isHidden": false,
2491
+ "isAnimatable": true,
2492
+ "isExpression": false,
2493
+ "isPython": false,
2494
+ "dependsOn": [],
2495
+ "affects": [],
2496
+ "linkedTo": [],
2497
+ "expressionLanguage": "",
2498
+ "defaultExpression": "",
2499
+ "commonExpressions": [],
2500
+ "order": 0,
2501
+ "isVisible": true,
2502
+ "conditionalDisplay": null,
2503
+ "isValid": true,
2504
+ "validationErrors": [],
2505
+ "lastUpdated": "2025-08-07T07:50:11.763Z",
2506
+ "rawData": {},
2507
+ "sourceElement": null
2508
+ },
2509
+ {
2510
+ "id": null,
2511
+ "name": "Look At",
2512
+ "label": "Look At",
2513
+ "group": "General",
2514
+ "page": "",
2515
+ "type": "float",
2516
+ "dataType": "number",
2517
+ "style": "",
2518
+ "defaultValue": null,
2519
+ "minValue": null,
2520
+ "maxValue": null,
2521
+ "step": null,
2522
+ "menuItems": [],
2523
+ "menuLabels": [],
2524
+ "allowCustom": false,
2525
+ "maxLength": null,
2526
+ "pattern": null,
2527
+ "isArray": false,
2528
+ "arraySize": 1,
2529
+ "dimensions": 1,
2530
+ "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.",
2531
+ "tooltip": "",
2532
+ "help": "",
2533
+ "units": "",
2534
+ "examples": [],
2535
+ "isReadOnly": false,
2536
+ "isAdvanced": false,
2537
+ "isHidden": false,
2538
+ "isAnimatable": true,
2539
+ "isExpression": false,
2540
+ "isPython": false,
2541
+ "dependsOn": [],
2542
+ "affects": [],
2543
+ "linkedTo": [],
2544
+ "expressionLanguage": "",
2545
+ "defaultExpression": "",
2546
+ "commonExpressions": [],
2547
+ "order": 0,
2548
+ "isVisible": true,
2549
+ "conditionalDisplay": null,
2550
+ "isValid": true,
2551
+ "validationErrors": [],
2552
+ "lastUpdated": "2025-08-07T07:50:11.763Z",
2553
+ "rawData": {},
2554
+ "sourceElement": null
2555
+ },
2556
+ {
2557
+ "id": null,
2558
+ "name": "Forward Direction",
2559
+ "label": "Forward Direction",
2560
+ "group": "General",
2561
+ "page": "",
2562
+ "type": "float",
2563
+ "dataType": "number",
2564
+ "style": "",
2565
+ "defaultValue": null,
2566
+ "minValue": null,
2567
+ "maxValue": null,
2568
+ "step": null,
2569
+ "menuItems": [],
2570
+ "menuLabels": [],
2571
+ "allowCustom": false,
2572
+ "maxLength": null,
2573
+ "pattern": null,
2574
+ "isArray": false,
2575
+ "arraySize": 1,
2576
+ "dimensions": 1,
2577
+ "description": "forwarddir - - Sets which axis and direction is considered the forward direction.\n\n posx - negx - posy - negy - posz - negz -",
2578
+ "tooltip": "",
2579
+ "help": "",
2580
+ "units": "",
2581
+ "examples": [],
2582
+ "isReadOnly": false,
2583
+ "isAdvanced": false,
2584
+ "isHidden": false,
2585
+ "isAnimatable": true,
2586
+ "isExpression": false,
2587
+ "isPython": false,
2588
+ "dependsOn": [],
2589
+ "affects": [],
2590
+ "linkedTo": [],
2591
+ "expressionLanguage": "",
2592
+ "defaultExpression": "",
2593
+ "commonExpressions": [],
2594
+ "order": 0,
2595
+ "isVisible": true,
2596
+ "conditionalDisplay": null,
2597
+ "isValid": true,
2598
+ "validationErrors": [],
2599
+ "lastUpdated": "2025-08-07T07:50:11.763Z",
2600
+ "rawData": {},
2601
+ "sourceElement": null
2602
+ },
2603
+ {
2604
+ "id": null,
2605
+ "name": "+X",
2606
+ "label": "+X",
2607
+ "group": "General",
2608
+ "page": "",
2609
+ "type": "float",
2610
+ "dataType": "number",
2611
+ "style": "",
2612
+ "defaultValue": null,
2613
+ "minValue": null,
2614
+ "maxValue": null,
2615
+ "step": null,
2616
+ "menuItems": [],
2617
+ "menuLabels": [],
2618
+ "allowCustom": false,
2619
+ "maxLength": null,
2620
+ "pattern": null,
2621
+ "isArray": false,
2622
+ "arraySize": 1,
2623
+ "dimensions": 1,
2624
+ "description": "posx - negx - posy - negy - posz - negz -",
2625
+ "tooltip": "",
2626
+ "help": "",
2627
+ "units": "",
2628
+ "examples": [],
2629
+ "isReadOnly": false,
2630
+ "isAdvanced": false,
2631
+ "isHidden": false,
2632
+ "isAnimatable": true,
2633
+ "isExpression": false,
2634
+ "isPython": false,
2635
+ "dependsOn": [],
2636
+ "affects": [],
2637
+ "linkedTo": [],
2638
+ "expressionLanguage": "",
2639
+ "defaultExpression": "",
2640
+ "commonExpressions": [],
2641
+ "order": 0,
2642
+ "isVisible": true,
2643
+ "conditionalDisplay": null,
2644
+ "isValid": true,
2645
+ "validationErrors": [],
2646
+ "lastUpdated": "2025-08-07T07:50:11.763Z",
2647
+ "rawData": {},
2648
+ "sourceElement": null
2649
+ },
2650
+ {
2651
+ "id": null,
2652
+ "name": "Look At Up Vector",
2653
+ "label": "Look At Up Vector",
2654
+ "group": "General",
2655
+ "page": "",
2656
+ "type": "float",
2657
+ "dataType": "number",
2658
+ "style": "",
2659
+ "defaultValue": null,
2660
+ "minValue": null,
2661
+ "maxValue": null,
2662
+ "step": null,
2663
+ "menuItems": [],
2664
+ "menuLabels": [],
2665
+ "allowCustom": false,
2666
+ "maxLength": null,
2667
+ "pattern": null,
2668
+ "isArray": false,
2669
+ "arraySize": 1,
2670
+ "dimensions": 1,
2671
+ "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 -",
2672
+ "tooltip": "",
2673
+ "help": "",
2674
+ "units": "",
2675
+ "examples": [],
2676
+ "isReadOnly": false,
2677
+ "isAdvanced": false,
2678
+ "isHidden": false,
2679
+ "isAnimatable": true,
2680
+ "isExpression": false,
2681
+ "isPython": false,
2682
+ "dependsOn": [],
2683
+ "affects": [],
2684
+ "linkedTo": [],
2685
+ "expressionLanguage": "",
2686
+ "defaultExpression": "",
2687
+ "commonExpressions": [],
2688
+ "order": 0,
2689
+ "isVisible": true,
2690
+ "conditionalDisplay": null,
2691
+ "isValid": true,
2692
+ "validationErrors": [],
2693
+ "lastUpdated": "2025-08-07T07:50:11.763Z",
2694
+ "rawData": {},
2695
+ "sourceElement": null
2696
+ },
2697
+ {
2698
+ "id": null,
2699
+ "name": "Don't use up vector",
2700
+ "label": "Don't use up vector",
2701
+ "group": "General",
2702
+ "page": "",
2703
+ "type": "float",
2704
+ "dataType": "number",
2705
+ "style": "",
2706
+ "defaultValue": null,
2707
+ "minValue": null,
2708
+ "maxValue": null,
2709
+ "step": null,
2710
+ "menuItems": [],
2711
+ "menuLabels": [],
2712
+ "allowCustom": false,
2713
+ "maxLength": null,
2714
+ "pattern": null,
2715
+ "isArray": false,
2716
+ "arraySize": 1,
2717
+ "dimensions": 1,
2718
+ "description": "off - on - quat - roll -",
2719
+ "tooltip": "",
2720
+ "help": "",
2721
+ "units": "",
2722
+ "examples": [],
2723
+ "isReadOnly": false,
2724
+ "isAdvanced": false,
2725
+ "isHidden": false,
2726
+ "isAnimatable": true,
2727
+ "isExpression": false,
2728
+ "isPython": false,
2729
+ "dependsOn": [],
2730
+ "affects": [],
2731
+ "linkedTo": [],
2732
+ "expressionLanguage": "",
2733
+ "defaultExpression": "",
2734
+ "commonExpressions": [],
2735
+ "order": 0,
2736
+ "isVisible": true,
2737
+ "conditionalDisplay": null,
2738
+ "isValid": true,
2739
+ "validationErrors": [],
2740
+ "lastUpdated": "2025-08-07T07:50:11.763Z",
2741
+ "rawData": {},
2742
+ "sourceElement": null
2743
+ },
2744
+ {
2745
+ "id": null,
2746
+ "name": "Path SOP",
2747
+ "label": "Path SOP",
2748
+ "group": "General",
2749
+ "page": "",
2750
+ "type": "float",
2751
+ "dataType": "number",
2752
+ "style": "",
2753
+ "defaultValue": null,
2754
+ "minValue": null,
2755
+ "maxValue": null,
2756
+ "step": null,
2757
+ "menuItems": [],
2758
+ "menuLabels": [],
2759
+ "allowCustom": false,
2760
+ "maxLength": null,
2761
+ "pattern": null,
2762
+ "isArray": false,
2763
+ "arraySize": 1,
2764
+ "dimensions": 1,
2765
+ "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.",
2766
+ "tooltip": "",
2767
+ "help": "",
2768
+ "units": "",
2769
+ "examples": [],
2770
+ "isReadOnly": false,
2771
+ "isAdvanced": false,
2772
+ "isHidden": false,
2773
+ "isAnimatable": true,
2774
+ "isExpression": false,
2775
+ "isPython": false,
2776
+ "dependsOn": [],
2777
+ "affects": [],
2778
+ "linkedTo": [],
2779
+ "expressionLanguage": "",
2780
+ "defaultExpression": "",
2781
+ "commonExpressions": [],
2782
+ "order": 0,
2783
+ "isVisible": true,
2784
+ "conditionalDisplay": null,
2785
+ "isValid": true,
2786
+ "validationErrors": [],
2787
+ "lastUpdated": "2025-08-07T07:50:11.764Z",
2788
+ "rawData": {},
2789
+ "sourceElement": null
2790
+ },
2791
+ {
2792
+ "id": null,
2793
+ "name": "Roll",
2794
+ "label": "Roll",
2795
+ "group": "General",
2796
+ "page": "",
2797
+ "type": "float",
2798
+ "dataType": "number",
2799
+ "style": "",
2800
+ "defaultValue": null,
2801
+ "minValue": null,
2802
+ "maxValue": null,
2803
+ "step": null,
2804
+ "menuItems": [],
2805
+ "menuLabels": [],
2806
+ "allowCustom": false,
2807
+ "maxLength": null,
2808
+ "pattern": null,
2809
+ "isArray": false,
2810
+ "arraySize": 1,
2811
+ "dimensions": 1,
2812
+ "description": "roll - Using the angle control you can specify a 's rotation as it animates along the path.",
2813
+ "tooltip": "",
2814
+ "help": "",
2815
+ "units": "",
2816
+ "examples": [],
2817
+ "isReadOnly": false,
2818
+ "isAdvanced": false,
2819
+ "isHidden": false,
2820
+ "isAnimatable": true,
2821
+ "isExpression": false,
2822
+ "isPython": false,
2823
+ "dependsOn": [],
2824
+ "affects": [],
2825
+ "linkedTo": [],
2826
+ "expressionLanguage": "",
2827
+ "defaultExpression": "",
2828
+ "commonExpressions": [],
2829
+ "order": 0,
2830
+ "isVisible": true,
2831
+ "conditionalDisplay": null,
2832
+ "isValid": true,
2833
+ "validationErrors": [],
2834
+ "lastUpdated": "2025-08-07T07:50:11.764Z",
2835
+ "rawData": {},
2836
+ "sourceElement": null
2837
+ },
2838
+ {
2839
+ "id": null,
2840
+ "name": "Position",
2841
+ "label": "Position",
2842
+ "group": "General",
2843
+ "page": "",
2844
+ "type": "float",
2845
+ "dataType": "number",
2846
+ "style": "",
2847
+ "defaultValue": null,
2848
+ "minValue": null,
2849
+ "maxValue": null,
2850
+ "step": null,
2851
+ "menuItems": [],
2852
+ "menuLabels": [],
2853
+ "allowCustom": false,
2854
+ "maxLength": null,
2855
+ "pattern": null,
2856
+ "isArray": false,
2857
+ "arraySize": 1,
2858
+ "dimensions": 1,
2859
+ "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.",
2860
+ "tooltip": "",
2861
+ "help": "",
2862
+ "units": "",
2863
+ "examples": [],
2864
+ "isReadOnly": false,
2865
+ "isAdvanced": false,
2866
+ "isHidden": false,
2867
+ "isAnimatable": true,
2868
+ "isExpression": false,
2869
+ "isPython": false,
2870
+ "dependsOn": [],
2871
+ "affects": [],
2872
+ "linkedTo": [],
2873
+ "expressionLanguage": "",
2874
+ "defaultExpression": "",
2875
+ "commonExpressions": [],
2876
+ "order": 0,
2877
+ "isVisible": true,
2878
+ "conditionalDisplay": null,
2879
+ "isValid": true,
2880
+ "validationErrors": [],
2881
+ "lastUpdated": "2025-08-07T07:50:11.764Z",
2882
+ "rawData": {},
2883
+ "sourceElement": null
2884
+ },
2885
+ {
2886
+ "id": null,
2887
+ "name": "Orient along Path",
2888
+ "label": "Orient along Path",
2889
+ "group": "General",
2890
+ "page": "",
2891
+ "type": "float",
2892
+ "dataType": "number",
2893
+ "style": "",
2894
+ "defaultValue": null,
2895
+ "minValue": null,
2896
+ "maxValue": null,
2897
+ "step": null,
2898
+ "menuItems": [],
2899
+ "menuLabels": [],
2900
+ "allowCustom": false,
2901
+ "maxLength": null,
2902
+ "pattern": null,
2903
+ "isArray": false,
2904
+ "arraySize": 1,
2905
+ "dimensions": 1,
2906
+ "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.",
2907
+ "tooltip": "",
2908
+ "help": "",
2909
+ "units": "",
2910
+ "examples": [],
2911
+ "isReadOnly": false,
2912
+ "isAdvanced": false,
2913
+ "isHidden": false,
2914
+ "isAnimatable": true,
2915
+ "isExpression": false,
2916
+ "isPython": false,
2917
+ "dependsOn": [],
2918
+ "affects": [],
2919
+ "linkedTo": [],
2920
+ "expressionLanguage": "",
2921
+ "defaultExpression": "",
2922
+ "commonExpressions": [],
2923
+ "order": 0,
2924
+ "isVisible": true,
2925
+ "conditionalDisplay": null,
2926
+ "isValid": true,
2927
+ "validationErrors": [],
2928
+ "lastUpdated": "2025-08-07T07:50:11.764Z",
2929
+ "rawData": {},
2930
+ "sourceElement": null
2931
+ },
2932
+ {
2933
+ "id": null,
2934
+ "name": "Orient Up Vector",
2935
+ "label": "Orient Up Vector",
2936
+ "group": "General",
2937
+ "page": "",
2938
+ "type": "float",
2939
+ "dataType": "number",
2940
+ "style": "",
2941
+ "defaultValue": null,
2942
+ "minValue": null,
2943
+ "maxValue": null,
2944
+ "step": null,
2945
+ "menuItems": [],
2946
+ "menuLabels": [],
2947
+ "allowCustom": false,
2948
+ "maxLength": null,
2949
+ "pattern": null,
2950
+ "isArray": false,
2951
+ "arraySize": 1,
2952
+ "dimensions": 1,
2953
+ "description": "up - - When orienting a , the is used to determine where the positive Y axis points.\n\n upx - upy - upz -",
2954
+ "tooltip": "",
2955
+ "help": "",
2956
+ "units": "",
2957
+ "examples": [],
2958
+ "isReadOnly": false,
2959
+ "isAdvanced": false,
2960
+ "isHidden": false,
2961
+ "isAnimatable": true,
2962
+ "isExpression": false,
2963
+ "isPython": false,
2964
+ "dependsOn": [],
2965
+ "affects": [],
2966
+ "linkedTo": [],
2967
+ "expressionLanguage": "",
2968
+ "defaultExpression": "",
2969
+ "commonExpressions": [],
2970
+ "order": 0,
2971
+ "isVisible": true,
2972
+ "conditionalDisplay": null,
2973
+ "isValid": true,
2974
+ "validationErrors": [],
2975
+ "lastUpdated": "2025-08-07T07:50:11.764Z",
2976
+ "rawData": {},
2977
+ "sourceElement": null
2978
+ },
2979
+ {
2980
+ "id": null,
2981
+ "name": "Auto-Bank Factor",
2982
+ "label": "Auto-Bank Factor",
2983
+ "group": "General",
2984
+ "page": "",
2985
+ "type": "float",
2986
+ "dataType": "number",
2987
+ "style": "",
2988
+ "defaultValue": null,
2989
+ "minValue": null,
2990
+ "maxValue": null,
2991
+ "step": null,
2992
+ "menuItems": [],
2993
+ "menuLabels": [],
2994
+ "allowCustom": false,
2995
+ "maxLength": null,
2996
+ "pattern": null,
2997
+ "isArray": false,
2998
+ "arraySize": 1,
2999
+ "dimensions": 1,
3000
+ "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.",
3001
+ "tooltip": "",
3002
+ "help": "",
3003
+ "units": "",
3004
+ "examples": [],
3005
+ "isReadOnly": false,
3006
+ "isAdvanced": false,
3007
+ "isHidden": false,
3008
+ "isAnimatable": true,
3009
+ "isExpression": false,
3010
+ "isPython": false,
3011
+ "dependsOn": [],
3012
+ "affects": [],
3013
+ "linkedTo": [],
3014
+ "expressionLanguage": "",
3015
+ "defaultExpression": "",
3016
+ "commonExpressions": [],
3017
+ "order": 0,
3018
+ "isVisible": true,
3019
+ "conditionalDisplay": null,
3020
+ "isValid": true,
3021
+ "validationErrors": [],
3022
+ "lastUpdated": "2025-08-07T07:50:11.764Z",
3023
+ "rawData": {},
3024
+ "sourceElement": null
3025
+ },
3026
+ {
3027
+ "id": null,
3028
+ "name": "Apply Pre-Transform",
3029
+ "label": "Apply Pre-Transform",
3030
+ "group": "General",
3031
+ "page": "",
3032
+ "type": "float",
3033
+ "dataType": "number",
3034
+ "style": "",
3035
+ "defaultValue": null,
3036
+ "minValue": null,
3037
+ "maxValue": null,
3038
+ "step": null,
3039
+ "menuItems": [],
3040
+ "menuLabels": [],
3041
+ "allowCustom": false,
3042
+ "maxLength": null,
3043
+ "pattern": null,
3044
+ "isArray": false,
3045
+ "arraySize": 1,
3046
+ "dimensions": 1,
3047
+ "description": "pxform - Enables the transformation on this page.",
3048
+ "tooltip": "",
3049
+ "help": "",
3050
+ "units": "",
3051
+ "examples": [],
3052
+ "isReadOnly": false,
3053
+ "isAdvanced": false,
3054
+ "isHidden": false,
3055
+ "isAnimatable": true,
3056
+ "isExpression": false,
3057
+ "isPython": false,
3058
+ "dependsOn": [],
3059
+ "affects": [],
3060
+ "linkedTo": [],
3061
+ "expressionLanguage": "",
3062
+ "defaultExpression": "",
3063
+ "commonExpressions": [],
3064
+ "order": 0,
3065
+ "isVisible": true,
3066
+ "conditionalDisplay": null,
3067
+ "isValid": true,
3068
+ "validationErrors": [],
3069
+ "lastUpdated": "2025-08-07T07:50:11.764Z",
3070
+ "rawData": {},
3071
+ "sourceElement": null
3072
+ },
3073
+ {
3074
+ "id": null,
3075
+ "name": "Reset Transform",
3076
+ "label": "Reset Transform",
3077
+ "group": "General",
3078
+ "page": "",
3079
+ "type": "float",
3080
+ "dataType": "number",
3081
+ "style": "",
3082
+ "defaultValue": null,
3083
+ "minValue": null,
3084
+ "maxValue": null,
3085
+ "step": null,
3086
+ "menuItems": [],
3087
+ "menuLabels": [],
3088
+ "allowCustom": false,
3089
+ "maxLength": null,
3090
+ "pattern": null,
3091
+ "isArray": false,
3092
+ "arraySize": 1,
3093
+ "dimensions": 1,
3094
+ "description": "preset - This button will reset this page's transform so it has no translate/rotate/scale.",
3095
+ "tooltip": "",
3096
+ "help": "",
3097
+ "units": "",
3098
+ "examples": [],
3099
+ "isReadOnly": false,
3100
+ "isAdvanced": false,
3101
+ "isHidden": false,
3102
+ "isAnimatable": true,
3103
+ "isExpression": false,
3104
+ "isPython": false,
3105
+ "dependsOn": [],
3106
+ "affects": [],
3107
+ "linkedTo": [],
3108
+ "expressionLanguage": "",
3109
+ "defaultExpression": "",
3110
+ "commonExpressions": [],
3111
+ "order": 0,
3112
+ "isVisible": true,
3113
+ "conditionalDisplay": null,
3114
+ "isValid": true,
3115
+ "validationErrors": [],
3116
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3117
+ "rawData": {},
3118
+ "sourceElement": null
3119
+ },
3120
+ {
3121
+ "id": null,
3122
+ "name": "Commit to Main Transform",
3123
+ "label": "Commit to Main Transform",
3124
+ "group": "General",
3125
+ "page": "",
3126
+ "type": "float",
3127
+ "dataType": "number",
3128
+ "style": "",
3129
+ "defaultValue": null,
3130
+ "minValue": null,
3131
+ "maxValue": null,
3132
+ "step": null,
3133
+ "menuItems": [],
3134
+ "menuLabels": [],
3135
+ "allowCustom": false,
3136
+ "maxLength": null,
3137
+ "pattern": null,
3138
+ "isArray": false,
3139
+ "arraySize": 1,
3140
+ "dimensions": 1,
3141
+ "description": "pcommit - This button will copy the transform from this page to the main Xform page, and reset this page's transform.",
3142
+ "tooltip": "",
3143
+ "help": "",
3144
+ "units": "",
3145
+ "examples": [],
3146
+ "isReadOnly": false,
3147
+ "isAdvanced": false,
3148
+ "isHidden": false,
3149
+ "isAnimatable": true,
3150
+ "isExpression": false,
3151
+ "isPython": false,
3152
+ "dependsOn": [],
3153
+ "affects": [],
3154
+ "linkedTo": [],
3155
+ "expressionLanguage": "",
3156
+ "defaultExpression": "",
3157
+ "commonExpressions": [],
3158
+ "order": 0,
3159
+ "isVisible": true,
3160
+ "conditionalDisplay": null,
3161
+ "isValid": true,
3162
+ "validationErrors": [],
3163
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3164
+ "rawData": {},
3165
+ "sourceElement": null
3166
+ },
3167
+ {
3168
+ "id": null,
3169
+ "name": "Xform Matrix/CHOP/DAT",
3170
+ "label": "Xform Matrix/CHOP/DAT",
3171
+ "group": "General",
3172
+ "page": "",
3173
+ "type": "float",
3174
+ "dataType": "number",
3175
+ "style": "",
3176
+ "defaultValue": null,
3177
+ "minValue": null,
3178
+ "maxValue": null,
3179
+ "step": null,
3180
+ "menuItems": [],
3181
+ "menuLabels": [],
3182
+ "allowCustom": false,
3183
+ "maxLength": null,
3184
+ "pattern": null,
3185
+ "isArray": false,
3186
+ "arraySize": 1,
3187
+ "dimensions": 1,
3188
+ "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.",
3189
+ "tooltip": "",
3190
+ "help": "",
3191
+ "units": "",
3192
+ "examples": [],
3193
+ "isReadOnly": false,
3194
+ "isAdvanced": false,
3195
+ "isHidden": false,
3196
+ "isAnimatable": true,
3197
+ "isExpression": false,
3198
+ "isPython": false,
3199
+ "dependsOn": [],
3200
+ "affects": [],
3201
+ "linkedTo": [],
3202
+ "expressionLanguage": "",
3203
+ "defaultExpression": "",
3204
+ "commonExpressions": [],
3205
+ "order": 0,
3206
+ "isVisible": true,
3207
+ "conditionalDisplay": null,
3208
+ "isValid": true,
3209
+ "validationErrors": [],
3210
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3211
+ "rawData": {},
3212
+ "sourceElement": null
3213
+ },
3214
+ {
3215
+ "id": null,
3216
+ "name": "Material",
3217
+ "label": "Material",
3218
+ "group": "General",
3219
+ "page": "",
3220
+ "type": "float",
3221
+ "dataType": "number",
3222
+ "style": "",
3223
+ "defaultValue": null,
3224
+ "minValue": null,
3225
+ "maxValue": null,
3226
+ "step": null,
3227
+ "menuItems": [],
3228
+ "menuLabels": [],
3229
+ "allowCustom": false,
3230
+ "maxLength": null,
3231
+ "pattern": null,
3232
+ "isArray": false,
3233
+ "arraySize": 1,
3234
+ "dimensions": 1,
3235
+ "description": "material - Selects a MAT to apply to the geometry inside.",
3236
+ "tooltip": "",
3237
+ "help": "",
3238
+ "units": "",
3239
+ "examples": [],
3240
+ "isReadOnly": false,
3241
+ "isAdvanced": false,
3242
+ "isHidden": false,
3243
+ "isAnimatable": true,
3244
+ "isExpression": false,
3245
+ "isPython": false,
3246
+ "dependsOn": [],
3247
+ "affects": [],
3248
+ "linkedTo": [],
3249
+ "expressionLanguage": "",
3250
+ "defaultExpression": "",
3251
+ "commonExpressions": [],
3252
+ "order": 0,
3253
+ "isVisible": true,
3254
+ "conditionalDisplay": null,
3255
+ "isValid": true,
3256
+ "validationErrors": [],
3257
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3258
+ "rawData": {},
3259
+ "sourceElement": null
3260
+ },
3261
+ {
3262
+ "id": null,
3263
+ "name": "Render",
3264
+ "label": "Render",
3265
+ "group": "General",
3266
+ "page": "",
3267
+ "type": "float",
3268
+ "dataType": "number",
3269
+ "style": "",
3270
+ "defaultValue": null,
3271
+ "minValue": null,
3272
+ "maxValue": null,
3273
+ "step": null,
3274
+ "menuItems": [],
3275
+ "menuLabels": [],
3276
+ "allowCustom": false,
3277
+ "maxLength": null,
3278
+ "pattern": null,
3279
+ "isArray": false,
3280
+ "arraySize": 1,
3281
+ "dimensions": 1,
3282
+ "description": "render - Whether the 's geometry is visible in the Render TOP. This parameter works in conjunction (logical AND) with the 's Render Flag.",
3283
+ "tooltip": "",
3284
+ "help": "",
3285
+ "units": "",
3286
+ "examples": [],
3287
+ "isReadOnly": false,
3288
+ "isAdvanced": false,
3289
+ "isHidden": false,
3290
+ "isAnimatable": true,
3291
+ "isExpression": false,
3292
+ "isPython": false,
3293
+ "dependsOn": [],
3294
+ "affects": [],
3295
+ "linkedTo": [],
3296
+ "expressionLanguage": "",
3297
+ "defaultExpression": "",
3298
+ "commonExpressions": [],
3299
+ "order": 0,
3300
+ "isVisible": true,
3301
+ "conditionalDisplay": null,
3302
+ "isValid": true,
3303
+ "validationErrors": [],
3304
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3305
+ "rawData": {},
3306
+ "sourceElement": null
3307
+ },
3308
+ {
3309
+ "id": null,
3310
+ "name": "Draw Priority",
3311
+ "label": "Draw Priority",
3312
+ "group": "General",
3313
+ "page": "",
3314
+ "type": "float",
3315
+ "dataType": "number",
3316
+ "style": "",
3317
+ "defaultValue": null,
3318
+ "minValue": null,
3319
+ "maxValue": null,
3320
+ "step": null,
3321
+ "menuItems": [],
3322
+ "menuLabels": [],
3323
+ "allowCustom": false,
3324
+ "maxLength": null,
3325
+ "pattern": null,
3326
+ "isArray": false,
3327
+ "arraySize": 1,
3328
+ "dimensions": 1,
3329
+ "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.",
3330
+ "tooltip": "",
3331
+ "help": "",
3332
+ "units": "",
3333
+ "examples": [],
3334
+ "isReadOnly": false,
3335
+ "isAdvanced": false,
3336
+ "isHidden": false,
3337
+ "isAnimatable": true,
3338
+ "isExpression": false,
3339
+ "isPython": false,
3340
+ "dependsOn": [],
3341
+ "affects": [],
3342
+ "linkedTo": [],
3343
+ "expressionLanguage": "",
3344
+ "defaultExpression": "",
3345
+ "commonExpressions": [],
3346
+ "order": 0,
3347
+ "isVisible": true,
3348
+ "conditionalDisplay": null,
3349
+ "isValid": true,
3350
+ "validationErrors": [],
3351
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3352
+ "rawData": {},
3353
+ "sourceElement": null
3354
+ },
3355
+ {
3356
+ "id": null,
3357
+ "name": "Pick Priority",
3358
+ "label": "Pick Priority",
3359
+ "group": "General",
3360
+ "page": "",
3361
+ "type": "float",
3362
+ "dataType": "number",
3363
+ "style": "",
3364
+ "defaultValue": null,
3365
+ "minValue": null,
3366
+ "maxValue": null,
3367
+ "step": null,
3368
+ "menuItems": [],
3369
+ "menuLabels": [],
3370
+ "allowCustom": false,
3371
+ "maxLength": null,
3372
+ "pattern": null,
3373
+ "isArray": false,
3374
+ "arraySize": 1,
3375
+ "dimensions": 1,
3376
+ "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.",
3377
+ "tooltip": "",
3378
+ "help": "",
3379
+ "units": "",
3380
+ "examples": [],
3381
+ "isReadOnly": false,
3382
+ "isAdvanced": false,
3383
+ "isHidden": false,
3384
+ "isAnimatable": true,
3385
+ "isExpression": false,
3386
+ "isPython": false,
3387
+ "dependsOn": [],
3388
+ "affects": [],
3389
+ "linkedTo": [],
3390
+ "expressionLanguage": "",
3391
+ "defaultExpression": "",
3392
+ "commonExpressions": [],
3393
+ "order": 0,
3394
+ "isVisible": true,
3395
+ "conditionalDisplay": null,
3396
+ "isValid": true,
3397
+ "validationErrors": [],
3398
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3399
+ "rawData": {},
3400
+ "sourceElement": null
3401
+ },
3402
+ {
3403
+ "id": null,
3404
+ "name": "Wireframe Color",
3405
+ "label": "Wireframe Color",
3406
+ "group": "General",
3407
+ "page": "",
3408
+ "type": "float",
3409
+ "dataType": "number",
3410
+ "style": "",
3411
+ "defaultValue": null,
3412
+ "minValue": null,
3413
+ "maxValue": null,
3414
+ "step": null,
3415
+ "menuItems": [],
3416
+ "menuLabels": [],
3417
+ "allowCustom": false,
3418
+ "maxLength": null,
3419
+ "pattern": null,
3420
+ "isArray": false,
3421
+ "arraySize": 1,
3422
+ "dimensions": 1,
3423
+ "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 -",
3424
+ "tooltip": "",
3425
+ "help": "",
3426
+ "units": "",
3427
+ "examples": [],
3428
+ "isReadOnly": false,
3429
+ "isAdvanced": false,
3430
+ "isHidden": false,
3431
+ "isAnimatable": true,
3432
+ "isExpression": false,
3433
+ "isPython": false,
3434
+ "dependsOn": [],
3435
+ "affects": [],
3436
+ "linkedTo": [],
3437
+ "expressionLanguage": "",
3438
+ "defaultExpression": "",
3439
+ "commonExpressions": [],
3440
+ "order": 0,
3441
+ "isVisible": true,
3442
+ "conditionalDisplay": null,
3443
+ "isValid": true,
3444
+ "validationErrors": [],
3445
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3446
+ "rawData": {},
3447
+ "sourceElement": null
3448
+ },
3449
+ {
3450
+ "id": null,
3451
+ "name": "Red",
3452
+ "label": "Red",
3453
+ "group": "General",
3454
+ "page": "",
3455
+ "type": "float",
3456
+ "dataType": "number",
3457
+ "style": "",
3458
+ "defaultValue": null,
3459
+ "minValue": null,
3460
+ "maxValue": null,
3461
+ "step": null,
3462
+ "menuItems": [],
3463
+ "menuLabels": [],
3464
+ "allowCustom": false,
3465
+ "maxLength": null,
3466
+ "pattern": null,
3467
+ "isArray": false,
3468
+ "arraySize": 1,
3469
+ "dimensions": 1,
3470
+ "description": "wcolorr - wcolorg - wcolorb -",
3471
+ "tooltip": "",
3472
+ "help": "",
3473
+ "units": "",
3474
+ "examples": [],
3475
+ "isReadOnly": false,
3476
+ "isAdvanced": false,
3477
+ "isHidden": false,
3478
+ "isAnimatable": true,
3479
+ "isExpression": false,
3480
+ "isPython": false,
3481
+ "dependsOn": [],
3482
+ "affects": [],
3483
+ "linkedTo": [],
3484
+ "expressionLanguage": "",
3485
+ "defaultExpression": "",
3486
+ "commonExpressions": [],
3487
+ "order": 0,
3488
+ "isVisible": true,
3489
+ "conditionalDisplay": null,
3490
+ "isValid": true,
3491
+ "validationErrors": [],
3492
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3493
+ "rawData": {},
3494
+ "sourceElement": null
3495
+ },
3496
+ {
3497
+ "id": null,
3498
+ "name": "Light Mask",
3499
+ "label": "Light Mask",
3500
+ "group": "General",
3501
+ "page": "",
3502
+ "type": "float",
3503
+ "dataType": "number",
3504
+ "style": "",
3505
+ "defaultValue": null,
3506
+ "minValue": null,
3507
+ "maxValue": null,
3508
+ "step": null,
3509
+ "menuItems": [],
3510
+ "menuLabels": [],
3511
+ "allowCustom": false,
3512
+ "maxLength": null,
3513
+ "pattern": null,
3514
+ "isArray": false,
3515
+ "arraySize": 1,
3516
+ "dimensions": 1,
3517
+ "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.",
3518
+ "tooltip": "",
3519
+ "help": "",
3520
+ "units": "",
3521
+ "examples": [],
3522
+ "isReadOnly": false,
3523
+ "isAdvanced": false,
3524
+ "isHidden": false,
3525
+ "isAnimatable": true,
3526
+ "isExpression": false,
3527
+ "isPython": false,
3528
+ "dependsOn": [],
3529
+ "affects": [],
3530
+ "linkedTo": [],
3531
+ "expressionLanguage": "",
3532
+ "defaultExpression": "",
3533
+ "commonExpressions": [],
3534
+ "order": 0,
3535
+ "isVisible": true,
3536
+ "conditionalDisplay": null,
3537
+ "isValid": true,
3538
+ "validationErrors": [],
3539
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3540
+ "rawData": {},
3541
+ "sourceElement": null
3542
+ },
3543
+ {
3544
+ "id": null,
3545
+ "name": "Extension",
3546
+ "label": "Extension",
3547
+ "group": "General",
3548
+ "page": "",
3549
+ "type": "float",
3550
+ "dataType": "number",
3551
+ "style": "",
3552
+ "defaultValue": null,
3553
+ "minValue": null,
3554
+ "maxValue": null,
3555
+ "step": null,
3556
+ "menuItems": [],
3557
+ "menuLabels": [],
3558
+ "allowCustom": false,
3559
+ "maxLength": null,
3560
+ "pattern": null,
3561
+ "isArray": false,
3562
+ "arraySize": 1,
3563
+ "dimensions": 1,
3564
+ "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",
3565
+ "tooltip": "",
3566
+ "help": "",
3567
+ "units": "",
3568
+ "examples": [],
3569
+ "isReadOnly": false,
3570
+ "isAdvanced": false,
3571
+ "isHidden": false,
3572
+ "isAnimatable": true,
3573
+ "isExpression": false,
3574
+ "isPython": false,
3575
+ "dependsOn": [],
3576
+ "affects": [],
3577
+ "linkedTo": [],
3578
+ "expressionLanguage": "",
3579
+ "defaultExpression": "",
3580
+ "commonExpressions": [],
3581
+ "order": 0,
3582
+ "isVisible": true,
3583
+ "conditionalDisplay": null,
3584
+ "isValid": true,
3585
+ "validationErrors": [],
3586
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3587
+ "rawData": {},
3588
+ "sourceElement": null
3589
+ },
3590
+ {
3591
+ "id": null,
3592
+ "name": "Object",
3593
+ "label": "Object",
3594
+ "group": "General",
3595
+ "page": "",
3596
+ "type": "float",
3597
+ "dataType": "number",
3598
+ "style": "",
3599
+ "defaultValue": null,
3600
+ "minValue": null,
3601
+ "maxValue": null,
3602
+ "step": null,
3603
+ "menuItems": [],
3604
+ "menuLabels": [],
3605
+ "allowCustom": false,
3606
+ "maxLength": null,
3607
+ "pattern": null,
3608
+ "isArray": false,
3609
+ "arraySize": 1,
3610
+ "dimensions": 1,
3611
+ "description": "ext0object - A number of class instances that can be attached to the component.",
3612
+ "tooltip": "",
3613
+ "help": "",
3614
+ "units": "",
3615
+ "examples": [],
3616
+ "isReadOnly": false,
3617
+ "isAdvanced": false,
3618
+ "isHidden": false,
3619
+ "isAnimatable": true,
3620
+ "isExpression": false,
3621
+ "isPython": false,
3622
+ "dependsOn": [],
3623
+ "affects": [],
3624
+ "linkedTo": [],
3625
+ "expressionLanguage": "",
3626
+ "defaultExpression": "",
3627
+ "commonExpressions": [],
3628
+ "order": 0,
3629
+ "isVisible": true,
3630
+ "conditionalDisplay": null,
3631
+ "isValid": true,
3632
+ "validationErrors": [],
3633
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3634
+ "rawData": {},
3635
+ "sourceElement": null
3636
+ },
3637
+ {
3638
+ "id": null,
3639
+ "name": "Name",
3640
+ "label": "Name",
3641
+ "group": "General",
3642
+ "page": "",
3643
+ "type": "float",
3644
+ "dataType": "number",
3645
+ "style": "",
3646
+ "defaultValue": null,
3647
+ "minValue": null,
3648
+ "maxValue": null,
3649
+ "step": null,
3650
+ "menuItems": [],
3651
+ "menuLabels": [],
3652
+ "allowCustom": false,
3653
+ "maxLength": null,
3654
+ "pattern": null,
3655
+ "isArray": false,
3656
+ "arraySize": 1,
3657
+ "dimensions": 1,
3658
+ "description": "ext0name - Optional name to search by, instead of the instance class name.",
3659
+ "tooltip": "",
3660
+ "help": "",
3661
+ "units": "",
3662
+ "examples": [],
3663
+ "isReadOnly": false,
3664
+ "isAdvanced": false,
3665
+ "isHidden": false,
3666
+ "isAnimatable": true,
3667
+ "isExpression": false,
3668
+ "isPython": false,
3669
+ "dependsOn": [],
3670
+ "affects": [],
3671
+ "linkedTo": [],
3672
+ "expressionLanguage": "",
3673
+ "defaultExpression": "",
3674
+ "commonExpressions": [],
3675
+ "order": 0,
3676
+ "isVisible": true,
3677
+ "conditionalDisplay": null,
3678
+ "isValid": true,
3679
+ "validationErrors": [],
3680
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3681
+ "rawData": {},
3682
+ "sourceElement": null
3683
+ },
3684
+ {
3685
+ "id": null,
3686
+ "name": "Promote",
3687
+ "label": "Promote",
3688
+ "group": "General",
3689
+ "page": "",
3690
+ "type": "float",
3691
+ "dataType": "number",
3692
+ "style": "",
3693
+ "defaultValue": null,
3694
+ "minValue": null,
3695
+ "maxValue": null,
3696
+ "step": null,
3697
+ "menuItems": [],
3698
+ "menuLabels": [],
3699
+ "allowCustom": false,
3700
+ "maxLength": null,
3701
+ "pattern": null,
3702
+ "isArray": false,
3703
+ "arraySize": 1,
3704
+ "dimensions": 1,
3705
+ "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",
3706
+ "tooltip": "",
3707
+ "help": "",
3708
+ "units": "",
3709
+ "examples": [],
3710
+ "isReadOnly": false,
3711
+ "isAdvanced": false,
3712
+ "isHidden": false,
3713
+ "isAnimatable": true,
3714
+ "isExpression": false,
3715
+ "isPython": false,
3716
+ "dependsOn": [],
3717
+ "affects": [],
3718
+ "linkedTo": [],
3719
+ "expressionLanguage": "",
3720
+ "defaultExpression": "",
3721
+ "commonExpressions": [],
3722
+ "order": 0,
3723
+ "isVisible": true,
3724
+ "conditionalDisplay": null,
3725
+ "isValid": true,
3726
+ "validationErrors": [],
3727
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3728
+ "rawData": {},
3729
+ "sourceElement": null
3730
+ },
3731
+ {
3732
+ "id": null,
3733
+ "name": "Re-Init Extensions",
3734
+ "label": "Re-Init Extensions",
3735
+ "group": "General",
3736
+ "page": "",
3737
+ "type": "float",
3738
+ "dataType": "number",
3739
+ "style": "",
3740
+ "defaultValue": null,
3741
+ "minValue": null,
3742
+ "maxValue": null,
3743
+ "step": null,
3744
+ "menuItems": [],
3745
+ "menuLabels": [],
3746
+ "allowCustom": false,
3747
+ "maxLength": null,
3748
+ "pattern": null,
3749
+ "isArray": false,
3750
+ "arraySize": 1,
3751
+ "dimensions": 1,
3752
+ "description": "reinitextensions - Recompile all extension objects. Normally extension objects are compiled only when they are referenced and their definitions have changed.",
3753
+ "tooltip": "",
3754
+ "help": "",
3755
+ "units": "",
3756
+ "examples": [],
3757
+ "isReadOnly": false,
3758
+ "isAdvanced": false,
3759
+ "isHidden": false,
3760
+ "isAnimatable": true,
3761
+ "isExpression": false,
3762
+ "isPython": false,
3763
+ "dependsOn": [],
3764
+ "affects": [],
3765
+ "linkedTo": [],
3766
+ "expressionLanguage": "",
3767
+ "defaultExpression": "",
3768
+ "commonExpressions": [],
3769
+ "order": 0,
3770
+ "isVisible": true,
3771
+ "conditionalDisplay": null,
3772
+ "isValid": true,
3773
+ "validationErrors": [],
3774
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3775
+ "rawData": {},
3776
+ "sourceElement": null
3777
+ },
3778
+ {
3779
+ "id": null,
3780
+ "name": "Parent Shortcut",
3781
+ "label": "Parent Shortcut",
3782
+ "group": "General",
3783
+ "page": "",
3784
+ "type": "float",
3785
+ "dataType": "number",
3786
+ "style": "",
3787
+ "defaultValue": null,
3788
+ "minValue": null,
3789
+ "maxValue": null,
3790
+ "step": null,
3791
+ "menuItems": [],
3792
+ "menuLabels": [],
3793
+ "allowCustom": false,
3794
+ "maxLength": null,
3795
+ "pattern": null,
3796
+ "isArray": false,
3797
+ "arraySize": 1,
3798
+ "dimensions": 1,
3799
+ "description": "parentshortcut - Specifies a name you can use anywhere inside the component as the path to that component. See Parent Shortcut.",
3800
+ "tooltip": "",
3801
+ "help": "",
3802
+ "units": "",
3803
+ "examples": [],
3804
+ "isReadOnly": false,
3805
+ "isAdvanced": false,
3806
+ "isHidden": false,
3807
+ "isAnimatable": true,
3808
+ "isExpression": false,
3809
+ "isPython": false,
3810
+ "dependsOn": [],
3811
+ "affects": [],
3812
+ "linkedTo": [],
3813
+ "expressionLanguage": "",
3814
+ "defaultExpression": "",
3815
+ "commonExpressions": [],
3816
+ "order": 0,
3817
+ "isVisible": true,
3818
+ "conditionalDisplay": null,
3819
+ "isValid": true,
3820
+ "validationErrors": [],
3821
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3822
+ "rawData": {},
3823
+ "sourceElement": null
3824
+ },
3825
+ {
3826
+ "id": null,
3827
+ "name": "Global OP Shortcut",
3828
+ "label": "Global OP Shortcut",
3829
+ "group": "General",
3830
+ "page": "",
3831
+ "type": "float",
3832
+ "dataType": "number",
3833
+ "style": "",
3834
+ "defaultValue": null,
3835
+ "minValue": null,
3836
+ "maxValue": null,
3837
+ "step": null,
3838
+ "menuItems": [],
3839
+ "menuLabels": [],
3840
+ "allowCustom": false,
3841
+ "maxLength": null,
3842
+ "pattern": null,
3843
+ "isArray": false,
3844
+ "arraySize": 1,
3845
+ "dimensions": 1,
3846
+ "description": "opshortcut - Specifies a name you can use anywhere at all as the path to that component. See Global OP Shortcut.",
3847
+ "tooltip": "",
3848
+ "help": "",
3849
+ "units": "",
3850
+ "examples": [],
3851
+ "isReadOnly": false,
3852
+ "isAdvanced": false,
3853
+ "isHidden": false,
3854
+ "isAnimatable": true,
3855
+ "isExpression": false,
3856
+ "isPython": false,
3857
+ "dependsOn": [],
3858
+ "affects": [],
3859
+ "linkedTo": [],
3860
+ "expressionLanguage": "",
3861
+ "defaultExpression": "",
3862
+ "commonExpressions": [],
3863
+ "order": 0,
3864
+ "isVisible": true,
3865
+ "conditionalDisplay": null,
3866
+ "isValid": true,
3867
+ "validationErrors": [],
3868
+ "lastUpdated": "2025-08-07T07:50:11.765Z",
3869
+ "rawData": {},
3870
+ "sourceElement": null
3871
+ },
3872
+ {
3873
+ "id": null,
3874
+ "name": "Internal OP",
3875
+ "label": "Internal OP",
3876
+ "group": "General",
3877
+ "page": "",
3878
+ "type": "float",
3879
+ "dataType": "number",
3880
+ "style": "",
3881
+ "defaultValue": null,
3882
+ "minValue": null,
3883
+ "maxValue": null,
3884
+ "step": null,
3885
+ "menuItems": [],
3886
+ "menuLabels": [],
3887
+ "allowCustom": false,
3888
+ "maxLength": null,
3889
+ "pattern": null,
3890
+ "isArray": false,
3891
+ "arraySize": 1,
3892
+ "dimensions": 1,
3893
+ "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.",
3894
+ "tooltip": "",
3895
+ "help": "",
3896
+ "units": "",
3897
+ "examples": [],
3898
+ "isReadOnly": false,
3899
+ "isAdvanced": false,
3900
+ "isHidden": false,
3901
+ "isAnimatable": true,
3902
+ "isExpression": false,
3903
+ "isPython": false,
3904
+ "dependsOn": [],
3905
+ "affects": [],
3906
+ "linkedTo": [],
3907
+ "expressionLanguage": "",
3908
+ "defaultExpression": "",
3909
+ "commonExpressions": [],
3910
+ "order": 0,
3911
+ "isVisible": true,
3912
+ "conditionalDisplay": null,
3913
+ "isValid": true,
3914
+ "validationErrors": [],
3915
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
3916
+ "rawData": {},
3917
+ "sourceElement": null
3918
+ },
3919
+ {
3920
+ "id": null,
3921
+ "name": "Shortcut",
3922
+ "label": "Shortcut",
3923
+ "group": "General",
3924
+ "page": "",
3925
+ "type": "float",
3926
+ "dataType": "number",
3927
+ "style": "",
3928
+ "defaultValue": null,
3929
+ "minValue": null,
3930
+ "maxValue": null,
3931
+ "step": null,
3932
+ "menuItems": [],
3933
+ "menuLabels": [],
3934
+ "allowCustom": false,
3935
+ "maxLength": null,
3936
+ "pattern": null,
3937
+ "isArray": false,
3938
+ "arraySize": 1,
3939
+ "dimensions": 1,
3940
+ "description": "iop0shortcut - Specifies a name you can use anywhere inside the component as a path to \"Internal \" below. See Internal Operators.",
3941
+ "tooltip": "",
3942
+ "help": "",
3943
+ "units": "",
3944
+ "examples": [],
3945
+ "isReadOnly": false,
3946
+ "isAdvanced": false,
3947
+ "isHidden": false,
3948
+ "isAnimatable": true,
3949
+ "isExpression": false,
3950
+ "isPython": false,
3951
+ "dependsOn": [],
3952
+ "affects": [],
3953
+ "linkedTo": [],
3954
+ "expressionLanguage": "",
3955
+ "defaultExpression": "",
3956
+ "commonExpressions": [],
3957
+ "order": 0,
3958
+ "isVisible": true,
3959
+ "conditionalDisplay": null,
3960
+ "isValid": true,
3961
+ "validationErrors": [],
3962
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
3963
+ "rawData": {},
3964
+ "sourceElement": null
3965
+ },
3966
+ {
3967
+ "id": null,
3968
+ "name": "OP",
3969
+ "label": "OP",
3970
+ "group": "General",
3971
+ "page": "",
3972
+ "type": "float",
3973
+ "dataType": "number",
3974
+ "style": "",
3975
+ "defaultValue": null,
3976
+ "minValue": null,
3977
+ "maxValue": null,
3978
+ "step": null,
3979
+ "menuItems": [],
3980
+ "menuLabels": [],
3981
+ "allowCustom": false,
3982
+ "maxLength": null,
3983
+ "pattern": null,
3984
+ "isArray": false,
3985
+ "arraySize": 1,
3986
+ "dimensions": 1,
3987
+ "description": "iop0op - The path to the Internal OP inside this component. See Internal Operators.",
3988
+ "tooltip": "",
3989
+ "help": "",
3990
+ "units": "",
3991
+ "examples": [],
3992
+ "isReadOnly": false,
3993
+ "isAdvanced": false,
3994
+ "isHidden": false,
3995
+ "isAnimatable": true,
3996
+ "isExpression": false,
3997
+ "isPython": false,
3998
+ "dependsOn": [],
3999
+ "affects": [],
4000
+ "linkedTo": [],
4001
+ "expressionLanguage": "",
4002
+ "defaultExpression": "",
4003
+ "commonExpressions": [],
4004
+ "order": 0,
4005
+ "isVisible": true,
4006
+ "conditionalDisplay": null,
4007
+ "isValid": true,
4008
+ "validationErrors": [],
4009
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
4010
+ "rawData": {},
4011
+ "sourceElement": null
4012
+ },
4013
+ {
4014
+ "id": null,
4015
+ "name": "Node View",
4016
+ "label": "Node View",
4017
+ "group": "General",
4018
+ "page": "",
4019
+ "type": "float",
4020
+ "dataType": "number",
4021
+ "style": "",
4022
+ "defaultValue": null,
4023
+ "minValue": null,
4024
+ "maxValue": null,
4025
+ "step": null,
4026
+ "menuItems": [],
4027
+ "menuLabels": [],
4028
+ "allowCustom": false,
4029
+ "maxLength": null,
4030
+ "pattern": null,
4031
+ "isArray": false,
4032
+ "arraySize": 1,
4033
+ "dimensions": 1,
4034
+ "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.",
4035
+ "tooltip": "",
4036
+ "help": "",
4037
+ "units": "",
4038
+ "examples": [],
4039
+ "isReadOnly": false,
4040
+ "isAdvanced": false,
4041
+ "isHidden": false,
4042
+ "isAnimatable": true,
4043
+ "isExpression": false,
4044
+ "isPython": false,
4045
+ "dependsOn": [],
4046
+ "affects": [],
4047
+ "linkedTo": [],
4048
+ "expressionLanguage": "",
4049
+ "defaultExpression": "",
4050
+ "commonExpressions": [],
4051
+ "order": 0,
4052
+ "isVisible": true,
4053
+ "conditionalDisplay": null,
4054
+ "isValid": true,
4055
+ "validationErrors": [],
4056
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
4057
+ "rawData": {},
4058
+ "sourceElement": null
4059
+ },
4060
+ {
4061
+ "id": null,
4062
+ "name": "Default Viewer",
4063
+ "label": "Default Viewer",
4064
+ "group": "General",
4065
+ "page": "",
4066
+ "type": "float",
4067
+ "dataType": "number",
4068
+ "style": "",
4069
+ "defaultValue": null,
4070
+ "minValue": null,
4071
+ "maxValue": null,
4072
+ "step": null,
4073
+ "menuItems": [],
4074
+ "menuLabels": [],
4075
+ "allowCustom": false,
4076
+ "maxLength": null,
4077
+ "pattern": null,
4078
+ "isArray": false,
4079
+ "arraySize": 1,
4080
+ "dimensions": 1,
4081
+ "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.",
4082
+ "tooltip": "",
4083
+ "help": "",
4084
+ "units": "",
4085
+ "examples": [],
4086
+ "isReadOnly": false,
4087
+ "isAdvanced": false,
4088
+ "isHidden": false,
4089
+ "isAnimatable": true,
4090
+ "isExpression": false,
4091
+ "isPython": false,
4092
+ "dependsOn": [],
4093
+ "affects": [],
4094
+ "linkedTo": [],
4095
+ "expressionLanguage": "",
4096
+ "defaultExpression": "",
4097
+ "commonExpressions": [],
4098
+ "order": 0,
4099
+ "isVisible": true,
4100
+ "conditionalDisplay": null,
4101
+ "isValid": true,
4102
+ "validationErrors": [],
4103
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
4104
+ "rawData": {},
4105
+ "sourceElement": null
4106
+ },
4107
+ {
4108
+ "id": null,
4109
+ "name": "Operator Viewer",
4110
+ "label": "Operator Viewer",
4111
+ "group": "General",
4112
+ "page": "",
4113
+ "type": "float",
4114
+ "dataType": "number",
4115
+ "style": "",
4116
+ "defaultValue": null,
4117
+ "minValue": null,
4118
+ "maxValue": null,
4119
+ "step": null,
4120
+ "menuItems": [],
4121
+ "menuLabels": [],
4122
+ "allowCustom": false,
4123
+ "maxLength": null,
4124
+ "pattern": null,
4125
+ "isArray": false,
4126
+ "arraySize": 1,
4127
+ "dimensions": 1,
4128
+ "description": "opviewer - Select which operator's node viewer to use when the Node View parameter above is set to Operator .",
4129
+ "tooltip": "",
4130
+ "help": "",
4131
+ "units": "",
4132
+ "examples": [],
4133
+ "isReadOnly": false,
4134
+ "isAdvanced": false,
4135
+ "isHidden": false,
4136
+ "isAnimatable": true,
4137
+ "isExpression": false,
4138
+ "isPython": false,
4139
+ "dependsOn": [],
4140
+ "affects": [],
4141
+ "linkedTo": [],
4142
+ "expressionLanguage": "",
4143
+ "defaultExpression": "",
4144
+ "commonExpressions": [],
4145
+ "order": 0,
4146
+ "isVisible": true,
4147
+ "conditionalDisplay": null,
4148
+ "isValid": true,
4149
+ "validationErrors": [],
4150
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
4151
+ "rawData": {},
4152
+ "sourceElement": null
4153
+ },
4154
+ {
4155
+ "id": null,
4156
+ "name": "Enable Cloning",
4157
+ "label": "Enable Cloning",
4158
+ "group": "General",
4159
+ "page": "",
4160
+ "type": "float",
4161
+ "dataType": "number",
4162
+ "style": "",
4163
+ "defaultValue": null,
4164
+ "minValue": null,
4165
+ "maxValue": null,
4166
+ "step": null,
4167
+ "menuItems": [],
4168
+ "menuLabels": [],
4169
+ "allowCustom": false,
4170
+ "maxLength": null,
4171
+ "pattern": null,
4172
+ "isArray": false,
4173
+ "arraySize": 1,
4174
+ "dimensions": 1,
4175
+ "description": "enablecloning - Control if the OP should be actively cloneing. Turning this off causes this node to stop cloning it's ' Master'.",
4176
+ "tooltip": "",
4177
+ "help": "",
4178
+ "units": "",
4179
+ "examples": [],
4180
+ "isReadOnly": false,
4181
+ "isAdvanced": false,
4182
+ "isHidden": false,
4183
+ "isAnimatable": true,
4184
+ "isExpression": false,
4185
+ "isPython": false,
4186
+ "dependsOn": [],
4187
+ "affects": [],
4188
+ "linkedTo": [],
4189
+ "expressionLanguage": "",
4190
+ "defaultExpression": "",
4191
+ "commonExpressions": [],
4192
+ "order": 0,
4193
+ "isVisible": true,
4194
+ "conditionalDisplay": null,
4195
+ "isValid": true,
4196
+ "validationErrors": [],
4197
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
4198
+ "rawData": {},
4199
+ "sourceElement": null
4200
+ },
4201
+ {
4202
+ "id": null,
4203
+ "name": "Enable Cloning Pulse",
4204
+ "label": "Enable Cloning Pulse",
4205
+ "group": "General",
4206
+ "page": "",
4207
+ "type": "float",
4208
+ "dataType": "number",
4209
+ "style": "",
4210
+ "defaultValue": null,
4211
+ "minValue": null,
4212
+ "maxValue": null,
4213
+ "step": null,
4214
+ "menuItems": [],
4215
+ "menuLabels": [],
4216
+ "allowCustom": false,
4217
+ "maxLength": null,
4218
+ "pattern": null,
4219
+ "isArray": false,
4220
+ "arraySize": 1,
4221
+ "dimensions": 1,
4222
+ "description": "enablecloningpulse - Instantaneously clone the contents.",
4223
+ "tooltip": "",
4224
+ "help": "",
4225
+ "units": "",
4226
+ "examples": [],
4227
+ "isReadOnly": false,
4228
+ "isAdvanced": false,
4229
+ "isHidden": false,
4230
+ "isAnimatable": true,
4231
+ "isExpression": false,
4232
+ "isPython": false,
4233
+ "dependsOn": [],
4234
+ "affects": [],
4235
+ "linkedTo": [],
4236
+ "expressionLanguage": "",
4237
+ "defaultExpression": "",
4238
+ "commonExpressions": [],
4239
+ "order": 0,
4240
+ "isVisible": true,
4241
+ "conditionalDisplay": null,
4242
+ "isValid": true,
4243
+ "validationErrors": [],
4244
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
4245
+ "rawData": {},
4246
+ "sourceElement": null
4247
+ },
4248
+ {
4249
+ "id": null,
4250
+ "name": "Clone Master",
4251
+ "label": "Clone Master",
4252
+ "group": "General",
4253
+ "page": "",
4254
+ "type": "float",
4255
+ "dataType": "number",
4256
+ "style": "",
4257
+ "defaultValue": null,
4258
+ "minValue": null,
4259
+ "maxValue": null,
4260
+ "step": null,
4261
+ "menuItems": [],
4262
+ "menuLabels": [],
4263
+ "allowCustom": false,
4264
+ "maxLength": null,
4265
+ "pattern": null,
4266
+ "isArray": false,
4267
+ "arraySize": 1,
4268
+ "dimensions": 1,
4269
+ "description": "clone - to a component used as the Master Clone.",
4270
+ "tooltip": "",
4271
+ "help": "",
4272
+ "units": "",
4273
+ "examples": [],
4274
+ "isReadOnly": false,
4275
+ "isAdvanced": false,
4276
+ "isHidden": false,
4277
+ "isAnimatable": true,
4278
+ "isExpression": false,
4279
+ "isPython": false,
4280
+ "dependsOn": [],
4281
+ "affects": [],
4282
+ "linkedTo": [],
4283
+ "expressionLanguage": "",
4284
+ "defaultExpression": "",
4285
+ "commonExpressions": [],
4286
+ "order": 0,
4287
+ "isVisible": true,
4288
+ "conditionalDisplay": null,
4289
+ "isValid": true,
4290
+ "validationErrors": [],
4291
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
4292
+ "rawData": {},
4293
+ "sourceElement": null
4294
+ },
4295
+ {
4296
+ "id": null,
4297
+ "name": "Load on Demand",
4298
+ "label": "Load on Demand",
4299
+ "group": "General",
4300
+ "page": "",
4301
+ "type": "float",
4302
+ "dataType": "number",
4303
+ "style": "",
4304
+ "defaultValue": null,
4305
+ "minValue": null,
4306
+ "maxValue": null,
4307
+ "step": null,
4308
+ "menuItems": [],
4309
+ "menuLabels": [],
4310
+ "allowCustom": false,
4311
+ "maxLength": null,
4312
+ "pattern": null,
4313
+ "isArray": false,
4314
+ "arraySize": 1,
4315
+ "dimensions": 1,
4316
+ "description": "loadondemand - Loads the component into memory only when required. Good to use for components that are not always used in the project.",
4317
+ "tooltip": "",
4318
+ "help": "",
4319
+ "units": "",
4320
+ "examples": [],
4321
+ "isReadOnly": false,
4322
+ "isAdvanced": false,
4323
+ "isHidden": false,
4324
+ "isAnimatable": true,
4325
+ "isExpression": false,
4326
+ "isPython": false,
4327
+ "dependsOn": [],
4328
+ "affects": [],
4329
+ "linkedTo": [],
4330
+ "expressionLanguage": "",
4331
+ "defaultExpression": "",
4332
+ "commonExpressions": [],
4333
+ "order": 0,
4334
+ "isVisible": true,
4335
+ "conditionalDisplay": null,
4336
+ "isValid": true,
4337
+ "validationErrors": [],
4338
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
4339
+ "rawData": {},
4340
+ "sourceElement": null
4341
+ },
4342
+ {
4343
+ "id": null,
4344
+ "name": "Enable External .tox",
4345
+ "label": "Enable External .tox",
4346
+ "group": "General",
4347
+ "page": "",
4348
+ "type": "float",
4349
+ "dataType": "number",
4350
+ "style": "",
4351
+ "defaultValue": null,
4352
+ "minValue": null,
4353
+ "maxValue": null,
4354
+ "step": null,
4355
+ "menuItems": [],
4356
+ "menuLabels": [],
4357
+ "allowCustom": false,
4358
+ "maxLength": null,
4359
+ "pattern": null,
4360
+ "isArray": false,
4361
+ "arraySize": 1,
4362
+ "dimensions": 1,
4363
+ "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.",
4364
+ "tooltip": "",
4365
+ "help": "",
4366
+ "units": "",
4367
+ "examples": [],
4368
+ "isReadOnly": false,
4369
+ "isAdvanced": false,
4370
+ "isHidden": false,
4371
+ "isAnimatable": true,
4372
+ "isExpression": false,
4373
+ "isPython": false,
4374
+ "dependsOn": [],
4375
+ "affects": [],
4376
+ "linkedTo": [],
4377
+ "expressionLanguage": "",
4378
+ "defaultExpression": "",
4379
+ "commonExpressions": [],
4380
+ "order": 0,
4381
+ "isVisible": true,
4382
+ "conditionalDisplay": null,
4383
+ "isValid": true,
4384
+ "validationErrors": [],
4385
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
4386
+ "rawData": {},
4387
+ "sourceElement": null
4388
+ },
4389
+ {
4390
+ "id": null,
4391
+ "name": "Enable External .tox Pulse",
4392
+ "label": "Enable External .tox Pulse",
4393
+ "group": "General",
4394
+ "page": "",
4395
+ "type": "float",
4396
+ "dataType": "number",
4397
+ "style": "",
4398
+ "defaultValue": null,
4399
+ "minValue": null,
4400
+ "maxValue": null,
4401
+ "step": null,
4402
+ "menuItems": [],
4403
+ "menuLabels": [],
4404
+ "allowCustom": false,
4405
+ "maxLength": null,
4406
+ "pattern": null,
4407
+ "isArray": false,
4408
+ "arraySize": 1,
4409
+ "dimensions": 1,
4410
+ "description": "enableexternaltoxpulse - This button will re-load from the external file (if present).",
4411
+ "tooltip": "",
4412
+ "help": "",
4413
+ "units": "",
4414
+ "examples": [],
4415
+ "isReadOnly": false,
4416
+ "isAdvanced": false,
4417
+ "isHidden": false,
4418
+ "isAnimatable": true,
4419
+ "isExpression": false,
4420
+ "isPython": false,
4421
+ "dependsOn": [],
4422
+ "affects": [],
4423
+ "linkedTo": [],
4424
+ "expressionLanguage": "",
4425
+ "defaultExpression": "",
4426
+ "commonExpressions": [],
4427
+ "order": 0,
4428
+ "isVisible": true,
4429
+ "conditionalDisplay": null,
4430
+ "isValid": true,
4431
+ "validationErrors": [],
4432
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
4433
+ "rawData": {},
4434
+ "sourceElement": null
4435
+ },
4436
+ {
4437
+ "id": null,
4438
+ "name": "External .tox Path",
4439
+ "label": "External .tox Path",
4440
+ "group": "General",
4441
+ "page": "",
4442
+ "type": "float",
4443
+ "dataType": "number",
4444
+ "style": "",
4445
+ "defaultValue": null,
4446
+ "minValue": null,
4447
+ "maxValue": null,
4448
+ "step": null,
4449
+ "menuItems": [],
4450
+ "menuLabels": [],
4451
+ "allowCustom": false,
4452
+ "maxLength": null,
4453
+ "pattern": null,
4454
+ "isArray": false,
4455
+ "arraySize": 1,
4456
+ "dimensions": 1,
4457
+ "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.",
4458
+ "tooltip": "",
4459
+ "help": "",
4460
+ "units": "",
4461
+ "examples": [],
4462
+ "isReadOnly": false,
4463
+ "isAdvanced": false,
4464
+ "isHidden": false,
4465
+ "isAnimatable": true,
4466
+ "isExpression": false,
4467
+ "isPython": false,
4468
+ "dependsOn": [],
4469
+ "affects": [],
4470
+ "linkedTo": [],
4471
+ "expressionLanguage": "",
4472
+ "defaultExpression": "",
4473
+ "commonExpressions": [],
4474
+ "order": 0,
4475
+ "isVisible": true,
4476
+ "conditionalDisplay": null,
4477
+ "isValid": true,
4478
+ "validationErrors": [],
4479
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
4480
+ "rawData": {},
4481
+ "sourceElement": null
4482
+ },
4483
+ {
4484
+ "id": null,
4485
+ "name": "Reload Custom Parameters",
4486
+ "label": "Reload Custom Parameters",
4487
+ "group": "General",
4488
+ "page": "",
4489
+ "type": "float",
4490
+ "dataType": "number",
4491
+ "style": "",
4492
+ "defaultValue": null,
4493
+ "minValue": null,
4494
+ "maxValue": null,
4495
+ "step": null,
4496
+ "menuItems": [],
4497
+ "menuLabels": [],
4498
+ "allowCustom": false,
4499
+ "maxLength": null,
4500
+ "pattern": null,
4501
+ "isArray": false,
4502
+ "arraySize": 1,
4503
+ "dimensions": 1,
4504
+ "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.",
4505
+ "tooltip": "",
4506
+ "help": "",
4507
+ "units": "",
4508
+ "examples": [],
4509
+ "isReadOnly": false,
4510
+ "isAdvanced": false,
4511
+ "isHidden": false,
4512
+ "isAnimatable": true,
4513
+ "isExpression": false,
4514
+ "isPython": false,
4515
+ "dependsOn": [],
4516
+ "affects": [],
4517
+ "linkedTo": [],
4518
+ "expressionLanguage": "",
4519
+ "defaultExpression": "",
4520
+ "commonExpressions": [],
4521
+ "order": 0,
4522
+ "isVisible": true,
4523
+ "conditionalDisplay": null,
4524
+ "isValid": true,
4525
+ "validationErrors": [],
4526
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
4527
+ "rawData": {},
4528
+ "sourceElement": null
4529
+ },
4530
+ {
4531
+ "id": null,
4532
+ "name": "Reload Built-In Parameters",
4533
+ "label": "Reload Built-In Parameters",
4534
+ "group": "General",
4535
+ "page": "",
4536
+ "type": "float",
4537
+ "dataType": "number",
4538
+ "style": "",
4539
+ "defaultValue": null,
4540
+ "minValue": null,
4541
+ "maxValue": null,
4542
+ "step": null,
4543
+ "menuItems": [],
4544
+ "menuLabels": [],
4545
+ "allowCustom": false,
4546
+ "maxLength": null,
4547
+ "pattern": null,
4548
+ "isArray": false,
4549
+ "arraySize": 1,
4550
+ "dimensions": 1,
4551
+ "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.",
4552
+ "tooltip": "",
4553
+ "help": "",
4554
+ "units": "",
4555
+ "examples": [],
4556
+ "isReadOnly": false,
4557
+ "isAdvanced": false,
4558
+ "isHidden": false,
4559
+ "isAnimatable": true,
4560
+ "isExpression": false,
4561
+ "isPython": false,
4562
+ "dependsOn": [],
4563
+ "affects": [],
4564
+ "linkedTo": [],
4565
+ "expressionLanguage": "",
4566
+ "defaultExpression": "",
4567
+ "commonExpressions": [],
4568
+ "order": 0,
4569
+ "isVisible": true,
4570
+ "conditionalDisplay": null,
4571
+ "isValid": true,
4572
+ "validationErrors": [],
4573
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
4574
+ "rawData": {},
4575
+ "sourceElement": null
4576
+ },
4577
+ {
4578
+ "id": null,
4579
+ "name": "Save Backup of External",
4580
+ "label": "Save Backup of External",
4581
+ "group": "General",
4582
+ "page": "",
4583
+ "type": "float",
4584
+ "dataType": "number",
4585
+ "style": "",
4586
+ "defaultValue": null,
4587
+ "minValue": null,
4588
+ "maxValue": null,
4589
+ "step": null,
4590
+ "menuItems": [],
4591
+ "menuLabels": [],
4592
+ "allowCustom": false,
4593
+ "maxLength": null,
4594
+ "pattern": null,
4595
+ "isArray": false,
4596
+ "arraySize": 1,
4597
+ "dimensions": 1,
4598
+ "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.",
4599
+ "tooltip": "",
4600
+ "help": "",
4601
+ "units": "",
4602
+ "examples": [],
4603
+ "isReadOnly": false,
4604
+ "isAdvanced": false,
4605
+ "isHidden": false,
4606
+ "isAnimatable": true,
4607
+ "isExpression": false,
4608
+ "isPython": false,
4609
+ "dependsOn": [],
4610
+ "affects": [],
4611
+ "linkedTo": [],
4612
+ "expressionLanguage": "",
4613
+ "defaultExpression": "",
4614
+ "commonExpressions": [],
4615
+ "order": 0,
4616
+ "isVisible": true,
4617
+ "conditionalDisplay": null,
4618
+ "isValid": true,
4619
+ "validationErrors": [],
4620
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
4621
+ "rawData": {},
4622
+ "sourceElement": null
4623
+ },
4624
+ {
4625
+ "id": null,
4626
+ "name": "Sub-Component to Load",
4627
+ "label": "Sub-Component to Load",
4628
+ "group": "General",
4629
+ "page": "",
4630
+ "type": "float",
4631
+ "dataType": "number",
4632
+ "style": "",
4633
+ "defaultValue": null,
4634
+ "minValue": null,
4635
+ "maxValue": null,
4636
+ "step": null,
4637
+ "menuItems": [],
4638
+ "menuLabels": [],
4639
+ "allowCustom": false,
4640
+ "maxLength": null,
4641
+ "pattern": null,
4642
+ "isArray": false,
4643
+ "arraySize": 1,
4644
+ "dimensions": 1,
4645
+ "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.",
4646
+ "tooltip": "",
4647
+ "help": "",
4648
+ "units": "",
4649
+ "examples": [],
4650
+ "isReadOnly": false,
4651
+ "isAdvanced": false,
4652
+ "isHidden": false,
4653
+ "isAnimatable": true,
4654
+ "isExpression": false,
4655
+ "isPython": false,
4656
+ "dependsOn": [],
4657
+ "affects": [],
4658
+ "linkedTo": [],
4659
+ "expressionLanguage": "",
4660
+ "defaultExpression": "",
4661
+ "commonExpressions": [],
4662
+ "order": 0,
4663
+ "isVisible": true,
4664
+ "conditionalDisplay": null,
4665
+ "isValid": true,
4666
+ "validationErrors": [],
4667
+ "lastUpdated": "2025-08-07T07:50:11.766Z",
4668
+ "rawData": {},
4669
+ "sourceElement": null
4670
+ },
4671
+ {
4672
+ "id": null,
4673
+ "name": "Relative File Path Behavior",
4674
+ "label": "Relative File Path Behavior",
4675
+ "group": "General",
4676
+ "page": "",
4677
+ "type": "float",
4678
+ "dataType": "number",
4679
+ "style": "",
4680
+ "defaultValue": null,
4681
+ "minValue": null,
4682
+ "maxValue": null,
4683
+ "step": null,
4684
+ "menuItems": [],
4685
+ "menuLabels": [],
4686
+ "allowCustom": false,
4687
+ "maxLength": null,
4688
+ "pattern": null,
4689
+ "isArray": false,
4690
+ "arraySize": 1,
4691
+ "dimensions": 1,
4692
+ "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.",
4693
+ "tooltip": "",
4694
+ "help": "",
4695
+ "units": "",
4696
+ "examples": [],
4697
+ "isReadOnly": false,
4698
+ "isAdvanced": false,
4699
+ "isHidden": false,
4700
+ "isAnimatable": true,
4701
+ "isExpression": false,
4702
+ "isPython": false,
4703
+ "dependsOn": [],
4704
+ "affects": [],
4705
+ "linkedTo": [],
4706
+ "expressionLanguage": "",
4707
+ "defaultExpression": "",
4708
+ "commonExpressions": [],
4709
+ "order": 0,
4710
+ "isVisible": true,
4711
+ "conditionalDisplay": null,
4712
+ "isValid": true,
4713
+ "validationErrors": [],
4714
+ "lastUpdated": "2025-08-07T07:50:11.767Z",
4715
+ "rawData": {},
4716
+ "sourceElement": null
4717
+ },
4718
+ {
4719
+ "id": null,
4720
+ "name": "Use Parent's Behavior",
4721
+ "label": "Use Parent's Behavior",
4722
+ "group": "General",
4723
+ "page": "",
4724
+ "type": "float",
4725
+ "dataType": "number",
4726
+ "style": "",
4727
+ "defaultValue": null,
4728
+ "minValue": null,
4729
+ "maxValue": null,
4730
+ "step": null,
4731
+ "menuItems": [],
4732
+ "menuLabels": [],
4733
+ "allowCustom": false,
4734
+ "maxLength": null,
4735
+ "pattern": null,
4736
+ "isArray": false,
4737
+ "arraySize": 1,
4738
+ "dimensions": 1,
4739
+ "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.",
4740
+ "tooltip": "",
4741
+ "help": "",
4742
+ "units": "",
4743
+ "examples": [],
4744
+ "isReadOnly": false,
4745
+ "isAdvanced": false,
4746
+ "isHidden": false,
4747
+ "isAnimatable": true,
4748
+ "isExpression": false,
4749
+ "isPython": false,
4750
+ "dependsOn": [],
4751
+ "affects": [],
4752
+ "linkedTo": [],
4753
+ "expressionLanguage": "",
4754
+ "defaultExpression": "",
4755
+ "commonExpressions": [],
4756
+ "order": 0,
4757
+ "isVisible": true,
4758
+ "conditionalDisplay": null,
4759
+ "isValid": true,
4760
+ "validationErrors": [],
4761
+ "lastUpdated": "2025-08-07T07:50:11.767Z",
4762
+ "rawData": {},
4763
+ "sourceElement": null
4764
+ }
4765
+ ],
4766
+ "parameterGroups": {},
4767
+ "codeExamples": [],
4768
+ "pythonExamples": [],
4769
+ "expressions": [],
4770
+ "commonInputs": [],
4771
+ "commonOutputs": [],
4772
+ "relatedOperators": [],
4773
+ "workflowPatterns": [],
4774
+ "images": [],
4775
+ "videos": [],
4776
+ "assets": [],
4777
+ "keywords": [
4778
+ "usd",
4779
+ "comp",
4780
+ "loads",
4781
+ "imports",
4782
+ "most",
4783
+ "geometric",
4784
+ "schemas",
4785
+ "file",
4786
+ "crate/binary",
4787
+ "ascii"
4788
+ ],
4789
+ "tags": [
4790
+ "COMP",
4791
+ "TouchDesigner",
4792
+ "USD COMP"
4793
+ ],
4794
+ "searchWeight": 1,
4795
+ "contentHash": "",
4796
+ "processingDate": "2025-08-07T07:50:11.768Z",
4797
+ "processingVersion": "1.0.0",
4798
+ "isValid": true,
4799
+ "validationErrors": []
4800
+ }