Uses of Class
org.cakelab.blender.io.FileVersionInfo
-
Packages that use FileVersionInfo Package Description org.blender.utils org.cakelab.blender.doc org.cakelab.blender.generator org.cakelab.blender.io -
-
Uses of FileVersionInfo in org.blender.utils
Methods in org.blender.utils with parameters of type FileVersionInfo Modifier and Type Method Description static boolean
MainLib. doCompatibilityCheck(FileVersionInfo fileVersionInfo)
This method checks, whether the given blender file complies to the file version range (see e.g.static boolean
MainLib. doVersionCheck(FileVersionInfo fileVersionInfo)
This method checks whether the given file is of the same version as the generated data model. -
Uses of FileVersionInfo in org.cakelab.blender.doc
Methods in org.cakelab.blender.doc with parameters of type FileVersionInfo Modifier and Type Method Description static java.io.File
Documentation. getDocFolder(java.io.File docfolder, FileVersionInfo versionInfo)
-
Uses of FileVersionInfo in org.cakelab.blender.generator
Methods in org.cakelab.blender.generator that return FileVersionInfo Modifier and Type Method Description FileVersionInfo
ModelGenerator. getVersionInfo()
Constructors in org.cakelab.blender.generator with parameters of type FileVersionInfo Constructor Description ModelGenerator(DNAModel model, FileVersionInfo versionInfo, boolean generateUtils)
-
Uses of FileVersionInfo in org.cakelab.blender.io
Methods in org.cakelab.blender.io that return FileVersionInfo Modifier and Type Method Description FileVersionInfo
BlenderFile. readFileGlobal()
-