You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Reactive,Category("Misc"),DisplayName("Allow saving as vanilla object"),Description("If enabled, the editor will allow saving objects with \"Vanilla\" flag set. If disabled, the object will be forcefully saved as \"Custom\" instead.")]
43
+
publicboolAllowSavingAsVanillaObject{get;set;}
44
+
40
45
#region Object Folders
41
46
42
47
[Reactive,PathBrowsable(PathBrowsableType.Directory),Category("Object Folders"),DisplayName("Downloads"),Description("The folder to store downloaded objects")]
@@ -48,13 +53,13 @@ public void Commit()
48
53
[Reactive,Category("Object Folders"),DisplayName("ObjectData folders"),Description("The list of all ObjectData folders.")]
[Reactive,Category("Object Service"),DisplayName("Automatic object discovery and upload"),Description("If enabled, the editor will scan the current object directory for objects and check if there are any that are not known to the object service. If any new objects are discovered they will be automatically uploaded to the service.")]
52
-
publicboolAutoObjectDiscoveryAndUpload{get;set;}
53
-
54
56
#endregion
55
57
56
58
#region Object Service
57
59
60
+
[Reactive,Category("Object Service"),DisplayName("Automatic object discovery and upload"),Description("If enabled, the editor will scan the current object directory for objects and check if there are any that are not known to the object service. If any new objects are discovered they will be automatically uploaded to the service.")]
61
+
publicboolAutoObjectDiscoveryAndUpload{get;set;}
62
+
58
63
[Reactive,ConditionTarget,Category("Object Service"),DisplayName("Use HTTPS"),Description("Will use the HTTPS address instead of the HTTP address for Object Service connections.")]
0 commit comments