Class WeightVGProximityModifierData


  • public class WeightVGProximityModifierData
    extends CFacade
    Generated facet for DNA struct type 'WeightVGProximityModifierData'.

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct WeightVGProximityModifierData.

        It is required when allocating a new block to store data for WeightVGProximityModifierData.

        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:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__modifier);
         CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
         

        Metadata

        • Field: 'modifier'
        • Signature: 'ModifierData'
        • Actual Size (32bit/64bit): 104/120
      • __DNA__FIELD__defgrp_name

        public static final long[] __DNA__FIELD__defgrp_name
        Field descriptor (offset) for struct member 'defgrp_name'.

        Field Documentation

        Blender Source Code

        Name of vertex group to modify/weight. #MAX_VGROUP_NAME.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__defgrp_name);
         CPointer<CArrayFacade<Byte>> p_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'defgrp_name'
        • Signature: 'char[64]'
        • Actual Size (32bit/64bit): 64/64
      • __DNA__FIELD__cmap_curve

        public static final long[] __DNA__FIELD__cmap_curve
        Field descriptor (offset) for struct member 'cmap_curve'.

        Field Documentation

        Blender Source Code

        Mapping stuff. The custom mapping curve.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__cmap_curve);
         CPointer<CPointer<CurveMapping>> p_cmap_curve = p.cast(new Class[]{CPointer.class, CurveMapping.class});
         

        Metadata

        • Field: 'cmap_curve'
        • Signature: 'CurveMapping*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__proximity_mode

        public static final long[] __DNA__FIELD__proximity_mode
        Field descriptor (offset) for struct member 'proximity_mode'.

        Field Documentation

        Blender Source Code

        Modes of proximity weighting.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__proximity_mode);
         CPointer<Integer> p_proximity_mode = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'proximity_mode'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__proximity_flags

        public static final long[] __DNA__FIELD__proximity_flags
        Field descriptor (offset) for struct member 'proximity_flags'.

        Field Documentation

        Blender Source Code

        Options for proximity weighting.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__proximity_flags);
         CPointer<Integer> p_proximity_flags = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'proximity_flags'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__proximity_ob_target

        public static final long[] __DNA__FIELD__proximity_ob_target
        Field descriptor (offset) for struct member 'proximity_ob_target'.

        Field Documentation

        Blender Source Code

        Target object from which to calculate vertices distances.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__proximity_ob_target);
         CPointer<CPointer<BlenderObject>> p_proximity_ob_target = p.cast(new Class[]{CPointer.class, BlenderObject.class});
         

        Metadata

        • Field: 'proximity_ob_target'
        • Signature: 'Object*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__mask_constant

        public static final long[] __DNA__FIELD__mask_constant
        Field descriptor (offset) for struct member 'mask_constant'.

        Field Documentation

        Blender Source Code

        Masking options. The global "influence", if no vgroup nor tex is used as mask.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__mask_constant);
         CPointer<Float> p_mask_constant = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'mask_constant'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__mask_defgrp_name

        public static final long[] __DNA__FIELD__mask_defgrp_name
        Field descriptor (offset) for struct member 'mask_defgrp_name'.

        Field Documentation

        Blender Source Code

        Name of mask vertex group from which to get weight factors. #MAX_VGROUP_NAME.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__mask_defgrp_name);
         CPointer<CArrayFacade<Byte>> p_mask_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'mask_defgrp_name'
        • Signature: 'char[64]'
        • Actual Size (32bit/64bit): 64/64
      • __DNA__FIELD__mask_tex_use_channel

        public static final long[] __DNA__FIELD__mask_tex_use_channel
        Field descriptor (offset) for struct member 'mask_tex_use_channel'.

        Field Documentation

        Blender Source Code

        Texture masking. Which channel to use as weightf.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__mask_tex_use_channel);
         CPointer<Integer> p_mask_tex_use_channel = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'mask_tex_use_channel'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__mask_texture

        public static final long[] __DNA__FIELD__mask_texture
        Field descriptor (offset) for struct member 'mask_texture'.

        Field Documentation

        Blender Source Code

        The texture.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__mask_texture);
         CPointer<CPointer<Tex>> p_mask_texture = p.cast(new Class[]{CPointer.class, Tex.class});
         

        Metadata

        • Field: 'mask_texture'
        • Signature: 'Tex*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__mask_tex_map_obj

        public static final long[] __DNA__FIELD__mask_tex_map_obj
        Field descriptor (offset) for struct member 'mask_tex_map_obj'.

        Field Documentation

        Blender Source Code

        Name of the map object.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__mask_tex_map_obj);
         CPointer<CPointer<BlenderObject>> p_mask_tex_map_obj = p.cast(new Class[]{CPointer.class, BlenderObject.class});
         

        Metadata

        • Field: 'mask_tex_map_obj'
        • Signature: 'Object*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__mask_tex_map_bone

        public static final long[] __DNA__FIELD__mask_tex_map_bone
        Field descriptor (offset) for struct member 'mask_tex_map_bone'.

        Field Documentation

        Blender Source Code

        Name of the map bone.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__mask_tex_map_bone);
         CPointer<CArrayFacade<Byte>> p_mask_tex_map_bone = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'mask_tex_map_bone'
        • Signature: 'char[64]'
        • Actual Size (32bit/64bit): 64/64
      • __DNA__FIELD__mask_tex_mapping

        public static final long[] __DNA__FIELD__mask_tex_mapping
        Field descriptor (offset) for struct member 'mask_tex_mapping'.

        Field Documentation

        Blender Source Code

        How to map the texture.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__mask_tex_mapping);
         CPointer<Integer> p_mask_tex_mapping = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'mask_tex_mapping'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__mask_tex_uvlayer_name

        public static final long[] __DNA__FIELD__mask_tex_uvlayer_name
        Field descriptor (offset) for struct member 'mask_tex_uvlayer_name'.

        Field Documentation

        Blender Source Code

        Name of the UV Map. MAX_CUSTOMDATA_LAYER_NAME.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__mask_tex_uvlayer_name);
         CPointer<CArrayFacade<Byte>> p_mask_tex_uvlayer_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'mask_tex_uvlayer_name'
        • Signature: 'char[64]'
        • Actual Size (32bit/64bit): 64/64
      • __DNA__FIELD__min_dist

        public static final long[] __DNA__FIELD__min_dist
        Field descriptor (offset) for struct member 'min_dist'.

        Field Documentation

        Blender Source Code

        Distances mapping to 0.0/1.0 weights.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__min_dist);
         CPointer<Float> p_min_dist = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'min_dist'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__max_dist

        public static final long[] __DNA__FIELD__max_dist
        Field descriptor (offset) for struct member 'max_dist'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__max_dist);
         CPointer<Float> p_max_dist = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'max_dist'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__falloff_type

        public static final long[] __DNA__FIELD__falloff_type
        Field descriptor (offset) for struct member 'falloff_type'.

        Field Documentation

        Blender Source Code

        Put here to avoid breaking existing struct... Mapping modes (using MOD_WVG_MAPPING_* enums).

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD__falloff_type);
         CPointer<Short> p_falloff_type = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'falloff_type'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD___pad0

        public static final long[] __DNA__FIELD___pad0
        Field descriptor (offset) for struct member '_pad0'.

        Field Documentation

        Blender Source Code

        Padding...

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         WeightVGProximityModifierData weightvgproximitymodifierdata = ...;
         CPointer<Object> p = weightvgproximitymodifierdata.__dna__addressof(WeightVGProximityModifierData.__DNA__FIELD___pad0);
         CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad0'
        • Signature: 'char[2]'
        • Actual Size (32bit/64bit): 2/2
    • Constructor Detail

      • WeightVGProximityModifierData

        public WeightVGProximityModifierData​(long __address,
                                             Block __block,
                                             BlockTable __blockTable)
    • Method Detail

      • getModifier

        public ModifierData getModifier()
                                 throws java.io.IOException
        Get method for struct member 'modifier'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__modifier
      • setModifier

        public void setModifier​(ModifierData modifier)
                         throws java.io.IOException
        Set method for struct member 'modifier'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__modifier
      • getDefgrp_name

        public CArrayFacade<java.lang.Byte> getDefgrp_name()
                                                    throws java.io.IOException
        Get method for struct member 'defgrp_name'.

        Field Documentation

        Blender Source Code

        Name of vertex group to modify/weight. #MAX_VGROUP_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__defgrp_name
      • setDefgrp_name

        public void setDefgrp_name​(CArrayFacade<java.lang.Byte> defgrp_name)
                            throws java.io.IOException
        Set method for struct member 'defgrp_name'.

        Field Documentation

        Blender Source Code

        Name of vertex group to modify/weight. #MAX_VGROUP_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__defgrp_name
      • getCmap_curve

        public CPointer<CurveMapping> getCmap_curve()
                                             throws java.io.IOException
        Get method for struct member 'cmap_curve'.

        Field Documentation

        Blender Source Code

        Mapping stuff. The custom mapping curve.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cmap_curve
      • setCmap_curve

        public void setCmap_curve​(CPointer<CurveMapping> cmap_curve)
                           throws java.io.IOException
        Set method for struct member 'cmap_curve'.

        Field Documentation

        Blender Source Code

        Mapping stuff. The custom mapping curve.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cmap_curve
      • getProximity_mode

        public int getProximity_mode()
                              throws java.io.IOException
        Get method for struct member 'proximity_mode'.

        Field Documentation

        Blender Source Code

        Modes of proximity weighting.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__proximity_mode
      • setProximity_mode

        public void setProximity_mode​(int proximity_mode)
                               throws java.io.IOException
        Set method for struct member 'proximity_mode'.

        Field Documentation

        Blender Source Code

        Modes of proximity weighting.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__proximity_mode
      • getProximity_flags

        public int getProximity_flags()
                               throws java.io.IOException
        Get method for struct member 'proximity_flags'.

        Field Documentation

        Blender Source Code

        Options for proximity weighting.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__proximity_flags
      • setProximity_flags

        public void setProximity_flags​(int proximity_flags)
                                throws java.io.IOException
        Set method for struct member 'proximity_flags'.

        Field Documentation

        Blender Source Code

        Options for proximity weighting.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__proximity_flags
      • getProximity_ob_target

        public CPointer<BlenderObject> getProximity_ob_target()
                                                       throws java.io.IOException
        Get method for struct member 'proximity_ob_target'.

        Field Documentation

        Blender Source Code

        Target object from which to calculate vertices distances.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__proximity_ob_target
      • setProximity_ob_target

        public void setProximity_ob_target​(CPointer<BlenderObject> proximity_ob_target)
                                    throws java.io.IOException
        Set method for struct member 'proximity_ob_target'.

        Field Documentation

        Blender Source Code

        Target object from which to calculate vertices distances.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__proximity_ob_target
      • getMask_constant

        public float getMask_constant()
                               throws java.io.IOException
        Get method for struct member 'mask_constant'.

        Field Documentation

        Blender Source Code

        Masking options. The global "influence", if no vgroup nor tex is used as mask.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_constant
      • setMask_constant

        public void setMask_constant​(float mask_constant)
                              throws java.io.IOException
        Set method for struct member 'mask_constant'.

        Field Documentation

        Blender Source Code

        Masking options. The global "influence", if no vgroup nor tex is used as mask.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_constant
      • getMask_defgrp_name

        public CArrayFacade<java.lang.Byte> getMask_defgrp_name()
                                                         throws java.io.IOException
        Get method for struct member 'mask_defgrp_name'.

        Field Documentation

        Blender Source Code

        Name of mask vertex group from which to get weight factors. #MAX_VGROUP_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_defgrp_name
      • setMask_defgrp_name

        public void setMask_defgrp_name​(CArrayFacade<java.lang.Byte> mask_defgrp_name)
                                 throws java.io.IOException
        Set method for struct member 'mask_defgrp_name'.

        Field Documentation

        Blender Source Code

        Name of mask vertex group from which to get weight factors. #MAX_VGROUP_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_defgrp_name
      • getMask_tex_use_channel

        public int getMask_tex_use_channel()
                                    throws java.io.IOException
        Get method for struct member 'mask_tex_use_channel'.

        Field Documentation

        Blender Source Code

        Texture masking. Which channel to use as weightf.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_tex_use_channel
      • setMask_tex_use_channel

        public void setMask_tex_use_channel​(int mask_tex_use_channel)
                                     throws java.io.IOException
        Set method for struct member 'mask_tex_use_channel'.

        Field Documentation

        Blender Source Code

        Texture masking. Which channel to use as weightf.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_tex_use_channel
      • getMask_texture

        public CPointer<Tex> getMask_texture()
                                      throws java.io.IOException
        Get method for struct member 'mask_texture'.

        Field Documentation

        Blender Source Code

        The texture.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_texture
      • setMask_texture

        public void setMask_texture​(CPointer<Tex> mask_texture)
                             throws java.io.IOException
        Set method for struct member 'mask_texture'.

        Field Documentation

        Blender Source Code

        The texture.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_texture
      • getMask_tex_map_obj

        public CPointer<BlenderObject> getMask_tex_map_obj()
                                                    throws java.io.IOException
        Get method for struct member 'mask_tex_map_obj'.

        Field Documentation

        Blender Source Code

        Name of the map object.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_tex_map_obj
      • setMask_tex_map_obj

        public void setMask_tex_map_obj​(CPointer<BlenderObject> mask_tex_map_obj)
                                 throws java.io.IOException
        Set method for struct member 'mask_tex_map_obj'.

        Field Documentation

        Blender Source Code

        Name of the map object.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_tex_map_obj
      • getMask_tex_map_bone

        public CArrayFacade<java.lang.Byte> getMask_tex_map_bone()
                                                          throws java.io.IOException
        Get method for struct member 'mask_tex_map_bone'.

        Field Documentation

        Blender Source Code

        Name of the map bone.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_tex_map_bone
      • setMask_tex_map_bone

        public void setMask_tex_map_bone​(CArrayFacade<java.lang.Byte> mask_tex_map_bone)
                                  throws java.io.IOException
        Set method for struct member 'mask_tex_map_bone'.

        Field Documentation

        Blender Source Code

        Name of the map bone.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_tex_map_bone
      • getMask_tex_mapping

        public int getMask_tex_mapping()
                                throws java.io.IOException
        Get method for struct member 'mask_tex_mapping'.

        Field Documentation

        Blender Source Code

        How to map the texture.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_tex_mapping
      • setMask_tex_mapping

        public void setMask_tex_mapping​(int mask_tex_mapping)
                                 throws java.io.IOException
        Set method for struct member 'mask_tex_mapping'.

        Field Documentation

        Blender Source Code

        How to map the texture.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_tex_mapping
      • getMask_tex_uvlayer_name

        public CArrayFacade<java.lang.Byte> getMask_tex_uvlayer_name()
                                                              throws java.io.IOException
        Get method for struct member 'mask_tex_uvlayer_name'.

        Field Documentation

        Blender Source Code

        Name of the UV Map. MAX_CUSTOMDATA_LAYER_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_tex_uvlayer_name
      • setMask_tex_uvlayer_name

        public void setMask_tex_uvlayer_name​(CArrayFacade<java.lang.Byte> mask_tex_uvlayer_name)
                                      throws java.io.IOException
        Set method for struct member 'mask_tex_uvlayer_name'.

        Field Documentation

        Blender Source Code

        Name of the UV Map. MAX_CUSTOMDATA_LAYER_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_tex_uvlayer_name
      • getMin_dist

        public float getMin_dist()
                          throws java.io.IOException
        Get method for struct member 'min_dist'.

        Field Documentation

        Blender Source Code

        Distances mapping to 0.0/1.0 weights.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__min_dist
      • setMin_dist

        public void setMin_dist​(float min_dist)
                         throws java.io.IOException
        Set method for struct member 'min_dist'.

        Field Documentation

        Blender Source Code

        Distances mapping to 0.0/1.0 weights.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__min_dist
      • getMax_dist

        public float getMax_dist()
                          throws java.io.IOException
        Get method for struct member 'max_dist'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__max_dist
      • setMax_dist

        public void setMax_dist​(float max_dist)
                         throws java.io.IOException
        Set method for struct member 'max_dist'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__max_dist
      • getFalloff_type

        public short getFalloff_type()
                              throws java.io.IOException
        Get method for struct member 'falloff_type'.

        Field Documentation

        Blender Source Code

        Put here to avoid breaking existing struct... Mapping modes (using MOD_WVG_MAPPING_* enums).

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff_type
      • setFalloff_type

        public void setFalloff_type​(short falloff_type)
                             throws java.io.IOException
        Set method for struct member 'falloff_type'.

        Field Documentation

        Blender Source Code

        Put here to avoid breaking existing struct... Mapping modes (using MOD_WVG_MAPPING_* enums).

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff_type
      • get_pad0

        public CArrayFacade<java.lang.Byte> get_pad0()
                                              throws java.io.IOException
        Get method for struct member '_pad0'.

        Field Documentation

        Blender Source Code

        Padding...

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad0
      • set_pad0

        public void set_pad0​(CArrayFacade<java.lang.Byte> _pad0)
                      throws java.io.IOException
        Set method for struct member '_pad0'.

        Field Documentation

        Blender Source Code

        Padding...

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad0