move export overide desision from reneder node to node runtime

This commit is contained in:
Timon Schelling
2025-10-08 22:01:55 +00:00
parent e018b49c56
commit 9a33973e6e
5 changed files with 48 additions and 49 deletions

View File

@@ -222,8 +222,7 @@ pub trait GetEditorPreferences {
pub enum ExportFormat {
#[default]
Svg,
Canvas,
Texture,
Raster,
}
#[derive(Debug, Default, Clone, Copy, PartialEq, DynAny, serde::Serialize, serde::Deserialize)]