Uses of Class
org.blender.dna.bMotionPath
-
Packages that use bMotionPath Package Description org.blender.dna -
-
Uses of bMotionPath in org.blender.dna
Methods in org.blender.dna that return types with arguments of type bMotionPath Modifier and Type Method Description CPointer<bMotionPath>
bMotionPath. __io__addressof()
Instantiates a pointer on this instance.CPointer<bMotionPath>
BlenderObject. getMpath()
Get method for struct member 'mpath'.CPointer<bMotionPath>
bPoseChannel. getMpath()
Get method for struct member 'mpath'.Method parameters in org.blender.dna with type arguments of type bMotionPath Modifier and Type Method Description void
BlenderObject. setMpath(CPointer<bMotionPath> mpath)
Set method for struct member 'mpath'.void
bPoseChannel. setMpath(CPointer<bMotionPath> mpath)
Set method for struct member 'mpath'.Constructors in org.blender.dna with parameters of type bMotionPath Constructor Description bMotionPath(bMotionPath that)
-