Searched refs:STRC_ID (Results 1 – 1 of 1) sorted by relevance
49 private static final int STRC_ID = 'S' << 24 | 'T' << 16 | 'R' << 8 | 'C'; //STRC field in DnaBlockData122 if (identifier != STRC_ID) { in DnaBlockData()123 …throw new BlenderFileException("Invalid identifier! '" + this.toString(STRC_ID) + "' expected and … in DnaBlockData()