EgtDOORCreator 1.8e2 :
- aggiunto il campo "Weight" al general del door, - aggiunta di una variabile booleana alla funzione ReadDDF nella classe Door per permettere di stampare le funzioni scritte nelle textbox, attualmente no è in uso (settata True)
This commit is contained in:
@@ -258,7 +258,7 @@ Public Class SceneManagerViewModel
|
||||
Dim rfDoorParametersViewModel As DoorParametersViewModel = DirectCast(m_rfMainWindowViewModel.DoorParameters.DataContext, DoorParametersViewModel)
|
||||
Dim CurrDoorPath As String = IniFile.m_sTempDir & "\" & TEMP_FILE
|
||||
If Not IsNothing(rfDoorParametersViewModel.CurrDoor) AndAlso Not String.IsNullOrWhiteSpace(DirectCast(m_rfMainWindowViewModel.DoorManager.DataContext, DoorManagerViewModel).SelectedDoor) Then
|
||||
DdfFile.WriteDDF(rfDoorParametersViewModel.CurrDoor, CurrDoorPath)
|
||||
DdfFile.WriteDDF(rfDoorParametersViewModel.CurrDoor, CurrDoorPath, True)
|
||||
ExecDoors(m_ProjectScene, CurrDoorPath)
|
||||
End If
|
||||
ShowGraphicError()
|
||||
|
||||
Reference in New Issue
Block a user