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.
- codegens/gravi/cms/cms_content_pb2.py +110 -0
- codegens/gravi/cms/cms_content_pb2.pyi +231 -0
- codegens/gravi/common/gravi_common_pb2.py +44 -0
- codegens/gravi/common/gravi_common_pb2.pyi +51 -0
- codegens/gravi/gsfile/asset/persistence/asset_pb2.py +40 -0
- codegens/gravi/gsfile/asset/persistence/asset_pb2.pyi +16 -0
- codegens/gravi/gsfile/layergroup/persistence/layer_group_pb2.py +40 -0
- codegens/gravi/gsfile/layergroup/persistence/layer_group_pb2.pyi +16 -0
- codegens/gravi/gsfile/legacy/legacy_gsfile_pb2.py +53 -0
- codegens/gravi/gsfile/legacy/legacy_gsfile_pb2.pyi +58 -0
- codegens/gravi/gsfile/metadata/persistence/metadata_pb2.py +45 -0
- codegens/gravi/gsfile/metadata/persistence/metadata_pb2.pyi +32 -0
- codegens/gravi/gsfile/sketch_gsfile_pb2.py +160 -0
- codegens/gravi/gsfile/sketch_gsfile_pb2.pyi +546 -0
- codegens/gravi/gsfile/strokelayer/persistence/layer_pb2.py +41 -0
- codegens/gravi/gsfile/strokelayer/persistence/layer_pb2.pyi +25 -0
- codegens/gravi/library/material_library_pb2.py +38 -0
- codegens/gravi/library/material_library_pb2.pyi +16 -0
- codegens/gravi/localization/localization_pb2.py +51 -0
- codegens/gravi/localization/localization_pb2.pyi +71 -0
- codegens/gravi/models/bot_export_pb2.py +54 -0
- codegens/gravi/models/bot_export_pb2.pyi +77 -0
- codegens/gravi/models/gravi_model_pb2.py +322 -0
- codegens/gravi/models/gravi_model_pb2.pyi +1450 -0
- codegens/gravi/models/notifications_pb2.py +105 -0
- codegens/gravi/models/notifications_pb2.pyi +169 -0
- codegens/gravi/models/preferences_pb2.py +193 -0
- codegens/gravi/models/preferences_pb2.pyi +839 -0
- codegens/gravi/models/rhino_compute_pb2.py +54 -0
- codegens/gravi/models/rhino_compute_pb2.pyi +57 -0
- codegens/gravi/proxy/control_pb2.py +44 -0
- codegens/gravi/proxy/control_pb2.pyi +23 -0
- codegens/gravi/release/release_pb2.py +45 -0
- codegens/gravi/release/release_pb2.pyi +50 -0
- codegens/gravi/rest/ai/ask_pb2.py +60 -0
- codegens/gravi/rest/ai/ask_pb2.pyi +54 -0
- codegens/gravi/rest/ai/image_pb2.py +69 -0
- codegens/gravi/rest/ai/image_pb2.pyi +92 -0
- codegens/gravi/rest/auth/auth_pb2.py +281 -0
- codegens/gravi/rest/auth/auth_pb2.pyi +717 -0
- codegens/gravi/rest/common/async_pb2.py +40 -0
- codegens/gravi/rest/common/async_pb2.pyi +12 -0
- codegens/gravi/rest/doc/comment_pb2.py +92 -0
- codegens/gravi/rest/doc/comment_pb2.pyi +172 -0
- codegens/gravi/rest/doc/doc_rest_pb2.py +385 -0
- codegens/gravi/rest/doc/doc_rest_pb2.pyi +1005 -0
- codegens/gravi/rest/doc/export_pb2.py +127 -0
- codegens/gravi/rest/doc/export_pb2.pyi +278 -0
- codegens/gravi/rest/doc/revision_pb2.py +51 -0
- codegens/gravi/rest/doc/revision_pb2.pyi +41 -0
- codegens/gravi/rest/doc/room_pb2.py +207 -0
- codegens/gravi/rest/doc/room_pb2.pyi +443 -0
- codegens/gravi/rest/model/achievement_pb2.py +46 -0
- codegens/gravi/rest/model/achievement_pb2.pyi +119 -0
- codegens/gravi/rest/model/activate_code_pb2.py +51 -0
- codegens/gravi/rest/model/activate_code_pb2.pyi +119 -0
- codegens/gravi/rest/model/collab_pb2.py +57 -0
- codegens/gravi/rest/model/collab_pb2.pyi +72 -0
- codegens/gravi/rest/model/login_pb2.py +49 -0
- codegens/gravi/rest/model/login_pb2.pyi +115 -0
- codegens/gravi/rest/model/online_sketch_pb2.py +104 -0
- codegens/gravi/rest/model/online_sketch_pb2.pyi +208 -0
- codegens/gravi/rest/model/organisation_pb2.py +45 -0
- codegens/gravi/rest/model/organisation_pb2.pyi +29 -0
- codegens/gravi/rest/model/pair_device_pb2.py +81 -0
- codegens/gravi/rest/model/pair_device_pb2.pyi +108 -0
- codegens/gravi/rest/model/platform_rest_pb2.py +568 -0
- codegens/gravi/rest/model/platform_rest_pb2.pyi +2442 -0
- codegens/gravi/rest/model/signup_pb2.py +88 -0
- codegens/gravi/rest/model/signup_pb2.pyi +177 -0
- codegens/gravi/rest/org/invitation_pb2.py +86 -0
- codegens/gravi/rest/org/invitation_pb2.pyi +123 -0
- codegens/gravi/rest/org/management_pb2.py +68 -0
- codegens/gravi/rest/org/management_pb2.pyi +136 -0
- codegens/gravi/rest/org/team_member_pb2.py +76 -0
- codegens/gravi/rest/org/team_member_pb2.pyi +99 -0
- codegens/gravi/rest/org/team_pb2.py +255 -0
- codegens/gravi/rest/org/team_pb2.pyi +625 -0
- codegens/gravi/rest/sketch/sketch_pb2.py +83 -0
- codegens/gravi/rest/sketch/sketch_pb2.pyi +114 -0
- codegens/gravi/rest/user/account_pb2.py +47 -0
- codegens/gravi/rest/user/account_pb2.pyi +28 -0
- codegens/gravi/rest/user/connections_pb2.py +115 -0
- codegens/gravi/rest/user/connections_pb2.pyi +199 -0
- codegens/gravi/rest/user/profile_pb2.py +98 -0
- codegens/gravi/rest/user/profile_pb2.pyi +194 -0
- codegens/gravi/rest/user/update_check_pb2.py +46 -0
- codegens/gravi/rest/user/update_check_pb2.pyi +64 -0
- codegens/gravi/rest/voicechat/transcribe_pb2.py +53 -0
- codegens/gravi/rest/voicechat/transcribe_pb2.pyi +36 -0
- codegens/gravi/rest/voicechat/voice_pb2.py +69 -0
- codegens/gravi/rest/voicechat/voice_pb2.pyi +77 -0
- codegens/gravi/rpc/cosketch_rpc_pb2.py +354 -0
- codegens/gravi/rpc/cosketch_rpc_pb2.pyi +1518 -0
- codegens/gravi/rpc/cosketch_serverpush_pb2.py +54 -0
- codegens/gravi/rpc/cosketch_serverpush_pb2.pyi +68 -0
- codegens/gravi/rpc/files/file_upload_pb2.py +43 -0
- codegens/gravi/rpc/files/file_upload_pb2.pyi +68 -0
- codegens/gravi/rpc/model/collab_tools_pb2.py +111 -0
- codegens/gravi/rpc/model/collab_tools_pb2.pyi +199 -0
- codegens/gravi/rpc/model/common/sketch_common_pb2.py +161 -0
- codegens/gravi/rpc/model/common/sketch_common_pb2.pyi +647 -0
- codegens/gravi/rpc/model/common/sketch_configurable_ui_pb2.py +54 -0
- codegens/gravi/rpc/model/common/sketch_configurable_ui_pb2.pyi +244 -0
- codegens/gravi/rpc/model/common/sketch_interactions_pb2.py +79 -0
- codegens/gravi/rpc/model/common/sketch_interactions_pb2.pyi +294 -0
- codegens/gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.py +40 -0
- codegens/gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.pyi +33 -0
- codegens/gravi/rpc/model/extra/sketch_extra_pb2.py +121 -0
- codegens/gravi/rpc/model/extra/sketch_extra_pb2.pyi +315 -0
- codegens/gravi/rpc/model/incremental/sketch_incremental_pb2.py +56 -0
- codegens/gravi/rpc/model/incremental/sketch_incremental_pb2.pyi +76 -0
- codegens/gravi/rpc/model/inputs/sketch_inputs_pb2.py +79 -0
- codegens/gravi/rpc/model/inputs/sketch_inputs_pb2.pyi +179 -0
- codegens/gravi/rpc/model/sketch_model_pb2.py +163 -0
- codegens/gravi/rpc/model/sketch_model_pb2.pyi +472 -0
- codegens/gravi/runtime/config/runtime_config_pb2.py +84 -0
- codegens/gravi/runtime/config/runtime_config_pb2.pyi +203 -0
- codegens/gravi/ui/model/ui_event_pb2.py +46 -0
- codegens/gravi/ui/model/ui_event_pb2.pyi +35 -0
- codegens/gravi/ui/model/ui_model_pb2.py +284 -0
- codegens/gravi/ui/model/ui_model_pb2.pyi +901 -0
- codegens/gravi/unity/analytics/analytics_pb2.py +325 -0
- codegens/gravi/unity/analytics/analytics_pb2.pyi +1688 -0
- codegens/gravi/unity/gravi_unity_pb2.py +48 -0
- codegens/gravi/unity/gravi_unity_pb2.pyi +59 -0
- codegens/gravi/unity/unity_log_pb2.py +42 -0
- codegens/gravi/unity/unity_log_pb2.pyi +62 -0
- codegens/gravi/webanalytics/web_pb2.py +590 -0
- codegens/gravi/webanalytics/web_pb2.pyi +1165 -0
- codegens/gravi/wrapper/wrappers_pb2.py +72 -0
- codegens/gravi/wrapper/wrappers_pb2.pyi +78 -0
- codegens/gs_options_pb2.py +60 -0
- codegens/gs_options_pb2.pyi +165 -0
- gravi/cms/cms_content_pb2.py +110 -0
- gravi/cms/cms_content_pb2.pyi +231 -0
- gravi/common/gravi_common_pb2.py +44 -0
- gravi/common/gravi_common_pb2.pyi +51 -0
- gravi/gsfile/asset/persistence/asset_pb2.py +40 -0
- gravi/gsfile/asset/persistence/asset_pb2.pyi +16 -0
- gravi/gsfile/layergroup/persistence/layer_group_pb2.py +40 -0
- gravi/gsfile/layergroup/persistence/layer_group_pb2.pyi +16 -0
- gravi/gsfile/legacy/legacy_gsfile_pb2.py +53 -0
- gravi/gsfile/legacy/legacy_gsfile_pb2.pyi +58 -0
- gravi/gsfile/metadata/persistence/metadata_pb2.py +45 -0
- gravi/gsfile/metadata/persistence/metadata_pb2.pyi +32 -0
- gravi/gsfile/sketch_gsfile_pb2.py +160 -0
- gravi/gsfile/sketch_gsfile_pb2.pyi +546 -0
- gravi/gsfile/strokelayer/persistence/layer_pb2.py +41 -0
- gravi/gsfile/strokelayer/persistence/layer_pb2.pyi +25 -0
- gravi/library/material_library_pb2.py +38 -0
- gravi/library/material_library_pb2.pyi +16 -0
- gravi/localization/localization_pb2.py +51 -0
- gravi/localization/localization_pb2.pyi +71 -0
- gravi/models/bot_export_pb2.py +54 -0
- gravi/models/bot_export_pb2.pyi +77 -0
- gravi/models/gravi_model_pb2.py +322 -0
- gravi/models/gravi_model_pb2.pyi +1450 -0
- gravi/models/notifications_pb2.py +105 -0
- gravi/models/notifications_pb2.pyi +169 -0
- gravi/models/preferences_pb2.py +193 -0
- gravi/models/preferences_pb2.pyi +839 -0
- gravi/models/rhino_compute_pb2.py +54 -0
- gravi/models/rhino_compute_pb2.pyi +57 -0
- gravi/proxy/control_pb2.py +44 -0
- gravi/proxy/control_pb2.pyi +23 -0
- gravi/release/release_pb2.py +45 -0
- gravi/release/release_pb2.pyi +50 -0
- gravi/rest/ai/ask_pb2.py +60 -0
- gravi/rest/ai/ask_pb2.pyi +54 -0
- gravi/rest/ai/image_pb2.py +69 -0
- gravi/rest/ai/image_pb2.pyi +92 -0
- gravi/rest/auth/auth_pb2.py +281 -0
- gravi/rest/auth/auth_pb2.pyi +717 -0
- gravi/rest/common/async_pb2.py +40 -0
- gravi/rest/common/async_pb2.pyi +12 -0
- gravi/rest/doc/comment_pb2.py +92 -0
- gravi/rest/doc/comment_pb2.pyi +172 -0
- gravi/rest/doc/doc_rest_pb2.py +385 -0
- gravi/rest/doc/doc_rest_pb2.pyi +1005 -0
- gravi/rest/doc/export_pb2.py +127 -0
- gravi/rest/doc/export_pb2.pyi +278 -0
- gravi/rest/doc/revision_pb2.py +51 -0
- gravi/rest/doc/revision_pb2.pyi +41 -0
- gravi/rest/doc/room_pb2.py +207 -0
- gravi/rest/doc/room_pb2.pyi +443 -0
- gravi/rest/model/achievement_pb2.py +46 -0
- gravi/rest/model/achievement_pb2.pyi +119 -0
- gravi/rest/model/activate_code_pb2.py +51 -0
- gravi/rest/model/activate_code_pb2.pyi +119 -0
- gravi/rest/model/collab_pb2.py +57 -0
- gravi/rest/model/collab_pb2.pyi +72 -0
- gravi/rest/model/login_pb2.py +49 -0
- gravi/rest/model/login_pb2.pyi +115 -0
- gravi/rest/model/online_sketch_pb2.py +104 -0
- gravi/rest/model/online_sketch_pb2.pyi +208 -0
- gravi/rest/model/organisation_pb2.py +45 -0
- gravi/rest/model/organisation_pb2.pyi +29 -0
- gravi/rest/model/pair_device_pb2.py +81 -0
- gravi/rest/model/pair_device_pb2.pyi +108 -0
- gravi/rest/model/platform_rest_pb2.py +568 -0
- gravi/rest/model/platform_rest_pb2.pyi +2442 -0
- gravi/rest/model/signup_pb2.py +88 -0
- gravi/rest/model/signup_pb2.pyi +177 -0
- gravi/rest/org/invitation_pb2.py +86 -0
- gravi/rest/org/invitation_pb2.pyi +123 -0
- gravi/rest/org/management_pb2.py +68 -0
- gravi/rest/org/management_pb2.pyi +136 -0
- gravi/rest/org/team_member_pb2.py +76 -0
- gravi/rest/org/team_member_pb2.pyi +99 -0
- gravi/rest/org/team_pb2.py +255 -0
- gravi/rest/org/team_pb2.pyi +625 -0
- gravi/rest/sketch/sketch_pb2.py +83 -0
- gravi/rest/sketch/sketch_pb2.pyi +114 -0
- gravi/rest/user/account_pb2.py +47 -0
- gravi/rest/user/account_pb2.pyi +28 -0
- gravi/rest/user/connections_pb2.py +115 -0
- gravi/rest/user/connections_pb2.pyi +199 -0
- gravi/rest/user/profile_pb2.py +98 -0
- gravi/rest/user/profile_pb2.pyi +194 -0
- gravi/rest/user/update_check_pb2.py +46 -0
- gravi/rest/user/update_check_pb2.pyi +64 -0
- gravi/rest/voicechat/transcribe_pb2.py +53 -0
- gravi/rest/voicechat/transcribe_pb2.pyi +36 -0
- gravi/rest/voicechat/voice_pb2.py +69 -0
- gravi/rest/voicechat/voice_pb2.pyi +77 -0
- gravi/rpc/cosketch_rpc_pb2.py +354 -0
- gravi/rpc/cosketch_rpc_pb2.pyi +1518 -0
- gravi/rpc/cosketch_serverpush_pb2.py +54 -0
- gravi/rpc/cosketch_serverpush_pb2.pyi +68 -0
- gravi/rpc/files/file_upload_pb2.py +43 -0
- gravi/rpc/files/file_upload_pb2.pyi +68 -0
- gravi/rpc/model/collab_tools_pb2.py +111 -0
- gravi/rpc/model/collab_tools_pb2.pyi +199 -0
- gravi/rpc/model/common/sketch_common_pb2.py +161 -0
- gravi/rpc/model/common/sketch_common_pb2.pyi +647 -0
- gravi/rpc/model/common/sketch_configurable_ui_pb2.py +54 -0
- gravi/rpc/model/common/sketch_configurable_ui_pb2.pyi +244 -0
- gravi/rpc/model/common/sketch_interactions_pb2.py +79 -0
- gravi/rpc/model/common/sketch_interactions_pb2.pyi +294 -0
- gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.py +40 -0
- gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.pyi +33 -0
- gravi/rpc/model/extra/sketch_extra_pb2.py +121 -0
- gravi/rpc/model/extra/sketch_extra_pb2.pyi +315 -0
- gravi/rpc/model/incremental/sketch_incremental_pb2.py +56 -0
- gravi/rpc/model/incremental/sketch_incremental_pb2.pyi +76 -0
- gravi/rpc/model/inputs/sketch_inputs_pb2.py +79 -0
- gravi/rpc/model/inputs/sketch_inputs_pb2.pyi +179 -0
- gravi/rpc/model/sketch_model_pb2.py +163 -0
- gravi/rpc/model/sketch_model_pb2.pyi +472 -0
- gravi/runtime/config/runtime_config_pb2.py +84 -0
- gravi/runtime/config/runtime_config_pb2.pyi +203 -0
- gravi/ui/model/ui_event_pb2.py +46 -0
- gravi/ui/model/ui_event_pb2.pyi +35 -0
- gravi/ui/model/ui_model_pb2.py +284 -0
- gravi/ui/model/ui_model_pb2.pyi +901 -0
- gravi/unity/analytics/analytics_pb2.py +325 -0
- gravi/unity/analytics/analytics_pb2.pyi +1688 -0
- gravi/unity/gravi_unity_pb2.py +48 -0
- gravi/unity/gravi_unity_pb2.pyi +59 -0
- gravi/unity/unity_log_pb2.py +42 -0
- gravi/unity/unity_log_pb2.pyi +62 -0
- gravi/webanalytics/web_pb2.py +590 -0
- gravi/webanalytics/web_pb2.pyi +1165 -0
- gravi/wrapper/wrappers_pb2.py +72 -0
- gravi/wrapper/wrappers_pb2.pyi +78 -0
- mcp_lp_server-0.1.0.dist-info/METADATA +42 -0
- mcp_lp_server-0.1.0.dist-info/RECORD +271 -0
- mcp_lp_server-0.1.0.dist-info/WHEEL +5 -0
- mcp_lp_server-0.1.0.dist-info/entry_points.txt +2 -0
- mcp_lp_server-0.1.0.dist-info/top_level.txt +2 -0
@@ -0,0 +1,1688 @@
|
|
1
|
+
import gs_options_pb2 as _gs_options_pb2
|
2
|
+
from gravi.rpc.model.common import sketch_common_pb2 as _sketch_common_pb2
|
3
|
+
from gravi.ui.model import ui_model_pb2 as _ui_model_pb2
|
4
|
+
from gravi.rpc.model.inputs import sketch_inputs_pb2 as _sketch_inputs_pb2
|
5
|
+
from gravi.models import preferences_pb2 as _preferences_pb2
|
6
|
+
from gravi.models import gravi_model_pb2 as _gravi_model_pb2
|
7
|
+
from google.protobuf.internal import containers as _containers
|
8
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
9
|
+
from google.protobuf import descriptor as _descriptor
|
10
|
+
from google.protobuf import message as _message
|
11
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
12
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
13
|
+
|
14
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
15
|
+
|
16
|
+
class KickOutCollabReason(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
17
|
+
__slots__ = ()
|
18
|
+
Unknown: _ClassVar[KickOutCollabReason]
|
19
|
+
InvalidTicket: _ClassVar[KickOutCollabReason]
|
20
|
+
ActorCreationErr: _ClassVar[KickOutCollabReason]
|
21
|
+
HostNonConnectable: _ClassVar[KickOutCollabReason]
|
22
|
+
ConnectorStopped: _ClassVar[KickOutCollabReason]
|
23
|
+
ReliableRpcTimeout: _ClassVar[KickOutCollabReason]
|
24
|
+
DevicePauseShutdown: _ClassVar[KickOutCollabReason]
|
25
|
+
|
26
|
+
class PricingPlanPaywallSource(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
27
|
+
__slots__ = ()
|
28
|
+
UnknownIngress: _ClassVar[PricingPlanPaywallSource]
|
29
|
+
LobbyBadge: _ClassVar[PricingPlanPaywallSource]
|
30
|
+
CollabRoomLimit: _ClassVar[PricingPlanPaywallSource]
|
31
|
+
StorageCapScreenshot: _ClassVar[PricingPlanPaywallSource]
|
32
|
+
StorageCapExport: _ClassVar[PricingPlanPaywallSource]
|
33
|
+
StorageCapSave: _ClassVar[PricingPlanPaywallSource]
|
34
|
+
StorageCapLPFileUpload: _ClassVar[PricingPlanPaywallSource]
|
35
|
+
ThrottledExportBanner: _ClassVar[PricingPlanPaywallSource]
|
36
|
+
|
37
|
+
class SketchAppToolUsageSessionEndType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
38
|
+
__slots__ = ()
|
39
|
+
InvalidEndSessionType: _ClassVar[SketchAppToolUsageSessionEndType]
|
40
|
+
DifferentToolUsageEndSession: _ClassVar[SketchAppToolUsageSessionEndType]
|
41
|
+
TimeoutEndSession: _ClassVar[SketchAppToolUsageSessionEndType]
|
42
|
+
ExitSketchEndSession: _ClassVar[SketchAppToolUsageSessionEndType]
|
43
|
+
EnterEditModeEndSession: _ClassVar[SketchAppToolUsageSessionEndType]
|
44
|
+
OpenToolSwitcherEndSession: _ClassVar[SketchAppToolUsageSessionEndType]
|
45
|
+
|
46
|
+
class SketchAppToolType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
47
|
+
__slots__ = ()
|
48
|
+
InvalidToolType: _ClassVar[SketchAppToolType]
|
49
|
+
DrawInkTool: _ClassVar[SketchAppToolType]
|
50
|
+
DrawStrokeTool: _ClassVar[SketchAppToolType]
|
51
|
+
DrawRevolveTool: _ClassVar[SketchAppToolType]
|
52
|
+
DrawVolumeTool: _ClassVar[SketchAppToolType]
|
53
|
+
DrawSubDRibbonTool: _ClassVar[SketchAppToolType]
|
54
|
+
DrawNURBSRibbonTool: _ClassVar[SketchAppToolType]
|
55
|
+
DrawSubDSurfaceTool: _ClassVar[SketchAppToolType]
|
56
|
+
DrawNURBSSurfaceTool: _ClassVar[SketchAppToolType]
|
57
|
+
DrawPrimitiveTool: _ClassVar[SketchAppToolType]
|
58
|
+
DrawSubDPrimitiveTool: _ClassVar[SketchAppToolType]
|
59
|
+
DrawTextTool: _ClassVar[SketchAppToolType]
|
60
|
+
DimensionTool: _ClassVar[SketchAppToolType]
|
61
|
+
CreateViewpointTool: _ClassVar[SketchAppToolType]
|
62
|
+
ObjectSelectionTool: _ClassVar[SketchAppToolType]
|
63
|
+
ColourPickerTool: _ClassVar[SketchAppToolType]
|
64
|
+
PaintbrushTool: _ClassVar[SketchAppToolType]
|
65
|
+
TeleporterTool: _ClassVar[SketchAppToolType]
|
66
|
+
LaserPointerTool: _ClassVar[SketchAppToolType]
|
67
|
+
|
68
|
+
class SketchResumeType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
69
|
+
__slots__ = ()
|
70
|
+
ResumeFromUnknown: _ClassVar[SketchResumeType]
|
71
|
+
ResumeFromAutoSave: _ClassVar[SketchResumeType]
|
72
|
+
ResumeFromIncremental: _ClassVar[SketchResumeType]
|
73
|
+
|
74
|
+
class WorkStyleTemplateType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
75
|
+
__slots__ = ()
|
76
|
+
Default: _ClassVar[WorkStyleTemplateType]
|
77
|
+
SketchArtisticMode: _ClassVar[WorkStyleTemplateType]
|
78
|
+
DesignWorkAtScale: _ClassVar[WorkStyleTemplateType]
|
79
|
+
BuildLowFiModelling: _ClassVar[WorkStyleTemplateType]
|
80
|
+
|
81
|
+
class AppTypes(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
82
|
+
__slots__ = ()
|
83
|
+
VR: _ClassVar[AppTypes]
|
84
|
+
WebInspector: _ClassVar[AppTypes]
|
85
|
+
PadApp: _ClassVar[AppTypes]
|
86
|
+
ScreenBasedApp: _ClassVar[AppTypes]
|
87
|
+
|
88
|
+
class MicrophonePreference(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
89
|
+
__slots__ = ()
|
90
|
+
MicrophoneOff: _ClassVar[MicrophonePreference]
|
91
|
+
MicrophoneHoldUp: _ClassVar[MicrophonePreference]
|
92
|
+
MicrophoneAlwaysOn: _ClassVar[MicrophonePreference]
|
93
|
+
|
94
|
+
class OtherUsersUiVisibilityPolicy(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
95
|
+
__slots__ = ()
|
96
|
+
ObservationModeOnly: _ClassVar[OtherUsersUiVisibilityPolicy]
|
97
|
+
AlwaysHide: _ClassVar[OtherUsersUiVisibilityPolicy]
|
98
|
+
AlwaysShow: _ClassVar[OtherUsersUiVisibilityPolicy]
|
99
|
+
|
100
|
+
class ImportType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
101
|
+
__slots__ = ()
|
102
|
+
UnknownImportType: _ClassVar[ImportType]
|
103
|
+
OBJImport: _ClassVar[ImportType]
|
104
|
+
IGESImport: _ClassVar[ImportType]
|
105
|
+
FBXImport: _ClassVar[ImportType]
|
106
|
+
BLENDImport: _ClassVar[ImportType]
|
107
|
+
GLBImport: _ClassVar[ImportType]
|
108
|
+
GLTFImport: _ClassVar[ImportType]
|
109
|
+
DAEImport: _ClassVar[ImportType]
|
110
|
+
STLImport: _ClassVar[ImportType]
|
111
|
+
ImportTypeImage: _ClassVar[ImportType]
|
112
|
+
ImportTypeVideo: _ClassVar[ImportType]
|
113
|
+
ImportTypeBuiltIn: _ClassVar[ImportType]
|
114
|
+
ImportTypeChassis: _ClassVar[ImportType]
|
115
|
+
GravitySketchFile: _ClassVar[ImportType]
|
116
|
+
|
117
|
+
class ExportType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
118
|
+
__slots__ = ()
|
119
|
+
UnknownExportType: _ClassVar[ExportType]
|
120
|
+
OBJExport: _ClassVar[ExportType]
|
121
|
+
FBXExport: _ClassVar[ExportType]
|
122
|
+
IGESExport: _ClassVar[ExportType]
|
123
|
+
USDZExport: _ClassVar[ExportType]
|
124
|
+
GLBExport: _ClassVar[ExportType]
|
125
|
+
MP4Export: _ClassVar[ExportType]
|
126
|
+
GRSExport: _ClassVar[ExportType]
|
127
|
+
GIFExport: _ClassVar[ExportType]
|
128
|
+
BlendExport: _ClassVar[ExportType]
|
129
|
+
|
130
|
+
class ImportExportAction(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
131
|
+
__slots__ = ()
|
132
|
+
ImportExportActionUndefined: _ClassVar[ImportExportAction]
|
133
|
+
ImportExportActionGoToPreview: _ClassVar[ImportExportAction]
|
134
|
+
ImportExportActionGoToOneToOne: _ClassVar[ImportExportAction]
|
135
|
+
ImportExportActionGoToHome: _ClassVar[ImportExportAction]
|
136
|
+
ImportExportActionResetTransformation: _ClassVar[ImportExportAction]
|
137
|
+
ImportExportActionReCentre: _ClassVar[ImportExportAction]
|
138
|
+
|
139
|
+
class SketchSaveType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
140
|
+
__slots__ = ()
|
141
|
+
UnknownSketchSaveType: _ClassVar[SketchSaveType]
|
142
|
+
AutoSketchSave: _ClassVar[SketchSaveType]
|
143
|
+
LocalSketchSave: _ClassVar[SketchSaveType]
|
144
|
+
CloudSketchSave: _ClassVar[SketchSaveType]
|
145
|
+
PrefabSketchSave: _ClassVar[SketchSaveType]
|
146
|
+
|
147
|
+
class FileLocation(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
148
|
+
__slots__ = ()
|
149
|
+
UnknownLocation: _ClassVar[FileLocation]
|
150
|
+
Local: _ClassVar[FileLocation]
|
151
|
+
Cloud: _ClassVar[FileLocation]
|
152
|
+
|
153
|
+
class EnterRoomType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
154
|
+
__slots__ = ()
|
155
|
+
UnknownEnterRoomType: _ClassVar[EnterRoomType]
|
156
|
+
Normal: _ClassVar[EnterRoomType]
|
157
|
+
DeepLink: _ClassVar[EnterRoomType]
|
158
|
+
NotificationBySharedLink: _ClassVar[EnterRoomType]
|
159
|
+
NotificationByOthersInRoom: _ClassVar[EnterRoomType]
|
160
|
+
|
161
|
+
class LeaveRoomType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
162
|
+
__slots__ = ()
|
163
|
+
UnknownLeaveRoomType: _ClassVar[LeaveRoomType]
|
164
|
+
ManualExitToLobby: _ClassVar[LeaveRoomType]
|
165
|
+
QuitApp: _ClassVar[LeaveRoomType]
|
166
|
+
LostConnection: _ClassVar[LeaveRoomType]
|
167
|
+
OwnerNotPresentTimeout: _ClassVar[LeaveRoomType]
|
168
|
+
|
169
|
+
class CameraViewType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
170
|
+
__slots__ = ()
|
171
|
+
None: _ClassVar[CameraViewType]
|
172
|
+
Top: _ClassVar[CameraViewType]
|
173
|
+
Isometric: _ClassVar[CameraViewType]
|
174
|
+
Left: _ClassVar[CameraViewType]
|
175
|
+
Front: _ClassVar[CameraViewType]
|
176
|
+
Right: _ClassVar[CameraViewType]
|
177
|
+
Bottom: _ClassVar[CameraViewType]
|
178
|
+
Back: _ClassVar[CameraViewType]
|
179
|
+
|
180
|
+
class ControlPointManipulationMode(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
181
|
+
__slots__ = ()
|
182
|
+
NoManipulationMode: _ClassVar[ControlPointManipulationMode]
|
183
|
+
DefaultPoints: _ClassVar[ControlPointManipulationMode]
|
184
|
+
SplineNormals: _ClassVar[ControlPointManipulationMode]
|
185
|
+
SurfaceURows: _ClassVar[ControlPointManipulationMode]
|
186
|
+
SurfaceVRows: _ClassVar[ControlPointManipulationMode]
|
187
|
+
RiggedRotations: _ClassVar[ControlPointManipulationMode]
|
188
|
+
RiggedInverseKinematics: _ClassVar[ControlPointManipulationMode]
|
189
|
+
SubDSmart: _ClassVar[ControlPointManipulationMode]
|
190
|
+
SubDVertices: _ClassVar[ControlPointManipulationMode]
|
191
|
+
SubDEdges: _ClassVar[ControlPointManipulationMode]
|
192
|
+
SubDFaces: _ClassVar[ControlPointManipulationMode]
|
193
|
+
NonProportionalScale: _ClassVar[ControlPointManipulationMode]
|
194
|
+
|
195
|
+
class ControlPointToolType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
196
|
+
__slots__ = ()
|
197
|
+
NoTool: _ClassVar[ControlPointToolType]
|
198
|
+
NodePreviewer: _ClassVar[ControlPointToolType]
|
199
|
+
LoopCut: _ClassVar[ControlPointToolType]
|
200
|
+
Merge: _ClassVar[ControlPointToolType]
|
201
|
+
EdgeCut: _ClassVar[ControlPointToolType]
|
202
|
+
Smooth: _ClassVar[ControlPointToolType]
|
203
|
+
Crease: _ClassVar[ControlPointToolType]
|
204
|
+
Separate: _ClassVar[ControlPointToolType]
|
205
|
+
EdgeSplitter: _ClassVar[ControlPointToolType]
|
206
|
+
|
207
|
+
class MicPreferenceChangeType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
208
|
+
__slots__ = ()
|
209
|
+
UnknownMicPreferenceChangeType: _ClassVar[MicPreferenceChangeType]
|
210
|
+
TogglePanel: _ClassVar[MicPreferenceChangeType]
|
211
|
+
ClickVirtualMicButton: _ClassVar[MicPreferenceChangeType]
|
212
|
+
PressButtonOnController: _ClassVar[MicPreferenceChangeType]
|
213
|
+
Collab2D: _ClassVar[MicPreferenceChangeType]
|
214
|
+
|
215
|
+
class ControllerHand(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
216
|
+
__slots__ = ()
|
217
|
+
MainHand: _ClassVar[ControllerHand]
|
218
|
+
OffHand: _ClassVar[ControllerHand]
|
219
|
+
|
220
|
+
class SceneScope(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
221
|
+
__slots__ = ()
|
222
|
+
UnknownScene: _ClassVar[SceneScope]
|
223
|
+
VRLobby: _ClassVar[SceneScope]
|
224
|
+
VRFirstSketch: _ClassVar[SceneScope]
|
225
|
+
VRSoloSketchRoom: _ClassVar[SceneScope]
|
226
|
+
Tethered2DMenu: _ClassVar[SceneScope]
|
227
|
+
|
228
|
+
class ExitButtonLocation(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
229
|
+
__slots__ = ()
|
230
|
+
ExitButtonLocationUndefined: _ClassVar[ExitButtonLocation]
|
231
|
+
ExitButtonLocationSavePanel: _ClassVar[ExitButtonLocation]
|
232
|
+
ExitButtonLocationQuickAccess: _ClassVar[ExitButtonLocation]
|
233
|
+
ExitButtonLocationAdvancedMenu: _ClassVar[ExitButtonLocation]
|
234
|
+
ExitButtonOwnerNotPresentTimeout: _ClassVar[ExitButtonLocation]
|
235
|
+
|
236
|
+
class AdvancedMenuPanelType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
237
|
+
__slots__ = ()
|
238
|
+
UndefinedAdvancedMenuPanel: _ClassVar[AdvancedMenuPanelType]
|
239
|
+
Save: _ClassVar[AdvancedMenuPanelType]
|
240
|
+
Settings: _ClassVar[AdvancedMenuPanelType]
|
241
|
+
Layers: _ClassVar[AdvancedMenuPanelType]
|
242
|
+
Users: _ClassVar[AdvancedMenuPanelType]
|
243
|
+
Orthographic: _ClassVar[AdvancedMenuPanelType]
|
244
|
+
Learn: _ClassVar[AdvancedMenuPanelType]
|
245
|
+
Debug: _ClassVar[AdvancedMenuPanelType]
|
246
|
+
RecordReplay: _ClassVar[AdvancedMenuPanelType]
|
247
|
+
Import: _ClassVar[AdvancedMenuPanelType]
|
248
|
+
ScreenShots: _ClassVar[AdvancedMenuPanelType]
|
249
|
+
SettingsAid: _ClassVar[AdvancedMenuPanelType]
|
250
|
+
SettingsPreference: _ClassVar[AdvancedMenuPanelType]
|
251
|
+
SettingsWorkspaceEnvironment: _ClassVar[AdvancedMenuPanelType]
|
252
|
+
SettingsBeta: _ClassVar[AdvancedMenuPanelType]
|
253
|
+
ImportCloud: _ClassVar[AdvancedMenuPanelType]
|
254
|
+
ImportBuiltIn: _ClassVar[AdvancedMenuPanelType]
|
255
|
+
ImportLocal: _ClassVar[AdvancedMenuPanelType]
|
256
|
+
|
257
|
+
class ScreenPanelType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
258
|
+
__slots__ = ()
|
259
|
+
ScreenPanelTypeInvalid: _ClassVar[ScreenPanelType]
|
260
|
+
ScreenPanelTypeComments: _ClassVar[ScreenPanelType]
|
261
|
+
ScreenPanelTypeLayers: _ClassVar[ScreenPanelType]
|
262
|
+
ScreenPanelTypeSettings: _ClassVar[ScreenPanelType]
|
263
|
+
ScreenPanelTypeImport: _ClassVar[ScreenPanelType]
|
264
|
+
ScreenPanelTypeExport: _ClassVar[ScreenPanelType]
|
265
|
+
ScreenPanelTypeEnvironments: _ClassVar[ScreenPanelType]
|
266
|
+
ScreenPanelTypeScreenshot: _ClassVar[ScreenPanelType]
|
267
|
+
ScreenPanelTypeViewpoints: _ClassVar[ScreenPanelType]
|
268
|
+
ScreenPanelTypeMembers: _ClassVar[ScreenPanelType]
|
269
|
+
ScreenPanelTypeShare: _ClassVar[ScreenPanelType]
|
270
|
+
|
271
|
+
class MaterialPresetEditPanelTab(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
272
|
+
__slots__ = ()
|
273
|
+
InvalidTab: _ClassVar[MaterialPresetEditPanelTab]
|
274
|
+
ColorWheelTab: _ClassVar[MaterialPresetEditPanelTab]
|
275
|
+
SegmentedColorWheelTab: _ClassVar[MaterialPresetEditPanelTab]
|
276
|
+
MaterialHistoryTab: _ClassVar[MaterialPresetEditPanelTab]
|
277
|
+
|
278
|
+
class V6TutorialTask(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
279
|
+
__slots__ = ()
|
280
|
+
InvalidTask: _ClassVar[V6TutorialTask]
|
281
|
+
QuickMaterialPanel: _ClassVar[V6TutorialTask]
|
282
|
+
Toolbox: _ClassVar[V6TutorialTask]
|
283
|
+
|
284
|
+
class BasicSkillsStage(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
285
|
+
__slots__ = ()
|
286
|
+
InvalidStage: _ClassVar[BasicSkillsStage]
|
287
|
+
Sketching: _ClassVar[BasicSkillsStage]
|
288
|
+
Grabbing: _ClassVar[BasicSkillsStage]
|
289
|
+
Undo: _ClassVar[BasicSkillsStage]
|
290
|
+
Completed: _ClassVar[BasicSkillsStage]
|
291
|
+
|
292
|
+
class GSEventType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
293
|
+
__slots__ = ()
|
294
|
+
INVALID: _ClassVar[GSEventType]
|
295
|
+
EventHandednessChanged: _ClassVar[GSEventType]
|
296
|
+
EventAppLaunched: _ClassVar[GSEventType]
|
297
|
+
EventAppQuit: _ClassVar[GSEventType]
|
298
|
+
EventMemoryWarningIssued: _ClassVar[GSEventType]
|
299
|
+
EventEnterOffline: _ClassVar[GSEventType]
|
300
|
+
EventOnlineSketchLoadedWithUnsyncedChanges: _ClassVar[GSEventType]
|
301
|
+
EventOnlineSketchSyncFailedWithConnectionError: _ClassVar[GSEventType]
|
302
|
+
EventOnlineSketchSyncFailedWithOfflineSession: _ClassVar[GSEventType]
|
303
|
+
EventOnlineSketchSyncSuccessOnExitSketch: _ClassVar[GSEventType]
|
304
|
+
EventOnlineSketchSyncFailOnExitSketch: _ClassVar[GSEventType]
|
305
|
+
EventStoreLoginFromPrompt: _ClassVar[GSEventType]
|
306
|
+
EventStoreSignUpFromPrompt: _ClassVar[GSEventType]
|
307
|
+
EventPressClosePromptButton: _ClassVar[GSEventType]
|
308
|
+
EventPressLoginButton: _ClassVar[GSEventType]
|
309
|
+
EventPressJoinNowButton: _ClassVar[GSEventType]
|
310
|
+
EventPressResendEmailButton: _ClassVar[GSEventType]
|
311
|
+
EventPressChangeEmailButton: _ClassVar[GSEventType]
|
312
|
+
EventLobbyClickFileManager: _ClassVar[GSEventType]
|
313
|
+
EventLobbyClickCollab: _ClassVar[GSEventType]
|
314
|
+
EventLobbyClickNewSketch: _ClassVar[GSEventType]
|
315
|
+
EventLobbyClickGallery: _ClassVar[GSEventType]
|
316
|
+
EventLobbyClickRecentFile1: _ClassVar[GSEventType]
|
317
|
+
EventLobbyClickRecentFile2: _ClassVar[GSEventType]
|
318
|
+
EventLobbyClickRecentFile3: _ClassVar[GSEventType]
|
319
|
+
EventLobbyBonusReferences: _ClassVar[GSEventType]
|
320
|
+
EventPressRejoinButton: _ClassVar[GSEventType]
|
321
|
+
EventLobbyListUsersInCollabRoom: _ClassVar[GSEventType]
|
322
|
+
EventLobbyLearnIconCLicked: _ClassVar[GSEventType]
|
323
|
+
EventLoginWithoutPasswordClicked: _ClassVar[GSEventType]
|
324
|
+
EventForgetPasswordClicked: _ClassVar[GSEventType]
|
325
|
+
EventLoginError: _ClassVar[GSEventType]
|
326
|
+
EventLobbyLearnInteractiveTutorialCLicked: _ClassVar[GSEventType]
|
327
|
+
EventLobbyLearnFeaturesWalkthroughCLicked: _ClassVar[GSEventType]
|
328
|
+
EventForgetPasswordRequestSent: _ClassVar[GSEventType]
|
329
|
+
EventResendForgetPasswordRequest: _ClassVar[GSEventType]
|
330
|
+
EventLoginWithoutPasswordMagicLinkSent: _ClassVar[GSEventType]
|
331
|
+
EventPressResendLoginWithoutPasswordMagicLink: _ClassVar[GSEventType]
|
332
|
+
EventLoginWithoutPasswordLoginSuccess: _ClassVar[GSEventType]
|
333
|
+
EventPressResendLoginToVRButtonOnLP: _ClassVar[GSEventType]
|
334
|
+
EventNotAskAgainToggleOn: _ClassVar[GSEventType]
|
335
|
+
EventAbortAttemptLogin: _ClassVar[GSEventType]
|
336
|
+
EventDeleteAutosavesWhenLogin: _ClassVar[GSEventType]
|
337
|
+
EventLobbyTemplates: _ClassVar[GSEventType]
|
338
|
+
EventLobbyCommunityCreations: _ClassVar[GSEventType]
|
339
|
+
EventWebTokenLogin: _ClassVar[GSEventType]
|
340
|
+
EventAttachEmail: _ClassVar[GSEventType]
|
341
|
+
EventCreateRoom: _ClassVar[GSEventType]
|
342
|
+
EventReleaseRoomLock: _ClassVar[GSEventType]
|
343
|
+
EventLaunchRoom: _ClassVar[GSEventType]
|
344
|
+
EventEnterRoom: _ClassVar[GSEventType]
|
345
|
+
EventDeleteRoom: _ClassVar[GSEventType]
|
346
|
+
EventShutdownRoom: _ClassVar[GSEventType]
|
347
|
+
EventUploadThumbnail: _ClassVar[GSEventType]
|
348
|
+
EventUploadDoc: _ClassVar[GSEventType]
|
349
|
+
EventDownloadDoc: _ClassVar[GSEventType]
|
350
|
+
EventDeleteDoc: _ClassVar[GSEventType]
|
351
|
+
EventDetachOculusLink: _ClassVar[GSEventType]
|
352
|
+
EventDetachSteamLink: _ClassVar[GSEventType]
|
353
|
+
EventSendPromoEmail: _ClassVar[GSEventType]
|
354
|
+
EventSwitchUserOrg: _ClassVar[GSEventType]
|
355
|
+
EventCreateFolder: _ClassVar[GSEventType]
|
356
|
+
EventJoinRoom: _ClassVar[GSEventType]
|
357
|
+
EventSketchStart: _ClassVar[GSEventType]
|
358
|
+
EventSketchClose: _ClassVar[GSEventType]
|
359
|
+
EventLeaveRoom: _ClassVar[GSEventType]
|
360
|
+
EventGallerySketchOpened: _ClassVar[GSEventType]
|
361
|
+
EventDuplicateAutoReturn: _ClassVar[GSEventType]
|
362
|
+
EventResetToNewSketch: _ClassVar[GSEventType]
|
363
|
+
EventNewEmptySketch: _ClassVar[GSEventType]
|
364
|
+
EventSearchDoc: _ClassVar[GSEventType]
|
365
|
+
EventReferenceLibrarySketchOpened: _ClassVar[GSEventType]
|
366
|
+
EventPublicRoomToggle: _ClassVar[GSEventType]
|
367
|
+
EventEditSessionCompleted: _ClassVar[GSEventType]
|
368
|
+
EventTimeOutWarningIssued: _ClassVar[GSEventType]
|
369
|
+
EventTimeOutWarningUserStayed: _ClassVar[GSEventType]
|
370
|
+
EventTimeOutWarningUserLeftRoom: _ClassVar[GSEventType]
|
371
|
+
EventTimeOutWarningUserKicked: _ClassVar[GSEventType]
|
372
|
+
EventStatelessVoiceChatUsed: _ClassVar[GSEventType]
|
373
|
+
EventStatelessClientSessionSyncUsed: _ClassVar[GSEventType]
|
374
|
+
EventWebSocketProbing: _ClassVar[GSEventType]
|
375
|
+
EventReCentreFunnel: _ClassVar[GSEventType]
|
376
|
+
EventLoadFileForImport: _ClassVar[GSEventType]
|
377
|
+
EventImportPreview: _ClassVar[GSEventType]
|
378
|
+
EventSketchFileImport: _ClassVar[GSEventType]
|
379
|
+
EventSketchOpened: _ClassVar[GSEventType]
|
380
|
+
EventSketchSaved: _ClassVar[GSEventType]
|
381
|
+
EventSketchImageImport: _ClassVar[GSEventType]
|
382
|
+
EventMannequinImport: _ClassVar[GSEventType]
|
383
|
+
EventStockContentHead: _ClassVar[GSEventType]
|
384
|
+
EventStockContentMannequin: _ClassVar[GSEventType]
|
385
|
+
EventChassisImport: _ClassVar[GSEventType]
|
386
|
+
EventSketchImport: _ClassVar[GSEventType]
|
387
|
+
EventSketchExport: _ClassVar[GSEventType]
|
388
|
+
EventImportAction: _ClassVar[GSEventType]
|
389
|
+
EventExportAction: _ClassVar[GSEventType]
|
390
|
+
EventMoveFileToLP: _ClassVar[GSEventType]
|
391
|
+
EventMoveFileToLocal: _ClassVar[GSEventType]
|
392
|
+
EventMoveDoc: _ClassVar[GSEventType]
|
393
|
+
EventSketchResumed: _ClassVar[GSEventType]
|
394
|
+
EventSketchSavePrefab: _ClassVar[GSEventType]
|
395
|
+
EventSketchRecovered: _ClassVar[GSEventType]
|
396
|
+
EventGSFileRepaired: _ClassVar[GSEventType]
|
397
|
+
EventQuickSave: _ClassVar[GSEventType]
|
398
|
+
EventQuickScreenshot: _ClassVar[GSEventType]
|
399
|
+
EventQuickExit: _ClassVar[GSEventType]
|
400
|
+
EventClickQuickBugReportButton: _ClassVar[GSEventType]
|
401
|
+
EventClickQuickMuteButton: _ClassVar[GSEventType]
|
402
|
+
EventClickQuickUnMuteButton: _ClassVar[GSEventType]
|
403
|
+
EventClickQuickHelpButton: _ClassVar[GSEventType]
|
404
|
+
EventQuickExport: _ClassVar[GSEventType]
|
405
|
+
EventClickQuickShareButton: _ClassVar[GSEventType]
|
406
|
+
EventConvertToSubD: _ClassVar[GSEventType]
|
407
|
+
EventRepairSubDSolo: _ClassVar[GSEventType]
|
408
|
+
EventRepairSubDCosketch: _ClassVar[GSEventType]
|
409
|
+
EventVideoWatched: _ClassVar[GSEventType]
|
410
|
+
EventOrthographicTaken: _ClassVar[GSEventType]
|
411
|
+
EventScreenshotTaken: _ClassVar[GSEventType]
|
412
|
+
EventVideoTipsWatched: _ClassVar[GSEventType]
|
413
|
+
EventPlayAutoPopupVideo: _ClassVar[GSEventType]
|
414
|
+
EventScreenshotSaved: _ClassVar[GSEventType]
|
415
|
+
EventLayersDeleted: _ClassVar[GSEventType]
|
416
|
+
EventLayersDuplicated: _ClassVar[GSEventType]
|
417
|
+
EventLayersAdded: _ClassVar[GSEventType]
|
418
|
+
EventLayersRenamed: _ClassVar[GSEventType]
|
419
|
+
EventLayersHidden: _ClassVar[GSEventType]
|
420
|
+
EventLayersUnhidden: _ClassVar[GSEventType]
|
421
|
+
EventLayersLocked: _ClassVar[GSEventType]
|
422
|
+
EventLayersUnlocked: _ClassVar[GSEventType]
|
423
|
+
EventLayersReordered: _ClassVar[GSEventType]
|
424
|
+
EventClickTakeThumbnailButton: _ClassVar[GSEventType]
|
425
|
+
EventCustomizedThumbnailTaken: _ClassVar[GSEventType]
|
426
|
+
EventCustomizedThumbnailSaved: _ClassVar[GSEventType]
|
427
|
+
EventAutoThumbnailSaved: _ClassVar[GSEventType]
|
428
|
+
EventCosketchRpcLatent: _ClassVar[GSEventType]
|
429
|
+
EventPaywallTriggered: _ClassVar[GSEventType]
|
430
|
+
EventViewPricingPlans: _ClassVar[GSEventType]
|
431
|
+
EventTriggerProPaywall: _ClassVar[GSEventType]
|
432
|
+
EventTriggerProTierCap: _ClassVar[GSEventType]
|
433
|
+
EventContactSalesTeamsPlan: _ClassVar[GSEventType]
|
434
|
+
EventContactSalesEnterprisePlan: _ClassVar[GSEventType]
|
435
|
+
EventSketchMirrorPlaneOn: _ClassVar[GSEventType]
|
436
|
+
EventSketchMirrorPlaneOff: _ClassVar[GSEventType]
|
437
|
+
EventToolUsageSessionCompleted: _ClassVar[GSEventType]
|
438
|
+
EventActiveABTestInExperience: _ClassVar[GSEventType]
|
439
|
+
EventClickABTestButton: _ClassVar[GSEventType]
|
440
|
+
EventClickABTestOpenSurvey: _ClassVar[GSEventType]
|
441
|
+
EventEditPanelDiscovered: _ClassVar[GSEventType]
|
442
|
+
EventEditPanelBasicHintShown: _ClassVar[GSEventType]
|
443
|
+
EventEditPanelAdvancedHintShown: _ClassVar[GSEventType]
|
444
|
+
EventCameraIsometricViewSelect: _ClassVar[GSEventType]
|
445
|
+
EventCameraPerspectiveMode: _ClassVar[GSEventType]
|
446
|
+
EventCameraFocalLengthChanged: _ClassVar[GSEventType]
|
447
|
+
EventCameraOrthoMode: _ClassVar[GSEventType]
|
448
|
+
EventEnvironmentPresetSelected: _ClassVar[GSEventType]
|
449
|
+
EventEnvironmentShadowSettingChanged: _ClassVar[GSEventType]
|
450
|
+
EventEnvironmentReflectionSettingChanged: _ClassVar[GSEventType]
|
451
|
+
EventEnvironmentHDRSettingChanged: _ClassVar[GSEventType]
|
452
|
+
EventInspectionStatisticsEnabled: _ClassVar[GSEventType]
|
453
|
+
EventPresentationTurntableRotationChanged: _ClassVar[GSEventType]
|
454
|
+
EventAnnotationCreated: _ClassVar[GSEventType]
|
455
|
+
EventMicrophonePreferenceChanged: _ClassVar[GSEventType]
|
456
|
+
EventMicrophoneStateWhenJoinRoom: _ClassVar[GSEventType]
|
457
|
+
EventKeyboardSuggestionTaken: _ClassVar[GSEventType]
|
458
|
+
EventPadCameraEnterDrawCamera: _ClassVar[GSEventType]
|
459
|
+
EventPadCameraEnterFreeCamera: _ClassVar[GSEventType]
|
460
|
+
EventPadCreateSwatch: _ClassVar[GSEventType]
|
461
|
+
EventPadDeleteSwatch: _ClassVar[GSEventType]
|
462
|
+
EventPadWorldAxesOn: _ClassVar[GSEventType]
|
463
|
+
EventPadWorldAxesOff: _ClassVar[GSEventType]
|
464
|
+
EventPadFloorGridOn: _ClassVar[GSEventType]
|
465
|
+
EventPadFloorGridOff: _ClassVar[GSEventType]
|
466
|
+
EventPadNavCubeOn: _ClassVar[GSEventType]
|
467
|
+
EventPadNavCubeOff: _ClassVar[GSEventType]
|
468
|
+
EventPadInputSmoothing1: _ClassVar[GSEventType]
|
469
|
+
EventPadInputSmoothing2: _ClassVar[GSEventType]
|
470
|
+
EventPadInputSmoothing3: _ClassVar[GSEventType]
|
471
|
+
EventPadInputSmoothing4: _ClassVar[GSEventType]
|
472
|
+
EventPadPenModeOn: _ClassVar[GSEventType]
|
473
|
+
EventPadPenModeOff: _ClassVar[GSEventType]
|
474
|
+
EventPadVerticalLockOn: _ClassVar[GSEventType]
|
475
|
+
EventPadVerticalLockOff: _ClassVar[GSEventType]
|
476
|
+
EventPadExploreWithoutSigningUp: _ClassVar[GSEventType]
|
477
|
+
EventPadEnterDrawingMode: _ClassVar[GSEventType]
|
478
|
+
EventPadEnterSelectingMode: _ClassVar[GSEventType]
|
479
|
+
EventPadEnterNavigationMode: _ClassVar[GSEventType]
|
480
|
+
EventPadEnterEditingMode: _ClassVar[GSEventType]
|
481
|
+
EventPadNavigateInfoPage: _ClassVar[GSEventType]
|
482
|
+
EventPadNavigateGalleryPage: _ClassVar[GSEventType]
|
483
|
+
EventChangeWorkStyleTemplate: _ClassVar[GSEventType]
|
484
|
+
EventClickLocalRecycleBinButton: _ClassVar[GSEventType]
|
485
|
+
EventClearCachedCoSketchAssets: _ClassVar[GSEventType]
|
486
|
+
EventLogoutAndDeleteAutoSaves: _ClassVar[GSEventType]
|
487
|
+
EventLogoutAndKeepAutoSaves: _ClassVar[GSEventType]
|
488
|
+
EventGenericErrorMessagePopUp: _ClassVar[GSEventType]
|
489
|
+
EventSaveSketchInChosenLocation: _ClassVar[GSEventType]
|
490
|
+
EventNotBootingWelcomeMessagePopUp: _ClassVar[GSEventType]
|
491
|
+
EventNotBootingGoToLandingPad: _ClassVar[GSEventType]
|
492
|
+
EventNotBootingRetryVR: _ClassVar[GSEventType]
|
493
|
+
EventNotBootingCloseApplication: _ClassVar[GSEventType]
|
494
|
+
EventSetLocalStorageType: _ClassVar[GSEventType]
|
495
|
+
EventEnterCameraToolMode: _ClassVar[GSEventType]
|
496
|
+
EventExitCameraToolMode: _ClassVar[GSEventType]
|
497
|
+
EventEnterCameraEditMode: _ClassVar[GSEventType]
|
498
|
+
EventEnterMiniMapMode: _ClassVar[GSEventType]
|
499
|
+
EventExitMiniMapMode: _ClassVar[GSEventType]
|
500
|
+
EventDimensionNewFeatureFlowSeen: _ClassVar[GSEventType]
|
501
|
+
EventSpectatorEnterFollowCamera: _ClassVar[GSEventType]
|
502
|
+
EventSpectatorEnterFreeCamera: _ClassVar[GSEventType]
|
503
|
+
EventSpectatorEnterViewPointCamera: _ClassVar[GSEventType]
|
504
|
+
EventSpectatorOpenViewpointPanel: _ClassVar[GSEventType]
|
505
|
+
EventSpectatorCreateViewpoint: _ClassVar[GSEventType]
|
506
|
+
EventSpectatorRenameViewpoint: _ClassVar[GSEventType]
|
507
|
+
EventSpectatorCreateAnnotation: _ClassVar[GSEventType]
|
508
|
+
EventSpectatorDeleteAnnotation: _ClassVar[GSEventType]
|
509
|
+
EventSpectatorCreateViewpointWithAnnotation: _ClassVar[GSEventType]
|
510
|
+
EventSpectatorSetOrbitPoint: _ClassVar[GSEventType]
|
511
|
+
EventSpectatorLaserPointerToggled: _ClassVar[GSEventType]
|
512
|
+
EventSpectatorCollabUserUiPolicySet: _ClassVar[GSEventType]
|
513
|
+
EventSpectatorCreatePenAnnotation: _ClassVar[GSEventType]
|
514
|
+
EventSpectatorDeletePenAnnotation: _ClassVar[GSEventType]
|
515
|
+
EventSpectatorDeleteViewpoint: _ClassVar[GSEventType]
|
516
|
+
EventSpectatorCreateViewpointWithPenAnnotation: _ClassVar[GSEventType]
|
517
|
+
EventSpectatorOpenPeoplePanel: _ClassVar[GSEventType]
|
518
|
+
EventSpectatorOpenInformationPanel: _ClassVar[GSEventType]
|
519
|
+
EventSpectatorOpenSettingsPanel: _ClassVar[GSEventType]
|
520
|
+
EventSpectatorOpenCameraControlsPanel: _ClassVar[GSEventType]
|
521
|
+
EventSpectatorNavCubeToggled: _ClassVar[GSEventType]
|
522
|
+
EventSpectatorViewpointsPlaySlideShow: _ClassVar[GSEventType]
|
523
|
+
EventSpectatorQuickNavViewpoints: _ClassVar[GSEventType]
|
524
|
+
EventSpectatorCopyShareLink: _ClassVar[GSEventType]
|
525
|
+
EventSpectatorLoadLocalFiles: _ClassVar[GSEventType]
|
526
|
+
EventOffsetSwitchedOn: _ClassVar[GSEventType]
|
527
|
+
EventOffsetSwitchedOff: _ClassVar[GSEventType]
|
528
|
+
EventOffsetBaked: _ClassVar[GSEventType]
|
529
|
+
EventOffHandClockSettingsMenuToggled: _ClassVar[GSEventType]
|
530
|
+
EventTimeReminderFrequencyUpdated: _ClassVar[GSEventType]
|
531
|
+
EventClockDisplayPreferenceUpdated: _ClassVar[GSEventType]
|
532
|
+
EventClickSaveButton: _ClassVar[GSEventType]
|
533
|
+
EventClickSaveAsButton: _ClassVar[GSEventType]
|
534
|
+
EventClickScreenshotButton: _ClassVar[GSEventType]
|
535
|
+
EventClickBugReportButton: _ClassVar[GSEventType]
|
536
|
+
EventClickExitToLobbyButton: _ClassVar[GSEventType]
|
537
|
+
EventClickNotifyToCollabButton: _ClassVar[GSEventType]
|
538
|
+
EventClickRemoveFromCollabButton: _ClassVar[GSEventType]
|
539
|
+
EventClickEmailInviteButton: _ClassVar[GSEventType]
|
540
|
+
EventGrabAndPressDeleteButtonToRemoveUser: _ClassVar[GSEventType]
|
541
|
+
EventClickListAllRoomAccessesButton: _ClassVar[GSEventType]
|
542
|
+
EventClickSendUserFeedback: _ClassVar[GSEventType]
|
543
|
+
EventClickListMyConnectionsButton: _ClassVar[GSEventType]
|
544
|
+
EventClickHelpButton: _ClassVar[GSEventType]
|
545
|
+
EventClickSendHelpEmailButton: _ClassVar[GSEventType]
|
546
|
+
EventClickConfirmSendHelpEmailButton: _ClassVar[GSEventType]
|
547
|
+
EventInSketchAdvancedMenuTabClicked: _ClassVar[GSEventType]
|
548
|
+
EventSavePanelTabNewSketchClicked: _ClassVar[GSEventType]
|
549
|
+
EventSavePanelTabExportClicked: _ClassVar[GSEventType]
|
550
|
+
EventHelpCentreTabSelected: _ClassVar[GSEventType]
|
551
|
+
EventHelpCentreLearningRoomsButtonClicked: _ClassVar[GSEventType]
|
552
|
+
EventHelpCentreSkillsAndExercisesButtonClicked: _ClassVar[GSEventType]
|
553
|
+
EventHelpCentreRequestHelpViaEmailButtonClicked: _ClassVar[GSEventType]
|
554
|
+
EventHelpCentreReportButtonClicked: _ClassVar[GSEventType]
|
555
|
+
EventFAQExpanded: _ClassVar[GSEventType]
|
556
|
+
EventLearningRoomClicked: _ClassVar[GSEventType]
|
557
|
+
EventLearningRoomCompleted: _ClassVar[GSEventType]
|
558
|
+
EventLearningCourseClicked: _ClassVar[GSEventType]
|
559
|
+
EventRequestCertificationClicked: _ClassVar[GSEventType]
|
560
|
+
EventRequestCertificationSubmitted: _ClassVar[GSEventType]
|
561
|
+
EventClickOpenBetaWebBrowser: _ClassVar[GSEventType]
|
562
|
+
EventGrabImageFromWebBrowser: _ClassVar[GSEventType]
|
563
|
+
EventClickYoutubeButtonWebBrowser: _ClassVar[GSEventType]
|
564
|
+
EventClickZendeskButtonWebBrowser: _ClassVar[GSEventType]
|
565
|
+
EventClickLandingPadButtonWebBrowser: _ClassVar[GSEventType]
|
566
|
+
EventClickSketchLearnVideoCategory: _ClassVar[GSEventType]
|
567
|
+
EventClickSketchLearnVideoGroup: _ClassVar[GSEventType]
|
568
|
+
EventClickSketchLearnVideoItem: _ClassVar[GSEventType]
|
569
|
+
EventSketchLearnVideoGroupCompleted: _ClassVar[GSEventType]
|
570
|
+
EventSketchLearnVideoItemCompleted: _ClassVar[GSEventType]
|
571
|
+
EventClickVideoSketchObjectControllerPlay: _ClassVar[GSEventType]
|
572
|
+
EventClickVideoSketchObjectControllerPause: _ClassVar[GSEventType]
|
573
|
+
EventClickVideoSketchObjectControllerUnmute: _ClassVar[GSEventType]
|
574
|
+
EventClickVideoSketchObjectControllerMute: _ClassVar[GSEventType]
|
575
|
+
EventClickVideoSketchObjectControllerSeek: _ClassVar[GSEventType]
|
576
|
+
EventClickVideoSketchObjectControllerSetSpeed: _ClassVar[GSEventType]
|
577
|
+
EventClickVideoSketchObjectControllerPin: _ClassVar[GSEventType]
|
578
|
+
EventClickVideoSketchObjectControllerUnpin: _ClassVar[GSEventType]
|
579
|
+
EventSketchRenamed: _ClassVar[GSEventType]
|
580
|
+
EventRoomRenamed: _ClassVar[GSEventType]
|
581
|
+
EventFolderRenamed: _ClassVar[GSEventType]
|
582
|
+
EventNotificationToCollabSent: _ClassVar[GSEventType]
|
583
|
+
EventInvitedUserToRoom: _ClassVar[GSEventType]
|
584
|
+
EventRemovedUserFromRoom: _ClassVar[GSEventType]
|
585
|
+
EventInviteToCollabNotificationIgnored: _ClassVar[GSEventType]
|
586
|
+
EventEnterRoomFromInviteToCollabNotification: _ClassVar[GSEventType]
|
587
|
+
EventStartHostColocationSession: _ClassVar[GSEventType]
|
588
|
+
EventEndHostColocationSession: _ClassVar[GSEventType]
|
589
|
+
EventStartFollowColocationSession: _ClassVar[GSEventType]
|
590
|
+
EventEndFollowColocationSession: _ClassVar[GSEventType]
|
591
|
+
EventSubDToolPicked: _ClassVar[GSEventType]
|
592
|
+
EventSubDSeparatePerformed: _ClassVar[GSEventType]
|
593
|
+
EventPassthroughStatusChanged: _ClassVar[GSEventType]
|
594
|
+
EventPassthroughPeek: _ClassVar[GSEventType]
|
595
|
+
EventNavigationLockCreated: _ClassVar[GSEventType]
|
596
|
+
EventNavigationLockStatusChanged: _ClassVar[GSEventType]
|
597
|
+
EventStylusStatusChanged: _ClassVar[GSEventType]
|
598
|
+
EventSelectBrushPreset: _ClassVar[GSEventType]
|
599
|
+
EventOpenBrushEditPanel: _ClassVar[GSEventType]
|
600
|
+
EventResetAllBrushes: _ClassVar[GSEventType]
|
601
|
+
EventSelectBrushCategory: _ClassVar[GSEventType]
|
602
|
+
EventRenameBrushPreset: _ClassVar[GSEventType]
|
603
|
+
EventSelectMaterialPreset: _ClassVar[GSEventType]
|
604
|
+
EventOpenMaterialPresetEditPanel: _ClassVar[GSEventType]
|
605
|
+
EventRenameMaterialPreset: _ClassVar[GSEventType]
|
606
|
+
EventSelectMaterialEditPanelTab: _ClassVar[GSEventType]
|
607
|
+
EventOpenMenu: _ClassVar[GSEventType]
|
608
|
+
EventPeriodSpentInCollab: _ClassVar[GSEventType]
|
609
|
+
EventPeriodSpentInSoloSketch: _ClassVar[GSEventType]
|
610
|
+
EventSketchToolChanged: _ClassVar[GSEventType]
|
611
|
+
EventEditToolChanged: _ClassVar[GSEventType]
|
612
|
+
EventExportToolChanged: _ClassVar[GSEventType]
|
613
|
+
EventSelectionToolTypeChanged: _ClassVar[GSEventType]
|
614
|
+
EventShowSelectionTransformGizmo: _ClassVar[GSEventType]
|
615
|
+
EventStartMoveGumballInteraction: _ClassVar[GSEventType]
|
616
|
+
EventStartSelectionGumballInteraction: _ClassVar[GSEventType]
|
617
|
+
EventRecenterMirrorGumballInteraction: _ClassVar[GSEventType]
|
618
|
+
EventEnterViewerMode: _ClassVar[GSEventType]
|
619
|
+
EventExitViewerMode: _ClassVar[GSEventType]
|
620
|
+
EventImmersiveModeEntered: _ClassVar[GSEventType]
|
621
|
+
EventBeginGrabbedObjectMaterialChange: _ClassVar[GSEventType]
|
622
|
+
EventLoadFirstSketchAtAppLaunch: _ClassVar[GSEventType]
|
623
|
+
EventLoadFirstSketchManually: _ClassVar[GSEventType]
|
624
|
+
EventSkipFirstSketchAtOptIn: _ClassVar[GSEventType]
|
625
|
+
EventExitFirstSketchDuringExperience: _ClassVar[GSEventType]
|
626
|
+
EventStartFirstSketch: _ClassVar[GSEventType]
|
627
|
+
EventCompleteFirstSketch: _ClassVar[GSEventType]
|
628
|
+
EventCompleteFirstSketchNextSteps: _ClassVar[GSEventType]
|
629
|
+
EventFirstSketchSendEmailClicked: _ClassVar[GSEventType]
|
630
|
+
EventFirstSketchSendEmailSkipped: _ClassVar[GSEventType]
|
631
|
+
EventFirstSketchSendEmailConfirmed: _ClassVar[GSEventType]
|
632
|
+
EventFirstSketchSendEmailFailed: _ClassVar[GSEventType]
|
633
|
+
EventFirstSketchTaskCompleted: _ClassVar[GSEventType]
|
634
|
+
EventFirstSketchLearnMoreAccept: _ClassVar[GSEventType]
|
635
|
+
EventFirstSketchLearnMoreSkip: _ClassVar[GSEventType]
|
636
|
+
EventStartV6Tutorial: _ClassVar[GSEventType]
|
637
|
+
EventExitV6TutorialEarly: _ClassVar[GSEventType]
|
638
|
+
EventCompleteV6Tutorial: _ClassVar[GSEventType]
|
639
|
+
EventV6TutorialTaskCompleted: _ClassVar[GSEventType]
|
640
|
+
EventV6TutorialLoadWalkthrough: _ClassVar[GSEventType]
|
641
|
+
EventV6TutorialLoadWalkthroughFailed: _ClassVar[GSEventType]
|
642
|
+
EventV6TutorialSkipWalkthrough: _ClassVar[GSEventType]
|
643
|
+
EventStartBasicSkills: _ClassVar[GSEventType]
|
644
|
+
EventExitBasicSkills: _ClassVar[GSEventType]
|
645
|
+
EventCompleteFirstStepInStageBasicSkills: _ClassVar[GSEventType]
|
646
|
+
EventCompleteStageBasicSkills: _ClassVar[GSEventType]
|
647
|
+
EventClickContinueBasicSkills: _ClassVar[GSEventType]
|
648
|
+
EventCompleteBasicSkills: _ClassVar[GSEventType]
|
649
|
+
EventClickNextModulesBasicSkills: _ClassVar[GSEventType]
|
650
|
+
EventPauseVideoBasicSkills: _ClassVar[GSEventType]
|
651
|
+
EventPlayVideoBasicSkills: _ClassVar[GSEventType]
|
652
|
+
EventScrubVideoBasicSkills: _ClassVar[GSEventType]
|
653
|
+
EventSketchExperienceRecentre: _ClassVar[GSEventType]
|
654
|
+
EventSketchExperienceMisaligned: _ClassVar[GSEventType]
|
655
|
+
EventCompleteHintFlow: _ClassVar[GSEventType]
|
656
|
+
EventActivatedHintFlow: _ClassVar[GSEventType]
|
657
|
+
EventSelfDiscoverHintFlow: _ClassVar[GSEventType]
|
658
|
+
EventLaunchSelfOnboardingRoom: _ClassVar[GSEventType]
|
659
|
+
EventImportedVideoWatchProgress: _ClassVar[GSEventType]
|
660
|
+
EventOpenScreenPanel: _ClassVar[GSEventType]
|
661
|
+
EventTranscribe: _ClassVar[GSEventType]
|
662
|
+
EventCollabCertificateValidationFailure: _ClassVar[GSEventType]
|
663
|
+
EventKickOutCollab: _ClassVar[GSEventType]
|
664
|
+
|
665
|
+
class BatchEventResponseCode(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
666
|
+
__slots__ = ()
|
667
|
+
Invalid: _ClassVar[BatchEventResponseCode]
|
668
|
+
Success: _ClassVar[BatchEventResponseCode]
|
669
|
+
Unknown: KickOutCollabReason
|
670
|
+
InvalidTicket: KickOutCollabReason
|
671
|
+
ActorCreationErr: KickOutCollabReason
|
672
|
+
HostNonConnectable: KickOutCollabReason
|
673
|
+
ConnectorStopped: KickOutCollabReason
|
674
|
+
ReliableRpcTimeout: KickOutCollabReason
|
675
|
+
DevicePauseShutdown: KickOutCollabReason
|
676
|
+
UnknownIngress: PricingPlanPaywallSource
|
677
|
+
LobbyBadge: PricingPlanPaywallSource
|
678
|
+
CollabRoomLimit: PricingPlanPaywallSource
|
679
|
+
StorageCapScreenshot: PricingPlanPaywallSource
|
680
|
+
StorageCapExport: PricingPlanPaywallSource
|
681
|
+
StorageCapSave: PricingPlanPaywallSource
|
682
|
+
StorageCapLPFileUpload: PricingPlanPaywallSource
|
683
|
+
ThrottledExportBanner: PricingPlanPaywallSource
|
684
|
+
InvalidEndSessionType: SketchAppToolUsageSessionEndType
|
685
|
+
DifferentToolUsageEndSession: SketchAppToolUsageSessionEndType
|
686
|
+
TimeoutEndSession: SketchAppToolUsageSessionEndType
|
687
|
+
ExitSketchEndSession: SketchAppToolUsageSessionEndType
|
688
|
+
EnterEditModeEndSession: SketchAppToolUsageSessionEndType
|
689
|
+
OpenToolSwitcherEndSession: SketchAppToolUsageSessionEndType
|
690
|
+
InvalidToolType: SketchAppToolType
|
691
|
+
DrawInkTool: SketchAppToolType
|
692
|
+
DrawStrokeTool: SketchAppToolType
|
693
|
+
DrawRevolveTool: SketchAppToolType
|
694
|
+
DrawVolumeTool: SketchAppToolType
|
695
|
+
DrawSubDRibbonTool: SketchAppToolType
|
696
|
+
DrawNURBSRibbonTool: SketchAppToolType
|
697
|
+
DrawSubDSurfaceTool: SketchAppToolType
|
698
|
+
DrawNURBSSurfaceTool: SketchAppToolType
|
699
|
+
DrawPrimitiveTool: SketchAppToolType
|
700
|
+
DrawSubDPrimitiveTool: SketchAppToolType
|
701
|
+
DrawTextTool: SketchAppToolType
|
702
|
+
DimensionTool: SketchAppToolType
|
703
|
+
CreateViewpointTool: SketchAppToolType
|
704
|
+
ObjectSelectionTool: SketchAppToolType
|
705
|
+
ColourPickerTool: SketchAppToolType
|
706
|
+
PaintbrushTool: SketchAppToolType
|
707
|
+
TeleporterTool: SketchAppToolType
|
708
|
+
LaserPointerTool: SketchAppToolType
|
709
|
+
ResumeFromUnknown: SketchResumeType
|
710
|
+
ResumeFromAutoSave: SketchResumeType
|
711
|
+
ResumeFromIncremental: SketchResumeType
|
712
|
+
Default: WorkStyleTemplateType
|
713
|
+
SketchArtisticMode: WorkStyleTemplateType
|
714
|
+
DesignWorkAtScale: WorkStyleTemplateType
|
715
|
+
BuildLowFiModelling: WorkStyleTemplateType
|
716
|
+
VR: AppTypes
|
717
|
+
WebInspector: AppTypes
|
718
|
+
PadApp: AppTypes
|
719
|
+
ScreenBasedApp: AppTypes
|
720
|
+
MicrophoneOff: MicrophonePreference
|
721
|
+
MicrophoneHoldUp: MicrophonePreference
|
722
|
+
MicrophoneAlwaysOn: MicrophonePreference
|
723
|
+
ObservationModeOnly: OtherUsersUiVisibilityPolicy
|
724
|
+
AlwaysHide: OtherUsersUiVisibilityPolicy
|
725
|
+
AlwaysShow: OtherUsersUiVisibilityPolicy
|
726
|
+
UnknownImportType: ImportType
|
727
|
+
OBJImport: ImportType
|
728
|
+
IGESImport: ImportType
|
729
|
+
FBXImport: ImportType
|
730
|
+
BLENDImport: ImportType
|
731
|
+
GLBImport: ImportType
|
732
|
+
GLTFImport: ImportType
|
733
|
+
DAEImport: ImportType
|
734
|
+
STLImport: ImportType
|
735
|
+
ImportTypeImage: ImportType
|
736
|
+
ImportTypeVideo: ImportType
|
737
|
+
ImportTypeBuiltIn: ImportType
|
738
|
+
ImportTypeChassis: ImportType
|
739
|
+
GravitySketchFile: ImportType
|
740
|
+
UnknownExportType: ExportType
|
741
|
+
OBJExport: ExportType
|
742
|
+
FBXExport: ExportType
|
743
|
+
IGESExport: ExportType
|
744
|
+
USDZExport: ExportType
|
745
|
+
GLBExport: ExportType
|
746
|
+
MP4Export: ExportType
|
747
|
+
GRSExport: ExportType
|
748
|
+
GIFExport: ExportType
|
749
|
+
BlendExport: ExportType
|
750
|
+
ImportExportActionUndefined: ImportExportAction
|
751
|
+
ImportExportActionGoToPreview: ImportExportAction
|
752
|
+
ImportExportActionGoToOneToOne: ImportExportAction
|
753
|
+
ImportExportActionGoToHome: ImportExportAction
|
754
|
+
ImportExportActionResetTransformation: ImportExportAction
|
755
|
+
ImportExportActionReCentre: ImportExportAction
|
756
|
+
UnknownSketchSaveType: SketchSaveType
|
757
|
+
AutoSketchSave: SketchSaveType
|
758
|
+
LocalSketchSave: SketchSaveType
|
759
|
+
CloudSketchSave: SketchSaveType
|
760
|
+
PrefabSketchSave: SketchSaveType
|
761
|
+
UnknownLocation: FileLocation
|
762
|
+
Local: FileLocation
|
763
|
+
Cloud: FileLocation
|
764
|
+
UnknownEnterRoomType: EnterRoomType
|
765
|
+
Normal: EnterRoomType
|
766
|
+
DeepLink: EnterRoomType
|
767
|
+
NotificationBySharedLink: EnterRoomType
|
768
|
+
NotificationByOthersInRoom: EnterRoomType
|
769
|
+
UnknownLeaveRoomType: LeaveRoomType
|
770
|
+
ManualExitToLobby: LeaveRoomType
|
771
|
+
QuitApp: LeaveRoomType
|
772
|
+
LostConnection: LeaveRoomType
|
773
|
+
OwnerNotPresentTimeout: LeaveRoomType
|
774
|
+
None: CameraViewType
|
775
|
+
Top: CameraViewType
|
776
|
+
Isometric: CameraViewType
|
777
|
+
Left: CameraViewType
|
778
|
+
Front: CameraViewType
|
779
|
+
Right: CameraViewType
|
780
|
+
Bottom: CameraViewType
|
781
|
+
Back: CameraViewType
|
782
|
+
NoManipulationMode: ControlPointManipulationMode
|
783
|
+
DefaultPoints: ControlPointManipulationMode
|
784
|
+
SplineNormals: ControlPointManipulationMode
|
785
|
+
SurfaceURows: ControlPointManipulationMode
|
786
|
+
SurfaceVRows: ControlPointManipulationMode
|
787
|
+
RiggedRotations: ControlPointManipulationMode
|
788
|
+
RiggedInverseKinematics: ControlPointManipulationMode
|
789
|
+
SubDSmart: ControlPointManipulationMode
|
790
|
+
SubDVertices: ControlPointManipulationMode
|
791
|
+
SubDEdges: ControlPointManipulationMode
|
792
|
+
SubDFaces: ControlPointManipulationMode
|
793
|
+
NonProportionalScale: ControlPointManipulationMode
|
794
|
+
NoTool: ControlPointToolType
|
795
|
+
NodePreviewer: ControlPointToolType
|
796
|
+
LoopCut: ControlPointToolType
|
797
|
+
Merge: ControlPointToolType
|
798
|
+
EdgeCut: ControlPointToolType
|
799
|
+
Smooth: ControlPointToolType
|
800
|
+
Crease: ControlPointToolType
|
801
|
+
Separate: ControlPointToolType
|
802
|
+
EdgeSplitter: ControlPointToolType
|
803
|
+
UnknownMicPreferenceChangeType: MicPreferenceChangeType
|
804
|
+
TogglePanel: MicPreferenceChangeType
|
805
|
+
ClickVirtualMicButton: MicPreferenceChangeType
|
806
|
+
PressButtonOnController: MicPreferenceChangeType
|
807
|
+
Collab2D: MicPreferenceChangeType
|
808
|
+
MainHand: ControllerHand
|
809
|
+
OffHand: ControllerHand
|
810
|
+
UnknownScene: SceneScope
|
811
|
+
VRLobby: SceneScope
|
812
|
+
VRFirstSketch: SceneScope
|
813
|
+
VRSoloSketchRoom: SceneScope
|
814
|
+
Tethered2DMenu: SceneScope
|
815
|
+
ExitButtonLocationUndefined: ExitButtonLocation
|
816
|
+
ExitButtonLocationSavePanel: ExitButtonLocation
|
817
|
+
ExitButtonLocationQuickAccess: ExitButtonLocation
|
818
|
+
ExitButtonLocationAdvancedMenu: ExitButtonLocation
|
819
|
+
ExitButtonOwnerNotPresentTimeout: ExitButtonLocation
|
820
|
+
UndefinedAdvancedMenuPanel: AdvancedMenuPanelType
|
821
|
+
Save: AdvancedMenuPanelType
|
822
|
+
Settings: AdvancedMenuPanelType
|
823
|
+
Layers: AdvancedMenuPanelType
|
824
|
+
Users: AdvancedMenuPanelType
|
825
|
+
Orthographic: AdvancedMenuPanelType
|
826
|
+
Learn: AdvancedMenuPanelType
|
827
|
+
Debug: AdvancedMenuPanelType
|
828
|
+
RecordReplay: AdvancedMenuPanelType
|
829
|
+
Import: AdvancedMenuPanelType
|
830
|
+
ScreenShots: AdvancedMenuPanelType
|
831
|
+
SettingsAid: AdvancedMenuPanelType
|
832
|
+
SettingsPreference: AdvancedMenuPanelType
|
833
|
+
SettingsWorkspaceEnvironment: AdvancedMenuPanelType
|
834
|
+
SettingsBeta: AdvancedMenuPanelType
|
835
|
+
ImportCloud: AdvancedMenuPanelType
|
836
|
+
ImportBuiltIn: AdvancedMenuPanelType
|
837
|
+
ImportLocal: AdvancedMenuPanelType
|
838
|
+
ScreenPanelTypeInvalid: ScreenPanelType
|
839
|
+
ScreenPanelTypeComments: ScreenPanelType
|
840
|
+
ScreenPanelTypeLayers: ScreenPanelType
|
841
|
+
ScreenPanelTypeSettings: ScreenPanelType
|
842
|
+
ScreenPanelTypeImport: ScreenPanelType
|
843
|
+
ScreenPanelTypeExport: ScreenPanelType
|
844
|
+
ScreenPanelTypeEnvironments: ScreenPanelType
|
845
|
+
ScreenPanelTypeScreenshot: ScreenPanelType
|
846
|
+
ScreenPanelTypeViewpoints: ScreenPanelType
|
847
|
+
ScreenPanelTypeMembers: ScreenPanelType
|
848
|
+
ScreenPanelTypeShare: ScreenPanelType
|
849
|
+
InvalidTab: MaterialPresetEditPanelTab
|
850
|
+
ColorWheelTab: MaterialPresetEditPanelTab
|
851
|
+
SegmentedColorWheelTab: MaterialPresetEditPanelTab
|
852
|
+
MaterialHistoryTab: MaterialPresetEditPanelTab
|
853
|
+
InvalidTask: V6TutorialTask
|
854
|
+
QuickMaterialPanel: V6TutorialTask
|
855
|
+
Toolbox: V6TutorialTask
|
856
|
+
InvalidStage: BasicSkillsStage
|
857
|
+
Sketching: BasicSkillsStage
|
858
|
+
Grabbing: BasicSkillsStage
|
859
|
+
Undo: BasicSkillsStage
|
860
|
+
Completed: BasicSkillsStage
|
861
|
+
INVALID: GSEventType
|
862
|
+
EventHandednessChanged: GSEventType
|
863
|
+
EventAppLaunched: GSEventType
|
864
|
+
EventAppQuit: GSEventType
|
865
|
+
EventMemoryWarningIssued: GSEventType
|
866
|
+
EventEnterOffline: GSEventType
|
867
|
+
EventOnlineSketchLoadedWithUnsyncedChanges: GSEventType
|
868
|
+
EventOnlineSketchSyncFailedWithConnectionError: GSEventType
|
869
|
+
EventOnlineSketchSyncFailedWithOfflineSession: GSEventType
|
870
|
+
EventOnlineSketchSyncSuccessOnExitSketch: GSEventType
|
871
|
+
EventOnlineSketchSyncFailOnExitSketch: GSEventType
|
872
|
+
EventStoreLoginFromPrompt: GSEventType
|
873
|
+
EventStoreSignUpFromPrompt: GSEventType
|
874
|
+
EventPressClosePromptButton: GSEventType
|
875
|
+
EventPressLoginButton: GSEventType
|
876
|
+
EventPressJoinNowButton: GSEventType
|
877
|
+
EventPressResendEmailButton: GSEventType
|
878
|
+
EventPressChangeEmailButton: GSEventType
|
879
|
+
EventLobbyClickFileManager: GSEventType
|
880
|
+
EventLobbyClickCollab: GSEventType
|
881
|
+
EventLobbyClickNewSketch: GSEventType
|
882
|
+
EventLobbyClickGallery: GSEventType
|
883
|
+
EventLobbyClickRecentFile1: GSEventType
|
884
|
+
EventLobbyClickRecentFile2: GSEventType
|
885
|
+
EventLobbyClickRecentFile3: GSEventType
|
886
|
+
EventLobbyBonusReferences: GSEventType
|
887
|
+
EventPressRejoinButton: GSEventType
|
888
|
+
EventLobbyListUsersInCollabRoom: GSEventType
|
889
|
+
EventLobbyLearnIconCLicked: GSEventType
|
890
|
+
EventLoginWithoutPasswordClicked: GSEventType
|
891
|
+
EventForgetPasswordClicked: GSEventType
|
892
|
+
EventLoginError: GSEventType
|
893
|
+
EventLobbyLearnInteractiveTutorialCLicked: GSEventType
|
894
|
+
EventLobbyLearnFeaturesWalkthroughCLicked: GSEventType
|
895
|
+
EventForgetPasswordRequestSent: GSEventType
|
896
|
+
EventResendForgetPasswordRequest: GSEventType
|
897
|
+
EventLoginWithoutPasswordMagicLinkSent: GSEventType
|
898
|
+
EventPressResendLoginWithoutPasswordMagicLink: GSEventType
|
899
|
+
EventLoginWithoutPasswordLoginSuccess: GSEventType
|
900
|
+
EventPressResendLoginToVRButtonOnLP: GSEventType
|
901
|
+
EventNotAskAgainToggleOn: GSEventType
|
902
|
+
EventAbortAttemptLogin: GSEventType
|
903
|
+
EventDeleteAutosavesWhenLogin: GSEventType
|
904
|
+
EventLobbyTemplates: GSEventType
|
905
|
+
EventLobbyCommunityCreations: GSEventType
|
906
|
+
EventWebTokenLogin: GSEventType
|
907
|
+
EventAttachEmail: GSEventType
|
908
|
+
EventCreateRoom: GSEventType
|
909
|
+
EventReleaseRoomLock: GSEventType
|
910
|
+
EventLaunchRoom: GSEventType
|
911
|
+
EventEnterRoom: GSEventType
|
912
|
+
EventDeleteRoom: GSEventType
|
913
|
+
EventShutdownRoom: GSEventType
|
914
|
+
EventUploadThumbnail: GSEventType
|
915
|
+
EventUploadDoc: GSEventType
|
916
|
+
EventDownloadDoc: GSEventType
|
917
|
+
EventDeleteDoc: GSEventType
|
918
|
+
EventDetachOculusLink: GSEventType
|
919
|
+
EventDetachSteamLink: GSEventType
|
920
|
+
EventSendPromoEmail: GSEventType
|
921
|
+
EventSwitchUserOrg: GSEventType
|
922
|
+
EventCreateFolder: GSEventType
|
923
|
+
EventJoinRoom: GSEventType
|
924
|
+
EventSketchStart: GSEventType
|
925
|
+
EventSketchClose: GSEventType
|
926
|
+
EventLeaveRoom: GSEventType
|
927
|
+
EventGallerySketchOpened: GSEventType
|
928
|
+
EventDuplicateAutoReturn: GSEventType
|
929
|
+
EventResetToNewSketch: GSEventType
|
930
|
+
EventNewEmptySketch: GSEventType
|
931
|
+
EventSearchDoc: GSEventType
|
932
|
+
EventReferenceLibrarySketchOpened: GSEventType
|
933
|
+
EventPublicRoomToggle: GSEventType
|
934
|
+
EventEditSessionCompleted: GSEventType
|
935
|
+
EventTimeOutWarningIssued: GSEventType
|
936
|
+
EventTimeOutWarningUserStayed: GSEventType
|
937
|
+
EventTimeOutWarningUserLeftRoom: GSEventType
|
938
|
+
EventTimeOutWarningUserKicked: GSEventType
|
939
|
+
EventStatelessVoiceChatUsed: GSEventType
|
940
|
+
EventStatelessClientSessionSyncUsed: GSEventType
|
941
|
+
EventWebSocketProbing: GSEventType
|
942
|
+
EventReCentreFunnel: GSEventType
|
943
|
+
EventLoadFileForImport: GSEventType
|
944
|
+
EventImportPreview: GSEventType
|
945
|
+
EventSketchFileImport: GSEventType
|
946
|
+
EventSketchOpened: GSEventType
|
947
|
+
EventSketchSaved: GSEventType
|
948
|
+
EventSketchImageImport: GSEventType
|
949
|
+
EventMannequinImport: GSEventType
|
950
|
+
EventStockContentHead: GSEventType
|
951
|
+
EventStockContentMannequin: GSEventType
|
952
|
+
EventChassisImport: GSEventType
|
953
|
+
EventSketchImport: GSEventType
|
954
|
+
EventSketchExport: GSEventType
|
955
|
+
EventImportAction: GSEventType
|
956
|
+
EventExportAction: GSEventType
|
957
|
+
EventMoveFileToLP: GSEventType
|
958
|
+
EventMoveFileToLocal: GSEventType
|
959
|
+
EventMoveDoc: GSEventType
|
960
|
+
EventSketchResumed: GSEventType
|
961
|
+
EventSketchSavePrefab: GSEventType
|
962
|
+
EventSketchRecovered: GSEventType
|
963
|
+
EventGSFileRepaired: GSEventType
|
964
|
+
EventQuickSave: GSEventType
|
965
|
+
EventQuickScreenshot: GSEventType
|
966
|
+
EventQuickExit: GSEventType
|
967
|
+
EventClickQuickBugReportButton: GSEventType
|
968
|
+
EventClickQuickMuteButton: GSEventType
|
969
|
+
EventClickQuickUnMuteButton: GSEventType
|
970
|
+
EventClickQuickHelpButton: GSEventType
|
971
|
+
EventQuickExport: GSEventType
|
972
|
+
EventClickQuickShareButton: GSEventType
|
973
|
+
EventConvertToSubD: GSEventType
|
974
|
+
EventRepairSubDSolo: GSEventType
|
975
|
+
EventRepairSubDCosketch: GSEventType
|
976
|
+
EventVideoWatched: GSEventType
|
977
|
+
EventOrthographicTaken: GSEventType
|
978
|
+
EventScreenshotTaken: GSEventType
|
979
|
+
EventVideoTipsWatched: GSEventType
|
980
|
+
EventPlayAutoPopupVideo: GSEventType
|
981
|
+
EventScreenshotSaved: GSEventType
|
982
|
+
EventLayersDeleted: GSEventType
|
983
|
+
EventLayersDuplicated: GSEventType
|
984
|
+
EventLayersAdded: GSEventType
|
985
|
+
EventLayersRenamed: GSEventType
|
986
|
+
EventLayersHidden: GSEventType
|
987
|
+
EventLayersUnhidden: GSEventType
|
988
|
+
EventLayersLocked: GSEventType
|
989
|
+
EventLayersUnlocked: GSEventType
|
990
|
+
EventLayersReordered: GSEventType
|
991
|
+
EventClickTakeThumbnailButton: GSEventType
|
992
|
+
EventCustomizedThumbnailTaken: GSEventType
|
993
|
+
EventCustomizedThumbnailSaved: GSEventType
|
994
|
+
EventAutoThumbnailSaved: GSEventType
|
995
|
+
EventCosketchRpcLatent: GSEventType
|
996
|
+
EventPaywallTriggered: GSEventType
|
997
|
+
EventViewPricingPlans: GSEventType
|
998
|
+
EventTriggerProPaywall: GSEventType
|
999
|
+
EventTriggerProTierCap: GSEventType
|
1000
|
+
EventContactSalesTeamsPlan: GSEventType
|
1001
|
+
EventContactSalesEnterprisePlan: GSEventType
|
1002
|
+
EventSketchMirrorPlaneOn: GSEventType
|
1003
|
+
EventSketchMirrorPlaneOff: GSEventType
|
1004
|
+
EventToolUsageSessionCompleted: GSEventType
|
1005
|
+
EventActiveABTestInExperience: GSEventType
|
1006
|
+
EventClickABTestButton: GSEventType
|
1007
|
+
EventClickABTestOpenSurvey: GSEventType
|
1008
|
+
EventEditPanelDiscovered: GSEventType
|
1009
|
+
EventEditPanelBasicHintShown: GSEventType
|
1010
|
+
EventEditPanelAdvancedHintShown: GSEventType
|
1011
|
+
EventCameraIsometricViewSelect: GSEventType
|
1012
|
+
EventCameraPerspectiveMode: GSEventType
|
1013
|
+
EventCameraFocalLengthChanged: GSEventType
|
1014
|
+
EventCameraOrthoMode: GSEventType
|
1015
|
+
EventEnvironmentPresetSelected: GSEventType
|
1016
|
+
EventEnvironmentShadowSettingChanged: GSEventType
|
1017
|
+
EventEnvironmentReflectionSettingChanged: GSEventType
|
1018
|
+
EventEnvironmentHDRSettingChanged: GSEventType
|
1019
|
+
EventInspectionStatisticsEnabled: GSEventType
|
1020
|
+
EventPresentationTurntableRotationChanged: GSEventType
|
1021
|
+
EventAnnotationCreated: GSEventType
|
1022
|
+
EventMicrophonePreferenceChanged: GSEventType
|
1023
|
+
EventMicrophoneStateWhenJoinRoom: GSEventType
|
1024
|
+
EventKeyboardSuggestionTaken: GSEventType
|
1025
|
+
EventPadCameraEnterDrawCamera: GSEventType
|
1026
|
+
EventPadCameraEnterFreeCamera: GSEventType
|
1027
|
+
EventPadCreateSwatch: GSEventType
|
1028
|
+
EventPadDeleteSwatch: GSEventType
|
1029
|
+
EventPadWorldAxesOn: GSEventType
|
1030
|
+
EventPadWorldAxesOff: GSEventType
|
1031
|
+
EventPadFloorGridOn: GSEventType
|
1032
|
+
EventPadFloorGridOff: GSEventType
|
1033
|
+
EventPadNavCubeOn: GSEventType
|
1034
|
+
EventPadNavCubeOff: GSEventType
|
1035
|
+
EventPadInputSmoothing1: GSEventType
|
1036
|
+
EventPadInputSmoothing2: GSEventType
|
1037
|
+
EventPadInputSmoothing3: GSEventType
|
1038
|
+
EventPadInputSmoothing4: GSEventType
|
1039
|
+
EventPadPenModeOn: GSEventType
|
1040
|
+
EventPadPenModeOff: GSEventType
|
1041
|
+
EventPadVerticalLockOn: GSEventType
|
1042
|
+
EventPadVerticalLockOff: GSEventType
|
1043
|
+
EventPadExploreWithoutSigningUp: GSEventType
|
1044
|
+
EventPadEnterDrawingMode: GSEventType
|
1045
|
+
EventPadEnterSelectingMode: GSEventType
|
1046
|
+
EventPadEnterNavigationMode: GSEventType
|
1047
|
+
EventPadEnterEditingMode: GSEventType
|
1048
|
+
EventPadNavigateInfoPage: GSEventType
|
1049
|
+
EventPadNavigateGalleryPage: GSEventType
|
1050
|
+
EventChangeWorkStyleTemplate: GSEventType
|
1051
|
+
EventClickLocalRecycleBinButton: GSEventType
|
1052
|
+
EventClearCachedCoSketchAssets: GSEventType
|
1053
|
+
EventLogoutAndDeleteAutoSaves: GSEventType
|
1054
|
+
EventLogoutAndKeepAutoSaves: GSEventType
|
1055
|
+
EventGenericErrorMessagePopUp: GSEventType
|
1056
|
+
EventSaveSketchInChosenLocation: GSEventType
|
1057
|
+
EventNotBootingWelcomeMessagePopUp: GSEventType
|
1058
|
+
EventNotBootingGoToLandingPad: GSEventType
|
1059
|
+
EventNotBootingRetryVR: GSEventType
|
1060
|
+
EventNotBootingCloseApplication: GSEventType
|
1061
|
+
EventSetLocalStorageType: GSEventType
|
1062
|
+
EventEnterCameraToolMode: GSEventType
|
1063
|
+
EventExitCameraToolMode: GSEventType
|
1064
|
+
EventEnterCameraEditMode: GSEventType
|
1065
|
+
EventEnterMiniMapMode: GSEventType
|
1066
|
+
EventExitMiniMapMode: GSEventType
|
1067
|
+
EventDimensionNewFeatureFlowSeen: GSEventType
|
1068
|
+
EventSpectatorEnterFollowCamera: GSEventType
|
1069
|
+
EventSpectatorEnterFreeCamera: GSEventType
|
1070
|
+
EventSpectatorEnterViewPointCamera: GSEventType
|
1071
|
+
EventSpectatorOpenViewpointPanel: GSEventType
|
1072
|
+
EventSpectatorCreateViewpoint: GSEventType
|
1073
|
+
EventSpectatorRenameViewpoint: GSEventType
|
1074
|
+
EventSpectatorCreateAnnotation: GSEventType
|
1075
|
+
EventSpectatorDeleteAnnotation: GSEventType
|
1076
|
+
EventSpectatorCreateViewpointWithAnnotation: GSEventType
|
1077
|
+
EventSpectatorSetOrbitPoint: GSEventType
|
1078
|
+
EventSpectatorLaserPointerToggled: GSEventType
|
1079
|
+
EventSpectatorCollabUserUiPolicySet: GSEventType
|
1080
|
+
EventSpectatorCreatePenAnnotation: GSEventType
|
1081
|
+
EventSpectatorDeletePenAnnotation: GSEventType
|
1082
|
+
EventSpectatorDeleteViewpoint: GSEventType
|
1083
|
+
EventSpectatorCreateViewpointWithPenAnnotation: GSEventType
|
1084
|
+
EventSpectatorOpenPeoplePanel: GSEventType
|
1085
|
+
EventSpectatorOpenInformationPanel: GSEventType
|
1086
|
+
EventSpectatorOpenSettingsPanel: GSEventType
|
1087
|
+
EventSpectatorOpenCameraControlsPanel: GSEventType
|
1088
|
+
EventSpectatorNavCubeToggled: GSEventType
|
1089
|
+
EventSpectatorViewpointsPlaySlideShow: GSEventType
|
1090
|
+
EventSpectatorQuickNavViewpoints: GSEventType
|
1091
|
+
EventSpectatorCopyShareLink: GSEventType
|
1092
|
+
EventSpectatorLoadLocalFiles: GSEventType
|
1093
|
+
EventOffsetSwitchedOn: GSEventType
|
1094
|
+
EventOffsetSwitchedOff: GSEventType
|
1095
|
+
EventOffsetBaked: GSEventType
|
1096
|
+
EventOffHandClockSettingsMenuToggled: GSEventType
|
1097
|
+
EventTimeReminderFrequencyUpdated: GSEventType
|
1098
|
+
EventClockDisplayPreferenceUpdated: GSEventType
|
1099
|
+
EventClickSaveButton: GSEventType
|
1100
|
+
EventClickSaveAsButton: GSEventType
|
1101
|
+
EventClickScreenshotButton: GSEventType
|
1102
|
+
EventClickBugReportButton: GSEventType
|
1103
|
+
EventClickExitToLobbyButton: GSEventType
|
1104
|
+
EventClickNotifyToCollabButton: GSEventType
|
1105
|
+
EventClickRemoveFromCollabButton: GSEventType
|
1106
|
+
EventClickEmailInviteButton: GSEventType
|
1107
|
+
EventGrabAndPressDeleteButtonToRemoveUser: GSEventType
|
1108
|
+
EventClickListAllRoomAccessesButton: GSEventType
|
1109
|
+
EventClickSendUserFeedback: GSEventType
|
1110
|
+
EventClickListMyConnectionsButton: GSEventType
|
1111
|
+
EventClickHelpButton: GSEventType
|
1112
|
+
EventClickSendHelpEmailButton: GSEventType
|
1113
|
+
EventClickConfirmSendHelpEmailButton: GSEventType
|
1114
|
+
EventInSketchAdvancedMenuTabClicked: GSEventType
|
1115
|
+
EventSavePanelTabNewSketchClicked: GSEventType
|
1116
|
+
EventSavePanelTabExportClicked: GSEventType
|
1117
|
+
EventHelpCentreTabSelected: GSEventType
|
1118
|
+
EventHelpCentreLearningRoomsButtonClicked: GSEventType
|
1119
|
+
EventHelpCentreSkillsAndExercisesButtonClicked: GSEventType
|
1120
|
+
EventHelpCentreRequestHelpViaEmailButtonClicked: GSEventType
|
1121
|
+
EventHelpCentreReportButtonClicked: GSEventType
|
1122
|
+
EventFAQExpanded: GSEventType
|
1123
|
+
EventLearningRoomClicked: GSEventType
|
1124
|
+
EventLearningRoomCompleted: GSEventType
|
1125
|
+
EventLearningCourseClicked: GSEventType
|
1126
|
+
EventRequestCertificationClicked: GSEventType
|
1127
|
+
EventRequestCertificationSubmitted: GSEventType
|
1128
|
+
EventClickOpenBetaWebBrowser: GSEventType
|
1129
|
+
EventGrabImageFromWebBrowser: GSEventType
|
1130
|
+
EventClickYoutubeButtonWebBrowser: GSEventType
|
1131
|
+
EventClickZendeskButtonWebBrowser: GSEventType
|
1132
|
+
EventClickLandingPadButtonWebBrowser: GSEventType
|
1133
|
+
EventClickSketchLearnVideoCategory: GSEventType
|
1134
|
+
EventClickSketchLearnVideoGroup: GSEventType
|
1135
|
+
EventClickSketchLearnVideoItem: GSEventType
|
1136
|
+
EventSketchLearnVideoGroupCompleted: GSEventType
|
1137
|
+
EventSketchLearnVideoItemCompleted: GSEventType
|
1138
|
+
EventClickVideoSketchObjectControllerPlay: GSEventType
|
1139
|
+
EventClickVideoSketchObjectControllerPause: GSEventType
|
1140
|
+
EventClickVideoSketchObjectControllerUnmute: GSEventType
|
1141
|
+
EventClickVideoSketchObjectControllerMute: GSEventType
|
1142
|
+
EventClickVideoSketchObjectControllerSeek: GSEventType
|
1143
|
+
EventClickVideoSketchObjectControllerSetSpeed: GSEventType
|
1144
|
+
EventClickVideoSketchObjectControllerPin: GSEventType
|
1145
|
+
EventClickVideoSketchObjectControllerUnpin: GSEventType
|
1146
|
+
EventSketchRenamed: GSEventType
|
1147
|
+
EventRoomRenamed: GSEventType
|
1148
|
+
EventFolderRenamed: GSEventType
|
1149
|
+
EventNotificationToCollabSent: GSEventType
|
1150
|
+
EventInvitedUserToRoom: GSEventType
|
1151
|
+
EventRemovedUserFromRoom: GSEventType
|
1152
|
+
EventInviteToCollabNotificationIgnored: GSEventType
|
1153
|
+
EventEnterRoomFromInviteToCollabNotification: GSEventType
|
1154
|
+
EventStartHostColocationSession: GSEventType
|
1155
|
+
EventEndHostColocationSession: GSEventType
|
1156
|
+
EventStartFollowColocationSession: GSEventType
|
1157
|
+
EventEndFollowColocationSession: GSEventType
|
1158
|
+
EventSubDToolPicked: GSEventType
|
1159
|
+
EventSubDSeparatePerformed: GSEventType
|
1160
|
+
EventPassthroughStatusChanged: GSEventType
|
1161
|
+
EventPassthroughPeek: GSEventType
|
1162
|
+
EventNavigationLockCreated: GSEventType
|
1163
|
+
EventNavigationLockStatusChanged: GSEventType
|
1164
|
+
EventStylusStatusChanged: GSEventType
|
1165
|
+
EventSelectBrushPreset: GSEventType
|
1166
|
+
EventOpenBrushEditPanel: GSEventType
|
1167
|
+
EventResetAllBrushes: GSEventType
|
1168
|
+
EventSelectBrushCategory: GSEventType
|
1169
|
+
EventRenameBrushPreset: GSEventType
|
1170
|
+
EventSelectMaterialPreset: GSEventType
|
1171
|
+
EventOpenMaterialPresetEditPanel: GSEventType
|
1172
|
+
EventRenameMaterialPreset: GSEventType
|
1173
|
+
EventSelectMaterialEditPanelTab: GSEventType
|
1174
|
+
EventOpenMenu: GSEventType
|
1175
|
+
EventPeriodSpentInCollab: GSEventType
|
1176
|
+
EventPeriodSpentInSoloSketch: GSEventType
|
1177
|
+
EventSketchToolChanged: GSEventType
|
1178
|
+
EventEditToolChanged: GSEventType
|
1179
|
+
EventExportToolChanged: GSEventType
|
1180
|
+
EventSelectionToolTypeChanged: GSEventType
|
1181
|
+
EventShowSelectionTransformGizmo: GSEventType
|
1182
|
+
EventStartMoveGumballInteraction: GSEventType
|
1183
|
+
EventStartSelectionGumballInteraction: GSEventType
|
1184
|
+
EventRecenterMirrorGumballInteraction: GSEventType
|
1185
|
+
EventEnterViewerMode: GSEventType
|
1186
|
+
EventExitViewerMode: GSEventType
|
1187
|
+
EventImmersiveModeEntered: GSEventType
|
1188
|
+
EventBeginGrabbedObjectMaterialChange: GSEventType
|
1189
|
+
EventLoadFirstSketchAtAppLaunch: GSEventType
|
1190
|
+
EventLoadFirstSketchManually: GSEventType
|
1191
|
+
EventSkipFirstSketchAtOptIn: GSEventType
|
1192
|
+
EventExitFirstSketchDuringExperience: GSEventType
|
1193
|
+
EventStartFirstSketch: GSEventType
|
1194
|
+
EventCompleteFirstSketch: GSEventType
|
1195
|
+
EventCompleteFirstSketchNextSteps: GSEventType
|
1196
|
+
EventFirstSketchSendEmailClicked: GSEventType
|
1197
|
+
EventFirstSketchSendEmailSkipped: GSEventType
|
1198
|
+
EventFirstSketchSendEmailConfirmed: GSEventType
|
1199
|
+
EventFirstSketchSendEmailFailed: GSEventType
|
1200
|
+
EventFirstSketchTaskCompleted: GSEventType
|
1201
|
+
EventFirstSketchLearnMoreAccept: GSEventType
|
1202
|
+
EventFirstSketchLearnMoreSkip: GSEventType
|
1203
|
+
EventStartV6Tutorial: GSEventType
|
1204
|
+
EventExitV6TutorialEarly: GSEventType
|
1205
|
+
EventCompleteV6Tutorial: GSEventType
|
1206
|
+
EventV6TutorialTaskCompleted: GSEventType
|
1207
|
+
EventV6TutorialLoadWalkthrough: GSEventType
|
1208
|
+
EventV6TutorialLoadWalkthroughFailed: GSEventType
|
1209
|
+
EventV6TutorialSkipWalkthrough: GSEventType
|
1210
|
+
EventStartBasicSkills: GSEventType
|
1211
|
+
EventExitBasicSkills: GSEventType
|
1212
|
+
EventCompleteFirstStepInStageBasicSkills: GSEventType
|
1213
|
+
EventCompleteStageBasicSkills: GSEventType
|
1214
|
+
EventClickContinueBasicSkills: GSEventType
|
1215
|
+
EventCompleteBasicSkills: GSEventType
|
1216
|
+
EventClickNextModulesBasicSkills: GSEventType
|
1217
|
+
EventPauseVideoBasicSkills: GSEventType
|
1218
|
+
EventPlayVideoBasicSkills: GSEventType
|
1219
|
+
EventScrubVideoBasicSkills: GSEventType
|
1220
|
+
EventSketchExperienceRecentre: GSEventType
|
1221
|
+
EventSketchExperienceMisaligned: GSEventType
|
1222
|
+
EventCompleteHintFlow: GSEventType
|
1223
|
+
EventActivatedHintFlow: GSEventType
|
1224
|
+
EventSelfDiscoverHintFlow: GSEventType
|
1225
|
+
EventLaunchSelfOnboardingRoom: GSEventType
|
1226
|
+
EventImportedVideoWatchProgress: GSEventType
|
1227
|
+
EventOpenScreenPanel: GSEventType
|
1228
|
+
EventTranscribe: GSEventType
|
1229
|
+
EventCollabCertificateValidationFailure: GSEventType
|
1230
|
+
EventKickOutCollab: GSEventType
|
1231
|
+
Invalid: BatchEventResponseCode
|
1232
|
+
Success: BatchEventResponseCode
|
1233
|
+
|
1234
|
+
class GSEvent(_message.Message):
|
1235
|
+
__slots__ = ("type", "timestamp", "LPUserId", "orgId", "orgName", "controllerType", "priceTier", "cosketch", "sketchSessionId", "totalSavedSketches", "totalLaunches", "totalSessionLengthMins", "appVersion", "appTypes", "appSessionId", "unityUserId", "isOnline", "deviceModel", "oculusBuildHeadsetType", "oculusQuestUserId", "oculusRiftUserId", "steamUserId", "systemDeviceUId", "appSessionEventId", "serverTimestamp", "numberOfOnlineSketchSyncEvents", "totalGrabbedObjects", "totalGrabbedRefImage", "objectsInMenu", "refImagesInMenu", "sketchSessionLength", "duplicatedNumOfObjects", "layersInDelete", "layersInDuplicate", "editSessionLength", "editSessionSplineType", "lockForLoading", "roomId", "publicAccessible", "enterRoomType", "enterRoomSuccess", "leaveRoomType", "sketchComplexity", "sketchBehaviour", "sketchCreationToolCounter", "controlPointToolUsage", "sketchSaveType", "importType", "exportType", "exportedOnCloud", "fileLocation", "docId", "workingDocId", "docOwnerId", "docPartitionId", "moveDocToOwnerId", "moveDocToPartitionId", "importIntoCurrentLayer", "exportId", "localStorageType", "importExportAction", "sceneScope", "advancedMenuPanelType", "exitButtonLocation", "exportBaseAxes", "exportScaleSetting", "exportSingleSided", "exportSubDControlMesh", "exportWeldVertices", "exportNurbsPreference", "exportCollectGroups", "exportPreferenceId", "exportPreferenceDisplayName", "exportQualitySetting", "successfulRecoveryAsAutoSave", "CachedAssetsSize", "webSocketProbingPayload", "isLeftHanded", "paywallType", "viewPricingPlansSource", "triggerProPaywallSource", "triggerProTierCapSource", "sketchTool", "editTool", "exportTool", "selectedMaterialPresetIndex", "materialPresetEditPanelTab", "toolUsageSessionData", "ABTestName", "ABTestGrouping", "ABTestDetail", "helpCentreSelectedTabName", "faqExpandedQuestion", "clickedLearningRoomName", "clickedLearningCourseName", "videoTitle", "videoWatchedLength", "videoSpentTime", "videoSpentTimeWatching", "tutorialGroupName", "galleryName", "resumeFrom", "workStyleTemplateType", "microphonePreference", "offsetType", "cameraViewType", "micPreferenceChangeType", "laserPointerToggleValue", "otherUsersUiVisibilityPolicy", "orbitCameraMovement", "keyboardSuggestionChosen", "keyboardSuggestionPurpose", "colocationSessionId", "transcribingSessionLength", "controlPointToolType", "SubDObjectTotalNumberObjectFaces", "SubDObjectNumberFacesSeparated", "PassthroughActive", "NavigationLockActive", "StylusActive", "stylusHand", "selectedBrushPresetSplineType", "selectedBrushProfileIndex", "selectedBrushCategory", "menuType", "timeToFirstSketchOptIn", "timeSinceFirstSketchStart", "firstSketchTask", "firstSketchTaskDuration", "v6TutorialTask", "basicSkillsStage", "timeSinceBasicSkillsStart", "timeSinceBasicSkillsStageStart", "misalignmentDistance", "misalignmentDegrees", "videoPlaybackSpeed", "hintType", "screenPanelType", "extraInfo", "successConnectedCount", "continuousDisconnectionCount", "kickOutCollabReason")
|
1236
|
+
TYPE_FIELD_NUMBER: _ClassVar[int]
|
1237
|
+
TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
1238
|
+
LPUSERID_FIELD_NUMBER: _ClassVar[int]
|
1239
|
+
ORGID_FIELD_NUMBER: _ClassVar[int]
|
1240
|
+
ORGNAME_FIELD_NUMBER: _ClassVar[int]
|
1241
|
+
CONTROLLERTYPE_FIELD_NUMBER: _ClassVar[int]
|
1242
|
+
PRICETIER_FIELD_NUMBER: _ClassVar[int]
|
1243
|
+
COSKETCH_FIELD_NUMBER: _ClassVar[int]
|
1244
|
+
SKETCHSESSIONID_FIELD_NUMBER: _ClassVar[int]
|
1245
|
+
TOTALSAVEDSKETCHES_FIELD_NUMBER: _ClassVar[int]
|
1246
|
+
TOTALLAUNCHES_FIELD_NUMBER: _ClassVar[int]
|
1247
|
+
TOTALSESSIONLENGTHMINS_FIELD_NUMBER: _ClassVar[int]
|
1248
|
+
APPVERSION_FIELD_NUMBER: _ClassVar[int]
|
1249
|
+
APPTYPES_FIELD_NUMBER: _ClassVar[int]
|
1250
|
+
APPSESSIONID_FIELD_NUMBER: _ClassVar[int]
|
1251
|
+
UNITYUSERID_FIELD_NUMBER: _ClassVar[int]
|
1252
|
+
ISONLINE_FIELD_NUMBER: _ClassVar[int]
|
1253
|
+
DEVICEMODEL_FIELD_NUMBER: _ClassVar[int]
|
1254
|
+
OCULUSBUILDHEADSETTYPE_FIELD_NUMBER: _ClassVar[int]
|
1255
|
+
OCULUSQUESTUSERID_FIELD_NUMBER: _ClassVar[int]
|
1256
|
+
OCULUSRIFTUSERID_FIELD_NUMBER: _ClassVar[int]
|
1257
|
+
STEAMUSERID_FIELD_NUMBER: _ClassVar[int]
|
1258
|
+
SYSTEMDEVICEUID_FIELD_NUMBER: _ClassVar[int]
|
1259
|
+
APPSESSIONEVENTID_FIELD_NUMBER: _ClassVar[int]
|
1260
|
+
SERVERTIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
1261
|
+
NUMBEROFONLINESKETCHSYNCEVENTS_FIELD_NUMBER: _ClassVar[int]
|
1262
|
+
TOTALGRABBEDOBJECTS_FIELD_NUMBER: _ClassVar[int]
|
1263
|
+
TOTALGRABBEDREFIMAGE_FIELD_NUMBER: _ClassVar[int]
|
1264
|
+
OBJECTSINMENU_FIELD_NUMBER: _ClassVar[int]
|
1265
|
+
REFIMAGESINMENU_FIELD_NUMBER: _ClassVar[int]
|
1266
|
+
SKETCHSESSIONLENGTH_FIELD_NUMBER: _ClassVar[int]
|
1267
|
+
DUPLICATEDNUMOFOBJECTS_FIELD_NUMBER: _ClassVar[int]
|
1268
|
+
LAYERSINDELETE_FIELD_NUMBER: _ClassVar[int]
|
1269
|
+
LAYERSINDUPLICATE_FIELD_NUMBER: _ClassVar[int]
|
1270
|
+
EDITSESSIONLENGTH_FIELD_NUMBER: _ClassVar[int]
|
1271
|
+
EDITSESSIONSPLINETYPE_FIELD_NUMBER: _ClassVar[int]
|
1272
|
+
LOCKFORLOADING_FIELD_NUMBER: _ClassVar[int]
|
1273
|
+
ROOMID_FIELD_NUMBER: _ClassVar[int]
|
1274
|
+
PUBLICACCESSIBLE_FIELD_NUMBER: _ClassVar[int]
|
1275
|
+
ENTERROOMTYPE_FIELD_NUMBER: _ClassVar[int]
|
1276
|
+
ENTERROOMSUCCESS_FIELD_NUMBER: _ClassVar[int]
|
1277
|
+
LEAVEROOMTYPE_FIELD_NUMBER: _ClassVar[int]
|
1278
|
+
SKETCHCOMPLEXITY_FIELD_NUMBER: _ClassVar[int]
|
1279
|
+
SKETCHBEHAVIOUR_FIELD_NUMBER: _ClassVar[int]
|
1280
|
+
SKETCHCREATIONTOOLCOUNTER_FIELD_NUMBER: _ClassVar[int]
|
1281
|
+
CONTROLPOINTTOOLUSAGE_FIELD_NUMBER: _ClassVar[int]
|
1282
|
+
SKETCHSAVETYPE_FIELD_NUMBER: _ClassVar[int]
|
1283
|
+
IMPORTTYPE_FIELD_NUMBER: _ClassVar[int]
|
1284
|
+
EXPORTTYPE_FIELD_NUMBER: _ClassVar[int]
|
1285
|
+
EXPORTEDONCLOUD_FIELD_NUMBER: _ClassVar[int]
|
1286
|
+
FILELOCATION_FIELD_NUMBER: _ClassVar[int]
|
1287
|
+
DOCID_FIELD_NUMBER: _ClassVar[int]
|
1288
|
+
WORKINGDOCID_FIELD_NUMBER: _ClassVar[int]
|
1289
|
+
DOCOWNERID_FIELD_NUMBER: _ClassVar[int]
|
1290
|
+
DOCPARTITIONID_FIELD_NUMBER: _ClassVar[int]
|
1291
|
+
MOVEDOCTOOWNERID_FIELD_NUMBER: _ClassVar[int]
|
1292
|
+
MOVEDOCTOPARTITIONID_FIELD_NUMBER: _ClassVar[int]
|
1293
|
+
IMPORTINTOCURRENTLAYER_FIELD_NUMBER: _ClassVar[int]
|
1294
|
+
EXPORTID_FIELD_NUMBER: _ClassVar[int]
|
1295
|
+
LOCALSTORAGETYPE_FIELD_NUMBER: _ClassVar[int]
|
1296
|
+
IMPORTEXPORTACTION_FIELD_NUMBER: _ClassVar[int]
|
1297
|
+
SCENESCOPE_FIELD_NUMBER: _ClassVar[int]
|
1298
|
+
ADVANCEDMENUPANELTYPE_FIELD_NUMBER: _ClassVar[int]
|
1299
|
+
EXITBUTTONLOCATION_FIELD_NUMBER: _ClassVar[int]
|
1300
|
+
EXPORTBASEAXES_FIELD_NUMBER: _ClassVar[int]
|
1301
|
+
EXPORTSCALESETTING_FIELD_NUMBER: _ClassVar[int]
|
1302
|
+
EXPORTSINGLESIDED_FIELD_NUMBER: _ClassVar[int]
|
1303
|
+
EXPORTSUBDCONTROLMESH_FIELD_NUMBER: _ClassVar[int]
|
1304
|
+
EXPORTWELDVERTICES_FIELD_NUMBER: _ClassVar[int]
|
1305
|
+
EXPORTNURBSPREFERENCE_FIELD_NUMBER: _ClassVar[int]
|
1306
|
+
EXPORTCOLLECTGROUPS_FIELD_NUMBER: _ClassVar[int]
|
1307
|
+
EXPORTPREFERENCEID_FIELD_NUMBER: _ClassVar[int]
|
1308
|
+
EXPORTPREFERENCEDISPLAYNAME_FIELD_NUMBER: _ClassVar[int]
|
1309
|
+
EXPORTQUALITYSETTING_FIELD_NUMBER: _ClassVar[int]
|
1310
|
+
SUCCESSFULRECOVERYASAUTOSAVE_FIELD_NUMBER: _ClassVar[int]
|
1311
|
+
CACHEDASSETSSIZE_FIELD_NUMBER: _ClassVar[int]
|
1312
|
+
WEBSOCKETPROBINGPAYLOAD_FIELD_NUMBER: _ClassVar[int]
|
1313
|
+
ISLEFTHANDED_FIELD_NUMBER: _ClassVar[int]
|
1314
|
+
PAYWALLTYPE_FIELD_NUMBER: _ClassVar[int]
|
1315
|
+
VIEWPRICINGPLANSSOURCE_FIELD_NUMBER: _ClassVar[int]
|
1316
|
+
TRIGGERPROPAYWALLSOURCE_FIELD_NUMBER: _ClassVar[int]
|
1317
|
+
TRIGGERPROTIERCAPSOURCE_FIELD_NUMBER: _ClassVar[int]
|
1318
|
+
SKETCHTOOL_FIELD_NUMBER: _ClassVar[int]
|
1319
|
+
EDITTOOL_FIELD_NUMBER: _ClassVar[int]
|
1320
|
+
EXPORTTOOL_FIELD_NUMBER: _ClassVar[int]
|
1321
|
+
SELECTEDMATERIALPRESETINDEX_FIELD_NUMBER: _ClassVar[int]
|
1322
|
+
MATERIALPRESETEDITPANELTAB_FIELD_NUMBER: _ClassVar[int]
|
1323
|
+
TOOLUSAGESESSIONDATA_FIELD_NUMBER: _ClassVar[int]
|
1324
|
+
ABTESTNAME_FIELD_NUMBER: _ClassVar[int]
|
1325
|
+
ABTESTGROUPING_FIELD_NUMBER: _ClassVar[int]
|
1326
|
+
ABTESTDETAIL_FIELD_NUMBER: _ClassVar[int]
|
1327
|
+
HELPCENTRESELECTEDTABNAME_FIELD_NUMBER: _ClassVar[int]
|
1328
|
+
FAQEXPANDEDQUESTION_FIELD_NUMBER: _ClassVar[int]
|
1329
|
+
CLICKEDLEARNINGROOMNAME_FIELD_NUMBER: _ClassVar[int]
|
1330
|
+
CLICKEDLEARNINGCOURSENAME_FIELD_NUMBER: _ClassVar[int]
|
1331
|
+
VIDEOTITLE_FIELD_NUMBER: _ClassVar[int]
|
1332
|
+
VIDEOWATCHEDLENGTH_FIELD_NUMBER: _ClassVar[int]
|
1333
|
+
VIDEOSPENTTIME_FIELD_NUMBER: _ClassVar[int]
|
1334
|
+
VIDEOSPENTTIMEWATCHING_FIELD_NUMBER: _ClassVar[int]
|
1335
|
+
TUTORIALGROUPNAME_FIELD_NUMBER: _ClassVar[int]
|
1336
|
+
GALLERYNAME_FIELD_NUMBER: _ClassVar[int]
|
1337
|
+
RESUMEFROM_FIELD_NUMBER: _ClassVar[int]
|
1338
|
+
WORKSTYLETEMPLATETYPE_FIELD_NUMBER: _ClassVar[int]
|
1339
|
+
MICROPHONEPREFERENCE_FIELD_NUMBER: _ClassVar[int]
|
1340
|
+
OFFSETTYPE_FIELD_NUMBER: _ClassVar[int]
|
1341
|
+
CAMERAVIEWTYPE_FIELD_NUMBER: _ClassVar[int]
|
1342
|
+
MICPREFERENCECHANGETYPE_FIELD_NUMBER: _ClassVar[int]
|
1343
|
+
LASERPOINTERTOGGLEVALUE_FIELD_NUMBER: _ClassVar[int]
|
1344
|
+
OTHERUSERSUIVISIBILITYPOLICY_FIELD_NUMBER: _ClassVar[int]
|
1345
|
+
ORBITCAMERAMOVEMENT_FIELD_NUMBER: _ClassVar[int]
|
1346
|
+
KEYBOARDSUGGESTIONCHOSEN_FIELD_NUMBER: _ClassVar[int]
|
1347
|
+
KEYBOARDSUGGESTIONPURPOSE_FIELD_NUMBER: _ClassVar[int]
|
1348
|
+
COLOCATIONSESSIONID_FIELD_NUMBER: _ClassVar[int]
|
1349
|
+
TRANSCRIBINGSESSIONLENGTH_FIELD_NUMBER: _ClassVar[int]
|
1350
|
+
CONTROLPOINTTOOLTYPE_FIELD_NUMBER: _ClassVar[int]
|
1351
|
+
SUBDOBJECTTOTALNUMBEROBJECTFACES_FIELD_NUMBER: _ClassVar[int]
|
1352
|
+
SUBDOBJECTNUMBERFACESSEPARATED_FIELD_NUMBER: _ClassVar[int]
|
1353
|
+
PASSTHROUGHACTIVE_FIELD_NUMBER: _ClassVar[int]
|
1354
|
+
NAVIGATIONLOCKACTIVE_FIELD_NUMBER: _ClassVar[int]
|
1355
|
+
STYLUSACTIVE_FIELD_NUMBER: _ClassVar[int]
|
1356
|
+
STYLUSHAND_FIELD_NUMBER: _ClassVar[int]
|
1357
|
+
SELECTEDBRUSHPRESETSPLINETYPE_FIELD_NUMBER: _ClassVar[int]
|
1358
|
+
SELECTEDBRUSHPROFILEINDEX_FIELD_NUMBER: _ClassVar[int]
|
1359
|
+
SELECTEDBRUSHCATEGORY_FIELD_NUMBER: _ClassVar[int]
|
1360
|
+
MENUTYPE_FIELD_NUMBER: _ClassVar[int]
|
1361
|
+
TIMETOFIRSTSKETCHOPTIN_FIELD_NUMBER: _ClassVar[int]
|
1362
|
+
TIMESINCEFIRSTSKETCHSTART_FIELD_NUMBER: _ClassVar[int]
|
1363
|
+
FIRSTSKETCHTASK_FIELD_NUMBER: _ClassVar[int]
|
1364
|
+
FIRSTSKETCHTASKDURATION_FIELD_NUMBER: _ClassVar[int]
|
1365
|
+
V6TUTORIALTASK_FIELD_NUMBER: _ClassVar[int]
|
1366
|
+
BASICSKILLSSTAGE_FIELD_NUMBER: _ClassVar[int]
|
1367
|
+
TIMESINCEBASICSKILLSSTART_FIELD_NUMBER: _ClassVar[int]
|
1368
|
+
TIMESINCEBASICSKILLSSTAGESTART_FIELD_NUMBER: _ClassVar[int]
|
1369
|
+
MISALIGNMENTDISTANCE_FIELD_NUMBER: _ClassVar[int]
|
1370
|
+
MISALIGNMENTDEGREES_FIELD_NUMBER: _ClassVar[int]
|
1371
|
+
VIDEOPLAYBACKSPEED_FIELD_NUMBER: _ClassVar[int]
|
1372
|
+
HINTTYPE_FIELD_NUMBER: _ClassVar[int]
|
1373
|
+
SCREENPANELTYPE_FIELD_NUMBER: _ClassVar[int]
|
1374
|
+
EXTRAINFO_FIELD_NUMBER: _ClassVar[int]
|
1375
|
+
SUCCESSCONNECTEDCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1376
|
+
CONTINUOUSDISCONNECTIONCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1377
|
+
KICKOUTCOLLABREASON_FIELD_NUMBER: _ClassVar[int]
|
1378
|
+
type: GSEventType
|
1379
|
+
timestamp: int
|
1380
|
+
LPUserId: str
|
1381
|
+
orgId: str
|
1382
|
+
orgName: str
|
1383
|
+
controllerType: int
|
1384
|
+
priceTier: int
|
1385
|
+
cosketch: bool
|
1386
|
+
sketchSessionId: str
|
1387
|
+
totalSavedSketches: int
|
1388
|
+
totalLaunches: int
|
1389
|
+
totalSessionLengthMins: float
|
1390
|
+
appVersion: str
|
1391
|
+
appTypes: AppTypes
|
1392
|
+
appSessionId: int
|
1393
|
+
unityUserId: str
|
1394
|
+
isOnline: bool
|
1395
|
+
deviceModel: str
|
1396
|
+
oculusBuildHeadsetType: str
|
1397
|
+
oculusQuestUserId: int
|
1398
|
+
oculusRiftUserId: int
|
1399
|
+
steamUserId: int
|
1400
|
+
systemDeviceUId: str
|
1401
|
+
appSessionEventId: int
|
1402
|
+
serverTimestamp: int
|
1403
|
+
numberOfOnlineSketchSyncEvents: int
|
1404
|
+
totalGrabbedObjects: int
|
1405
|
+
totalGrabbedRefImage: int
|
1406
|
+
objectsInMenu: int
|
1407
|
+
refImagesInMenu: int
|
1408
|
+
sketchSessionLength: int
|
1409
|
+
duplicatedNumOfObjects: int
|
1410
|
+
layersInDelete: int
|
1411
|
+
layersInDuplicate: int
|
1412
|
+
editSessionLength: float
|
1413
|
+
editSessionSplineType: _sketch_common_pb2.SplineType
|
1414
|
+
lockForLoading: bool
|
1415
|
+
roomId: str
|
1416
|
+
publicAccessible: bool
|
1417
|
+
enterRoomType: EnterRoomType
|
1418
|
+
enterRoomSuccess: bool
|
1419
|
+
leaveRoomType: LeaveRoomType
|
1420
|
+
sketchComplexity: SketchComplexity
|
1421
|
+
sketchBehaviour: SketchBehaviourCounter
|
1422
|
+
sketchCreationToolCounter: SketchCreationToolCounter
|
1423
|
+
controlPointToolUsage: ControlPointToolUsage
|
1424
|
+
sketchSaveType: SketchSaveType
|
1425
|
+
importType: ImportType
|
1426
|
+
exportType: ExportType
|
1427
|
+
exportedOnCloud: bool
|
1428
|
+
fileLocation: FileLocation
|
1429
|
+
docId: str
|
1430
|
+
workingDocId: str
|
1431
|
+
docOwnerId: str
|
1432
|
+
docPartitionId: str
|
1433
|
+
moveDocToOwnerId: str
|
1434
|
+
moveDocToPartitionId: str
|
1435
|
+
importIntoCurrentLayer: bool
|
1436
|
+
exportId: str
|
1437
|
+
localStorageType: _preferences_pb2.LocalStorageType
|
1438
|
+
importExportAction: ImportExportAction
|
1439
|
+
sceneScope: SceneScope
|
1440
|
+
advancedMenuPanelType: AdvancedMenuPanelType
|
1441
|
+
exitButtonLocation: ExitButtonLocation
|
1442
|
+
exportBaseAxes: _preferences_pb2.BaseAxisConfiguration
|
1443
|
+
exportScaleSetting: _preferences_pb2.ScaleSetting
|
1444
|
+
exportSingleSided: bool
|
1445
|
+
exportSubDControlMesh: bool
|
1446
|
+
exportWeldVertices: bool
|
1447
|
+
exportNurbsPreference: _preferences_pb2.FbxExportNurbsPreference
|
1448
|
+
exportCollectGroups: bool
|
1449
|
+
exportPreferenceId: _sketch_common_pb2.GSDataID
|
1450
|
+
exportPreferenceDisplayName: str
|
1451
|
+
exportQualitySetting: _preferences_pb2.DiscretizationResolution
|
1452
|
+
successfulRecoveryAsAutoSave: bool
|
1453
|
+
CachedAssetsSize: int
|
1454
|
+
webSocketProbingPayload: WebSocketProbingPayload
|
1455
|
+
isLeftHanded: bool
|
1456
|
+
paywallType: _gravi_model_pb2.PaywallType
|
1457
|
+
viewPricingPlansSource: PricingPlanPaywallSource
|
1458
|
+
triggerProPaywallSource: PricingPlanPaywallSource
|
1459
|
+
triggerProTierCapSource: PricingPlanPaywallSource
|
1460
|
+
sketchTool: _sketch_inputs_pb2.SketchTool
|
1461
|
+
editTool: _sketch_inputs_pb2.EditTool
|
1462
|
+
exportTool: _sketch_inputs_pb2.ExportTool
|
1463
|
+
selectedMaterialPresetIndex: int
|
1464
|
+
materialPresetEditPanelTab: MaterialPresetEditPanelTab
|
1465
|
+
toolUsageSessionData: SketchAppToolUsageSessionData
|
1466
|
+
ABTestName: str
|
1467
|
+
ABTestGrouping: str
|
1468
|
+
ABTestDetail: str
|
1469
|
+
helpCentreSelectedTabName: str
|
1470
|
+
faqExpandedQuestion: str
|
1471
|
+
clickedLearningRoomName: str
|
1472
|
+
clickedLearningCourseName: str
|
1473
|
+
videoTitle: str
|
1474
|
+
videoWatchedLength: int
|
1475
|
+
videoSpentTime: int
|
1476
|
+
videoSpentTimeWatching: int
|
1477
|
+
tutorialGroupName: str
|
1478
|
+
galleryName: str
|
1479
|
+
resumeFrom: SketchResumeType
|
1480
|
+
workStyleTemplateType: WorkStyleTemplateType
|
1481
|
+
microphonePreference: MicrophonePreference
|
1482
|
+
offsetType: _sketch_common_pb2.OffsetType
|
1483
|
+
cameraViewType: CameraViewType
|
1484
|
+
micPreferenceChangeType: MicPreferenceChangeType
|
1485
|
+
laserPointerToggleValue: bool
|
1486
|
+
otherUsersUiVisibilityPolicy: OtherUsersUiVisibilityPolicy
|
1487
|
+
orbitCameraMovement: OrbitCameraMovement
|
1488
|
+
keyboardSuggestionChosen: str
|
1489
|
+
keyboardSuggestionPurpose: str
|
1490
|
+
colocationSessionId: str
|
1491
|
+
transcribingSessionLength: int
|
1492
|
+
controlPointToolType: ControlPointToolType
|
1493
|
+
SubDObjectTotalNumberObjectFaces: int
|
1494
|
+
SubDObjectNumberFacesSeparated: int
|
1495
|
+
PassthroughActive: bool
|
1496
|
+
NavigationLockActive: bool
|
1497
|
+
StylusActive: bool
|
1498
|
+
stylusHand: ControllerHand
|
1499
|
+
selectedBrushPresetSplineType: _sketch_common_pb2.SplineType
|
1500
|
+
selectedBrushProfileIndex: int
|
1501
|
+
selectedBrushCategory: _ui_model_pb2.BrushMenuCategory
|
1502
|
+
menuType: _ui_model_pb2.MenuType
|
1503
|
+
timeToFirstSketchOptIn: float
|
1504
|
+
timeSinceFirstSketchStart: float
|
1505
|
+
firstSketchTask: str
|
1506
|
+
firstSketchTaskDuration: float
|
1507
|
+
v6TutorialTask: V6TutorialTask
|
1508
|
+
basicSkillsStage: BasicSkillsStage
|
1509
|
+
timeSinceBasicSkillsStart: float
|
1510
|
+
timeSinceBasicSkillsStageStart: float
|
1511
|
+
misalignmentDistance: float
|
1512
|
+
misalignmentDegrees: float
|
1513
|
+
videoPlaybackSpeed: float
|
1514
|
+
hintType: _sketch_common_pb2.UsageHint
|
1515
|
+
screenPanelType: ScreenPanelType
|
1516
|
+
extraInfo: str
|
1517
|
+
successConnectedCount: int
|
1518
|
+
continuousDisconnectionCount: int
|
1519
|
+
kickOutCollabReason: KickOutCollabReason
|
1520
|
+
def __init__(self, type: _Optional[_Union[GSEventType, str]] = ..., timestamp: _Optional[int] = ..., LPUserId: _Optional[str] = ..., orgId: _Optional[str] = ..., orgName: _Optional[str] = ..., controllerType: _Optional[int] = ..., priceTier: _Optional[int] = ..., cosketch: bool = ..., sketchSessionId: _Optional[str] = ..., totalSavedSketches: _Optional[int] = ..., totalLaunches: _Optional[int] = ..., totalSessionLengthMins: _Optional[float] = ..., appVersion: _Optional[str] = ..., appTypes: _Optional[_Union[AppTypes, str]] = ..., appSessionId: _Optional[int] = ..., unityUserId: _Optional[str] = ..., isOnline: bool = ..., deviceModel: _Optional[str] = ..., oculusBuildHeadsetType: _Optional[str] = ..., oculusQuestUserId: _Optional[int] = ..., oculusRiftUserId: _Optional[int] = ..., steamUserId: _Optional[int] = ..., systemDeviceUId: _Optional[str] = ..., appSessionEventId: _Optional[int] = ..., serverTimestamp: _Optional[int] = ..., numberOfOnlineSketchSyncEvents: _Optional[int] = ..., totalGrabbedObjects: _Optional[int] = ..., totalGrabbedRefImage: _Optional[int] = ..., objectsInMenu: _Optional[int] = ..., refImagesInMenu: _Optional[int] = ..., sketchSessionLength: _Optional[int] = ..., duplicatedNumOfObjects: _Optional[int] = ..., layersInDelete: _Optional[int] = ..., layersInDuplicate: _Optional[int] = ..., editSessionLength: _Optional[float] = ..., editSessionSplineType: _Optional[_Union[_sketch_common_pb2.SplineType, str]] = ..., lockForLoading: bool = ..., roomId: _Optional[str] = ..., publicAccessible: bool = ..., enterRoomType: _Optional[_Union[EnterRoomType, str]] = ..., enterRoomSuccess: bool = ..., leaveRoomType: _Optional[_Union[LeaveRoomType, str]] = ..., sketchComplexity: _Optional[_Union[SketchComplexity, _Mapping]] = ..., sketchBehaviour: _Optional[_Union[SketchBehaviourCounter, _Mapping]] = ..., sketchCreationToolCounter: _Optional[_Union[SketchCreationToolCounter, _Mapping]] = ..., controlPointToolUsage: _Optional[_Union[ControlPointToolUsage, _Mapping]] = ..., sketchSaveType: _Optional[_Union[SketchSaveType, str]] = ..., importType: _Optional[_Union[ImportType, str]] = ..., exportType: _Optional[_Union[ExportType, str]] = ..., exportedOnCloud: bool = ..., fileLocation: _Optional[_Union[FileLocation, str]] = ..., docId: _Optional[str] = ..., workingDocId: _Optional[str] = ..., docOwnerId: _Optional[str] = ..., docPartitionId: _Optional[str] = ..., moveDocToOwnerId: _Optional[str] = ..., moveDocToPartitionId: _Optional[str] = ..., importIntoCurrentLayer: bool = ..., exportId: _Optional[str] = ..., localStorageType: _Optional[_Union[_preferences_pb2.LocalStorageType, str]] = ..., importExportAction: _Optional[_Union[ImportExportAction, str]] = ..., sceneScope: _Optional[_Union[SceneScope, str]] = ..., advancedMenuPanelType: _Optional[_Union[AdvancedMenuPanelType, str]] = ..., exitButtonLocation: _Optional[_Union[ExitButtonLocation, str]] = ..., exportBaseAxes: _Optional[_Union[_preferences_pb2.BaseAxisConfiguration, str]] = ..., exportScaleSetting: _Optional[_Union[_preferences_pb2.ScaleSetting, str]] = ..., exportSingleSided: bool = ..., exportSubDControlMesh: bool = ..., exportWeldVertices: bool = ..., exportNurbsPreference: _Optional[_Union[_preferences_pb2.FbxExportNurbsPreference, str]] = ..., exportCollectGroups: bool = ..., exportPreferenceId: _Optional[_Union[_sketch_common_pb2.GSDataID, _Mapping]] = ..., exportPreferenceDisplayName: _Optional[str] = ..., exportQualitySetting: _Optional[_Union[_preferences_pb2.DiscretizationResolution, str]] = ..., successfulRecoveryAsAutoSave: bool = ..., CachedAssetsSize: _Optional[int] = ..., webSocketProbingPayload: _Optional[_Union[WebSocketProbingPayload, _Mapping]] = ..., isLeftHanded: bool = ..., paywallType: _Optional[_Union[_gravi_model_pb2.PaywallType, str]] = ..., viewPricingPlansSource: _Optional[_Union[PricingPlanPaywallSource, str]] = ..., triggerProPaywallSource: _Optional[_Union[PricingPlanPaywallSource, str]] = ..., triggerProTierCapSource: _Optional[_Union[PricingPlanPaywallSource, str]] = ..., sketchTool: _Optional[_Union[_sketch_inputs_pb2.SketchTool, str]] = ..., editTool: _Optional[_Union[_sketch_inputs_pb2.EditTool, str]] = ..., exportTool: _Optional[_Union[_sketch_inputs_pb2.ExportTool, str]] = ..., selectedMaterialPresetIndex: _Optional[int] = ..., materialPresetEditPanelTab: _Optional[_Union[MaterialPresetEditPanelTab, str]] = ..., toolUsageSessionData: _Optional[_Union[SketchAppToolUsageSessionData, _Mapping]] = ..., ABTestName: _Optional[str] = ..., ABTestGrouping: _Optional[str] = ..., ABTestDetail: _Optional[str] = ..., helpCentreSelectedTabName: _Optional[str] = ..., faqExpandedQuestion: _Optional[str] = ..., clickedLearningRoomName: _Optional[str] = ..., clickedLearningCourseName: _Optional[str] = ..., videoTitle: _Optional[str] = ..., videoWatchedLength: _Optional[int] = ..., videoSpentTime: _Optional[int] = ..., videoSpentTimeWatching: _Optional[int] = ..., tutorialGroupName: _Optional[str] = ..., galleryName: _Optional[str] = ..., resumeFrom: _Optional[_Union[SketchResumeType, str]] = ..., workStyleTemplateType: _Optional[_Union[WorkStyleTemplateType, str]] = ..., microphonePreference: _Optional[_Union[MicrophonePreference, str]] = ..., offsetType: _Optional[_Union[_sketch_common_pb2.OffsetType, str]] = ..., cameraViewType: _Optional[_Union[CameraViewType, str]] = ..., micPreferenceChangeType: _Optional[_Union[MicPreferenceChangeType, str]] = ..., laserPointerToggleValue: bool = ..., otherUsersUiVisibilityPolicy: _Optional[_Union[OtherUsersUiVisibilityPolicy, str]] = ..., orbitCameraMovement: _Optional[_Union[OrbitCameraMovement, _Mapping]] = ..., keyboardSuggestionChosen: _Optional[str] = ..., keyboardSuggestionPurpose: _Optional[str] = ..., colocationSessionId: _Optional[str] = ..., transcribingSessionLength: _Optional[int] = ..., controlPointToolType: _Optional[_Union[ControlPointToolType, str]] = ..., SubDObjectTotalNumberObjectFaces: _Optional[int] = ..., SubDObjectNumberFacesSeparated: _Optional[int] = ..., PassthroughActive: bool = ..., NavigationLockActive: bool = ..., StylusActive: bool = ..., stylusHand: _Optional[_Union[ControllerHand, str]] = ..., selectedBrushPresetSplineType: _Optional[_Union[_sketch_common_pb2.SplineType, str]] = ..., selectedBrushProfileIndex: _Optional[int] = ..., selectedBrushCategory: _Optional[_Union[_ui_model_pb2.BrushMenuCategory, str]] = ..., menuType: _Optional[_Union[_ui_model_pb2.MenuType, str]] = ..., timeToFirstSketchOptIn: _Optional[float] = ..., timeSinceFirstSketchStart: _Optional[float] = ..., firstSketchTask: _Optional[str] = ..., firstSketchTaskDuration: _Optional[float] = ..., v6TutorialTask: _Optional[_Union[V6TutorialTask, str]] = ..., basicSkillsStage: _Optional[_Union[BasicSkillsStage, str]] = ..., timeSinceBasicSkillsStart: _Optional[float] = ..., timeSinceBasicSkillsStageStart: _Optional[float] = ..., misalignmentDistance: _Optional[float] = ..., misalignmentDegrees: _Optional[float] = ..., videoPlaybackSpeed: _Optional[float] = ..., hintType: _Optional[_Union[_sketch_common_pb2.UsageHint, str]] = ..., screenPanelType: _Optional[_Union[ScreenPanelType, str]] = ..., extraInfo: _Optional[str] = ..., successConnectedCount: _Optional[int] = ..., continuousDisconnectionCount: _Optional[int] = ..., kickOutCollabReason: _Optional[_Union[KickOutCollabReason, str]] = ...) -> None: ...
|
1521
|
+
|
1522
|
+
class WebSocketProbingPayload(_message.Message):
|
1523
|
+
__slots__ = ("isConnectable",)
|
1524
|
+
ISCONNECTABLE_FIELD_NUMBER: _ClassVar[int]
|
1525
|
+
isConnectable: bool
|
1526
|
+
def __init__(self, isConnectable: bool = ...) -> None: ...
|
1527
|
+
|
1528
|
+
class SketchComplexity(_message.Message):
|
1529
|
+
__slots__ = ("numOfObjects", "numOfLayers", "numOfMaterials", "numOfTextures", "numOfMeshes", "numOfGroups", "groupDepth", "numOfMirroredObjects", "numOfOffsetSubDObjects", "numOfThickenedSubDObjects", "grsSize", "fileSize", "vertices", "polygons", "historySize", "numOfVideos", "numOfLayerGroups")
|
1530
|
+
NUMOFOBJECTS_FIELD_NUMBER: _ClassVar[int]
|
1531
|
+
NUMOFLAYERS_FIELD_NUMBER: _ClassVar[int]
|
1532
|
+
NUMOFMATERIALS_FIELD_NUMBER: _ClassVar[int]
|
1533
|
+
NUMOFTEXTURES_FIELD_NUMBER: _ClassVar[int]
|
1534
|
+
NUMOFMESHES_FIELD_NUMBER: _ClassVar[int]
|
1535
|
+
NUMOFGROUPS_FIELD_NUMBER: _ClassVar[int]
|
1536
|
+
GROUPDEPTH_FIELD_NUMBER: _ClassVar[int]
|
1537
|
+
NUMOFMIRROREDOBJECTS_FIELD_NUMBER: _ClassVar[int]
|
1538
|
+
NUMOFOFFSETSUBDOBJECTS_FIELD_NUMBER: _ClassVar[int]
|
1539
|
+
NUMOFTHICKENEDSUBDOBJECTS_FIELD_NUMBER: _ClassVar[int]
|
1540
|
+
GRSSIZE_FIELD_NUMBER: _ClassVar[int]
|
1541
|
+
FILESIZE_FIELD_NUMBER: _ClassVar[int]
|
1542
|
+
VERTICES_FIELD_NUMBER: _ClassVar[int]
|
1543
|
+
POLYGONS_FIELD_NUMBER: _ClassVar[int]
|
1544
|
+
HISTORYSIZE_FIELD_NUMBER: _ClassVar[int]
|
1545
|
+
NUMOFVIDEOS_FIELD_NUMBER: _ClassVar[int]
|
1546
|
+
NUMOFLAYERGROUPS_FIELD_NUMBER: _ClassVar[int]
|
1547
|
+
numOfObjects: int
|
1548
|
+
numOfLayers: int
|
1549
|
+
numOfMaterials: int
|
1550
|
+
numOfTextures: int
|
1551
|
+
numOfMeshes: int
|
1552
|
+
numOfGroups: int
|
1553
|
+
groupDepth: int
|
1554
|
+
numOfMirroredObjects: int
|
1555
|
+
numOfOffsetSubDObjects: int
|
1556
|
+
numOfThickenedSubDObjects: int
|
1557
|
+
grsSize: int
|
1558
|
+
fileSize: int
|
1559
|
+
vertices: int
|
1560
|
+
polygons: int
|
1561
|
+
historySize: int
|
1562
|
+
numOfVideos: int
|
1563
|
+
numOfLayerGroups: int
|
1564
|
+
def __init__(self, numOfObjects: _Optional[int] = ..., numOfLayers: _Optional[int] = ..., numOfMaterials: _Optional[int] = ..., numOfTextures: _Optional[int] = ..., numOfMeshes: _Optional[int] = ..., numOfGroups: _Optional[int] = ..., groupDepth: _Optional[int] = ..., numOfMirroredObjects: _Optional[int] = ..., numOfOffsetSubDObjects: _Optional[int] = ..., numOfThickenedSubDObjects: _Optional[int] = ..., grsSize: _Optional[int] = ..., fileSize: _Optional[int] = ..., vertices: _Optional[int] = ..., polygons: _Optional[int] = ..., historySize: _Optional[int] = ..., numOfVideos: _Optional[int] = ..., numOfLayerGroups: _Optional[int] = ...) -> None: ...
|
1565
|
+
|
1566
|
+
class SketchCreationToolCounter(_message.Message):
|
1567
|
+
__slots__ = ("creationInkCount", "creationStrokeCount", "creationRevolveCount", "creationVolumeCount", "creationSubDSurfaceCount", "creationSubDRibbonCount", "creationSubDPrimitiveCount", "creationPrimitiveCount", "creationNURBSSurfaceCount", "creationDimensionCount", "creation3DTextCount", "creationCameraCount", "creationSimplifiedSurfaceCount", "creationInteractionTriggerCount", "creationInteractionActionCount", "creationColourFromCylinderCount", "creationColourFromDiscreteSegmentCount")
|
1568
|
+
CREATIONINKCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1569
|
+
CREATIONSTROKECOUNT_FIELD_NUMBER: _ClassVar[int]
|
1570
|
+
CREATIONREVOLVECOUNT_FIELD_NUMBER: _ClassVar[int]
|
1571
|
+
CREATIONVOLUMECOUNT_FIELD_NUMBER: _ClassVar[int]
|
1572
|
+
CREATIONSUBDSURFACECOUNT_FIELD_NUMBER: _ClassVar[int]
|
1573
|
+
CREATIONSUBDRIBBONCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1574
|
+
CREATIONSUBDPRIMITIVECOUNT_FIELD_NUMBER: _ClassVar[int]
|
1575
|
+
CREATIONPRIMITIVECOUNT_FIELD_NUMBER: _ClassVar[int]
|
1576
|
+
CREATIONNURBSSURFACECOUNT_FIELD_NUMBER: _ClassVar[int]
|
1577
|
+
CREATIONDIMENSIONCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1578
|
+
CREATION3DTEXTCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1579
|
+
CREATIONCAMERACOUNT_FIELD_NUMBER: _ClassVar[int]
|
1580
|
+
CREATIONSIMPLIFIEDSURFACECOUNT_FIELD_NUMBER: _ClassVar[int]
|
1581
|
+
CREATIONINTERACTIONTRIGGERCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1582
|
+
CREATIONINTERACTIONACTIONCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1583
|
+
CREATIONCOLOURFROMCYLINDERCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1584
|
+
CREATIONCOLOURFROMDISCRETESEGMENTCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1585
|
+
creationInkCount: int
|
1586
|
+
creationStrokeCount: int
|
1587
|
+
creationRevolveCount: int
|
1588
|
+
creationVolumeCount: int
|
1589
|
+
creationSubDSurfaceCount: int
|
1590
|
+
creationSubDRibbonCount: int
|
1591
|
+
creationSubDPrimitiveCount: int
|
1592
|
+
creationPrimitiveCount: int
|
1593
|
+
creationNURBSSurfaceCount: int
|
1594
|
+
creationDimensionCount: int
|
1595
|
+
creation3DTextCount: int
|
1596
|
+
creationCameraCount: int
|
1597
|
+
creationSimplifiedSurfaceCount: int
|
1598
|
+
creationInteractionTriggerCount: int
|
1599
|
+
creationInteractionActionCount: int
|
1600
|
+
creationColourFromCylinderCount: int
|
1601
|
+
creationColourFromDiscreteSegmentCount: int
|
1602
|
+
def __init__(self, creationInkCount: _Optional[int] = ..., creationStrokeCount: _Optional[int] = ..., creationRevolveCount: _Optional[int] = ..., creationVolumeCount: _Optional[int] = ..., creationSubDSurfaceCount: _Optional[int] = ..., creationSubDRibbonCount: _Optional[int] = ..., creationSubDPrimitiveCount: _Optional[int] = ..., creationPrimitiveCount: _Optional[int] = ..., creationNURBSSurfaceCount: _Optional[int] = ..., creationDimensionCount: _Optional[int] = ..., creation3DTextCount: _Optional[int] = ..., creationCameraCount: _Optional[int] = ..., creationSimplifiedSurfaceCount: _Optional[int] = ..., creationInteractionTriggerCount: _Optional[int] = ..., creationInteractionActionCount: _Optional[int] = ..., creationColourFromCylinderCount: _Optional[int] = ..., creationColourFromDiscreteSegmentCount: _Optional[int] = ...) -> None: ...
|
1603
|
+
|
1604
|
+
class SketchBehaviourCounter(_message.Message):
|
1605
|
+
__slots__ = ("drawSplinesCount", "takenScreenshotCount", "openScreenshotCount", "redoCount", "undoCount", "mouseClickCount", "deleteObjectActionCount", "duplicateObjectActionCount", "normalGrabCount", "preciseSelectGrabCount", "triggerGrabCount", "userSelfMoveCount", "userSelfScaleCount")
|
1606
|
+
DRAWSPLINESCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1607
|
+
TAKENSCREENSHOTCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1608
|
+
OPENSCREENSHOTCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1609
|
+
REDOCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1610
|
+
UNDOCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1611
|
+
MOUSECLICKCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1612
|
+
DELETEOBJECTACTIONCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1613
|
+
DUPLICATEOBJECTACTIONCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1614
|
+
NORMALGRABCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1615
|
+
PRECISESELECTGRABCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1616
|
+
TRIGGERGRABCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1617
|
+
USERSELFMOVECOUNT_FIELD_NUMBER: _ClassVar[int]
|
1618
|
+
USERSELFSCALECOUNT_FIELD_NUMBER: _ClassVar[int]
|
1619
|
+
drawSplinesCount: int
|
1620
|
+
takenScreenshotCount: int
|
1621
|
+
openScreenshotCount: int
|
1622
|
+
redoCount: int
|
1623
|
+
undoCount: int
|
1624
|
+
mouseClickCount: int
|
1625
|
+
deleteObjectActionCount: int
|
1626
|
+
duplicateObjectActionCount: int
|
1627
|
+
normalGrabCount: int
|
1628
|
+
preciseSelectGrabCount: int
|
1629
|
+
triggerGrabCount: int
|
1630
|
+
userSelfMoveCount: int
|
1631
|
+
userSelfScaleCount: int
|
1632
|
+
def __init__(self, drawSplinesCount: _Optional[int] = ..., takenScreenshotCount: _Optional[int] = ..., openScreenshotCount: _Optional[int] = ..., redoCount: _Optional[int] = ..., undoCount: _Optional[int] = ..., mouseClickCount: _Optional[int] = ..., deleteObjectActionCount: _Optional[int] = ..., duplicateObjectActionCount: _Optional[int] = ..., normalGrabCount: _Optional[int] = ..., preciseSelectGrabCount: _Optional[int] = ..., triggerGrabCount: _Optional[int] = ..., userSelfMoveCount: _Optional[int] = ..., userSelfScaleCount: _Optional[int] = ...) -> None: ...
|
1633
|
+
|
1634
|
+
class SketchAppToolUsageSessionData(_message.Message):
|
1635
|
+
__slots__ = ("toolType", "usageSessionDuration", "toolUsagesDuringSession", "sessionEndType")
|
1636
|
+
TOOLTYPE_FIELD_NUMBER: _ClassVar[int]
|
1637
|
+
USAGESESSIONDURATION_FIELD_NUMBER: _ClassVar[int]
|
1638
|
+
TOOLUSAGESDURINGSESSION_FIELD_NUMBER: _ClassVar[int]
|
1639
|
+
SESSIONENDTYPE_FIELD_NUMBER: _ClassVar[int]
|
1640
|
+
toolType: SketchAppToolType
|
1641
|
+
usageSessionDuration: float
|
1642
|
+
toolUsagesDuringSession: int
|
1643
|
+
sessionEndType: SketchAppToolUsageSessionEndType
|
1644
|
+
def __init__(self, toolType: _Optional[_Union[SketchAppToolType, str]] = ..., usageSessionDuration: _Optional[float] = ..., toolUsagesDuringSession: _Optional[int] = ..., sessionEndType: _Optional[_Union[SketchAppToolUsageSessionEndType, str]] = ...) -> None: ...
|
1645
|
+
|
1646
|
+
class ControlPointManipulationModeUsage(_message.Message):
|
1647
|
+
__slots__ = ("usage",)
|
1648
|
+
class UsageEntry(_message.Message):
|
1649
|
+
__slots__ = ("key", "value")
|
1650
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
1651
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
1652
|
+
key: int
|
1653
|
+
value: int
|
1654
|
+
def __init__(self, key: _Optional[int] = ..., value: _Optional[int] = ...) -> None: ...
|
1655
|
+
USAGE_FIELD_NUMBER: _ClassVar[int]
|
1656
|
+
usage: _containers.ScalarMap[int, int]
|
1657
|
+
def __init__(self, usage: _Optional[_Mapping[int, int]] = ...) -> None: ...
|
1658
|
+
|
1659
|
+
class ControlPointToolUsage(_message.Message):
|
1660
|
+
__slots__ = ("usage",)
|
1661
|
+
class UsageEntry(_message.Message):
|
1662
|
+
__slots__ = ("key", "value")
|
1663
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
1664
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
1665
|
+
key: int
|
1666
|
+
value: ControlPointManipulationModeUsage
|
1667
|
+
def __init__(self, key: _Optional[int] = ..., value: _Optional[_Union[ControlPointManipulationModeUsage, _Mapping]] = ...) -> None: ...
|
1668
|
+
USAGE_FIELD_NUMBER: _ClassVar[int]
|
1669
|
+
usage: _containers.MessageMap[int, ControlPointManipulationModeUsage]
|
1670
|
+
def __init__(self, usage: _Optional[_Mapping[int, ControlPointManipulationModeUsage]] = ...) -> None: ...
|
1671
|
+
|
1672
|
+
class OrbitCameraMovement(_message.Message):
|
1673
|
+
__slots__ = ("flyCount", "orbitCount", "zoomCount", "panCount")
|
1674
|
+
FLYCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1675
|
+
ORBITCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1676
|
+
ZOOMCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1677
|
+
PANCOUNT_FIELD_NUMBER: _ClassVar[int]
|
1678
|
+
flyCount: int
|
1679
|
+
orbitCount: int
|
1680
|
+
zoomCount: int
|
1681
|
+
panCount: int
|
1682
|
+
def __init__(self, flyCount: _Optional[int] = ..., orbitCount: _Optional[int] = ..., zoomCount: _Optional[int] = ..., panCount: _Optional[int] = ...) -> None: ...
|
1683
|
+
|
1684
|
+
class BatchUploadEventsRequest(_message.Message):
|
1685
|
+
__slots__ = ("events",)
|
1686
|
+
EVENTS_FIELD_NUMBER: _ClassVar[int]
|
1687
|
+
events: _containers.RepeatedCompositeFieldContainer[GSEvent]
|
1688
|
+
def __init__(self, events: _Optional[_Iterable[_Union[GSEvent, _Mapping]]] = ...) -> None: ...
|