mcp-lp-server 0.1.0__py3-none-any.whl

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 (271) hide show
  1. codegens/gravi/cms/cms_content_pb2.py +110 -0
  2. codegens/gravi/cms/cms_content_pb2.pyi +231 -0
  3. codegens/gravi/common/gravi_common_pb2.py +44 -0
  4. codegens/gravi/common/gravi_common_pb2.pyi +51 -0
  5. codegens/gravi/gsfile/asset/persistence/asset_pb2.py +40 -0
  6. codegens/gravi/gsfile/asset/persistence/asset_pb2.pyi +16 -0
  7. codegens/gravi/gsfile/layergroup/persistence/layer_group_pb2.py +40 -0
  8. codegens/gravi/gsfile/layergroup/persistence/layer_group_pb2.pyi +16 -0
  9. codegens/gravi/gsfile/legacy/legacy_gsfile_pb2.py +53 -0
  10. codegens/gravi/gsfile/legacy/legacy_gsfile_pb2.pyi +58 -0
  11. codegens/gravi/gsfile/metadata/persistence/metadata_pb2.py +45 -0
  12. codegens/gravi/gsfile/metadata/persistence/metadata_pb2.pyi +32 -0
  13. codegens/gravi/gsfile/sketch_gsfile_pb2.py +160 -0
  14. codegens/gravi/gsfile/sketch_gsfile_pb2.pyi +546 -0
  15. codegens/gravi/gsfile/strokelayer/persistence/layer_pb2.py +41 -0
  16. codegens/gravi/gsfile/strokelayer/persistence/layer_pb2.pyi +25 -0
  17. codegens/gravi/library/material_library_pb2.py +38 -0
  18. codegens/gravi/library/material_library_pb2.pyi +16 -0
  19. codegens/gravi/localization/localization_pb2.py +51 -0
  20. codegens/gravi/localization/localization_pb2.pyi +71 -0
  21. codegens/gravi/models/bot_export_pb2.py +54 -0
  22. codegens/gravi/models/bot_export_pb2.pyi +77 -0
  23. codegens/gravi/models/gravi_model_pb2.py +322 -0
  24. codegens/gravi/models/gravi_model_pb2.pyi +1450 -0
  25. codegens/gravi/models/notifications_pb2.py +105 -0
  26. codegens/gravi/models/notifications_pb2.pyi +169 -0
  27. codegens/gravi/models/preferences_pb2.py +193 -0
  28. codegens/gravi/models/preferences_pb2.pyi +839 -0
  29. codegens/gravi/models/rhino_compute_pb2.py +54 -0
  30. codegens/gravi/models/rhino_compute_pb2.pyi +57 -0
  31. codegens/gravi/proxy/control_pb2.py +44 -0
  32. codegens/gravi/proxy/control_pb2.pyi +23 -0
  33. codegens/gravi/release/release_pb2.py +45 -0
  34. codegens/gravi/release/release_pb2.pyi +50 -0
  35. codegens/gravi/rest/ai/ask_pb2.py +60 -0
  36. codegens/gravi/rest/ai/ask_pb2.pyi +54 -0
  37. codegens/gravi/rest/ai/image_pb2.py +69 -0
  38. codegens/gravi/rest/ai/image_pb2.pyi +92 -0
  39. codegens/gravi/rest/auth/auth_pb2.py +281 -0
  40. codegens/gravi/rest/auth/auth_pb2.pyi +717 -0
  41. codegens/gravi/rest/common/async_pb2.py +40 -0
  42. codegens/gravi/rest/common/async_pb2.pyi +12 -0
  43. codegens/gravi/rest/doc/comment_pb2.py +92 -0
  44. codegens/gravi/rest/doc/comment_pb2.pyi +172 -0
  45. codegens/gravi/rest/doc/doc_rest_pb2.py +385 -0
  46. codegens/gravi/rest/doc/doc_rest_pb2.pyi +1005 -0
  47. codegens/gravi/rest/doc/export_pb2.py +127 -0
  48. codegens/gravi/rest/doc/export_pb2.pyi +278 -0
  49. codegens/gravi/rest/doc/revision_pb2.py +51 -0
  50. codegens/gravi/rest/doc/revision_pb2.pyi +41 -0
  51. codegens/gravi/rest/doc/room_pb2.py +207 -0
  52. codegens/gravi/rest/doc/room_pb2.pyi +443 -0
  53. codegens/gravi/rest/model/achievement_pb2.py +46 -0
  54. codegens/gravi/rest/model/achievement_pb2.pyi +119 -0
  55. codegens/gravi/rest/model/activate_code_pb2.py +51 -0
  56. codegens/gravi/rest/model/activate_code_pb2.pyi +119 -0
  57. codegens/gravi/rest/model/collab_pb2.py +57 -0
  58. codegens/gravi/rest/model/collab_pb2.pyi +72 -0
  59. codegens/gravi/rest/model/login_pb2.py +49 -0
  60. codegens/gravi/rest/model/login_pb2.pyi +115 -0
  61. codegens/gravi/rest/model/online_sketch_pb2.py +104 -0
  62. codegens/gravi/rest/model/online_sketch_pb2.pyi +208 -0
  63. codegens/gravi/rest/model/organisation_pb2.py +45 -0
  64. codegens/gravi/rest/model/organisation_pb2.pyi +29 -0
  65. codegens/gravi/rest/model/pair_device_pb2.py +81 -0
  66. codegens/gravi/rest/model/pair_device_pb2.pyi +108 -0
  67. codegens/gravi/rest/model/platform_rest_pb2.py +568 -0
  68. codegens/gravi/rest/model/platform_rest_pb2.pyi +2442 -0
  69. codegens/gravi/rest/model/signup_pb2.py +88 -0
  70. codegens/gravi/rest/model/signup_pb2.pyi +177 -0
  71. codegens/gravi/rest/org/invitation_pb2.py +86 -0
  72. codegens/gravi/rest/org/invitation_pb2.pyi +123 -0
  73. codegens/gravi/rest/org/management_pb2.py +68 -0
  74. codegens/gravi/rest/org/management_pb2.pyi +136 -0
  75. codegens/gravi/rest/org/team_member_pb2.py +76 -0
  76. codegens/gravi/rest/org/team_member_pb2.pyi +99 -0
  77. codegens/gravi/rest/org/team_pb2.py +255 -0
  78. codegens/gravi/rest/org/team_pb2.pyi +625 -0
  79. codegens/gravi/rest/sketch/sketch_pb2.py +83 -0
  80. codegens/gravi/rest/sketch/sketch_pb2.pyi +114 -0
  81. codegens/gravi/rest/user/account_pb2.py +47 -0
  82. codegens/gravi/rest/user/account_pb2.pyi +28 -0
  83. codegens/gravi/rest/user/connections_pb2.py +115 -0
  84. codegens/gravi/rest/user/connections_pb2.pyi +199 -0
  85. codegens/gravi/rest/user/profile_pb2.py +98 -0
  86. codegens/gravi/rest/user/profile_pb2.pyi +194 -0
  87. codegens/gravi/rest/user/update_check_pb2.py +46 -0
  88. codegens/gravi/rest/user/update_check_pb2.pyi +64 -0
  89. codegens/gravi/rest/voicechat/transcribe_pb2.py +53 -0
  90. codegens/gravi/rest/voicechat/transcribe_pb2.pyi +36 -0
  91. codegens/gravi/rest/voicechat/voice_pb2.py +69 -0
  92. codegens/gravi/rest/voicechat/voice_pb2.pyi +77 -0
  93. codegens/gravi/rpc/cosketch_rpc_pb2.py +354 -0
  94. codegens/gravi/rpc/cosketch_rpc_pb2.pyi +1518 -0
  95. codegens/gravi/rpc/cosketch_serverpush_pb2.py +54 -0
  96. codegens/gravi/rpc/cosketch_serverpush_pb2.pyi +68 -0
  97. codegens/gravi/rpc/files/file_upload_pb2.py +43 -0
  98. codegens/gravi/rpc/files/file_upload_pb2.pyi +68 -0
  99. codegens/gravi/rpc/model/collab_tools_pb2.py +111 -0
  100. codegens/gravi/rpc/model/collab_tools_pb2.pyi +199 -0
  101. codegens/gravi/rpc/model/common/sketch_common_pb2.py +161 -0
  102. codegens/gravi/rpc/model/common/sketch_common_pb2.pyi +647 -0
  103. codegens/gravi/rpc/model/common/sketch_configurable_ui_pb2.py +54 -0
  104. codegens/gravi/rpc/model/common/sketch_configurable_ui_pb2.pyi +244 -0
  105. codegens/gravi/rpc/model/common/sketch_interactions_pb2.py +79 -0
  106. codegens/gravi/rpc/model/common/sketch_interactions_pb2.pyi +294 -0
  107. codegens/gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.py +40 -0
  108. codegens/gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.pyi +33 -0
  109. codegens/gravi/rpc/model/extra/sketch_extra_pb2.py +121 -0
  110. codegens/gravi/rpc/model/extra/sketch_extra_pb2.pyi +315 -0
  111. codegens/gravi/rpc/model/incremental/sketch_incremental_pb2.py +56 -0
  112. codegens/gravi/rpc/model/incremental/sketch_incremental_pb2.pyi +76 -0
  113. codegens/gravi/rpc/model/inputs/sketch_inputs_pb2.py +79 -0
  114. codegens/gravi/rpc/model/inputs/sketch_inputs_pb2.pyi +179 -0
  115. codegens/gravi/rpc/model/sketch_model_pb2.py +163 -0
  116. codegens/gravi/rpc/model/sketch_model_pb2.pyi +472 -0
  117. codegens/gravi/runtime/config/runtime_config_pb2.py +84 -0
  118. codegens/gravi/runtime/config/runtime_config_pb2.pyi +203 -0
  119. codegens/gravi/ui/model/ui_event_pb2.py +46 -0
  120. codegens/gravi/ui/model/ui_event_pb2.pyi +35 -0
  121. codegens/gravi/ui/model/ui_model_pb2.py +284 -0
  122. codegens/gravi/ui/model/ui_model_pb2.pyi +901 -0
  123. codegens/gravi/unity/analytics/analytics_pb2.py +325 -0
  124. codegens/gravi/unity/analytics/analytics_pb2.pyi +1688 -0
  125. codegens/gravi/unity/gravi_unity_pb2.py +48 -0
  126. codegens/gravi/unity/gravi_unity_pb2.pyi +59 -0
  127. codegens/gravi/unity/unity_log_pb2.py +42 -0
  128. codegens/gravi/unity/unity_log_pb2.pyi +62 -0
  129. codegens/gravi/webanalytics/web_pb2.py +590 -0
  130. codegens/gravi/webanalytics/web_pb2.pyi +1165 -0
  131. codegens/gravi/wrapper/wrappers_pb2.py +72 -0
  132. codegens/gravi/wrapper/wrappers_pb2.pyi +78 -0
  133. codegens/gs_options_pb2.py +60 -0
  134. codegens/gs_options_pb2.pyi +165 -0
  135. gravi/cms/cms_content_pb2.py +110 -0
  136. gravi/cms/cms_content_pb2.pyi +231 -0
  137. gravi/common/gravi_common_pb2.py +44 -0
  138. gravi/common/gravi_common_pb2.pyi +51 -0
  139. gravi/gsfile/asset/persistence/asset_pb2.py +40 -0
  140. gravi/gsfile/asset/persistence/asset_pb2.pyi +16 -0
  141. gravi/gsfile/layergroup/persistence/layer_group_pb2.py +40 -0
  142. gravi/gsfile/layergroup/persistence/layer_group_pb2.pyi +16 -0
  143. gravi/gsfile/legacy/legacy_gsfile_pb2.py +53 -0
  144. gravi/gsfile/legacy/legacy_gsfile_pb2.pyi +58 -0
  145. gravi/gsfile/metadata/persistence/metadata_pb2.py +45 -0
  146. gravi/gsfile/metadata/persistence/metadata_pb2.pyi +32 -0
  147. gravi/gsfile/sketch_gsfile_pb2.py +160 -0
  148. gravi/gsfile/sketch_gsfile_pb2.pyi +546 -0
  149. gravi/gsfile/strokelayer/persistence/layer_pb2.py +41 -0
  150. gravi/gsfile/strokelayer/persistence/layer_pb2.pyi +25 -0
  151. gravi/library/material_library_pb2.py +38 -0
  152. gravi/library/material_library_pb2.pyi +16 -0
  153. gravi/localization/localization_pb2.py +51 -0
  154. gravi/localization/localization_pb2.pyi +71 -0
  155. gravi/models/bot_export_pb2.py +54 -0
  156. gravi/models/bot_export_pb2.pyi +77 -0
  157. gravi/models/gravi_model_pb2.py +322 -0
  158. gravi/models/gravi_model_pb2.pyi +1450 -0
  159. gravi/models/notifications_pb2.py +105 -0
  160. gravi/models/notifications_pb2.pyi +169 -0
  161. gravi/models/preferences_pb2.py +193 -0
  162. gravi/models/preferences_pb2.pyi +839 -0
  163. gravi/models/rhino_compute_pb2.py +54 -0
  164. gravi/models/rhino_compute_pb2.pyi +57 -0
  165. gravi/proxy/control_pb2.py +44 -0
  166. gravi/proxy/control_pb2.pyi +23 -0
  167. gravi/release/release_pb2.py +45 -0
  168. gravi/release/release_pb2.pyi +50 -0
  169. gravi/rest/ai/ask_pb2.py +60 -0
  170. gravi/rest/ai/ask_pb2.pyi +54 -0
  171. gravi/rest/ai/image_pb2.py +69 -0
  172. gravi/rest/ai/image_pb2.pyi +92 -0
  173. gravi/rest/auth/auth_pb2.py +281 -0
  174. gravi/rest/auth/auth_pb2.pyi +717 -0
  175. gravi/rest/common/async_pb2.py +40 -0
  176. gravi/rest/common/async_pb2.pyi +12 -0
  177. gravi/rest/doc/comment_pb2.py +92 -0
  178. gravi/rest/doc/comment_pb2.pyi +172 -0
  179. gravi/rest/doc/doc_rest_pb2.py +385 -0
  180. gravi/rest/doc/doc_rest_pb2.pyi +1005 -0
  181. gravi/rest/doc/export_pb2.py +127 -0
  182. gravi/rest/doc/export_pb2.pyi +278 -0
  183. gravi/rest/doc/revision_pb2.py +51 -0
  184. gravi/rest/doc/revision_pb2.pyi +41 -0
  185. gravi/rest/doc/room_pb2.py +207 -0
  186. gravi/rest/doc/room_pb2.pyi +443 -0
  187. gravi/rest/model/achievement_pb2.py +46 -0
  188. gravi/rest/model/achievement_pb2.pyi +119 -0
  189. gravi/rest/model/activate_code_pb2.py +51 -0
  190. gravi/rest/model/activate_code_pb2.pyi +119 -0
  191. gravi/rest/model/collab_pb2.py +57 -0
  192. gravi/rest/model/collab_pb2.pyi +72 -0
  193. gravi/rest/model/login_pb2.py +49 -0
  194. gravi/rest/model/login_pb2.pyi +115 -0
  195. gravi/rest/model/online_sketch_pb2.py +104 -0
  196. gravi/rest/model/online_sketch_pb2.pyi +208 -0
  197. gravi/rest/model/organisation_pb2.py +45 -0
  198. gravi/rest/model/organisation_pb2.pyi +29 -0
  199. gravi/rest/model/pair_device_pb2.py +81 -0
  200. gravi/rest/model/pair_device_pb2.pyi +108 -0
  201. gravi/rest/model/platform_rest_pb2.py +568 -0
  202. gravi/rest/model/platform_rest_pb2.pyi +2442 -0
  203. gravi/rest/model/signup_pb2.py +88 -0
  204. gravi/rest/model/signup_pb2.pyi +177 -0
  205. gravi/rest/org/invitation_pb2.py +86 -0
  206. gravi/rest/org/invitation_pb2.pyi +123 -0
  207. gravi/rest/org/management_pb2.py +68 -0
  208. gravi/rest/org/management_pb2.pyi +136 -0
  209. gravi/rest/org/team_member_pb2.py +76 -0
  210. gravi/rest/org/team_member_pb2.pyi +99 -0
  211. gravi/rest/org/team_pb2.py +255 -0
  212. gravi/rest/org/team_pb2.pyi +625 -0
  213. gravi/rest/sketch/sketch_pb2.py +83 -0
  214. gravi/rest/sketch/sketch_pb2.pyi +114 -0
  215. gravi/rest/user/account_pb2.py +47 -0
  216. gravi/rest/user/account_pb2.pyi +28 -0
  217. gravi/rest/user/connections_pb2.py +115 -0
  218. gravi/rest/user/connections_pb2.pyi +199 -0
  219. gravi/rest/user/profile_pb2.py +98 -0
  220. gravi/rest/user/profile_pb2.pyi +194 -0
  221. gravi/rest/user/update_check_pb2.py +46 -0
  222. gravi/rest/user/update_check_pb2.pyi +64 -0
  223. gravi/rest/voicechat/transcribe_pb2.py +53 -0
  224. gravi/rest/voicechat/transcribe_pb2.pyi +36 -0
  225. gravi/rest/voicechat/voice_pb2.py +69 -0
  226. gravi/rest/voicechat/voice_pb2.pyi +77 -0
  227. gravi/rpc/cosketch_rpc_pb2.py +354 -0
  228. gravi/rpc/cosketch_rpc_pb2.pyi +1518 -0
  229. gravi/rpc/cosketch_serverpush_pb2.py +54 -0
  230. gravi/rpc/cosketch_serverpush_pb2.pyi +68 -0
  231. gravi/rpc/files/file_upload_pb2.py +43 -0
  232. gravi/rpc/files/file_upload_pb2.pyi +68 -0
  233. gravi/rpc/model/collab_tools_pb2.py +111 -0
  234. gravi/rpc/model/collab_tools_pb2.pyi +199 -0
  235. gravi/rpc/model/common/sketch_common_pb2.py +161 -0
  236. gravi/rpc/model/common/sketch_common_pb2.pyi +647 -0
  237. gravi/rpc/model/common/sketch_configurable_ui_pb2.py +54 -0
  238. gravi/rpc/model/common/sketch_configurable_ui_pb2.pyi +244 -0
  239. gravi/rpc/model/common/sketch_interactions_pb2.py +79 -0
  240. gravi/rpc/model/common/sketch_interactions_pb2.pyi +294 -0
  241. gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.py +40 -0
  242. gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.pyi +33 -0
  243. gravi/rpc/model/extra/sketch_extra_pb2.py +121 -0
  244. gravi/rpc/model/extra/sketch_extra_pb2.pyi +315 -0
  245. gravi/rpc/model/incremental/sketch_incremental_pb2.py +56 -0
  246. gravi/rpc/model/incremental/sketch_incremental_pb2.pyi +76 -0
  247. gravi/rpc/model/inputs/sketch_inputs_pb2.py +79 -0
  248. gravi/rpc/model/inputs/sketch_inputs_pb2.pyi +179 -0
  249. gravi/rpc/model/sketch_model_pb2.py +163 -0
  250. gravi/rpc/model/sketch_model_pb2.pyi +472 -0
  251. gravi/runtime/config/runtime_config_pb2.py +84 -0
  252. gravi/runtime/config/runtime_config_pb2.pyi +203 -0
  253. gravi/ui/model/ui_event_pb2.py +46 -0
  254. gravi/ui/model/ui_event_pb2.pyi +35 -0
  255. gravi/ui/model/ui_model_pb2.py +284 -0
  256. gravi/ui/model/ui_model_pb2.pyi +901 -0
  257. gravi/unity/analytics/analytics_pb2.py +325 -0
  258. gravi/unity/analytics/analytics_pb2.pyi +1688 -0
  259. gravi/unity/gravi_unity_pb2.py +48 -0
  260. gravi/unity/gravi_unity_pb2.pyi +59 -0
  261. gravi/unity/unity_log_pb2.py +42 -0
  262. gravi/unity/unity_log_pb2.pyi +62 -0
  263. gravi/webanalytics/web_pb2.py +590 -0
  264. gravi/webanalytics/web_pb2.pyi +1165 -0
  265. gravi/wrapper/wrappers_pb2.py +72 -0
  266. gravi/wrapper/wrappers_pb2.pyi +78 -0
  267. mcp_lp_server-0.1.0.dist-info/METADATA +42 -0
  268. mcp_lp_server-0.1.0.dist-info/RECORD +271 -0
  269. mcp_lp_server-0.1.0.dist-info/WHEEL +5 -0
  270. mcp_lp_server-0.1.0.dist-info/entry_points.txt +2 -0
  271. mcp_lp_server-0.1.0.dist-info/top_level.txt +2 -0
@@ -0,0 +1,54 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: gravi/rpc/model/common/sketch-configurable-ui.proto
5
+ # Protobuf Python Version: 6.30.1
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 6,
15
+ 30,
16
+ 1,
17
+ '',
18
+ 'gravi/rpc/model/common/sketch-configurable-ui.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from gravi.unity import gravi_unity_pb2 as gravi_dot_unity_dot_gravi__unity__pb2
26
+ from gravi.rpc.model.common import sketch_common_pb2 as gravi_dot_rpc_dot_model_dot_common_dot_sketch__common__pb2
27
+ import gs_options_pb2 as gs__options__pb2
28
+
29
+
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3gravi/rpc/model/common/sketch-configurable-ui.proto\x12\x16gravi.rpc.model.common\x1a\x1dgravi/unity/gravi-unity.proto\x1a*gravi/rpc/model/common/sketch-common.proto\x1a\x10gs-options.proto\"\x82\x06\n\rPopupSettings\x12\x13\n\x0btextReadout\x18\x01 \x01(\t\x12\x15\n\rtranslateText\x18\x02 \x01(\x08\x12\x34\n\tpopupType\x18\x03 \x01(\x0e\x32!.gravi.rpc.model.common.PopupType\x12\x37\n\x08tailType\x18\x04 \x01(\x0e\x32%.gravi.rpc.model.common.PopupTailType\x12\x39\n\x0bpopupTarget\x18\x05 \x01(\x0e\x32$.gravi.rpc.model.common.TargetObject\x12\x15\n\ruseCustomSize\x18\x06 \x01(\x08\x12\x12\n\ncustomSize\x18\x07 \x01(\x02\x12>\n\x14sketchObjectTargetId\x18\n \x01(\x0b\x32 .gravi.rpc.model.common.GSDataID\x12\x12\n\nprefabPath\x18\x14 \x01(\t\x12\x1d\n\x15showContainerBackdrop\x18\x15 \x01(\x08\x12G\n\x17\x63ontainedPrefabFlipType\x18\x16 \x01(\x0e\x32&.gravi.rpc.model.common.PrefabFlipType\x12\x1f\n\x17lockToTargetOrientation\x18\x1f \x01(\x08\x12\x1a\n\x12useCustomFollowLag\x18( \x01(\x08\x12\x17\n\x0f\x63ustomFollowLag\x18) \x01(\x02\x12\x1b\n\x13\x63ustomDisplacementX\x18\x32 \x01(\x02\x12\x1b\n\x13\x63ustomDisplacementY\x18\x33 \x01(\x02\x12\x1b\n\x13\x63ustomDisplacementZ\x18\x34 \x01(\x02\x12\x1d\n\x15\x66orceZeroDisplacement\x18\x35 \x01(\x08\x12\x17\n\x0f\x63ustomRotationX\x18< \x01(\x02\x12\x17\n\x0f\x63ustomRotationY\x18= \x01(\x02\x12\x17\n\x0f\x63ustomRotationZ\x18> \x01(\x02\x12\x17\n\x0f\x63ustomRotationW\x18? \x01(\x02:\x04\x88\xb5\x18\x01*H\n\tPopupType\x12\x08\n\x04Text\x10\x00\x12\r\n\tSmallText\x10\x01\x12\x13\n\x0fPrefabContainer\x10\x02\x12\r\n\tTextAlert\x10\x03*4\n\rPopupTailType\x12\n\n\x06Tether\x10\x00\x12\n\n\x06NoTail\x10\x01\x12\x0b\n\x07\x43\x61llout\x10\x02*\xf7\x0b\n\x0cTargetObject\x12\x11\n\rInvalidTarget\x10\x00\x12\x16\n\x12MainHandController\x10\x01\x12\x15\n\x11OffHandController\x10\x02\x12\x16\n\x12MainHandGripButton\x10\x03\x12\x15\n\x11OffHandGripButton\x10\x04\x12\x13\n\x0fMainHandTrigger\x10\x05\x12\x12\n\x0eOffHandTrigger\x10\x06\x12\x16\n\x12MainHandMenuButton\x10\x07\x12\x15\n\x11OffHandMenuButton\x10\x08\x12\x18\n\x14MainHandSecondButton\x10\t\x12\x17\n\x13OffHandSecondButton\x10\n\x12\x16\n\x12MainHandThumbstick\x10\x0b\x12\x15\n\x11OffHandThumbstick\x10\x0c\x12\x12\n\x0eMainHandStylus\x10\r\x12\x11\n\rOffHandStylus\x10\x0e\x12\n\n\x06\x43ursor\x10\x1e\x12\x0e\n\nGrabSphere\x10\x1f\x12\x18\n\x14\x44ualControllerCentre\x10 \x12\x13\n\x0fScalePercentage\x10!\x12\x10\n\x0cStylusCursor\x10\"\x12\x1a\n\x16UIQuickBugReportButton\x10\x32\x12\x1b\n\x17UIQuickExitSketchButton\x10\x33\x12\x1b\n\x17UIQuickScreenshotButton\x10\x34\x12\x15\n\x11UIQuickSaveButton\x10\x35\x12\x12\n\x0eUIMaterialPuck\x10\x36\x12\r\n\tUIInkTool\x10<\x12\x10\n\x0cUIStrokeTool\x10=\x12\x11\n\rUIRevolveTool\x10>\x12\x11\n\rUISurfaceTool\x10?\x12\x10\n\x0cUIVolumeTool\x10@\x12\x14\n\x10UIPrimitivesTool\x10\x41\x12\x14\n\x10UIViewpointsTool\x10\x42\x12\x16\n\x12UIInteractionsTool\x10\x43\x12\x0e\n\nUISaveMenu\x10P\x12\x12\n\x0eUISettingsMenu\x10Q\x12\x19\n\x15UIReferenceImagesMenu\x10R\x12\x11\n\rUIPrefabsMenu\x10S\x12\x10\n\x0cUILayersMenu\x10T\x12\x1e\n\x1aUIOrthographicViewportMenu\x10U\x12\x0f\n\x0bUILearnMenu\x10V\x12\x0f\n\x0bUIDebugMenu\x10W\x12\x15\n\x11UICollabUsersMenu\x10X\x12\x14\n\x10UILobbyNewSketch\x10\x64\x12\x16\n\x12UILobbyFileManager\x10\x65\x12\x11\n\rUILobbyCollab\x10\x66\x12\x17\n\x13UILobbyBonusContent\x10g\x12\x16\n\x12UILobbyOrgSwitcher\x10h\x12\x12\n\x0eUILobbyGallery\x10i\x12\x10\n\x0cUILobbyLearn\x10l\x12\x13\n\x0fUIGumballCentre\x10x\x12\x13\n\x0fUIGumballXArrow\x10y\x12\x1b\n\x16UIBrushMenuRibbonAxisX\x10\x82\x01\x12\x1b\n\x16UISelectedBrushProfile\x10\x83\x01\x12\x19\n\x14UIQuickColorSelector\x10\x96\x01\x12\x19\n\x14UISketchToolSwitcher\x10\x97\x01\x12\x17\n\x12UIExitSketchButton\x10\xc8\x01\x12\"\n\x1dUIImportPanelBuiltInModelsTab\x10\x84\x02\x12\x1a\n\x15SpecifiedControlGizmo\x10\xac\x02\x12\x1a\n\x15SpecifiedSketchObject\x10\xad\x02\x12\"\n\x1dMostRecentlyDrawnSketchObject\x10\xae\x02\x12\x18\n\x13SketchSpacePosition\x10\xde\x02\x12\x17\n\x12WorldSpacePosition\x10\xdf\x02\x12\x12\n\rInFrontOfUser\x10\x90\x03\x12\x1e\n\x19\x42\x61sicSkillsContinueButton\x10\xf4\x03\x12+\n&MaterialPanelTextureManipulationButton\x10\xf5\x03*S\n\x0ePrefabFlipType\x12\n\n\x06NoFlip\x10\x00\x12\x08\n\x04\x46lip\x10\x01\x12\x14\n\x10\x46lipInLeftHanded\x10\x02\x12\x15\n\x11\x46lipInRightHanded\x10\x03*T\n\x16PopupDisplacementSpace\x12\x0b\n\x07\x44\x65\x66\x61ult\x10\x00\x12\x0e\n\nLocalSpace\x10\x01\x12\x0e\n\nWorldSpace\x10\x02\x12\r\n\tViewSpace\x10\x03*Z\n\x12ParticleEffectType\x12\x0c\n\x08\x43onfetti\x10\x00\x12\x11\n\rConfettiBurst\x10\x01\x12\r\n\tAttention\x10\x02\x12\x14\n\x10SuccessAttention\x10\x03\x42`\n\x1e\x63om.gravitysketch.sketch.modelP\x01Z<gravitysketch.com/platform/go/vrproto/gravi/rpc/model/commonb\x06proto3')
31
+
32
+ _globals = globals()
33
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
34
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'gravi.rpc.model.common.sketch_configurable_ui_pb2', _globals)
35
+ if not _descriptor._USE_C_DESCRIPTORS:
36
+ _globals['DESCRIPTOR']._loaded_options = None
37
+ _globals['DESCRIPTOR']._serialized_options = b'\n\036com.gravitysketch.sketch.modelP\001Z<gravitysketch.com/platform/go/vrproto/gravi/rpc/model/common'
38
+ _globals['_POPUPSETTINGS']._loaded_options = None
39
+ _globals['_POPUPSETTINGS']._serialized_options = b'\210\265\030\001'
40
+ _globals['_POPUPTYPE']._serialized_start=945
41
+ _globals['_POPUPTYPE']._serialized_end=1017
42
+ _globals['_POPUPTAILTYPE']._serialized_start=1019
43
+ _globals['_POPUPTAILTYPE']._serialized_end=1071
44
+ _globals['_TARGETOBJECT']._serialized_start=1074
45
+ _globals['_TARGETOBJECT']._serialized_end=2601
46
+ _globals['_PREFABFLIPTYPE']._serialized_start=2603
47
+ _globals['_PREFABFLIPTYPE']._serialized_end=2686
48
+ _globals['_POPUPDISPLACEMENTSPACE']._serialized_start=2688
49
+ _globals['_POPUPDISPLACEMENTSPACE']._serialized_end=2772
50
+ _globals['_PARTICLEEFFECTTYPE']._serialized_start=2774
51
+ _globals['_PARTICLEEFFECTTYPE']._serialized_end=2864
52
+ _globals['_POPUPSETTINGS']._serialized_start=173
53
+ _globals['_POPUPSETTINGS']._serialized_end=943
54
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,244 @@
1
+ from gravi.unity import gravi_unity_pb2 as _gravi_unity_pb2
2
+ from gravi.rpc.model.common import sketch_common_pb2 as _sketch_common_pb2
3
+ import gs_options_pb2 as _gs_options_pb2
4
+ from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import message as _message
7
+ from collections.abc import Mapping as _Mapping
8
+ from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
9
+
10
+ DESCRIPTOR: _descriptor.FileDescriptor
11
+
12
+ class PopupType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
13
+ __slots__ = ()
14
+ Text: _ClassVar[PopupType]
15
+ SmallText: _ClassVar[PopupType]
16
+ PrefabContainer: _ClassVar[PopupType]
17
+ TextAlert: _ClassVar[PopupType]
18
+
19
+ class PopupTailType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
20
+ __slots__ = ()
21
+ Tether: _ClassVar[PopupTailType]
22
+ NoTail: _ClassVar[PopupTailType]
23
+ Callout: _ClassVar[PopupTailType]
24
+
25
+ class TargetObject(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
26
+ __slots__ = ()
27
+ InvalidTarget: _ClassVar[TargetObject]
28
+ MainHandController: _ClassVar[TargetObject]
29
+ OffHandController: _ClassVar[TargetObject]
30
+ MainHandGripButton: _ClassVar[TargetObject]
31
+ OffHandGripButton: _ClassVar[TargetObject]
32
+ MainHandTrigger: _ClassVar[TargetObject]
33
+ OffHandTrigger: _ClassVar[TargetObject]
34
+ MainHandMenuButton: _ClassVar[TargetObject]
35
+ OffHandMenuButton: _ClassVar[TargetObject]
36
+ MainHandSecondButton: _ClassVar[TargetObject]
37
+ OffHandSecondButton: _ClassVar[TargetObject]
38
+ MainHandThumbstick: _ClassVar[TargetObject]
39
+ OffHandThumbstick: _ClassVar[TargetObject]
40
+ MainHandStylus: _ClassVar[TargetObject]
41
+ OffHandStylus: _ClassVar[TargetObject]
42
+ Cursor: _ClassVar[TargetObject]
43
+ GrabSphere: _ClassVar[TargetObject]
44
+ DualControllerCentre: _ClassVar[TargetObject]
45
+ ScalePercentage: _ClassVar[TargetObject]
46
+ StylusCursor: _ClassVar[TargetObject]
47
+ UIQuickBugReportButton: _ClassVar[TargetObject]
48
+ UIQuickExitSketchButton: _ClassVar[TargetObject]
49
+ UIQuickScreenshotButton: _ClassVar[TargetObject]
50
+ UIQuickSaveButton: _ClassVar[TargetObject]
51
+ UIMaterialPuck: _ClassVar[TargetObject]
52
+ UIInkTool: _ClassVar[TargetObject]
53
+ UIStrokeTool: _ClassVar[TargetObject]
54
+ UIRevolveTool: _ClassVar[TargetObject]
55
+ UISurfaceTool: _ClassVar[TargetObject]
56
+ UIVolumeTool: _ClassVar[TargetObject]
57
+ UIPrimitivesTool: _ClassVar[TargetObject]
58
+ UIViewpointsTool: _ClassVar[TargetObject]
59
+ UIInteractionsTool: _ClassVar[TargetObject]
60
+ UISaveMenu: _ClassVar[TargetObject]
61
+ UISettingsMenu: _ClassVar[TargetObject]
62
+ UIReferenceImagesMenu: _ClassVar[TargetObject]
63
+ UIPrefabsMenu: _ClassVar[TargetObject]
64
+ UILayersMenu: _ClassVar[TargetObject]
65
+ UIOrthographicViewportMenu: _ClassVar[TargetObject]
66
+ UILearnMenu: _ClassVar[TargetObject]
67
+ UIDebugMenu: _ClassVar[TargetObject]
68
+ UICollabUsersMenu: _ClassVar[TargetObject]
69
+ UILobbyNewSketch: _ClassVar[TargetObject]
70
+ UILobbyFileManager: _ClassVar[TargetObject]
71
+ UILobbyCollab: _ClassVar[TargetObject]
72
+ UILobbyBonusContent: _ClassVar[TargetObject]
73
+ UILobbyOrgSwitcher: _ClassVar[TargetObject]
74
+ UILobbyGallery: _ClassVar[TargetObject]
75
+ UILobbyLearn: _ClassVar[TargetObject]
76
+ UIGumballCentre: _ClassVar[TargetObject]
77
+ UIGumballXArrow: _ClassVar[TargetObject]
78
+ UIBrushMenuRibbonAxisX: _ClassVar[TargetObject]
79
+ UISelectedBrushProfile: _ClassVar[TargetObject]
80
+ UIQuickColorSelector: _ClassVar[TargetObject]
81
+ UISketchToolSwitcher: _ClassVar[TargetObject]
82
+ UIExitSketchButton: _ClassVar[TargetObject]
83
+ UIImportPanelBuiltInModelsTab: _ClassVar[TargetObject]
84
+ SpecifiedControlGizmo: _ClassVar[TargetObject]
85
+ SpecifiedSketchObject: _ClassVar[TargetObject]
86
+ MostRecentlyDrawnSketchObject: _ClassVar[TargetObject]
87
+ SketchSpacePosition: _ClassVar[TargetObject]
88
+ WorldSpacePosition: _ClassVar[TargetObject]
89
+ InFrontOfUser: _ClassVar[TargetObject]
90
+ BasicSkillsContinueButton: _ClassVar[TargetObject]
91
+ MaterialPanelTextureManipulationButton: _ClassVar[TargetObject]
92
+
93
+ class PrefabFlipType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
94
+ __slots__ = ()
95
+ NoFlip: _ClassVar[PrefabFlipType]
96
+ Flip: _ClassVar[PrefabFlipType]
97
+ FlipInLeftHanded: _ClassVar[PrefabFlipType]
98
+ FlipInRightHanded: _ClassVar[PrefabFlipType]
99
+
100
+ class PopupDisplacementSpace(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
101
+ __slots__ = ()
102
+ Default: _ClassVar[PopupDisplacementSpace]
103
+ LocalSpace: _ClassVar[PopupDisplacementSpace]
104
+ WorldSpace: _ClassVar[PopupDisplacementSpace]
105
+ ViewSpace: _ClassVar[PopupDisplacementSpace]
106
+
107
+ class ParticleEffectType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
108
+ __slots__ = ()
109
+ Confetti: _ClassVar[ParticleEffectType]
110
+ ConfettiBurst: _ClassVar[ParticleEffectType]
111
+ Attention: _ClassVar[ParticleEffectType]
112
+ SuccessAttention: _ClassVar[ParticleEffectType]
113
+ Text: PopupType
114
+ SmallText: PopupType
115
+ PrefabContainer: PopupType
116
+ TextAlert: PopupType
117
+ Tether: PopupTailType
118
+ NoTail: PopupTailType
119
+ Callout: PopupTailType
120
+ InvalidTarget: TargetObject
121
+ MainHandController: TargetObject
122
+ OffHandController: TargetObject
123
+ MainHandGripButton: TargetObject
124
+ OffHandGripButton: TargetObject
125
+ MainHandTrigger: TargetObject
126
+ OffHandTrigger: TargetObject
127
+ MainHandMenuButton: TargetObject
128
+ OffHandMenuButton: TargetObject
129
+ MainHandSecondButton: TargetObject
130
+ OffHandSecondButton: TargetObject
131
+ MainHandThumbstick: TargetObject
132
+ OffHandThumbstick: TargetObject
133
+ MainHandStylus: TargetObject
134
+ OffHandStylus: TargetObject
135
+ Cursor: TargetObject
136
+ GrabSphere: TargetObject
137
+ DualControllerCentre: TargetObject
138
+ ScalePercentage: TargetObject
139
+ StylusCursor: TargetObject
140
+ UIQuickBugReportButton: TargetObject
141
+ UIQuickExitSketchButton: TargetObject
142
+ UIQuickScreenshotButton: TargetObject
143
+ UIQuickSaveButton: TargetObject
144
+ UIMaterialPuck: TargetObject
145
+ UIInkTool: TargetObject
146
+ UIStrokeTool: TargetObject
147
+ UIRevolveTool: TargetObject
148
+ UISurfaceTool: TargetObject
149
+ UIVolumeTool: TargetObject
150
+ UIPrimitivesTool: TargetObject
151
+ UIViewpointsTool: TargetObject
152
+ UIInteractionsTool: TargetObject
153
+ UISaveMenu: TargetObject
154
+ UISettingsMenu: TargetObject
155
+ UIReferenceImagesMenu: TargetObject
156
+ UIPrefabsMenu: TargetObject
157
+ UILayersMenu: TargetObject
158
+ UIOrthographicViewportMenu: TargetObject
159
+ UILearnMenu: TargetObject
160
+ UIDebugMenu: TargetObject
161
+ UICollabUsersMenu: TargetObject
162
+ UILobbyNewSketch: TargetObject
163
+ UILobbyFileManager: TargetObject
164
+ UILobbyCollab: TargetObject
165
+ UILobbyBonusContent: TargetObject
166
+ UILobbyOrgSwitcher: TargetObject
167
+ UILobbyGallery: TargetObject
168
+ UILobbyLearn: TargetObject
169
+ UIGumballCentre: TargetObject
170
+ UIGumballXArrow: TargetObject
171
+ UIBrushMenuRibbonAxisX: TargetObject
172
+ UISelectedBrushProfile: TargetObject
173
+ UIQuickColorSelector: TargetObject
174
+ UISketchToolSwitcher: TargetObject
175
+ UIExitSketchButton: TargetObject
176
+ UIImportPanelBuiltInModelsTab: TargetObject
177
+ SpecifiedControlGizmo: TargetObject
178
+ SpecifiedSketchObject: TargetObject
179
+ MostRecentlyDrawnSketchObject: TargetObject
180
+ SketchSpacePosition: TargetObject
181
+ WorldSpacePosition: TargetObject
182
+ InFrontOfUser: TargetObject
183
+ BasicSkillsContinueButton: TargetObject
184
+ MaterialPanelTextureManipulationButton: TargetObject
185
+ NoFlip: PrefabFlipType
186
+ Flip: PrefabFlipType
187
+ FlipInLeftHanded: PrefabFlipType
188
+ FlipInRightHanded: PrefabFlipType
189
+ Default: PopupDisplacementSpace
190
+ LocalSpace: PopupDisplacementSpace
191
+ WorldSpace: PopupDisplacementSpace
192
+ ViewSpace: PopupDisplacementSpace
193
+ Confetti: ParticleEffectType
194
+ ConfettiBurst: ParticleEffectType
195
+ Attention: ParticleEffectType
196
+ SuccessAttention: ParticleEffectType
197
+
198
+ class PopupSettings(_message.Message):
199
+ __slots__ = ("textReadout", "translateText", "popupType", "tailType", "popupTarget", "useCustomSize", "customSize", "sketchObjectTargetId", "prefabPath", "showContainerBackdrop", "containedPrefabFlipType", "lockToTargetOrientation", "useCustomFollowLag", "customFollowLag", "customDisplacementX", "customDisplacementY", "customDisplacementZ", "forceZeroDisplacement", "customRotationX", "customRotationY", "customRotationZ", "customRotationW")
200
+ TEXTREADOUT_FIELD_NUMBER: _ClassVar[int]
201
+ TRANSLATETEXT_FIELD_NUMBER: _ClassVar[int]
202
+ POPUPTYPE_FIELD_NUMBER: _ClassVar[int]
203
+ TAILTYPE_FIELD_NUMBER: _ClassVar[int]
204
+ POPUPTARGET_FIELD_NUMBER: _ClassVar[int]
205
+ USECUSTOMSIZE_FIELD_NUMBER: _ClassVar[int]
206
+ CUSTOMSIZE_FIELD_NUMBER: _ClassVar[int]
207
+ SKETCHOBJECTTARGETID_FIELD_NUMBER: _ClassVar[int]
208
+ PREFABPATH_FIELD_NUMBER: _ClassVar[int]
209
+ SHOWCONTAINERBACKDROP_FIELD_NUMBER: _ClassVar[int]
210
+ CONTAINEDPREFABFLIPTYPE_FIELD_NUMBER: _ClassVar[int]
211
+ LOCKTOTARGETORIENTATION_FIELD_NUMBER: _ClassVar[int]
212
+ USECUSTOMFOLLOWLAG_FIELD_NUMBER: _ClassVar[int]
213
+ CUSTOMFOLLOWLAG_FIELD_NUMBER: _ClassVar[int]
214
+ CUSTOMDISPLACEMENTX_FIELD_NUMBER: _ClassVar[int]
215
+ CUSTOMDISPLACEMENTY_FIELD_NUMBER: _ClassVar[int]
216
+ CUSTOMDISPLACEMENTZ_FIELD_NUMBER: _ClassVar[int]
217
+ FORCEZERODISPLACEMENT_FIELD_NUMBER: _ClassVar[int]
218
+ CUSTOMROTATIONX_FIELD_NUMBER: _ClassVar[int]
219
+ CUSTOMROTATIONY_FIELD_NUMBER: _ClassVar[int]
220
+ CUSTOMROTATIONZ_FIELD_NUMBER: _ClassVar[int]
221
+ CUSTOMROTATIONW_FIELD_NUMBER: _ClassVar[int]
222
+ textReadout: str
223
+ translateText: bool
224
+ popupType: PopupType
225
+ tailType: PopupTailType
226
+ popupTarget: TargetObject
227
+ useCustomSize: bool
228
+ customSize: float
229
+ sketchObjectTargetId: _sketch_common_pb2.GSDataID
230
+ prefabPath: str
231
+ showContainerBackdrop: bool
232
+ containedPrefabFlipType: PrefabFlipType
233
+ lockToTargetOrientation: bool
234
+ useCustomFollowLag: bool
235
+ customFollowLag: float
236
+ customDisplacementX: float
237
+ customDisplacementY: float
238
+ customDisplacementZ: float
239
+ forceZeroDisplacement: bool
240
+ customRotationX: float
241
+ customRotationY: float
242
+ customRotationZ: float
243
+ customRotationW: float
244
+ def __init__(self, textReadout: _Optional[str] = ..., translateText: bool = ..., popupType: _Optional[_Union[PopupType, str]] = ..., tailType: _Optional[_Union[PopupTailType, str]] = ..., popupTarget: _Optional[_Union[TargetObject, str]] = ..., useCustomSize: bool = ..., customSize: _Optional[float] = ..., sketchObjectTargetId: _Optional[_Union[_sketch_common_pb2.GSDataID, _Mapping]] = ..., prefabPath: _Optional[str] = ..., showContainerBackdrop: bool = ..., containedPrefabFlipType: _Optional[_Union[PrefabFlipType, str]] = ..., lockToTargetOrientation: bool = ..., useCustomFollowLag: bool = ..., customFollowLag: _Optional[float] = ..., customDisplacementX: _Optional[float] = ..., customDisplacementY: _Optional[float] = ..., customDisplacementZ: _Optional[float] = ..., forceZeroDisplacement: bool = ..., customRotationX: _Optional[float] = ..., customRotationY: _Optional[float] = ..., customRotationZ: _Optional[float] = ..., customRotationW: _Optional[float] = ...) -> None: ...
@@ -0,0 +1,79 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: gravi/rpc/model/common/sketch-interactions.proto
5
+ # Protobuf Python Version: 6.30.1
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 6,
15
+ 30,
16
+ 1,
17
+ '',
18
+ 'gravi/rpc/model/common/sketch-interactions.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from gravi.unity import gravi_unity_pb2 as gravi_dot_unity_dot_gravi__unity__pb2
26
+ import gs_options_pb2 as gs__options__pb2
27
+ from gravi.rpc.model.common import sketch_configurable_ui_pb2 as gravi_dot_rpc_dot_model_dot_common_dot_sketch__configurable__ui__pb2
28
+ from gravi.rpc.model.common import sketch_common_pb2 as gravi_dot_rpc_dot_model_dot_common_dot_sketch__common__pb2
29
+
30
+
31
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0gravi/rpc/model/common/sketch-interactions.proto\x12\x16gravi.rpc.model.common\x1a\x1dgravi/unity/gravi-unity.proto\x1a\x10gs-options.proto\x1a\x33gravi/rpc/model/common/sketch-configurable-ui.proto\x1a*gravi/rpc/model/common/sketch-common.proto\"r\n\x12VRControllerButton\x12\x12\n\nisMainHand\x18\x01 \x01(\x08\x12\x42\n\nbuttonType\x18\x02 \x01(\x0e\x32..gravi.rpc.model.common.VRControllerButtonType:\x04\x88\xb5\x18\x01\"b\n\x18UserInteractionModeState\x12@\n\x0finteractionMode\x18\x01 \x01(\x0e\x32\'.gravi.rpc.model.common.InteractionMode:\x04\x88\xb5\x18\x01\"e\n\x19UserSketchEditorModeState\x12\x42\n\x10sketchEditorMode\x18\x01 \x01(\x0e\x32(.gravi.rpc.model.common.SketchEditorMode:\x04\x88\xb5\x18\x01*~\n\x0fInteractionMode\x12\x1a\n\x16InvalidInteractionMode\x10\x00\x12\x08\n\x04Idle\x10\x01\x12\x0b\n\x07\x44rawing\x10\x02\x12\x0c\n\x08Grabbing\x10\x03\x12\x0b\n\x07UIUsing\x10\x04\x12\x11\n\rToolSwitching\x10\x05\x12\n\n\x06Typing\x10\x06*\xbe\x01\n\x10SketchEditorMode\x12\x1b\n\x17InvalidSketchEditorMode\x10\x00\x12\x0c\n\x08\x43reation\x10\x01\x12\x10\n\x0c\x43ontrolPoint\x10\x02\x12\x1a\n\x16SubDCustomisePrimitive\x10\x03\x12\x0b\n\x07MiniMap\x10\x05\x12\x11\n\rViewPointEdit\x10\x06\x12\n\n\x06Viewer\x10\x07\x12\n\n\x06Import\x10\x08\x12\x13\n\x0fInkShortageGame\x10\t\"\x04\x08\x04\x10\x04*E\n\x18ToggleHideObjectsSetting\x12\n\n\x06Toggle\x10\x00\x12\r\n\tSetHidden\x10\x01\x12\x0e\n\nSetVisible\x10\x02*^\n\x1eOffHandQuickAccessMenuLockType\x12\r\n\tNotLocked\x10\x00\x12\x14\n\x10LockedExceptExit\x10\x01\x12\x17\n\x13LockedIncludingExit\x10\x02*b\n\x0bPopupAction\x12\x0f\n\x0b\x41\x64\x64NewPopup\x10\x00\x12\x12\n\x0e\x41\x64\x64\x41sOnlyPopup\x10\x01\x12\x1a\n\x16\x43learAnyPopupsOnTarget\x10\x02\x12\x12\n\x0e\x43learAllPopups\x10\x03*j\n$LayerTransparencyThresholdListenType\x12 \n\x1cWhenTransitionAboveThreshold\x10\x00\x12 \n\x1cWhenTransitionBelowThreshold\x10\x01*|\n\x16VRControllerButtonType\x12\x10\n\x0cIndexTrigger\x10\x00\x12\x0f\n\x0bGrabTrigger\x10\x01\x12\x13\n\x0fUpperFaceButton\x10\x02\x12\x13\n\x0fLowerFaceButton\x10\x03\x12\x15\n\x11ThumbstickMoveAny\x10\x04*W\n\x1cVRControllerButtonListenType\x12\x10\n\x0cOnButtonDown\x10\x00\x12\x0e\n\nOnButtonUp\x10\x01\x12\x15\n\x11OnButtonLongPress\x10\x02*s\n\x15\x43heckUserScaleSetting\x12\x10\n\x0cNoScaleCheck\x10\x00\x12\x13\n\x0f\x42\x65lowUpperBound\x10\x01\x12\x13\n\x0f\x41\x62oveLowerBound\x10\x02\x12\x1e\n\x1a\x42\x65tweenUpperAndLowerBounds\x10\x03*j\n\x16VRMenuListenerMenuType\x12\x1a\n\x16OffHandQuickAccessMenu\x10\x00\x12\x10\n\x0cMainBlueMenu\x10\x01\x12\x12\n\x0e\x42rushToolsMenu\x10\x02\x12\x0e\n\nColourMenu\x10\x03*V\n\x0fHighlightAction\x12\x13\n\x0f\x45nableHighlight\x10\x00\x12\x14\n\x10\x44isableHighlight\x10\x01\x12\x18\n\x14\x44isableAllHighlights\x10\x02*M\n\x14ParticleEffectAction\x12\r\n\tAddEffect\x10\x00\x12\x10\n\x0cRemoveEffect\x10\x01\x12\x14\n\x10RemoveAllEffects\x10\x02*\x97\x07\n\x17UserRestrictionLockType\x12\x0f\n\x0b\x44rawingLock\x10\x00\x12\x10\n\x0cMainMenuLock\x10\x01\x12\x11\n\rBrushMenuLock\x10\x02\x12\x10\n\x0c\x45\x64itModeLock\x10\x04\x12\x12\n\x0eGrabObjectLock\x10\x05\x12\x10\n\x0cGrabMoveLock\x10\x06\x12\x11\n\rGrabScaleLock\x10\x07\x12\x16\n\x12ScaleGrabShapeLock\x10\x08\x12\x12\n\x0eGrabDeleteLock\x10\t\x12\x11\n\rDuplicateLock\x10\n\x12\x12\n\x0eUndoButtonLock\x10\x0b\x12\x15\n\x11UndoRedoClockLock\x10\x0c\x12\x12\n\x0e\x42rushScaleLock\x10\r\x12\x11\n\rSmartMoveLock\x10\x0e\x12\x0f\n\x0bMinimapLock\x10\x0f\x12 \n\x1cQuickAccessMenuAllExceptExit\x10\x10\x12#\n\x1fQuickAccessMenuAllIncludingExit\x10\x11\x12\x1b\n\x17VerticalOrientationLock\x10\x12\x12\x16\n\x12NavigationLockLock\x10\x13\x12\x11\n\rGrabShapeLock\x10\x14\x12\x1c\n\x18PassthroughSwitchingLock\x10\x15\x12\x15\n\x11\x43lockSettingsLock\x10\x16\x12\x17\n\x13GrabScaleObjectLock\x10\x17\x12\x11\n\rTurntableLock\x10\x18\x12\x0f\n\x0bPointerLock\x10\x19\x12\x17\n\x13\x41llMainHandGrabLock\x10\x1a\x12\x12\n\x0eSketchToolLock\x10\x1b\x12\x13\n\x0fOpenUIMenusLock\x10\x1c\x12\x12\n\x0ePencilModeLock\x10\x1d\x12\x17\n\x13SwitchViewpointLock\x10\x1e\x12\x1c\n\x18MainThumbstickToggleLock\x10\x1f\x12\x14\n\x10ToolSwitcherLock\x10 \x12\x15\n\x11\x41llMoveSketchLock\x10\"\x12\x11\n\rSelectionLock\x10#\x12\x1a\n\x16GrabbedObjectsSnapLock\x10$\x12\x1c\n\x18\x45\x64itModeSlideConstraints\x10%\x12\x12\n\x0eLayersMenuLock\x10&\x12\x0c\n\x08GridLock\x10\'\x12\x12\n\x0e\x45xportMenuLock\x10(\x12\x15\n\x11MaterialsMenuLock\x10)\"\x04\x08!\x10!*\xe7\x03\n\x19UserRestrictionSourceType\x12 \n\x1cInvalidUserRestrictionSource\x10\x00\x12\x15\n\x11InteractionSystem\x10\x01\x12\x12\n\x0eSpatialAnchors\x10\x02\x12\x14\n\x10SketchExperience\x10\x03\x12\x0e\n\nPencilMode\x10\x04\x12\x10\n\x0cToolSwitcher\x10\x05\x12\x0e\n\nActiveTool\x10\x06\x12\x12\n\x0eMaterialChange\x10\x07\x12\x16\n\x12UIInputRestriction\x10\x08\x12\x11\n\rUserFollowing\x10\t\x12\x14\n\x10InteractionModes\x10\n\x12\x15\n\x11SketchEditorModes\x10\x0b\x12\x13\n\x0fScreenshotPanel\x10\x0c\x12\x15\n\x11SubDFaceSelection\x10\r\x12\x11\n\rUIInteraction\x10\x0e\x12\x0e\n\nWebBrowser\x10\x0f\x12\x15\n\x11TypingModeMonitor\x10\x10\x12\x17\n\x13SmartMoveController\x10\x11\x12\x16\n\x12GrabbedObjectsSnap\x10\x12\x12\x12\n\x0eScreenAppModes\x10\x13\x12\x1e\n\x1aSingleConnectionCollabRoom\x10\x14\x42`\n\x1e\x63om.gravitysketch.sketch.modelP\x01Z<gravitysketch.com/platform/go/vrproto/gravi/rpc/model/commonb\x06proto3')
32
+
33
+ _globals = globals()
34
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
35
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'gravi.rpc.model.common.sketch_interactions_pb2', _globals)
36
+ if not _descriptor._USE_C_DESCRIPTORS:
37
+ _globals['DESCRIPTOR']._loaded_options = None
38
+ _globals['DESCRIPTOR']._serialized_options = b'\n\036com.gravitysketch.sketch.modelP\001Z<gravitysketch.com/platform/go/vrproto/gravi/rpc/model/common'
39
+ _globals['_VRCONTROLLERBUTTON']._loaded_options = None
40
+ _globals['_VRCONTROLLERBUTTON']._serialized_options = b'\210\265\030\001'
41
+ _globals['_USERINTERACTIONMODESTATE']._loaded_options = None
42
+ _globals['_USERINTERACTIONMODESTATE']._serialized_options = b'\210\265\030\001'
43
+ _globals['_USERSKETCHEDITORMODESTATE']._loaded_options = None
44
+ _globals['_USERSKETCHEDITORMODESTATE']._serialized_options = b'\210\265\030\001'
45
+ _globals['_INTERACTIONMODE']._serialized_start=541
46
+ _globals['_INTERACTIONMODE']._serialized_end=667
47
+ _globals['_SKETCHEDITORMODE']._serialized_start=670
48
+ _globals['_SKETCHEDITORMODE']._serialized_end=860
49
+ _globals['_TOGGLEHIDEOBJECTSSETTING']._serialized_start=862
50
+ _globals['_TOGGLEHIDEOBJECTSSETTING']._serialized_end=931
51
+ _globals['_OFFHANDQUICKACCESSMENULOCKTYPE']._serialized_start=933
52
+ _globals['_OFFHANDQUICKACCESSMENULOCKTYPE']._serialized_end=1027
53
+ _globals['_POPUPACTION']._serialized_start=1029
54
+ _globals['_POPUPACTION']._serialized_end=1127
55
+ _globals['_LAYERTRANSPARENCYTHRESHOLDLISTENTYPE']._serialized_start=1129
56
+ _globals['_LAYERTRANSPARENCYTHRESHOLDLISTENTYPE']._serialized_end=1235
57
+ _globals['_VRCONTROLLERBUTTONTYPE']._serialized_start=1237
58
+ _globals['_VRCONTROLLERBUTTONTYPE']._serialized_end=1361
59
+ _globals['_VRCONTROLLERBUTTONLISTENTYPE']._serialized_start=1363
60
+ _globals['_VRCONTROLLERBUTTONLISTENTYPE']._serialized_end=1450
61
+ _globals['_CHECKUSERSCALESETTING']._serialized_start=1452
62
+ _globals['_CHECKUSERSCALESETTING']._serialized_end=1567
63
+ _globals['_VRMENULISTENERMENUTYPE']._serialized_start=1569
64
+ _globals['_VRMENULISTENERMENUTYPE']._serialized_end=1675
65
+ _globals['_HIGHLIGHTACTION']._serialized_start=1677
66
+ _globals['_HIGHLIGHTACTION']._serialized_end=1763
67
+ _globals['_PARTICLEEFFECTACTION']._serialized_start=1765
68
+ _globals['_PARTICLEEFFECTACTION']._serialized_end=1842
69
+ _globals['_USERRESTRICTIONLOCKTYPE']._serialized_start=1845
70
+ _globals['_USERRESTRICTIONLOCKTYPE']._serialized_end=2764
71
+ _globals['_USERRESTRICTIONSOURCETYPE']._serialized_start=2767
72
+ _globals['_USERRESTRICTIONSOURCETYPE']._serialized_end=3254
73
+ _globals['_VRCONTROLLERBUTTON']._serialized_start=222
74
+ _globals['_VRCONTROLLERBUTTON']._serialized_end=336
75
+ _globals['_USERINTERACTIONMODESTATE']._serialized_start=338
76
+ _globals['_USERINTERACTIONMODESTATE']._serialized_end=436
77
+ _globals['_USERSKETCHEDITORMODESTATE']._serialized_start=438
78
+ _globals['_USERSKETCHEDITORMODESTATE']._serialized_end=539
79
+ # @@protoc_insertion_point(module_scope)