Skip to content

Commit 8e391bc

Browse files
committed
Update Maya to v1.4.0 and 3dsMax to v1.5.0
1 parent 4e04736 commit 8e391bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

3ds Max/Max2Babylon/Exporter/BabylonExporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ internal partial class BabylonExporter
3333
private bool optimizeAnimations;
3434
private bool exportNonAnimated;
3535

36-
public static string exporterVersion = "1.4.2";
36+
public static string exporterVersion = "1.5.0";
3737
public float scaleFactor = 1.0f;
3838

3939
void ReportProgressChanged(int progress)

Maya/Exporter/BabylonExporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ internal partial class BabylonExporter
4242
/// </summary>
4343
private static List<string> defaultCameraNames = new List<string>(new string[] { "persp", "top", "front", "side" });
4444

45-
public static string exporterVersion = "1.3.1";
45+
public static string exporterVersion = "1.4.0";
4646

4747
/// <summary>
4848
/// Export to file

0 commit comments

Comments
 (0)