public class HookGpencilModifierData extends CFacade
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__cent
Field descriptor (offset) for struct member 'cent'.
|
static long[] |
__DNA__FIELD__curfalloff
Field descriptor (offset) for struct member 'curfalloff'.
|
static long[] |
__DNA__FIELD__falloff
Field descriptor (offset) for struct member 'falloff'.
|
static long[] |
__DNA__FIELD__falloff_type
Field descriptor (offset) for struct member 'falloff_type'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__force
Field descriptor (offset) for struct member 'force'.
|
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__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__object
Field descriptor (offset) for struct member 'object'.
|
static long[] |
__DNA__FIELD__parentinv
Field descriptor (offset) for struct member 'parentinv'.
|
static long[] |
__DNA__FIELD__pass_index
Field descriptor (offset) for struct member 'pass_index'.
|
static long[] |
__DNA__FIELD__subtarget
Field descriptor (offset) for struct member 'subtarget'.
|
static long[] |
__DNA__FIELD__vgname
Field descriptor (offset) for struct member 'vgname'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct HookGpencilModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
HookGpencilModifierData(HookGpencilModifierData that) |
|
HookGpencilModifierData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<HookGpencilModifierData> |
__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'.
|
CArrayFacade<java.lang.Float> |
getCent()
Get method for struct member 'cent'.
|
CPointer<CurveMapping> |
getCurfalloff()
Get method for struct member 'curfalloff'.
|
byte |
getFalloff_type()
Get method for struct member 'falloff_type'.
|
float |
getFalloff()
Get method for struct member 'falloff'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
float |
getForce()
Get method for struct member 'force'.
|
int |
getLayer_pass()
Get method for struct member 'layer_pass'.
|
CArrayFacade<java.lang.Byte> |
getLayername()
Get method for struct member 'layername'.
|
GpencilModifierData |
getModifier()
Get method for struct member 'modifier'.
|
CPointer<BlenderObject> |
getObject()
Get method for struct member 'object'.
|
CArrayFacade<CArrayFacade<java.lang.Float>> |
getParentinv()
Get method for struct member 'parentinv'.
|
int |
getPass_index()
Get method for struct member 'pass_index'.
|
CArrayFacade<java.lang.Byte> |
getSubtarget()
Get method for struct member 'subtarget'.
|
CArrayFacade<java.lang.Byte> |
getVgname()
Get method for struct member 'vgname'.
|
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 |
setCent(CArrayFacade<java.lang.Float> cent)
Set method for struct member 'cent'.
|
void |
setCurfalloff(CPointer<CurveMapping> curfalloff)
Set method for struct member 'curfalloff'.
|
void |
setFalloff_type(byte falloff_type)
Set method for struct member 'falloff_type'.
|
void |
setFalloff(float falloff)
Set method for struct member 'falloff'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setForce(float force)
Set method for struct member 'force'.
|
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 |
setModifier(GpencilModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setObject(CPointer<BlenderObject> object)
Set method for struct member 'object'.
|
void |
setParentinv(CArrayFacade<CArrayFacade<java.lang.Float>> parentinv)
Set method for struct member 'parentinv'.
|
void |
setPass_index(int pass_index)
Set method for struct member 'pass_index'.
|
void |
setSubtarget(CArrayFacade<java.lang.Byte> subtarget)
Set method for struct member 'subtarget'.
|
void |
setVgname(CArrayFacade<java.lang.Byte> vgname)
Set method for struct member 'vgname'.
|
__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 HookGpencilModifierData.
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:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__DNA__FIELD__modifier); CPointer<GpencilModifierData> p_modifier = p.cast(new Class[]{GpencilModifierData.class});
public static final long[] __DNA__FIELD__object
This is how you get a reference on the corresponding field in the struct:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__DNA__FIELD__object); CPointer<CPointer<BlenderObject>> p_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__subtarget
Optional name of bone target, MAX_ID_NAME-2.
This is how you get a reference on the corresponding field in the struct:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__DNA__FIELD__subtarget); CPointer<CArrayFacade<Byte>> p_subtarget = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__layername
Layer name.
This is how you get a reference on the corresponding field in the struct:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__DNA__FIELD__layername); CPointer<CArrayFacade<Byte>> p_layername = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__vgname
Optional vertexgroup name, MAX_VGROUP_NAME.
This is how you get a reference on the corresponding field in the struct:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__DNA__FIELD__vgname); CPointer<CArrayFacade<Byte>> p_vgname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__pass_index
Custom index for passes.
This is how you get a reference on the corresponding field in the struct:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__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:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__DNA__FIELD__layer_pass); CPointer<Integer> p_layer_pass = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__falloff_type
Use enums from WarpGpencilModifier (exact same functionality).
This is how you get a reference on the corresponding field in the struct:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__DNA__FIELD__falloff_type); CPointer<Byte> p_falloff_type = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad1
This is how you get a reference on the corresponding field in the struct:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__DNA__FIELD___pad1); CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__parentinv
Matrix making current transform unmodified.
This is how you get a reference on the corresponding field in the struct:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__DNA__FIELD__parentinv); CPointer<CArrayFacade<CArrayFacade<Float>>> p_parentinv = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__cent
Visualization of hook.
This is how you get a reference on the corresponding field in the struct:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__DNA__FIELD__cent); CPointer<CArrayFacade<Float>> p_cent = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__falloff
If not zero, falloff is distance where influence zero.
This is how you get a reference on the corresponding field in the struct:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__DNA__FIELD__falloff); CPointer<Float> p_falloff = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__force
This is how you get a reference on the corresponding field in the struct:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__DNA__FIELD__force); CPointer<Float> p_force = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__curfalloff
This is how you get a reference on the corresponding field in the struct:
HookGpencilModifierData hookgpencilmodifierdata = ...; CPointer<Object> p = hookgpencilmodifierdata.__dna__addressof(HookGpencilModifierData.__DNA__FIELD__curfalloff); CPointer<CPointer<CurveMapping>> p_curfalloff = p.cast(new Class[]{CPointer.class, CurveMapping.class});
public HookGpencilModifierData(long __address, Block __block, BlockTable __blockTable)
protected HookGpencilModifierData(HookGpencilModifierData 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 CPointer<BlenderObject> getObject() throws java.io.IOException
java.io.IOException
__DNA__FIELD__object
public void setObject(CPointer<BlenderObject> object) throws java.io.IOException
java.io.IOException
__DNA__FIELD__object
public CArrayFacade<java.lang.Byte> getSubtarget() throws java.io.IOException
Optional name of bone target, MAX_ID_NAME-2.
java.io.IOException
__DNA__FIELD__subtarget
public void setSubtarget(CArrayFacade<java.lang.Byte> subtarget) throws java.io.IOException
Optional name of bone target, MAX_ID_NAME-2.
java.io.IOException
__DNA__FIELD__subtarget
public CArrayFacade<java.lang.Byte> getLayername() throws java.io.IOException
Layer name.
java.io.IOException
__DNA__FIELD__layername
public void setLayername(CArrayFacade<java.lang.Byte> layername) throws java.io.IOException
Layer name.
java.io.IOException
__DNA__FIELD__layername
public CArrayFacade<java.lang.Byte> getVgname() throws java.io.IOException
Optional vertexgroup name, MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__vgname
public void setVgname(CArrayFacade<java.lang.Byte> vgname) throws java.io.IOException
Optional vertexgroup name, MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__vgname
public int getPass_index() throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__pass_index
public void setPass_index(int pass_index) throws java.io.IOException
Custom index for passes.
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 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 getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public byte getFalloff_type() throws java.io.IOException
Use enums from WarpGpencilModifier (exact same functionality).
java.io.IOException
__DNA__FIELD__falloff_type
public void setFalloff_type(byte falloff_type) throws java.io.IOException
Use enums from WarpGpencilModifier (exact same functionality).
java.io.IOException
__DNA__FIELD__falloff_type
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 CArrayFacade<CArrayFacade<java.lang.Float>> getParentinv() throws java.io.IOException
Matrix making current transform unmodified.
java.io.IOException
__DNA__FIELD__parentinv
public void setParentinv(CArrayFacade<CArrayFacade<java.lang.Float>> parentinv) throws java.io.IOException
Matrix making current transform unmodified.
java.io.IOException
__DNA__FIELD__parentinv
public CArrayFacade<java.lang.Float> getCent() throws java.io.IOException
Visualization of hook.
java.io.IOException
__DNA__FIELD__cent
public void setCent(CArrayFacade<java.lang.Float> cent) throws java.io.IOException
Visualization of hook.
java.io.IOException
__DNA__FIELD__cent
public float getFalloff() throws java.io.IOException
If not zero, falloff is distance where influence zero.
java.io.IOException
__DNA__FIELD__falloff
public void setFalloff(float falloff) throws java.io.IOException
If not zero, falloff is distance where influence zero.
java.io.IOException
__DNA__FIELD__falloff
public float getForce() throws java.io.IOException
java.io.IOException
__DNA__FIELD__force
public void setForce(float force) throws java.io.IOException
java.io.IOException
__DNA__FIELD__force
public CPointer<CurveMapping> getCurfalloff() throws java.io.IOException
java.io.IOException
__DNA__FIELD__curfalloff
public void setCurfalloff(CPointer<CurveMapping> curfalloff) throws java.io.IOException
java.io.IOException
__DNA__FIELD__curfalloff
public CPointer<HookGpencilModifierData> __io__addressof()