Searched refs:NAME_ID (Results 1 – 1 of 1) sorted by relevance
46 private static final int NAME_ID = 'N' << 24 | 'A' << 16 | 'M' << 8 | 'E'; //NAME field in DnaBlockData78 if (identifier != NAME_ID) { in DnaBlockData()79 …throw new BlenderFileException("Invalid identifier! '" + this.toString(NAME_ID) + "' expected and … in DnaBlockData()