public class bPose extends CFacade
Pose ------------------------------
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___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD___pad1
Field descriptor (offset) for struct member '_pad1'.
|
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__chan_array
Field descriptor (offset) for struct member 'chan_array'.
|
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__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.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CArrayFacade<java.lang.Byte> |
get_pad1()
Get method for struct member '_pad1'.
|
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'.
|
CPointer<CPointer<bPoseChannel>> |
getChan_array()
Get method for struct member 'chan_array'.
|
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'.
|
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 |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
set_pad1(CArrayFacade<java.lang.Byte> _pad1)
Set method for struct member '_pad1'.
|
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 |
setChan_array(CPointer<CPointer<bPoseChannel>> chan_array)
Set method for struct member 'chan_array'.
|
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 |
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__chan_array
Flat array of pose channels. It references pointers from chanbase. Used for quick pose channel lookup from an index.
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__chan_array); CPointer<CPointer<CPointer<bPoseChannel>>> p_chan_array = p.cast(new Class[]{CPointer.class, CPointer.class, bPoseChannel.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<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.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<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.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 CPointer<CPointer<bPoseChannel>> getChan_array() throws java.io.IOException
Flat array of pose channels. It references pointers from chanbase. Used for quick pose channel lookup from an index.
java.io.IOException
__DNA__FIELD__chan_array
public void setChan_array(CPointer<CPointer<bPoseChannel>> chan_array) throws java.io.IOException
Flat array of pose channels. It references pointers from chanbase. Used for quick pose channel lookup from an index.
java.io.IOException
__DNA__FIELD__chan_array
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 CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _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 CArrayFacade<java.lang.Byte> get_pad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public void set_pad1(CArrayFacade<java.lang.Byte> _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