Class WeightProxGpencilModifierData
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.WeightProxGpencilModifierData
-
public class WeightProxGpencilModifierData extends CFacade
Generated facet for DNA struct type 'WeightProxGpencilModifierData'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__dist_end
Field descriptor (offset) for struct member 'dist_end'.static long[]
__DNA__FIELD__dist_start
Field descriptor (offset) for struct member 'dist_start'.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__material
Field descriptor (offset) for struct member 'material'.static long[]
__DNA__FIELD__min_weight
Field descriptor (offset) for struct member 'min_weight'.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__pass_index
Field descriptor (offset) for struct member 'pass_index'.static long[]
__DNA__FIELD__target_vgname
Field descriptor (offset) for struct member 'target_vgname'.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 WeightProxGpencilModifierData.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description WeightProxGpencilModifierData(long __address, Block __block, BlockTable __blockTable)
protected
WeightProxGpencilModifierData(WeightProxGpencilModifierData that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<WeightProxGpencilModifierData>
__io__addressof()
Instantiates a pointer on this instance.float
getDist_end()
Get method for struct member 'dist_end'.float
getDist_start()
Get method for struct member 'dist_start'.int
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'.CPointer<Material>
getMaterial()
Get method for struct member 'material'.float
getMin_weight()
Get method for struct member 'min_weight'.GpencilModifierData
getModifier()
Get method for struct member 'modifier'.CPointer<BlenderObject>
getObject()
Get method for struct member 'object'.int
getPass_index()
Get method for struct member 'pass_index'.CArrayFacade<java.lang.Byte>
getTarget_vgname()
Get method for struct member 'target_vgname'.CArrayFacade<java.lang.Byte>
getVgname()
Get method for struct member 'vgname'.void
setDist_end(float dist_end)
Set method for struct member 'dist_end'.void
setDist_start(float dist_start)
Set method for struct member 'dist_start'.void
setFlag(int 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
setMaterial(CPointer<Material> material)
Set method for struct member 'material'.void
setMin_weight(float min_weight)
Set method for struct member 'min_weight'.void
setModifier(GpencilModifierData modifier)
Set method for struct member 'modifier'.void
setObject(CPointer<BlenderObject> object)
Set method for struct member 'object'.void
setPass_index(int pass_index)
Set method for struct member 'pass_index'.void
setTarget_vgname(CArrayFacade<java.lang.Byte> target_vgname)
Set method for struct member 'target_vgname'.void
setVgname(CArrayFacade<java.lang.Byte> vgname)
Set method for struct member 'vgname'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct WeightProxGpencilModifierData.It is required when allocating a new block to store data for WeightProxGpencilModifierData.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__modifier
public static final long[] __DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
WeightProxGpencilModifierData weightproxgpencilmodifierdata = ...; CPointer<Object> p = weightproxgpencilmodifierdata.__dna__addressof(WeightProxGpencilModifierData.__DNA__FIELD__modifier); CPointer<GpencilModifierData> p_modifier = p.cast(new Class[]{GpencilModifierData.class});
Metadata
- Field: 'modifier'
- Signature: 'GpencilModifierData'
- Actual Size (32bit/64bit): 92/104
-
__DNA__FIELD__target_vgname
public static final long[] __DNA__FIELD__target_vgname
Field descriptor (offset) for struct member 'target_vgname'.Field Documentation
Blender Source Code
Target vertexgroup name, MAX_VGROUP_NAME.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
WeightProxGpencilModifierData weightproxgpencilmodifierdata = ...; CPointer<Object> p = weightproxgpencilmodifierdata.__dna__addressof(WeightProxGpencilModifierData.__DNA__FIELD__target_vgname); CPointer<CArrayFacade<Byte>> p_target_vgname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'target_vgname'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__material
public static final long[] __DNA__FIELD__material
Field descriptor (offset) for struct member 'material'.Field Documentation
Blender Source Code
Material
for filtering.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
WeightProxGpencilModifierData weightproxgpencilmodifierdata = ...; CPointer<Object> p = weightproxgpencilmodifierdata.__dna__addressof(WeightProxGpencilModifierData.__DNA__FIELD__material); CPointer<CPointer<Material>> p_material = p.cast(new Class[]{CPointer.class, Material.class});
Metadata
- Field: 'material'
- Signature: 'Material*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__layername
public static final long[] __DNA__FIELD__layername
Field descriptor (offset) for struct member 'layername'.Field Documentation
Blender Source Code
Layer name.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
WeightProxGpencilModifierData weightproxgpencilmodifierdata = ...; CPointer<Object> p = weightproxgpencilmodifierdata.__dna__addressof(WeightProxGpencilModifierData.__DNA__FIELD__layername); CPointer<CArrayFacade<Byte>> p_layername = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'layername'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__vgname
public static final long[] __DNA__FIELD__vgname
Field descriptor (offset) for struct member 'vgname'.Field Documentation
Blender Source Code
Optional vertexgroup filter name, MAX_VGROUP_NAME.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
WeightProxGpencilModifierData weightproxgpencilmodifierdata = ...; CPointer<Object> p = weightproxgpencilmodifierdata.__dna__addressof(WeightProxGpencilModifierData.__DNA__FIELD__vgname); CPointer<CArrayFacade<Byte>> p_vgname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'vgname'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__pass_index
public static final long[] __DNA__FIELD__pass_index
Field descriptor (offset) for struct member 'pass_index'.Field Documentation
Blender Source Code
Custom index for passes.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
WeightProxGpencilModifierData weightproxgpencilmodifierdata = ...; CPointer<Object> p = weightproxgpencilmodifierdata.__dna__addressof(WeightProxGpencilModifierData.__DNA__FIELD__pass_index); CPointer<Integer> p_pass_index = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'pass_index'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Field Documentation
Blender Source Code
Flags.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
WeightProxGpencilModifierData weightproxgpencilmodifierdata = ...; CPointer<Object> p = weightproxgpencilmodifierdata.__dna__addressof(WeightProxGpencilModifierData.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'flag'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__min_weight
public static final long[] __DNA__FIELD__min_weight
Field descriptor (offset) for struct member 'min_weight'.Field Documentation
Blender Source Code
Minimum valid weight (clamp value).
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
WeightProxGpencilModifierData weightproxgpencilmodifierdata = ...; CPointer<Object> p = weightproxgpencilmodifierdata.__dna__addressof(WeightProxGpencilModifierData.__DNA__FIELD__min_weight); CPointer<Float> p_min_weight = p.cast(new Class[]{Float.class});
Metadata
- Field: 'min_weight'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__layer_pass
public static final long[] __DNA__FIELD__layer_pass
Field descriptor (offset) for struct member 'layer_pass'.Field Documentation
Blender Source Code
Custom index for passes.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
WeightProxGpencilModifierData weightproxgpencilmodifierdata = ...; CPointer<Object> p = weightproxgpencilmodifierdata.__dna__addressof(WeightProxGpencilModifierData.__DNA__FIELD__layer_pass); CPointer<Integer> p_layer_pass = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'layer_pass'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__dist_start
public static final long[] __DNA__FIELD__dist_start
Field descriptor (offset) for struct member 'dist_start'.Field Documentation
Blender Source Code
Start/end distances.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
WeightProxGpencilModifierData weightproxgpencilmodifierdata = ...; CPointer<Object> p = weightproxgpencilmodifierdata.__dna__addressof(WeightProxGpencilModifierData.__DNA__FIELD__dist_start); CPointer<Float> p_dist_start = p.cast(new Class[]{Float.class});
Metadata
- Field: 'dist_start'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__dist_end
public static final long[] __DNA__FIELD__dist_end
Field descriptor (offset) for struct member 'dist_end'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
WeightProxGpencilModifierData weightproxgpencilmodifierdata = ...; CPointer<Object> p = weightproxgpencilmodifierdata.__dna__addressof(WeightProxGpencilModifierData.__DNA__FIELD__dist_end); CPointer<Float> p_dist_end = p.cast(new Class[]{Float.class});
Metadata
- Field: 'dist_end'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__object
public static final long[] __DNA__FIELD__object
Field descriptor (offset) for struct member 'object'.Field Documentation
Blender Source Code
Reference object
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
WeightProxGpencilModifierData weightproxgpencilmodifierdata = ...; CPointer<Object> p = weightproxgpencilmodifierdata.__dna__addressof(WeightProxGpencilModifierData.__DNA__FIELD__object); CPointer<CPointer<BlenderObject>> p_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
Metadata
- Field: 'object'
- Signature: 'Object*'
- Actual Size (32bit/64bit): 4/8
-
-
Constructor Detail
-
WeightProxGpencilModifierData
public WeightProxGpencilModifierData(long __address, Block __block, BlockTable __blockTable)
-
WeightProxGpencilModifierData
protected WeightProxGpencilModifierData(WeightProxGpencilModifierData that)
-
-
Method Detail
-
getModifier
public GpencilModifierData getModifier() throws java.io.IOException
Get method for struct member 'modifier'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__modifier
-
setModifier
public void setModifier(GpencilModifierData modifier) throws java.io.IOException
Set method for struct member 'modifier'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__modifier
-
getTarget_vgname
public CArrayFacade<java.lang.Byte> getTarget_vgname() throws java.io.IOException
Get method for struct member 'target_vgname'.Field Documentation
Blender Source Code
Target vertexgroup name, MAX_VGROUP_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__target_vgname
-
setTarget_vgname
public void setTarget_vgname(CArrayFacade<java.lang.Byte> target_vgname) throws java.io.IOException
Set method for struct member 'target_vgname'.Field Documentation
Blender Source Code
Target vertexgroup name, MAX_VGROUP_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__target_vgname
-
getMaterial
public CPointer<Material> getMaterial() throws java.io.IOException
Get method for struct member 'material'.Field Documentation
Blender Source Code
Material
for filtering.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__material
-
setMaterial
public void setMaterial(CPointer<Material> material) throws java.io.IOException
Set method for struct member 'material'.Field Documentation
Blender Source Code
Material
for filtering.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__material
-
getLayername
public CArrayFacade<java.lang.Byte> getLayername() throws java.io.IOException
Get method for struct member 'layername'.Field Documentation
Blender Source Code
Layer name.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__layername
-
setLayername
public void setLayername(CArrayFacade<java.lang.Byte> layername) throws java.io.IOException
Set method for struct member 'layername'.Field Documentation
Blender Source Code
Layer name.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__layername
-
getVgname
public CArrayFacade<java.lang.Byte> getVgname() throws java.io.IOException
Get method for struct member 'vgname'.Field Documentation
Blender Source Code
Optional vertexgroup filter name, MAX_VGROUP_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__vgname
-
setVgname
public void setVgname(CArrayFacade<java.lang.Byte> vgname) throws java.io.IOException
Set method for struct member 'vgname'.Field Documentation
Blender Source Code
Optional vertexgroup filter name, MAX_VGROUP_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__vgname
-
getPass_index
public int getPass_index() throws java.io.IOException
Get method for struct member 'pass_index'.Field Documentation
Blender Source Code
Custom index for passes.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__pass_index
-
setPass_index
public void setPass_index(int pass_index) throws java.io.IOException
Set method for struct member 'pass_index'.Field Documentation
Blender Source Code
Custom index for passes.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__pass_index
-
getFlag
public int getFlag() throws java.io.IOException
Get method for struct member 'flag'.Field Documentation
Blender Source Code
Flags.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(int flag) throws java.io.IOException
Set method for struct member 'flag'.Field Documentation
Blender Source Code
Flags.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
getMin_weight
public float getMin_weight() throws java.io.IOException
Get method for struct member 'min_weight'.Field Documentation
Blender Source Code
Minimum valid weight (clamp value).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__min_weight
-
setMin_weight
public void setMin_weight(float min_weight) throws java.io.IOException
Set method for struct member 'min_weight'.Field Documentation
Blender Source Code
Minimum valid weight (clamp value).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__min_weight
-
getLayer_pass
public int getLayer_pass() throws java.io.IOException
Get method for struct member 'layer_pass'.Field Documentation
Blender Source Code
Custom index for passes.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__layer_pass
-
setLayer_pass
public void setLayer_pass(int layer_pass) throws java.io.IOException
Set method for struct member 'layer_pass'.Field Documentation
Blender Source Code
Custom index for passes.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__layer_pass
-
getDist_start
public float getDist_start() throws java.io.IOException
Get method for struct member 'dist_start'.Field Documentation
Blender Source Code
Start/end distances.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__dist_start
-
setDist_start
public void setDist_start(float dist_start) throws java.io.IOException
Set method for struct member 'dist_start'.Field Documentation
Blender Source Code
Start/end distances.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__dist_start
-
getDist_end
public float getDist_end() throws java.io.IOException
Get method for struct member 'dist_end'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__dist_end
-
setDist_end
public void setDist_end(float dist_end) throws java.io.IOException
Set method for struct member 'dist_end'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__dist_end
-
getObject
public CPointer<BlenderObject> getObject() throws java.io.IOException
Get method for struct member 'object'.Field Documentation
Blender Source Code
Reference object
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__object
-
setObject
public void setObject(CPointer<BlenderObject> object) throws java.io.IOException
Set method for struct member 'object'.Field Documentation
Blender Source Code
Reference object
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__object
-
__io__addressof
public CPointer<WeightProxGpencilModifierData> __io__addressof()
Instantiates a pointer on this instance.
-
-