Home | History | Annotate | Download | only in modifiers

Lines Matching defs:ipo

42 import com.jme3.scene.plugins.blender.animations.Ipo;

106 // either described by action or by ipo of the object)
146 Pointer pChannelIpo = (Pointer) actionChannels.get(0).getFieldValue("ipo");
148 Ipo ipo = ipoHelper.fromIpoStructure(ipoStructure, blenderContext);
149 result = new ObjectAnimationModifier(ipo, action.getName(), objectStructure.getOldMemoryAddress(), blenderContext);
155 Pointer pIpo = (Pointer) objectStructure.getFieldValue("ipo");
158 Ipo ipo = ipoHelper.fromIpoStructure(ipoStructure, blenderContext);
159 result = new ObjectAnimationModifier(ipo, objectStructure.getName(), objectStructure.getOldMemoryAddress(), blenderContext);
188 Ipo ipo = ipoHelper.fromAction(actionStructure, blenderContext);
189 result = new ObjectAnimationModifier(ipo, actionStructure.getName(), objectStructure.getOldMemoryAddress(), blenderContext);