Browse Source

add ModelExport TODOs

Sebastian Bittrich 3 years ago
parent
commit
465974c477
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/viewer/index.ts

+ 2 - 0
src/viewer/index.ts

@@ -43,6 +43,7 @@ import { AnimateStateSnapshots } from 'molstar/lib/mol-plugin-state/animation/bu
 import { PluginFeatureDetection } from 'molstar/lib/mol-plugin/features';
 import { PresetStructureRepresentations } from 'molstar/lib/mol-plugin-state/builder/structure/representation-preset';
 import { MAQualityAssessment } from 'molstar/lib/extensions/model-archive/quality-assessment/behavior';
+// import { ModelExport } from 'molstar/lib/extensions/model-export';
 
 /** package version, filled in at bundle build time */
 declare const __RCSB_MOLSTAR_VERSION__: string;
@@ -58,6 +59,7 @@ const Extensions = {
     'rcsb-validation-report': PluginSpec.Behavior(RCSBValidationReport),
     'anvil-membrane-orientation': PluginSpec.Behavior(ANVILMembraneOrientation),
     'ma-quality-assessment': PluginSpec.Behavior(MAQualityAssessment),
+    // 'model-export': PluginSpec.Behavior(ModelExport), // TODO enable
 };
 
 const DefaultViewerProps = {