Home
last modified time | relevance | path

Searched refs:STRC_ID (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DDnaBlockData.java49 private static final int STRC_ID = 'S' << 24 | 'T' << 16 | 'R' << 8 | 'C'; //STRC field in DnaBlockData
122 if (identifier != STRC_ID) { in DnaBlockData()
123 …throw new BlenderFileException("Invalid identifier! '" + this.toString(STRC_ID) + "' expected and … in DnaBlockData()