public class bAnimVizSettings extends CFacade
Visualization General ------------------
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__ghost_ac
Field descriptor (offset) for struct member 'ghost_ac'.
|
static long[] |
__DNA__FIELD__ghost_bc
Field descriptor (offset) for struct member 'ghost_bc'.
|
static long[] |
__DNA__FIELD__ghost_ef
Field descriptor (offset) for struct member 'ghost_ef'.
|
static long[] |
__DNA__FIELD__ghost_flag
Field descriptor (offset) for struct member 'ghost_flag'.
|
static long[] |
__DNA__FIELD__ghost_sf
Field descriptor (offset) for struct member 'ghost_sf'.
|
static long[] |
__DNA__FIELD__ghost_step
Field descriptor (offset) for struct member 'ghost_step'.
|
static long[] |
__DNA__FIELD__ghost_type
Field descriptor (offset) for struct member 'ghost_type'.
|
static long[] |
__DNA__FIELD__path_ac
Field descriptor (offset) for struct member 'path_ac'.
|
static long[] |
__DNA__FIELD__path_bakeflag
Field descriptor (offset) for struct member 'path_bakeflag'.
|
static long[] |
__DNA__FIELD__path_bc
Field descriptor (offset) for struct member 'path_bc'.
|
static long[] |
__DNA__FIELD__path_ef
Field descriptor (offset) for struct member 'path_ef'.
|
static long[] |
__DNA__FIELD__path_sf
Field descriptor (offset) for struct member 'path_sf'.
|
static long[] |
__DNA__FIELD__path_step
Field descriptor (offset) for struct member 'path_step'.
|
static long[] |
__DNA__FIELD__path_type
Field descriptor (offset) for struct member 'path_type'.
|
static long[] |
__DNA__FIELD__path_viewflag
Field descriptor (offset) for struct member 'path_viewflag'.
|
static long[] |
__DNA__FIELD__recalc
Field descriptor (offset) for struct member 'recalc'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bAnimVizSettings.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bAnimVizSettings(bAnimVizSettings that) |
|
bAnimVizSettings(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bAnimVizSettings> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getGhost_ac()
Get method for struct member 'ghost_ac'.
|
int |
getGhost_bc()
Get method for struct member 'ghost_bc'.
|
int |
getGhost_ef()
Get method for struct member 'ghost_ef'.
|
short |
getGhost_flag()
Get method for struct member 'ghost_flag'.
|
int |
getGhost_sf()
Get method for struct member 'ghost_sf'.
|
short |
getGhost_step()
Get method for struct member 'ghost_step'.
|
short |
getGhost_type()
Get method for struct member 'ghost_type'.
|
int |
getPath_ac()
Get method for struct member 'path_ac'.
|
short |
getPath_bakeflag()
Get method for struct member 'path_bakeflag'.
|
int |
getPath_bc()
Get method for struct member 'path_bc'.
|
int |
getPath_ef()
Get method for struct member 'path_ef'.
|
int |
getPath_sf()
Get method for struct member 'path_sf'.
|
short |
getPath_step()
Get method for struct member 'path_step'.
|
short |
getPath_type()
Get method for struct member 'path_type'.
|
short |
getPath_viewflag()
Get method for struct member 'path_viewflag'.
|
short |
getRecalc()
Get method for struct member 'recalc'.
|
void |
setGhost_ac(int ghost_ac)
Set method for struct member 'ghost_ac'.
|
void |
setGhost_bc(int ghost_bc)
Set method for struct member 'ghost_bc'.
|
void |
setGhost_ef(int ghost_ef)
Set method for struct member 'ghost_ef'.
|
void |
setGhost_flag(short ghost_flag)
Set method for struct member 'ghost_flag'.
|
void |
setGhost_sf(int ghost_sf)
Set method for struct member 'ghost_sf'.
|
void |
setGhost_step(short ghost_step)
Set method for struct member 'ghost_step'.
|
void |
setGhost_type(short ghost_type)
Set method for struct member 'ghost_type'.
|
void |
setPath_ac(int path_ac)
Set method for struct member 'path_ac'.
|
void |
setPath_bakeflag(short path_bakeflag)
Set method for struct member 'path_bakeflag'.
|
void |
setPath_bc(int path_bc)
Set method for struct member 'path_bc'.
|
void |
setPath_ef(int path_ef)
Set method for struct member 'path_ef'.
|
void |
setPath_sf(int path_sf)
Set method for struct member 'path_sf'.
|
void |
setPath_step(short path_step)
Set method for struct member 'path_step'.
|
void |
setPath_type(short path_type)
Set method for struct member 'path_type'.
|
void |
setPath_viewflag(short path_viewflag)
Set method for struct member 'path_viewflag'.
|
void |
setRecalc(short recalc)
Set method for struct member 'recalc'.
|
__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 bAnimVizSettings.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__ghost_sf
Onion-Skinning Settings --------------
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__ghost_sf); CPointer<Integer> p_ghost_sf = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__ghost_ef
start and end frames of ghost-drawing range (only used for GHOST_TYPE_RANGE)
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__ghost_ef); CPointer<Integer> p_ghost_ef = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__ghost_bc
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__ghost_bc); CPointer<Integer> p_ghost_bc = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__ghost_ac
number of frames before/after current frame to show
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__ghost_ac); CPointer<Integer> p_ghost_ac = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__ghost_type
eOnionSkin_Types
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__ghost_type); CPointer<Short> p_ghost_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__ghost_step
number of frames between each ghost shown (not for GHOST_TYPE_KEYS)
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__ghost_step); CPointer<Short> p_ghost_step = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__ghost_flag
eOnionSkin_Flag
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__ghost_flag); CPointer<Short> p_ghost_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__recalc
General Settings ------------------
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__recalc); CPointer<Short> p_recalc = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__path_type
Motion Path
Settings -------------
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_type); CPointer<Short> p_path_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__path_step
number of frames between points indicated on the paths
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_step); CPointer<Short> p_path_step = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__path_viewflag
eMotionPaths_ViewFlag
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_viewflag); CPointer<Short> p_path_viewflag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__path_bakeflag
eMotionPaths_BakeFlag
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_bakeflag); CPointer<Short> p_path_bakeflag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__path_sf
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_sf); CPointer<Integer> p_path_sf = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__path_ef
start and end frames of path-calculation range
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_ef); CPointer<Integer> p_path_ef = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__path_bc
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_bc); CPointer<Integer> p_path_bc = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__path_ac
number of frames before/after current frame to show
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_ac); CPointer<Integer> p_path_ac = p.cast(new Class[]{Integer.class});
public bAnimVizSettings(long __address, Block __block, BlockTable __blockTable)
protected bAnimVizSettings(bAnimVizSettings that)
public int getGhost_sf() throws java.io.IOException
Onion-Skinning Settings --------------
java.io.IOException
__DNA__FIELD__ghost_sf
public void setGhost_sf(int ghost_sf) throws java.io.IOException
Onion-Skinning Settings --------------
java.io.IOException
__DNA__FIELD__ghost_sf
public int getGhost_ef() throws java.io.IOException
start and end frames of ghost-drawing range (only used for GHOST_TYPE_RANGE)
java.io.IOException
__DNA__FIELD__ghost_ef
public void setGhost_ef(int ghost_ef) throws java.io.IOException
start and end frames of ghost-drawing range (only used for GHOST_TYPE_RANGE)
java.io.IOException
__DNA__FIELD__ghost_ef
public int getGhost_bc() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ghost_bc
public void setGhost_bc(int ghost_bc) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ghost_bc
public int getGhost_ac() throws java.io.IOException
number of frames before/after current frame to show
java.io.IOException
__DNA__FIELD__ghost_ac
public void setGhost_ac(int ghost_ac) throws java.io.IOException
number of frames before/after current frame to show
java.io.IOException
__DNA__FIELD__ghost_ac
public short getGhost_type() throws java.io.IOException
eOnionSkin_Types
java.io.IOException
__DNA__FIELD__ghost_type
public void setGhost_type(short ghost_type) throws java.io.IOException
eOnionSkin_Types
java.io.IOException
__DNA__FIELD__ghost_type
public short getGhost_step() throws java.io.IOException
number of frames between each ghost shown (not for GHOST_TYPE_KEYS)
java.io.IOException
__DNA__FIELD__ghost_step
public void setGhost_step(short ghost_step) throws java.io.IOException
number of frames between each ghost shown (not for GHOST_TYPE_KEYS)
java.io.IOException
__DNA__FIELD__ghost_step
public short getGhost_flag() throws java.io.IOException
eOnionSkin_Flag
java.io.IOException
__DNA__FIELD__ghost_flag
public void setGhost_flag(short ghost_flag) throws java.io.IOException
eOnionSkin_Flag
java.io.IOException
__DNA__FIELD__ghost_flag
public short getRecalc() throws java.io.IOException
General Settings ------------------
java.io.IOException
__DNA__FIELD__recalc
public void setRecalc(short recalc) throws java.io.IOException
General Settings ------------------
java.io.IOException
__DNA__FIELD__recalc
public short getPath_type() throws java.io.IOException
Motion Path
Settings -------------
java.io.IOException
__DNA__FIELD__path_type
public void setPath_type(short path_type) throws java.io.IOException
Motion Path
Settings -------------
java.io.IOException
__DNA__FIELD__path_type
public short getPath_step() throws java.io.IOException
number of frames between points indicated on the paths
java.io.IOException
__DNA__FIELD__path_step
public void setPath_step(short path_step) throws java.io.IOException
number of frames between points indicated on the paths
java.io.IOException
__DNA__FIELD__path_step
public short getPath_viewflag() throws java.io.IOException
eMotionPaths_ViewFlag
java.io.IOException
__DNA__FIELD__path_viewflag
public void setPath_viewflag(short path_viewflag) throws java.io.IOException
eMotionPaths_ViewFlag
java.io.IOException
__DNA__FIELD__path_viewflag
public short getPath_bakeflag() throws java.io.IOException
eMotionPaths_BakeFlag
java.io.IOException
__DNA__FIELD__path_bakeflag
public void setPath_bakeflag(short path_bakeflag) throws java.io.IOException
eMotionPaths_BakeFlag
java.io.IOException
__DNA__FIELD__path_bakeflag
public int getPath_sf() throws java.io.IOException
java.io.IOException
__DNA__FIELD__path_sf
public void setPath_sf(int path_sf) throws java.io.IOException
java.io.IOException
__DNA__FIELD__path_sf
public int getPath_ef() throws java.io.IOException
start and end frames of path-calculation range
java.io.IOException
__DNA__FIELD__path_ef
public void setPath_ef(int path_ef) throws java.io.IOException
start and end frames of path-calculation range
java.io.IOException
__DNA__FIELD__path_ef
public int getPath_bc() throws java.io.IOException
java.io.IOException
__DNA__FIELD__path_bc
public void setPath_bc(int path_bc) throws java.io.IOException
java.io.IOException
__DNA__FIELD__path_bc
public int getPath_ac() throws java.io.IOException
number of frames before/after current frame to show
java.io.IOException
__DNA__FIELD__path_ac
public void setPath_ac(int path_ac) throws java.io.IOException
number of frames before/after current frame to show
java.io.IOException
__DNA__FIELD__path_ac
public CPointer<bAnimVizSettings> __io__addressof()