diff --git a/KeepersCompound.LGS/Database/File.cs b/KeepersCompound.LGS/Database/File.cs index 5996c75..ff1cf5d 100644 --- a/KeepersCompound.LGS/Database/File.cs +++ b/KeepersCompound.LGS/Database/File.cs @@ -156,6 +156,8 @@ public class DbFile "P$Scale" => new PropertyChunk(), "P$RenderTyp" => new PropertyChunk(), "P$JointPos" => new PropertyChunk(), + "P$Immobile" => new PropertyChunk(), + "P$StatShad" => new PropertyChunk(), "P$OTxtRepr0" => new PropertyChunk(), "P$OTxtRepr1" => new PropertyChunk(), "P$OTxtRepr2" => new PropertyChunk(), diff --git a/KeepersCompound.LGS/Database/ObjectHierarchy.cs b/KeepersCompound.LGS/Database/ObjectHierarchy.cs index cc31c8f..c4ed32e 100644 --- a/KeepersCompound.LGS/Database/ObjectHierarchy.cs +++ b/KeepersCompound.LGS/Database/ObjectHierarchy.cs @@ -92,6 +92,8 @@ public class ObjectHierarchy AddProp("P$Scale"); AddProp("P$RenderTyp"); AddProp("P$JointPos"); + AddProp("P$Immobile"); + AddProp("P$StatShad"); AddProp("P$OTxtRepr0"); AddProp("P$OTxtRepr1"); AddProp("P$OTxtRepr2");