public class BuildGpencilModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__end_frame
Field descriptor (offset) for struct member 'end_frame'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__layer_pass
Field descriptor (offset) for struct member 'layer_pass'.
|
static long[] |
__DNA__FIELD__layername
Field descriptor (offset) for struct member 'layername'.
|
static long[] |
__DNA__FIELD__length
Field descriptor (offset) for struct member 'length'.
|
static long[] |
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__pass_index
Field descriptor (offset) for struct member 'pass_index'.
|
static long[] |
__DNA__FIELD__start_delay
Field descriptor (offset) for struct member 'start_delay'.
|
static long[] |
__DNA__FIELD__start_frame
Field descriptor (offset) for struct member 'start_frame'.
|
static long[] |
__DNA__FIELD__time_alignment
Field descriptor (offset) for struct member 'time_alignment'.
|
static long[] |
__DNA__FIELD__transition
Field descriptor (offset) for struct member 'transition'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct BuildGpencilModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
BuildGpencilModifierData(BuildGpencilModifierData that) |
|
BuildGpencilModifierData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<BuildGpencilModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getEnd_frame()
Get method for struct member 'end_frame'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
int |
getLayer_pass()
Get method for struct member 'layer_pass'.
|
CArrayFacade<java.lang.Byte> |
getLayername()
Get method for struct member 'layername'.
|
float |
getLength()
Get method for struct member 'length'.
|
short |
getMode()
Get method for struct member 'mode'.
|
GpencilModifierData |
getModifier()
Get method for struct member 'modifier'.
|
int |
getPass_index()
Get method for struct member 'pass_index'.
|
float |
getStart_delay()
Get method for struct member 'start_delay'.
|
float |
getStart_frame()
Get method for struct member 'start_frame'.
|
short |
getTime_alignment()
Get method for struct member 'time_alignment'.
|
short |
getTransition()
Get method for struct member 'transition'.
|
void |
setEnd_frame(float end_frame)
Set method for struct member 'end_frame'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setLayer_pass(int layer_pass)
Set method for struct member 'layer_pass'.
|
void |
setLayername(CArrayFacade<java.lang.Byte> layername)
Set method for struct member 'layername'.
|
void |
setLength(float length)
Set method for struct member 'length'.
|
void |
setMode(short mode)
Set method for struct member 'mode'.
|
void |
setModifier(GpencilModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setPass_index(int pass_index)
Set method for struct member 'pass_index'.
|
void |
setStart_delay(float start_delay)
Set method for struct member 'start_delay'.
|
void |
setStart_frame(float start_frame)
Set method for struct member 'start_frame'.
|
void |
setTime_alignment(short time_alignment)
Set method for struct member 'time_alignment'.
|
void |
setTransition(short transition)
Set method for struct member 'transition'.
|
__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 BuildGpencilModifierData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__modifier
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__modifier); CPointer<GpencilModifierData> p_modifier = p.cast(new Class[]{GpencilModifierData.class});
public static final long[] __DNA__FIELD__layername
If set, restrict modifier to operating on this layer.
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__layername); CPointer<CArrayFacade<Byte>> p_layername = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__pass_index
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__pass_index); CPointer<Integer> p_pass_index = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__layer_pass
Custom index for passes.
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__layer_pass); CPointer<Integer> p_layer_pass = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__start_frame
If GP_BUILD_RESTRICT_TIME is set, the defines the frame range where GP frames are considered.
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__start_frame); CPointer<Float> p_start_frame = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__end_frame
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__end_frame); CPointer<Float> p_end_frame = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__start_delay
For each pair of gp keys, number of frames before strokes start appearing.
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__start_delay); CPointer<Float> p_start_delay = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__length
For each pair of gp keys, number of frames that build effect must be completed within.
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__length); CPointer<Float> p_length = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__flag
(eGpencilBuild_Flag) Options for controlling modifier behavior.
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__mode
(eGpencilBuild_Mode) How are strokes ordered.
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__mode); CPointer<Short> p_mode = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__transition
(eGpencilBuild_Transition) In what order do stroke points appear/disappear.
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__transition); CPointer<Short> p_transition = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__time_alignment
(eGpencilBuild_TimeAlignment) For the "Concurrent" mode, when should "shorter" strips start/end.
This is how you get a reference on the corresponding field in the struct:
BuildGpencilModifierData buildgpencilmodifierdata = ...; CPointer<Object> p = buildgpencilmodifierdata.__dna__addressof(BuildGpencilModifierData.__DNA__FIELD__time_alignment); CPointer<Short> p_time_alignment = p.cast(new Class[]{Short.class});
public BuildGpencilModifierData(long __address, Block __block, BlockTable __blockTable)
protected BuildGpencilModifierData(BuildGpencilModifierData that)
public GpencilModifierData getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(GpencilModifierData modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public CArrayFacade<java.lang.Byte> getLayername() throws java.io.IOException
If set, restrict modifier to operating on this layer.
java.io.IOException
__DNA__FIELD__layername
public void setLayername(CArrayFacade<java.lang.Byte> layername) throws java.io.IOException
If set, restrict modifier to operating on this layer.
java.io.IOException
__DNA__FIELD__layername
public int getPass_index() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pass_index
public void setPass_index(int pass_index) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pass_index
public int getLayer_pass() throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__layer_pass
public void setLayer_pass(int layer_pass) throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__layer_pass
public float getStart_frame() throws java.io.IOException
If GP_BUILD_RESTRICT_TIME is set, the defines the frame range where GP frames are considered.
java.io.IOException
__DNA__FIELD__start_frame
public void setStart_frame(float start_frame) throws java.io.IOException
If GP_BUILD_RESTRICT_TIME is set, the defines the frame range where GP frames are considered.
java.io.IOException
__DNA__FIELD__start_frame
public float getEnd_frame() throws java.io.IOException
java.io.IOException
__DNA__FIELD__end_frame
public void setEnd_frame(float end_frame) throws java.io.IOException
java.io.IOException
__DNA__FIELD__end_frame
public float getStart_delay() throws java.io.IOException
For each pair of gp keys, number of frames before strokes start appearing.
java.io.IOException
__DNA__FIELD__start_delay
public void setStart_delay(float start_delay) throws java.io.IOException
For each pair of gp keys, number of frames before strokes start appearing.
java.io.IOException
__DNA__FIELD__start_delay
public float getLength() throws java.io.IOException
For each pair of gp keys, number of frames that build effect must be completed within.
java.io.IOException
__DNA__FIELD__length
public void setLength(float length) throws java.io.IOException
For each pair of gp keys, number of frames that build effect must be completed within.
java.io.IOException
__DNA__FIELD__length
public short getFlag() throws java.io.IOException
(eGpencilBuild_Flag) Options for controlling modifier behavior.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
(eGpencilBuild_Flag) Options for controlling modifier behavior.
java.io.IOException
__DNA__FIELD__flag
public short getMode() throws java.io.IOException
(eGpencilBuild_Mode) How are strokes ordered.
java.io.IOException
__DNA__FIELD__mode
public void setMode(short mode) throws java.io.IOException
(eGpencilBuild_Mode) How are strokes ordered.
java.io.IOException
__DNA__FIELD__mode
public short getTransition() throws java.io.IOException
(eGpencilBuild_Transition) In what order do stroke points appear/disappear.
java.io.IOException
__DNA__FIELD__transition
public void setTransition(short transition) throws java.io.IOException
(eGpencilBuild_Transition) In what order do stroke points appear/disappear.
java.io.IOException
__DNA__FIELD__transition
public short getTime_alignment() throws java.io.IOException
(eGpencilBuild_TimeAlignment) For the "Concurrent" mode, when should "shorter" strips start/end.
java.io.IOException
__DNA__FIELD__time_alignment
public void setTime_alignment(short time_alignment) throws java.io.IOException
(eGpencilBuild_TimeAlignment) For the "Concurrent" mode, when should "shorter" strips start/end.
java.io.IOException
__DNA__FIELD__time_alignment
public CPointer<BuildGpencilModifierData> __io__addressof()