public class WeightVGEditModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__add_threshold
Field descriptor (offset) for struct member 'add_threshold'.
|
static long[] |
__DNA__FIELD__cmap_curve
Field descriptor (offset) for struct member 'cmap_curve'.
|
static long[] |
__DNA__FIELD__default_weight
Field descriptor (offset) for struct member 'default_weight'.
|
static long[] |
__DNA__FIELD__defgrp_name
Field descriptor (offset) for struct member 'defgrp_name'.
|
static long[] |
__DNA__FIELD__edit_flags
Field descriptor (offset) for struct member 'edit_flags'.
|
static long[] |
__DNA__FIELD__falloff_type
Field descriptor (offset) for struct member 'falloff_type'.
|
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__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__pad_i1
Field descriptor (offset) for struct member 'pad_i1'.
|
static long[] |
__DNA__FIELD__rem_threshold
Field descriptor (offset) for struct member 'rem_threshold'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct WeightVGEditModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
WeightVGEditModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
WeightVGEditModifierData(WeightVGEditModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<WeightVGEditModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getAdd_threshold()
Get method for struct member 'add_threshold'.
|
CPointer<CurveMapping> |
getCmap_curve()
Get method for struct member 'cmap_curve'.
|
float |
getDefault_weight()
Get method for struct member 'default_weight'.
|
CArrayFacade<java.lang.Byte> |
getDefgrp_name()
Get method for struct member 'defgrp_name'.
|
short |
getEdit_flags()
Get method for struct member 'edit_flags'.
|
short |
getFalloff_type()
Get method for struct member 'falloff_type'.
|
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'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
int |
getPad_i1()
Get method for struct member 'pad_i1'.
|
float |
getRem_threshold()
Get method for struct member 'rem_threshold'.
|
void |
setAdd_threshold(float add_threshold)
Set method for struct member 'add_threshold'.
|
void |
setCmap_curve(CPointer<CurveMapping> cmap_curve)
Set method for struct member 'cmap_curve'.
|
void |
setDefault_weight(float default_weight)
Set method for struct member 'default_weight'.
|
void |
setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name)
Set method for struct member 'defgrp_name'.
|
void |
setEdit_flags(short edit_flags)
Set method for struct member 'edit_flags'.
|
void |
setFalloff_type(short falloff_type)
Set method for struct member 'falloff_type'.
|
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 |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setPad_i1(int pad_i1)
Set method for struct member 'pad_i1'.
|
void |
setRem_threshold(float rem_threshold)
Set method for struct member 'rem_threshold'.
|
__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 WeightVGEditModifierData.
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:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__defgrp_name
Name of vertex group to edit. MAX_VGROUP_NAME.
This is how you get a reference on the corresponding field in the struct:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__DNA__FIELD__defgrp_name); CPointer<CArrayFacade<Byte>> p_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__edit_flags
Using MOD_WVG_EDIT_* flags.
This is how you get a reference on the corresponding field in the struct:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__DNA__FIELD__edit_flags); CPointer<Short> p_edit_flags = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__falloff_type
Using MOD_WVG_MAPPING_* defines.
This is how you get a reference on the corresponding field in the struct:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__DNA__FIELD__falloff_type); CPointer<Short> p_falloff_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__default_weight
Weight for vertices not in vgroup.
This is how you get a reference on the corresponding field in the struct:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__DNA__FIELD__default_weight); CPointer<Float> p_default_weight = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__cmap_curve
Mapping stuff. The custom mapping curve!
This is how you get a reference on the corresponding field in the struct:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__DNA__FIELD__cmap_curve); CPointer<CPointer<CurveMapping>> p_cmap_curve = p.cast(new Class[]{CPointer.class, CurveMapping.class});
public static final long[] __DNA__FIELD__add_threshold
The add/remove vertices weight thresholds.
This is how you get a reference on the corresponding field in the struct:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__DNA__FIELD__add_threshold); CPointer<Float> p_add_threshold = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__rem_threshold
This is how you get a reference on the corresponding field in the struct:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__DNA__FIELD__rem_threshold); CPointer<Float> p_rem_threshold = p.cast(new Class[]{Float.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:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__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:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__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:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__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:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__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:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__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 (using MOD_DISP_MAP_* enums).
This is how you get a reference on the corresponding field in the struct:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__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:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__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__pad_i1
Padding...
This is how you get a reference on the corresponding field in the struct:
WeightVGEditModifierData weightvgeditmodifierdata = ...; CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__DNA__FIELD__pad_i1); CPointer<Integer> p_pad_i1 = p.cast(new Class[]{Integer.class});
public WeightVGEditModifierData(long __address, Block __block, BlockTable __blockTable)
protected WeightVGEditModifierData(WeightVGEditModifierData 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() throws java.io.IOException
Name of vertex group to edit. MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__defgrp_name
public void setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name) throws java.io.IOException
Name of vertex group to edit. MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__defgrp_name
public short getEdit_flags() throws java.io.IOException
Using MOD_WVG_EDIT_* flags.
java.io.IOException
__DNA__FIELD__edit_flags
public void setEdit_flags(short edit_flags) throws java.io.IOException
Using MOD_WVG_EDIT_* flags.
java.io.IOException
__DNA__FIELD__edit_flags
public short getFalloff_type() throws java.io.IOException
Using MOD_WVG_MAPPING_* defines.
java.io.IOException
__DNA__FIELD__falloff_type
public void setFalloff_type(short falloff_type) throws java.io.IOException
Using MOD_WVG_MAPPING_* defines.
java.io.IOException
__DNA__FIELD__falloff_type
public float getDefault_weight() throws java.io.IOException
Weight for vertices not in vgroup.
java.io.IOException
__DNA__FIELD__default_weight
public void setDefault_weight(float default_weight) throws java.io.IOException
Weight for vertices not in vgroup.
java.io.IOException
__DNA__FIELD__default_weight
public CPointer<CurveMapping> getCmap_curve() throws java.io.IOException
Mapping stuff. The custom mapping curve!
java.io.IOException
__DNA__FIELD__cmap_curve
public void setCmap_curve(CPointer<CurveMapping> cmap_curve) throws java.io.IOException
Mapping stuff. The custom mapping curve!
java.io.IOException
__DNA__FIELD__cmap_curve
public float getAdd_threshold() throws java.io.IOException
The add/remove vertices weight thresholds.
java.io.IOException
__DNA__FIELD__add_threshold
public void setAdd_threshold(float add_threshold) throws java.io.IOException
The add/remove vertices weight thresholds.
java.io.IOException
__DNA__FIELD__add_threshold
public float getRem_threshold() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rem_threshold
public void setRem_threshold(float rem_threshold) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rem_threshold
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 (using MOD_DISP_MAP_* enums).
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 (using MOD_DISP_MAP_* enums).
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 int getPad_i1() throws java.io.IOException
Padding...
java.io.IOException
__DNA__FIELD__pad_i1
public void setPad_i1(int pad_i1) throws java.io.IOException
Padding...
java.io.IOException
__DNA__FIELD__pad_i1
public CPointer<WeightVGEditModifierData> __io__addressof()