Class FileVersionInfo


  • public class FileVersionInfo
    extends java.lang.Object
    This class reads the version specifiers from struct FileGlobal which is stored in block "GLOB". We need this information here to determine the minimum and maximum blender version, the generated import/export code can understand. It is not meant to be used by API programmers. There is a facet called FileGlobal which has to be used instead for compatibility reasons.
    Author:
    homac
    • Constructor Detail

      • FileVersionInfo

        public FileVersionInfo()
    • Method Detail

      • read

        public void read​(CStruct struct,
                         CDataReadWriteAccess cin)
                  throws java.io.IOException
        Parameters:
        struct - type info for FileGlobal
        cin -
        Throws:
        java.io.IOException
      • getSubversion

        public int getSubversion()
      • getMinsubversion

        public int getMinsubversion()