| .. | .. |
|---|
| 4769 | 4769 | readobj.ResetDisplayList(); |
|---|
| 4770 | 4770 | } catch (Exception e) |
|---|
| 4771 | 4771 | { |
|---|
| 4772 | | - e.printStackTrace(); |
|---|
| 4772 | + if (!e.toString().contains("GZIP")) |
|---|
| 4773 | + e.printStackTrace(); |
|---|
| 4774 | + |
|---|
| 4773 | 4775 | try |
|---|
| 4774 | 4776 | { |
|---|
| 4775 | 4777 | java.io.FileInputStream istream = new java.io.FileInputStream(fullname); |
|---|
| .. | .. |
|---|
| 5907 | 5907 | support = support; |
|---|
| 5908 | 5908 | |
|---|
| 5909 | 5909 | //boolean usecalllists = IsStatic() && GetBRep() != null && (!CameraPane.SUPPORT || support == null || !link2master); // !(this instanceof cSpring) && !(this instanceof BezierPatch); |
|---|
| 5910 | | - boolean usecalllists = !IsLive(); // IsStatic() && GetBRep() != null && (!CameraPane.SUPPORT || support == null) && !link2master; // !(this instanceof cSpring) && !(this instanceof BezierPatch); |
|---|
| 5910 | + boolean usecalllists = false; //!IsLive(); // IsStatic() && GetBRep() != null && (!CameraPane.SUPPORT || support == null) && !link2master; // !(this instanceof cSpring) && !(this instanceof BezierPatch); |
|---|
| 5911 | 5911 | |
|---|
| 5912 | 5912 | if (!usecalllists && bRep != null && bRep.displaylist > 0) |
|---|
| 5913 | 5913 | { |
|---|