Class WarpModifierData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__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__texture

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

        Field Documentation

        Blender Source Code

        Keep in sync with MappingInfoModifierData .

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__texture);
         CPointer<CPointer<Tex>> p_texture = p.cast(new Class[]{CPointer.class, Tex.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__map_object);
         CPointer<CPointer<BlenderObject>> p_map_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__map_bone);
         CPointer<CArrayFacade<Byte>> p_map_bone = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        MAX_CUSTOMDATA_LAYER_NAME.

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__uvlayer_name);
         CPointer<CArrayFacade<Byte>> p_uvlayer_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__uvlayer_tmp);
         CPointer<Integer> p_uvlayer_tmp = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'uvlayer_tmp'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__texmapping

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

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__texmapping);
         CPointer<Integer> p_texmapping = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'texmapping'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__object_from

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

        Field Documentation

        Blender Source Code

        End MappingInfoModifierData .

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__object_from);
         CPointer<CPointer<BlenderObject>> p_object_from = p.cast(new Class[]{CPointer.class, BlenderObject.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__object_to);
         CPointer<CPointer<BlenderObject>> p_object_to = p.cast(new Class[]{CPointer.class, BlenderObject.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Optional name of bone target, MAX_ID_NAME-2.

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__bone_from);
         CPointer<CArrayFacade<Byte>> p_bone_from = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Optional name of bone target, MAX_ID_NAME-2.

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__bone_to);
         CPointer<CArrayFacade<Byte>> p_bone_to = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__curfalloff);
         CPointer<CPointer<CurveMapping>> p_curfalloff = p.cast(new Class[]{CPointer.class, CurveMapping.class});
         

        Metadata

        • Field: 'curfalloff'
        • Signature: 'CurveMapping*'
        • Actual Size (32bit/64bit): 4/8
      • __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

        Optional vertexgroup name, MAX_VGROUP_NAME.

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__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__strength

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

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__strength);
         CPointer<Float> p_strength = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'strength'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__falloff_radius

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

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__falloff_radius);
         CPointer<Float> p_falloff_radius = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'falloff_radius'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__flag

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

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__flag);
         CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'flag'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__falloff_type

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

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__falloff_type);
         CPointer<Byte> p_falloff_type = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'falloff_type'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD___pad

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

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD___pad);
         CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad'
        • Signature: 'char[6]'
        • Actual Size (32bit/64bit): 6/6
      • __DNA__FIELD___pad1

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

        Pointer Arithmetics

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

         WarpModifierData warpmodifierdata = ...;
         CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD___pad1);
         CPointer<CPointer<Object>> p__pad1 = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: '_pad1'
        • Signature: 'void*'
        • Actual Size (32bit/64bit): 4/8
    • Constructor Detail

      • WarpModifierData

        public WarpModifierData​(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
      • setTexture

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

        Field Documentation

        Blender Source Code

        Keep in sync with MappingInfoModifierData .

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__texture
      • getMap_bone

        public CArrayFacade<java.lang.Byte> getMap_bone()
                                                 throws java.io.IOException
        Get method for struct member 'map_bone'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__map_bone
      • setMap_bone

        public void setMap_bone​(CArrayFacade<java.lang.Byte> map_bone)
                         throws java.io.IOException
        Set method for struct member 'map_bone'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__map_bone
      • getUvlayer_name

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

        Field Documentation

        Blender Source Code

        MAX_CUSTOMDATA_LAYER_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__uvlayer_name
      • setUvlayer_name

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

        Field Documentation

        Blender Source Code

        MAX_CUSTOMDATA_LAYER_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__uvlayer_name
      • getUvlayer_tmp

        public int getUvlayer_tmp()
                           throws java.io.IOException
        Get method for struct member 'uvlayer_tmp'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__uvlayer_tmp
      • setUvlayer_tmp

        public void setUvlayer_tmp​(int uvlayer_tmp)
                            throws java.io.IOException
        Set method for struct member 'uvlayer_tmp'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__uvlayer_tmp
      • getTexmapping

        public int getTexmapping()
                          throws java.io.IOException
        Get method for struct member 'texmapping'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__texmapping
      • setTexmapping

        public void setTexmapping​(int texmapping)
                           throws java.io.IOException
        Set method for struct member 'texmapping'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__texmapping
      • getBone_from

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

        Field Documentation

        Blender Source Code

        Optional name of bone target, MAX_ID_NAME-2.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bone_from
      • setBone_from

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

        Field Documentation

        Blender Source Code

        Optional name of bone target, MAX_ID_NAME-2.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bone_from
      • getBone_to

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

        Field Documentation

        Blender Source Code

        Optional name of bone target, MAX_ID_NAME-2.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bone_to
      • setBone_to

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

        Field Documentation

        Blender Source Code

        Optional name of bone target, MAX_ID_NAME-2.

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

        Optional vertexgroup name, 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

        Optional vertexgroup name, MAX_VGROUP_NAME.

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

        public float getStrength()
                          throws java.io.IOException
        Get method for struct member 'strength'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__strength
      • setStrength

        public void setStrength​(float strength)
                         throws java.io.IOException
        Set method for struct member 'strength'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__strength
      • getFalloff_radius

        public float getFalloff_radius()
                                throws java.io.IOException
        Get method for struct member 'falloff_radius'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff_radius
      • setFalloff_radius

        public void setFalloff_radius​(float falloff_radius)
                               throws java.io.IOException
        Set method for struct member 'falloff_radius'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff_radius
      • getFlag

        public byte getFlag()
                     throws java.io.IOException
        Get method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • setFlag

        public void setFlag​(byte flag)
                     throws java.io.IOException
        Set method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • getFalloff_type

        public byte getFalloff_type()
                             throws java.io.IOException
        Get method for struct member 'falloff_type'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff_type
      • setFalloff_type

        public void setFalloff_type​(byte falloff_type)
                             throws java.io.IOException
        Set method for struct member 'falloff_type'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff_type
      • get_pad

        public CArrayFacade<java.lang.Byte> get_pad()
                                             throws java.io.IOException
        Get method for struct member '_pad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad
      • set_pad

        public void set_pad​(CArrayFacade<java.lang.Byte> _pad)
                     throws java.io.IOException
        Set method for struct member '_pad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad
      • get_pad1

        public CPointer<java.lang.Object> get_pad1()
                                            throws java.io.IOException
        Get method for struct member '_pad1'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad1
      • set_pad1

        public void set_pad1​(CPointer<java.lang.Object> _pad1)
                      throws java.io.IOException
        Set method for struct member '_pad1'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad1