Searched refs:TLEN_ID (Results 1 – 1 of 1) sorted by relevance
48 private static final int TLEN_ID = 'T' << 24 | 'L' << 16 | 'E' << 8 | 'N'; //TLEN field in DnaBlockData110 if (identifier != TLEN_ID) { in DnaBlockData()111 …throw new BlenderFileException("Invalid identifier! '" + this.toString(TLEN_ID) + "' expected and … in DnaBlockData()