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
Copy file name to clipboardExpand all lines: editor/src/messages/portfolio/portfolio_message_handler.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -376,7 +376,7 @@ impl MessageHandler<PortfolioMessage, PortfolioMessageData<'_>> for PortfolioMes
376
376
document_serialized_content,
377
377
} => {
378
378
// It can be helpful to temporarily set `upgrade_from_before_editable_subgraphs` to true if it's desired to upgrade a piece of artwork to use fresh copies of all nodes
379
-
let upgrade_from_before_editable_subgraphs = document_serialized_content.contains("node_output_index");
379
+
let upgrade_from_before_editable_subgraphs = true;//document_serialized_content.contains("node_output_index");
380
380
let upgrade_vector_manipulation_format = document_serialized_content.contains("ManipulatorGroupIds") && !document_name.contains("__DO_NOT_UPGRADE__");
381
381
let document_name = document_name.replace("__DO_NOT_UPGRADE__","");
0 commit comments