Home
last modified time | relevance | path

Searched defs:ownerOMA (Results 1 – 25 of 26) sorted by relevance

12

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
DBlenderContext.java401 public void addIpo(Long ownerOMA, Ipo ipo) { in addIpo()
421 public Ipo getIpo(Long ownerOMA) { in getIpo()
433 public void addModifier(Long ownerOMA, Modifier modifier) { in addModifier()
475 public void addConstraints(Long ownerOMA, List<Constraint> constraints) { in addConstraints()
504 public void setAnimData(Long ownerOMA, AnimData animData) { in setAnimData()
515 public AnimData getAnimData(Long ownerOMA) { in getAnimData()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DConstraintNull.java29 public ConstraintNull(Structure constraintStructure, Long ownerOMA, in ConstraintNull()
DConstraintPivot.java33 public ConstraintPivot(Structure constraintStructure, Long ownerOMA, Ipo influenceIpo, in ConstraintPivot()
DConstraintPython.java32 public ConstraintPython(Structure constraintStructure, Long ownerOMA, in ConstraintPython()
DConstraintTransform.java32 public ConstraintTransform(Structure constraintStructure, Long ownerOMA, in ConstraintTransform()
DConstraintChildOf.java32 public ConstraintChildOf(Structure constraintStructure, Long ownerOMA, in ConstraintChildOf()
DConstraintLockTrack.java32 public ConstraintLockTrack(Structure constraintStructure, Long ownerOMA, in ConstraintLockTrack()
DConstraintClampTo.java32 public ConstraintClampTo(Structure constraintStructure, Long ownerOMA, in ConstraintClampTo()
DConstraintDampTrack.java33 …public ConstraintDampTrack(Structure constraintStructure, Long ownerOMA, Ipo influenceIpo, Blender… in ConstraintDampTrack()
DConstraintSplineInverseKinematic.java33 …public ConstraintSplineInverseKinematic(Structure constraintStructure, Long ownerOMA, Ipo influenc… in ConstraintSplineInverseKinematic()
DConstraintMinMax.java32 public ConstraintMinMax(Structure constraintStructure, Long ownerOMA, in ConstraintMinMax()
DConstraintRigidBodyJoint.java33 Long ownerOMA, Ipo influenceIpo, BlenderContext blenderContext) throws BlenderFileException { in ConstraintRigidBodyJoint()
DConstraintFollowPath.java32 public ConstraintFollowPath(Structure constraintStructure, Long ownerOMA, in ConstraintFollowPath()
DConstraintAction.java32 public ConstraintAction(Structure constraintStructure, Long ownerOMA, in ConstraintAction()
DConstraintStretchTo.java32 public ConstraintStretchTo(Structure constraintStructure, Long ownerOMA, in ConstraintStretchTo()
DConstraintInverseKinematics.java36 Long ownerOMA, Ipo influenceIpo, BlenderContext blenderContext) throws BlenderFileException { in ConstraintInverseKinematics()
DConstraintShrinkWrap.java42 public ConstraintShrinkWrap(Structure constraintStructure, Long ownerOMA, in ConstraintShrinkWrap()
DConstraintSizeLimit.java43 public ConstraintSizeLimit(Structure constraintStructure, Long ownerOMA, in ConstraintSizeLimit()
DConstraintSizeLike.java40 public ConstraintSizeLike(Structure constraintStructure, Long ownerOMA, in ConstraintSizeLike()
DConstraintLocLimit.java43 public ConstraintLocLimit(Structure constraintStructure, Long ownerOMA, in ConstraintLocLimit()
DConstraintDistLimit.java40 public ConstraintDistLimit(Structure constraintStructure, Long ownerOMA, in ConstraintDistLimit()
DConstraintRotLimit.java44 …public ConstraintRotLimit(Structure constraintStructure, Long ownerOMA, Ipo influenceIpo, BlenderC… in ConstraintRotLimit()
DConstraintRotLike.java43 public ConstraintRotLike(Structure constraintStructure, Long ownerOMA, in ConstraintRotLike()
DConstraint.java51 public Constraint(Structure constraintStructure, Long ownerOMA, in Constraint()
DConstraintLocLike.java44 public ConstraintLocLike(Structure constraintStructure, Long ownerOMA, in ConstraintLocLike()

12