public class WeightVGMixModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.
|
static long[] |
__DNA__FIELD___pad1
Field descriptor (offset) for struct member '_pad1'.
|
static long[] |
__DNA__FIELD__default_weight_a
Field descriptor (offset) for struct member 'default_weight_a'.
|
static long[] |
__DNA__FIELD__default_weight_b
Field descriptor (offset) for struct member 'default_weight_b'.
|
static long[] |
__DNA__FIELD__defgrp_name_a
Field descriptor (offset) for struct member 'defgrp_name_a'.
|
static long[] |
__DNA__FIELD__defgrp_name_b
Field descriptor (offset) for struct member 'defgrp_name_b'.
|
static long[] |
__DNA__FIELD__mask_constant
Field descriptor (offset) for struct member 'mask_constant'.
|
static long[] |
__DNA__FIELD__mask_defgrp_name
Field descriptor (offset) for struct member 'mask_defgrp_name'.
|
static long[] |
__DNA__FIELD__mask_tex_map_obj
Field descriptor (offset) for struct member 'mask_tex_map_obj'.
|
static long[] |
__DNA__FIELD__mask_tex_mapping
Field descriptor (offset) for struct member 'mask_tex_mapping'.
|
static long[] |
__DNA__FIELD__mask_tex_use_channel
Field descriptor (offset) for struct member 'mask_tex_use_channel'.
|
static long[] |
__DNA__FIELD__mask_tex_uvlayer_name
Field descriptor (offset) for struct member 'mask_tex_uvlayer_name'.
|
static long[] |
__DNA__FIELD__mask_texture
Field descriptor (offset) for struct member 'mask_texture'.
|
static long[] |
__DNA__FIELD__mix_mode
Field descriptor (offset) for struct member 'mix_mode'.
|
static long[] |
__DNA__FIELD__mix_set
Field descriptor (offset) for struct member 'mix_set'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct WeightVGMixModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
WeightVGMixModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
WeightVGMixModifierData(WeightVGMixModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<WeightVGMixModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad0()
Get method for struct member '_pad0'.
|
CArrayFacade<java.lang.Byte> |
get_pad1()
Get method for struct member '_pad1'.
|
float |
getDefault_weight_a()
Get method for struct member 'default_weight_a'.
|
float |
getDefault_weight_b()
Get method for struct member 'default_weight_b'.
|
CArrayFacade<java.lang.Byte> |
getDefgrp_name_a()
Get method for struct member 'defgrp_name_a'.
|
CArrayFacade<java.lang.Byte> |
getDefgrp_name_b()
Get method for struct member 'defgrp_name_b'.
|
float |
getMask_constant()
Get method for struct member 'mask_constant'.
|
CArrayFacade<java.lang.Byte> |
getMask_defgrp_name()
Get method for struct member 'mask_defgrp_name'.
|
CPointer<BlenderObject> |
getMask_tex_map_obj()
Get method for struct member 'mask_tex_map_obj'.
|
int |
getMask_tex_mapping()
Get method for struct member 'mask_tex_mapping'.
|
int |
getMask_tex_use_channel()
Get method for struct member 'mask_tex_use_channel'.
|
CArrayFacade<java.lang.Byte> |
getMask_tex_uvlayer_name()
Get method for struct member 'mask_tex_uvlayer_name'.
|
CPointer<Tex> |
getMask_texture()
Get method for struct member 'mask_texture'.
|
byte |
getMix_mode()
Get method for struct member 'mix_mode'.
|
byte |
getMix_set()
Get method for struct member 'mix_set'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
void |
set_pad0(CArrayFacade<java.lang.Byte> _pad0)
Set method for struct member '_pad0'.
|
void |
set_pad1(CArrayFacade<java.lang.Byte> _pad1)
Set method for struct member '_pad1'.
|
void |
setDefault_weight_a(float default_weight_a)
Set method for struct member 'default_weight_a'.
|
void |
setDefault_weight_b(float default_weight_b)
Set method for struct member 'default_weight_b'.
|
void |
setDefgrp_name_a(CArrayFacade<java.lang.Byte> defgrp_name_a)
Set method for struct member 'defgrp_name_a'.
|
void |
setDefgrp_name_b(CArrayFacade<java.lang.Byte> defgrp_name_b)
Set method for struct member 'defgrp_name_b'.
|
void |
setMask_constant(float mask_constant)
Set method for struct member 'mask_constant'.
|
void |
setMask_defgrp_name(CArrayFacade<java.lang.Byte> mask_defgrp_name)
Set method for struct member 'mask_defgrp_name'.
|
void |
setMask_tex_map_obj(CPointer<BlenderObject> mask_tex_map_obj)
Set method for struct member 'mask_tex_map_obj'.
|
void |
setMask_tex_mapping(int mask_tex_mapping)
Set method for struct member 'mask_tex_mapping'.
|
void |
setMask_tex_use_channel(int mask_tex_use_channel)
Set method for struct member 'mask_tex_use_channel'.
|
void |
setMask_tex_uvlayer_name(CArrayFacade<java.lang.Byte> mask_tex_uvlayer_name)
Set method for struct member 'mask_tex_uvlayer_name'.
|
void |
setMask_texture(CPointer<Tex> mask_texture)
Set method for struct member 'mask_texture'.
|
void |
setMix_mode(byte mix_mode)
Set method for struct member 'mix_mode'.
|
void |
setMix_set(byte mix_set)
Set method for struct member 'mix_set'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
__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 WeightVGMixModifierData.
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:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__defgrp_name_a
Name of vertex group to modify/weight. MAX_VGROUP_NAME.
This is how you get a reference on the corresponding field in the struct:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD__defgrp_name_a); CPointer<CArrayFacade<Byte>> p_defgrp_name_a = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__defgrp_name_b
Name of other vertex group to mix in. MAX_VGROUP_NAME.
This is how you get a reference on the corresponding field in the struct:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD__defgrp_name_b); CPointer<CArrayFacade<Byte>> p_defgrp_name_b = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__default_weight_a
Default weight value for first vgroup.
This is how you get a reference on the corresponding field in the struct:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD__default_weight_a); CPointer<Float> p_default_weight_a = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__default_weight_b
Default weight value to mix in.
This is how you get a reference on the corresponding field in the struct:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD__default_weight_b); CPointer<Float> p_default_weight_b = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__mix_mode
How second vgroups weights affect first ones.
This is how you get a reference on the corresponding field in the struct:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD__mix_mode); CPointer<Byte> p_mix_mode = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__mix_set
What vertices to affect.
This is how you get a reference on the corresponding field in the struct:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD__mix_set); CPointer<Byte> p_mix_set = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad0
This is how you get a reference on the corresponding field in the struct:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD___pad0); CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__mask_constant
Masking options. The global "influence", if no vgroup nor tex is used as mask.
This is how you get a reference on the corresponding field in the struct:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD__mask_constant); CPointer<Float> p_mask_constant = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__mask_defgrp_name
Name of mask vertex group from which to get weight factors. MAX_VGROUP_NAME.
This is how you get a reference on the corresponding field in the struct:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD__mask_defgrp_name); CPointer<CArrayFacade<Byte>> p_mask_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__mask_tex_use_channel
Texture masking. Which channel to use as weightf.
This is how you get a reference on the corresponding field in the struct:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD__mask_tex_use_channel); CPointer<Integer> p_mask_tex_use_channel = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__mask_texture
The texture.
This is how you get a reference on the corresponding field in the struct:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD__mask_texture); CPointer<CPointer<Tex>> p_mask_texture = p.cast(new Class[]{CPointer.class, Tex.class});
public static final long[] __DNA__FIELD__mask_tex_map_obj
Name of the map object.
This is how you get a reference on the corresponding field in the struct:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD__mask_tex_map_obj); CPointer<CPointer<BlenderObject>> p_mask_tex_map_obj = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__mask_tex_mapping
How to map the texture!.
This is how you get a reference on the corresponding field in the struct:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD__mask_tex_mapping); CPointer<Integer> p_mask_tex_mapping = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__mask_tex_uvlayer_name
Name of the UV map. MAX_CUSTOMDATA_LAYER_NAME.
This is how you get a reference on the corresponding field in the struct:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD__mask_tex_uvlayer_name); CPointer<CArrayFacade<Byte>> p_mask_tex_uvlayer_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD___pad1
Padding...
This is how you get a reference on the corresponding field in the struct:
WeightVGMixModifierData weightvgmixmodifierdata = ...; CPointer<Object> p = weightvgmixmodifierdata.__dna__addressof(WeightVGMixModifierData.__DNA__FIELD___pad1); CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public WeightVGMixModifierData(long __address, Block __block, BlockTable __blockTable)
protected WeightVGMixModifierData(WeightVGMixModifierData that)
public ModifierData getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(ModifierData modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public CArrayFacade<java.lang.Byte> getDefgrp_name_a() throws java.io.IOException
Name of vertex group to modify/weight. MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__defgrp_name_a
public void setDefgrp_name_a(CArrayFacade<java.lang.Byte> defgrp_name_a) throws java.io.IOException
Name of vertex group to modify/weight. MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__defgrp_name_a
public CArrayFacade<java.lang.Byte> getDefgrp_name_b() throws java.io.IOException
Name of other vertex group to mix in. MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__defgrp_name_b
public void setDefgrp_name_b(CArrayFacade<java.lang.Byte> defgrp_name_b) throws java.io.IOException
Name of other vertex group to mix in. MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__defgrp_name_b
public float getDefault_weight_a() throws java.io.IOException
Default weight value for first vgroup.
java.io.IOException
__DNA__FIELD__default_weight_a
public void setDefault_weight_a(float default_weight_a) throws java.io.IOException
Default weight value for first vgroup.
java.io.IOException
__DNA__FIELD__default_weight_a
public float getDefault_weight_b() throws java.io.IOException
Default weight value to mix in.
java.io.IOException
__DNA__FIELD__default_weight_b
public void setDefault_weight_b(float default_weight_b) throws java.io.IOException
Default weight value to mix in.
java.io.IOException
__DNA__FIELD__default_weight_b
public byte getMix_mode() throws java.io.IOException
How second vgroups weights affect first ones.
java.io.IOException
__DNA__FIELD__mix_mode
public void setMix_mode(byte mix_mode) throws java.io.IOException
How second vgroups weights affect first ones.
java.io.IOException
__DNA__FIELD__mix_mode
public byte getMix_set() throws java.io.IOException
What vertices to affect.
java.io.IOException
__DNA__FIELD__mix_set
public void setMix_set(byte mix_set) throws java.io.IOException
What vertices to affect.
java.io.IOException
__DNA__FIELD__mix_set
public CArrayFacade<java.lang.Byte> get_pad0() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad0
public void set_pad0(CArrayFacade<java.lang.Byte> _pad0) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad0
public float getMask_constant() throws java.io.IOException
Masking options. The global "influence", if no vgroup nor tex is used as mask.
java.io.IOException
__DNA__FIELD__mask_constant
public void setMask_constant(float mask_constant) throws java.io.IOException
Masking options. The global "influence", if no vgroup nor tex is used as mask.
java.io.IOException
__DNA__FIELD__mask_constant
public CArrayFacade<java.lang.Byte> getMask_defgrp_name() throws java.io.IOException
Name of mask vertex group from which to get weight factors. MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__mask_defgrp_name
public void setMask_defgrp_name(CArrayFacade<java.lang.Byte> mask_defgrp_name) throws java.io.IOException
Name of mask vertex group from which to get weight factors. MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__mask_defgrp_name
public int getMask_tex_use_channel() throws java.io.IOException
Texture masking. Which channel to use as weightf.
java.io.IOException
__DNA__FIELD__mask_tex_use_channel
public void setMask_tex_use_channel(int mask_tex_use_channel) throws java.io.IOException
Texture masking. Which channel to use as weightf.
java.io.IOException
__DNA__FIELD__mask_tex_use_channel
public CPointer<Tex> getMask_texture() throws java.io.IOException
The texture.
java.io.IOException
__DNA__FIELD__mask_texture
public void setMask_texture(CPointer<Tex> mask_texture) throws java.io.IOException
The texture.
java.io.IOException
__DNA__FIELD__mask_texture
public CPointer<BlenderObject> getMask_tex_map_obj() throws java.io.IOException
Name of the map object.
java.io.IOException
__DNA__FIELD__mask_tex_map_obj
public void setMask_tex_map_obj(CPointer<BlenderObject> mask_tex_map_obj) throws java.io.IOException
Name of the map object.
java.io.IOException
__DNA__FIELD__mask_tex_map_obj
public int getMask_tex_mapping() throws java.io.IOException
How to map the texture!.
java.io.IOException
__DNA__FIELD__mask_tex_mapping
public void setMask_tex_mapping(int mask_tex_mapping) throws java.io.IOException
How to map the texture!.
java.io.IOException
__DNA__FIELD__mask_tex_mapping
public CArrayFacade<java.lang.Byte> getMask_tex_uvlayer_name() throws java.io.IOException
Name of the UV map. MAX_CUSTOMDATA_LAYER_NAME.
java.io.IOException
__DNA__FIELD__mask_tex_uvlayer_name
public void setMask_tex_uvlayer_name(CArrayFacade<java.lang.Byte> mask_tex_uvlayer_name) throws java.io.IOException
Name of the UV map. MAX_CUSTOMDATA_LAYER_NAME.
java.io.IOException
__DNA__FIELD__mask_tex_uvlayer_name
public CArrayFacade<java.lang.Byte> get_pad1() throws java.io.IOException
Padding...
java.io.IOException
__DNA__FIELD___pad1
public void set_pad1(CArrayFacade<java.lang.Byte> _pad1) throws java.io.IOException
Padding...
java.io.IOException
__DNA__FIELD___pad1
public CPointer<WeightVGMixModifierData> __io__addressof()