Class WeightVGEditModifierData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

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

        Metadata

        • Field: 'modifier'
        • Signature: 'ModifierData'
        • Actual Size (32bit/64bit): 100/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 edit. MAX_VGROUP_NAME.

        Pointer Arithmetics

        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});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Using MOD_WVG_EDIT_* flags.

        Pointer Arithmetics

        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});
         

        Metadata

        • Field: 'edit_flags'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __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

        Using MOD_WVG_MAPPING_* defines.

        Pointer Arithmetics

        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});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Weight for vertices not in vgroup.

        Pointer Arithmetics

        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});
         

        Metadata

        • Field: 'default_weight'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __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:

         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});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        The add/remove vertices weight thresholds.

        Pointer Arithmetics

        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});
         

        Metadata

        • Field: 'add_threshold'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__rem_threshold

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

        Pointer Arithmetics

        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});
         

        Metadata

        • Field: 'rem_threshold'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __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:

         WeightVGEditModifierData weightvgeditmodifierdata = ...;
         CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__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:

         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});
         

        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:

         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});
         

        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:

         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});
         

        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:

         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});
         

        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:

         WeightVGEditModifierData weightvgeditmodifierdata = ...;
         CPointer<Object> p = weightvgeditmodifierdata.__dna__addressof(WeightVGEditModifierData.__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 (using MOD_DISP_MAP_* enums).

        Pointer Arithmetics

        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});
         

        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:

         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});
         

        Metadata

        • Field: 'mask_tex_uvlayer_name'
        • Signature: 'char[64]'
        • Actual Size (32bit/64bit): 64/64
      • __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:

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

        Metadata

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

      • WeightVGEditModifierData

        public WeightVGEditModifierData​(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 edit. 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 edit. MAX_VGROUP_NAME.

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

        public short getEdit_flags()
                            throws java.io.IOException
        Get method for struct member 'edit_flags'.

        Field Documentation

        Blender Source Code

        Using MOD_WVG_EDIT_* flags.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edit_flags
      • setEdit_flags

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

        Field Documentation

        Blender Source Code

        Using MOD_WVG_EDIT_* flags.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__edit_flags
      • getFalloff_type

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

        Field Documentation

        Blender Source Code

        Using MOD_WVG_MAPPING_* defines.

        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

        Using MOD_WVG_MAPPING_* defines.

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

        public float getDefault_weight()
                                throws java.io.IOException
        Get method for struct member 'default_weight'.

        Field Documentation

        Blender Source Code

        Weight for vertices not in vgroup.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__default_weight
      • setDefault_weight

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

        Field Documentation

        Blender Source Code

        Weight for vertices not in vgroup.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__default_weight
      • 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
      • getAdd_threshold

        public float getAdd_threshold()
                               throws java.io.IOException
        Get method for struct member 'add_threshold'.

        Field Documentation

        Blender Source Code

        The add/remove vertices weight thresholds.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__add_threshold
      • setAdd_threshold

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

        Field Documentation

        Blender Source Code

        The add/remove vertices weight thresholds.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__add_threshold
      • getRem_threshold

        public float getRem_threshold()
                               throws java.io.IOException
        Get method for struct member 'rem_threshold'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__rem_threshold
      • setRem_threshold

        public void setRem_threshold​(float rem_threshold)
                              throws java.io.IOException
        Set method for struct member 'rem_threshold'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__rem_threshold
      • 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 (using MOD_DISP_MAP_* enums).

        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 (using MOD_DISP_MAP_* enums).

        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
      • 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