Searched refs:ArmatureModifier (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
H A DArmatureModifier.java44 /* package */class ArmatureModifier extends Modifier { class in inherits:Modifier
45 private static final Logger LOGGER = Logger.getLogger(ArmatureModifier.class.getName());
85 public ArmatureModifier(Structure objectStructure, Structure modifierStructure, BlenderContext blenderContext) throws BlenderFileException { method in class:ArmatureModifier
H A DModifierHelper.java92 modifier = new ArmatureModifier(objectStructure, modifierStructure, blenderContext);

Completed in 355 milliseconds