File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11namespace Common_glTF_Exporter . Core
22{
3+ using Common_glTF_Exporter . Utils ;
34 using System ;
45 using System . Collections . Generic ;
56 using System . Text ;
1112 public class GLTFVersion
1213 {
1314 public string version = "2.0" ;
14- public string generator = "e-verse custom generator" ;
15+ public string generator = string . Concat ( "e-verse custom generator " , SettingsConfig . currentVersion ) ;
1516 public string copyright = "free tool created by e-verse" ;
1617 }
1718}
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ public static class AssetPropertiesUtils
1717 { "PrismMetalSchema" , Autodesk . Revit . DB . Visual . AdvancedMetal . SurfaceAlbedo } ,
1818 { "PrismWoodSchema" , Autodesk . Revit . DB . Visual . AdvancedWood . WoodCurlyDistortionMap } ,
1919 { "HardwoodSchema" , Autodesk . Revit . DB . Visual . Hardwood . HardwoodColor } ,
20- { "PrismMasonryCMUSchema" , Autodesk . Revit . DB . Visual . MasonryCMU . MasonryCMUPatternMap } ,
20+ { "PrismMasonryCMUSchema" , Autodesk . Revit . DB . Visual . MasonryCMU . MasonryCMUColor } ,
21+ { "MasonryCMUSchema" , Autodesk . Revit . DB . Visual . MasonryCMU . MasonryCMUColor } ,
2122 { "PrismOpaqueSchema" , Autodesk . Revit . DB . Visual . AdvancedOpaque . OpaqueAlbedo }
2223 } ;
2324
You can’t perform that action at this time.
0 commit comments