File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1111WEB_DIRECTORY = "web"
1212
1313NODE_CLASS_MAPPINGS = {
14- "PlyPreviewLoadGaussianPLY " : LoadGaussianPLY ,
15- "PlyPreviewLoadGaussianPLYPath " : LoadGaussianPLYPath ,
16- "PlyPreviewProcessGaussianPLY " : ProcessGaussianPLY ,
17- "PlyPreviewPreviewGaussian " : PreviewGaussianNode ,
14+ "PlyPreviewLoadGaussianPLYEnhance " : LoadGaussianPLY ,
15+ "PlyPreviewLoadGaussianPLYPathEnhance " : LoadGaussianPLYPath ,
16+ "PlyPreviewProcessGaussianPLYEnhance " : ProcessGaussianPLY ,
17+ "PlyPreviewPreviewGaussianEnhance " : PreviewGaussianNode ,
1818}
1919
2020NODE_DISPLAY_NAME_MAPPINGS = {
21- "PlyPreviewLoadGaussianPLY " : "Load Gaussian PLY" ,
22- "PlyPreviewLoadGaussianPLYPath " : "Load Gaussian PLY (Path)" ,
23- "PlyPreviewProcessGaussianPLY " : "Process Gaussian PLY" ,
24- "PlyPreviewPreviewGaussian " : "Preview Gaussian" ,
21+ "PlyPreviewLoadGaussianPLYEnhance " : "Load Gaussian PLY Enhance " ,
22+ "PlyPreviewLoadGaussianPLYPathEnhance " : "Load Gaussian PLY (Path) Enhance " ,
23+ "PlyPreviewProcessGaussianPLYEnhance " : "Process Gaussian PLY Enhance " ,
24+ "PlyPreviewPreviewGaussianEnhance " : "Preview Gaussian Enhance " ,
2525}
2626
2727__all__ = [
Original file line number Diff line number Diff line change 1+ numpy >= 1.23
2+ plyfile >= 1.0.3
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ app.registerExtension({
1818 name : "plypreview.gaussianpreview" ,
1919
2020 async beforeRegisterNodeDef ( nodeType , nodeData , app ) {
21- if ( nodeData . name === "PlyPreviewPreviewGaussian " ) {
22- console . log ( "[PlyPreview Gaussian] Registering Preview Gaussian node" ) ;
21+ if ( nodeData . name === "PlyPreviewPreviewGaussianEnhance " ) {
22+ console . log ( "[PlyPreview Gaussian] Registering Preview Gaussian Enhance node" ) ;
2323
2424 const onNodeCreated = nodeType . prototype . onNodeCreated ;
2525 nodeType . prototype . onNodeCreated = function ( ) {
You can’t perform that action at this time.
0 commit comments