public class bPose extends CFacade
Pose ---------------------------------- Pose-Object.
It is only found under ob->pose. It is not library data, even though there is a define for it (hack for the outliner).
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__active_group
Field descriptor (offset) for struct member 'active_group'.
|
static long[] |
__DNA__FIELD__agroups
Field descriptor (offset) for struct member 'agroups'.
|
static long[] |
__DNA__FIELD__avs
Field descriptor (offset) for struct member 'avs'.
|
static long[] |
__DNA__FIELD__chanbase
Field descriptor (offset) for struct member 'chanbase'.
|
static long[] |
__DNA__FIELD__chanhash
Field descriptor (offset) for struct member 'chanhash'.
|
static long[] |
__DNA__FIELD__ctime
Field descriptor (offset) for struct member 'ctime'.
|
static long[] |
__DNA__FIELD__cyclic_offset
Field descriptor (offset) for struct member 'cyclic_offset'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__ikdata
Field descriptor (offset) for struct member 'ikdata'.
|
static long[] |
__DNA__FIELD__ikparam
Field descriptor (offset) for struct member 'ikparam'.
|
static long[] |
__DNA__FIELD__iksolver
Field descriptor (offset) for struct member 'iksolver'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__pad1
Field descriptor (offset) for struct member 'pad1'.
|
static long[] |
__DNA__FIELD__proxy_act_bone
Field descriptor (offset) for struct member 'proxy_act_bone'.
|
static long[] |
__DNA__FIELD__proxy_layer
Field descriptor (offset) for struct member 'proxy_layer'.
|
static long[] |
__DNA__FIELD__stride_offset
Field descriptor (offset) for struct member 'stride_offset'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bPose.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bPose(bPose that) |
|
bPose(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bPose> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getActive_group()
Get method for struct member 'active_group'.
|
ListBase |
getAgroups()
Get method for struct member 'agroups'.
|
bAnimVizSettings |
getAvs()
Get method for struct member 'avs'.
|
ListBase |
getChanbase()
Get method for struct member 'chanbase'.
|
CPointer<java.lang.Object> |
getChanhash()
Get method for struct member 'chanhash'.
|
float |
getCtime()
Get method for struct member 'ctime'.
|
CArrayFacade<java.lang.Float> |
getCyclic_offset()
Get method for struct member 'cyclic_offset'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CPointer<java.lang.Object> |
getIkdata()
Get method for struct member 'ikdata'.
|
CPointer<java.lang.Object> |
getIkparam()
Get method for struct member 'ikparam'.
|
int |
getIksolver()
Get method for struct member 'iksolver'.
|
short |
getPad()
Get method for struct member 'pad'.
|
int |
getPad1()
Get method for struct member 'pad1'.
|
CArrayFacade<java.lang.Byte> |
getProxy_act_bone()
Get method for struct member 'proxy_act_bone'.
|
int |
getProxy_layer()
Get method for struct member 'proxy_layer'.
|
CArrayFacade<java.lang.Float> |
getStride_offset()
Get method for struct member 'stride_offset'.
|
void |
setActive_group(int active_group)
Set method for struct member 'active_group'.
|
void |
setAgroups(ListBase agroups)
Set method for struct member 'agroups'.
|
void |
setAvs(bAnimVizSettings avs)
Set method for struct member 'avs'.
|
void |
setChanbase(ListBase chanbase)
Set method for struct member 'chanbase'.
|
void |
setChanhash(CPointer<java.lang.Object> chanhash)
Set method for struct member 'chanhash'.
|
void |
setCtime(float ctime)
Set method for struct member 'ctime'.
|
void |
setCyclic_offset(CArrayFacade<java.lang.Float> cyclic_offset)
Set method for struct member 'cyclic_offset'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setIkdata(CPointer<java.lang.Object> ikdata)
Set method for struct member 'ikdata'.
|
void |
setIkparam(CPointer<java.lang.Object> ikparam)
Set method for struct member 'ikparam'.
|
void |
setIksolver(int iksolver)
Set method for struct member 'iksolver'.
|
void |
setPad(short pad)
Set method for struct member 'pad'.
|
void |
setPad1(int pad1)
Set method for struct member 'pad1'.
|
void |
setProxy_act_bone(CArrayFacade<java.lang.Byte> proxy_act_bone)
Set method for struct member 'proxy_act_bone'.
|
void |
setProxy_layer(int proxy_layer)
Set method for struct member 'proxy_layer'.
|
void |
setStride_offset(CArrayFacade<java.lang.Float> stride_offset)
Set method for struct member 'stride_offset'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for bPose.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__chanbase
list of pose channels, PoseBones in RNA
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__chanbase); CPointer<ListBase> p_chanbase = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__chanhash
ghash for quicker string lookups
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__chanhash); CPointer<CPointer<Object>> p_chanhash = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__pad); CPointer<Short> p_pad = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__proxy_layer
proxy layer: copy from armature, gets synced
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__proxy_layer); CPointer<Integer> p_proxy_layer = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pad1
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__pad1); CPointer<Integer> p_pad1 = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__ctime
local action time of this pose
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__ctime); CPointer<Float> p_ctime = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__stride_offset
applied to object
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__stride_offset); CPointer<CArrayFacade<Float>> p_stride_offset = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__cyclic_offset
result of match and cycles, applied in BKE_pose_where_is()
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__cyclic_offset); CPointer<CArrayFacade<Float>> p_cyclic_offset = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__agroups
list of bActionGroups
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__agroups); CPointer<ListBase> p_agroups = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__active_group
index of active group (starts from 1)
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__active_group); CPointer<Integer> p_active_group = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__iksolver
ik solver to use, see ePose_IKSolverType
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__iksolver); CPointer<Integer> p_iksolver = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__ikdata
temporary IK data, depends on the IK solver. Not saved in file
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__ikdata); CPointer<CPointer<Object>> p_ikdata = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__ikparam
IK solver parameters, structure depends on iksolver
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__ikparam); CPointer<CPointer<Object>> p_ikparam = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__avs
settings for visualization of bone animation
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__avs); CPointer<bAnimVizSettings> p_avs = p.cast(new Class[]{bAnimVizSettings.class});
public static final long[] __DNA__FIELD__proxy_act_bone
proxy active bone name, MAXBONENAME
This is how you get a reference on the corresponding field in the struct:
bPose bpose = ...; CPointer<Object> p = bpose.__dna__addressof(bPose.__DNA__FIELD__proxy_act_bone); CPointer<CArrayFacade<Byte>> p_proxy_act_bone = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public bPose(long __address, Block __block, BlockTable __blockTable)
protected bPose(bPose that)
public ListBase getChanbase() throws java.io.IOException
list of pose channels, PoseBones in RNA
java.io.IOException
__DNA__FIELD__chanbase
public void setChanbase(ListBase chanbase) throws java.io.IOException
list of pose channels, PoseBones in RNA
java.io.IOException
__DNA__FIELD__chanbase
public CPointer<java.lang.Object> getChanhash() throws java.io.IOException
ghash for quicker string lookups
java.io.IOException
__DNA__FIELD__chanhash
public void setChanhash(CPointer<java.lang.Object> chanhash) throws java.io.IOException
ghash for quicker string lookups
java.io.IOException
__DNA__FIELD__chanhash
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(short pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public int getProxy_layer() throws java.io.IOException
proxy layer: copy from armature, gets synced
java.io.IOException
__DNA__FIELD__proxy_layer
public void setProxy_layer(int proxy_layer) throws java.io.IOException
proxy layer: copy from armature, gets synced
java.io.IOException
__DNA__FIELD__proxy_layer
public int getPad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public void setPad1(int pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public float getCtime() throws java.io.IOException
local action time of this pose
java.io.IOException
__DNA__FIELD__ctime
public void setCtime(float ctime) throws java.io.IOException
local action time of this pose
java.io.IOException
__DNA__FIELD__ctime
public CArrayFacade<java.lang.Float> getStride_offset() throws java.io.IOException
applied to object
java.io.IOException
__DNA__FIELD__stride_offset
public void setStride_offset(CArrayFacade<java.lang.Float> stride_offset) throws java.io.IOException
applied to object
java.io.IOException
__DNA__FIELD__stride_offset
public CArrayFacade<java.lang.Float> getCyclic_offset() throws java.io.IOException
result of match and cycles, applied in BKE_pose_where_is()
java.io.IOException
__DNA__FIELD__cyclic_offset
public void setCyclic_offset(CArrayFacade<java.lang.Float> cyclic_offset) throws java.io.IOException
result of match and cycles, applied in BKE_pose_where_is()
java.io.IOException
__DNA__FIELD__cyclic_offset
public ListBase getAgroups() throws java.io.IOException
list of bActionGroups
java.io.IOException
__DNA__FIELD__agroups
public void setAgroups(ListBase agroups) throws java.io.IOException
list of bActionGroups
java.io.IOException
__DNA__FIELD__agroups
public int getActive_group() throws java.io.IOException
index of active group (starts from 1)
java.io.IOException
__DNA__FIELD__active_group
public void setActive_group(int active_group) throws java.io.IOException
index of active group (starts from 1)
java.io.IOException
__DNA__FIELD__active_group
public int getIksolver() throws java.io.IOException
ik solver to use, see ePose_IKSolverType
java.io.IOException
__DNA__FIELD__iksolver
public void setIksolver(int iksolver) throws java.io.IOException
ik solver to use, see ePose_IKSolverType
java.io.IOException
__DNA__FIELD__iksolver
public CPointer<java.lang.Object> getIkdata() throws java.io.IOException
temporary IK data, depends on the IK solver. Not saved in file
java.io.IOException
__DNA__FIELD__ikdata
public void setIkdata(CPointer<java.lang.Object> ikdata) throws java.io.IOException
temporary IK data, depends on the IK solver. Not saved in file
java.io.IOException
__DNA__FIELD__ikdata
public CPointer<java.lang.Object> getIkparam() throws java.io.IOException
IK solver parameters, structure depends on iksolver
java.io.IOException
__DNA__FIELD__ikparam
public void setIkparam(CPointer<java.lang.Object> ikparam) throws java.io.IOException
IK solver parameters, structure depends on iksolver
java.io.IOException
__DNA__FIELD__ikparam
public bAnimVizSettings getAvs() throws java.io.IOException
settings for visualization of bone animation
java.io.IOException
__DNA__FIELD__avs
public void setAvs(bAnimVizSettings avs) throws java.io.IOException
settings for visualization of bone animation
java.io.IOException
__DNA__FIELD__avs
public CArrayFacade<java.lang.Byte> getProxy_act_bone() throws java.io.IOException
proxy active bone name, MAXBONENAME
java.io.IOException
__DNA__FIELD__proxy_act_bone
public void setProxy_act_bone(CArrayFacade<java.lang.Byte> proxy_act_bone) throws java.io.IOException
proxy active bone name, MAXBONENAME
java.io.IOException
__DNA__FIELD__proxy_act_bone