public class ModifierHelper extends AbstractBlenderHelper
blenderContext, blenderVersion, fixUpAxis, upAxisRotationQuaternion| Constructor and Description |
|---|
ModifierHelper(java.lang.String blenderVersion,
BlenderContext blenderContext)
This constructor parses the given blender version and stores the result.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Modifier> |
readModifiers(Structure objectStructure,
BlenderContext blenderContext)
This method reads the given object's modifiers.
|
applyProperties, loadLibrary, loadPropertiespublic ModifierHelper(java.lang.String blenderVersion,
BlenderContext blenderContext)
blenderVersion - the version read from the blend fileblenderContext - the blender contextpublic java.util.Collection<Modifier> readModifiers(Structure objectStructure, BlenderContext blenderContext) throws BlenderFileException
objectStructure - the object structureblenderContext - the blender contextBlenderFileException - this exception is thrown when the blender file is somehow
corrupted