Package | Description |
---|---|
org.blender.utils | |
org.cakelab.blender.generator | |
org.cakelab.blender.io | |
org.cakelab.blender.io.dna | |
org.cakelab.blender.utils |
This package contains optional utility classes to use with generated DNA API classes.
|
Modifier and Type | Field and Description |
---|---|
protected static StructDNA |
BlenderFactory.sdna
Struct dna of the generated data model.
|
Modifier and Type | Method and Description |
---|---|
static StructDNA |
BlenderFactory.getStructDNA() |
Constructor and Description |
---|
StructDNAImageGenerator(java.io.File file,
StructDNA sdna,
int blenderVersion) |
Modifier and Type | Method and Description |
---|---|
StructDNA |
BlenderFile.getStructDNA() |
Constructor and Description |
---|
BlenderFile(java.io.File file,
StructDNA sdna,
int blenderVersion,
Encoding encoding,
java.lang.String[] offheapAreas) |
BlenderFile(java.io.File file,
StructDNA sdna,
int blenderVersion,
java.lang.String[] offheapAreas) |
Constructor and Description |
---|
DNAModel(StructDNA dna) |
Modifier and Type | Method and Description |
---|---|
protected static StructDNA |
BlenderFactoryBase.createStructDNA(java.lang.String resourcePathTo_sdna_blend)
This method provides the StructDNA from a given sdna.blend
image resource path.
|
Constructor and Description |
---|
BlenderFileImplBase(java.io.File file,
StructDNA sdna,
int blenderVersion) |