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