Class MeshDeformModifierData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__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__object

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

        Field Documentation

        Blender Source Code

        Mesh object.

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__object);
         CPointer<CPointer<BlenderObject>> p_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
         

        Metadata

        • Field: 'object'
        • Signature: 'Object*'
        • 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 vertex-group name, #MAX_VGROUP_NAME.

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__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__gridsize

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

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__gridsize);
         CPointer<Short> p_gridsize = p.cast(new Class[]{Short.class});
         

        Metadata

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__flag);
         CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
         

        Metadata

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

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

        Metadata

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

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

        Field Documentation

        Blender Source Code

        result of static binding Influences.

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__bindinfluences);
         CPointer<CPointer<MDefInfluence>> p_bindinfluences = p.cast(new Class[]{CPointer.class, MDefInfluence.class});
         

        Metadata

        • Field: 'bindinfluences'
        • Signature: 'MDefInfluence*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__bindoffsets

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

        Field Documentation

        Blender Source Code

        Offsets into influences array.

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__bindoffsets);
         CPointer<CPointer<Integer>> p_bindoffsets = p.cast(new Class[]{CPointer.class, Integer.class});
         

        Metadata

        • Field: 'bindoffsets'
        • Signature: 'int*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__bindcagecos

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

        Field Documentation

        Blender Source Code

        Coordinates that cage was bound with.

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__bindcagecos);
         CPointer<CPointer<Float>> p_bindcagecos = p.cast(new Class[]{CPointer.class, Float.class});
         

        Metadata

        • Field: 'bindcagecos'
        • Signature: 'float*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__totvert

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

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__totvert);
         CPointer<Integer> p_totvert = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'totvert'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__totcagevert

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

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__totcagevert);
         CPointer<Integer> p_totcagevert = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'totcagevert'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__dyngrid

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

        Field Documentation

        Blender Source Code

        result of dynamic binding Grid with dynamic binding cell points.

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__dyngrid);
         CPointer<CPointer<MDefCell>> p_dyngrid = p.cast(new Class[]{CPointer.class, MDefCell.class});
         

        Metadata

        • Field: 'dyngrid'
        • Signature: 'MDefCell*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__dyninfluences

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

        Field Documentation

        Blender Source Code

        Dynamic binding vertex influences.

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__dyninfluences);
         CPointer<CPointer<MDefInfluence>> p_dyninfluences = p.cast(new Class[]{CPointer.class, MDefInfluence.class});
         

        Metadata

        • Field: 'dyninfluences'
        • Signature: 'MDefInfluence*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__dynverts

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

        Field Documentation

        Blender Source Code

        Is this vertex bound or not?

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__dynverts);
         CPointer<CPointer<Integer>> p_dynverts = p.cast(new Class[]{CPointer.class, Integer.class});
         

        Metadata

        • Field: 'dynverts'
        • Signature: 'int*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__dyngridsize

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

        Field Documentation

        Blender Source Code

        Size of the dynamic bind grid.

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__dyngridsize);
         CPointer<Integer> p_dyngridsize = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'dyngridsize'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__totinfluence

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

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__totinfluence);
         CPointer<Integer> p_totinfluence = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'totinfluence'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__dyncellmin

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

        Field Documentation

        Blender Source Code

        Offset of the dynamic bind grid.

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__dyncellmin);
         CPointer<CArrayFacade<Float>> p_dyncellmin = p.cast(new Class[]{CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'dyncellmin'
        • Signature: 'float[3]'
        • Actual Size (32bit/64bit): 12/12
      • __DNA__FIELD__dyncellwidth

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

        Field Documentation

        Blender Source Code

        Width of dynamic bind cell.

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__dyncellwidth);
         CPointer<Float> p_dyncellwidth = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'dyncellwidth'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__bindmat

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

        Field Documentation

        Blender Source Code

        Matrix of cage at binding time.

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__bindmat);
         CPointer<CArrayFacade<CArrayFacade<Float>>> p_bindmat = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'bindmat'
        • Signature: 'float[4][4]'
        • Actual Size (32bit/64bit): 64/64
      • __DNA__FIELD__bindweights

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

        Field Documentation

        Blender Source Code

        deprecated storage Deprecated inefficient storage.

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__bindweights);
         CPointer<CPointer<Float>> p_bindweights = p.cast(new Class[]{CPointer.class, Float.class});
         

        Metadata

        • Field: 'bindweights'
        • Signature: 'float*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__bindcos

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

        Field Documentation

        Blender Source Code

        Deprecated storage of cage coords.

        Pointer Arithmetics

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

         MeshDeformModifierData meshdeformmodifierdata = ...;
         CPointer<Object> p = meshdeformmodifierdata.__dna__addressof(MeshDeformModifierData.__DNA__FIELD__bindcos);
         CPointer<CPointer<Float>> p_bindcos = p.cast(new Class[]{CPointer.class, Float.class});
         

        Metadata

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

      • MeshDeformModifierData

        public MeshDeformModifierData​(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
      • getObject

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

        Field Documentation

        Blender Source Code

        Mesh object.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__object
      • setObject

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

        Field Documentation

        Blender Source Code

        Mesh object.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__object
      • 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 vertex-group 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 vertex-group name, #MAX_VGROUP_NAME.

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

        public short getGridsize()
                          throws java.io.IOException
        Get method for struct member 'gridsize'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gridsize
      • setGridsize

        public void setGridsize​(short gridsize)
                         throws java.io.IOException
        Set method for struct member 'gridsize'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gridsize
      • getFlag

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

        public void setFlag​(short flag)
                     throws java.io.IOException
        Set method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • 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
      • getBindinfluences

        public CPointer<MDefInfluence> getBindinfluences()
                                                  throws java.io.IOException
        Get method for struct member 'bindinfluences'.

        Field Documentation

        Blender Source Code

        result of static binding Influences.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bindinfluences
      • setBindinfluences

        public void setBindinfluences​(CPointer<MDefInfluence> bindinfluences)
                               throws java.io.IOException
        Set method for struct member 'bindinfluences'.

        Field Documentation

        Blender Source Code

        result of static binding Influences.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bindinfluences
      • getBindoffsets

        public CPointer<java.lang.Integer> getBindoffsets()
                                                   throws java.io.IOException
        Get method for struct member 'bindoffsets'.

        Field Documentation

        Blender Source Code

        Offsets into influences array.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bindoffsets
      • setBindoffsets

        public void setBindoffsets​(CPointer<java.lang.Integer> bindoffsets)
                            throws java.io.IOException
        Set method for struct member 'bindoffsets'.

        Field Documentation

        Blender Source Code

        Offsets into influences array.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bindoffsets
      • getBindcagecos

        public CPointer<java.lang.Float> getBindcagecos()
                                                 throws java.io.IOException
        Get method for struct member 'bindcagecos'.

        Field Documentation

        Blender Source Code

        Coordinates that cage was bound with.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bindcagecos
      • setBindcagecos

        public void setBindcagecos​(CPointer<java.lang.Float> bindcagecos)
                            throws java.io.IOException
        Set method for struct member 'bindcagecos'.

        Field Documentation

        Blender Source Code

        Coordinates that cage was bound with.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bindcagecos
      • getTotvert

        public int getTotvert()
                       throws java.io.IOException
        Get method for struct member 'totvert'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__totvert
      • setTotvert

        public void setTotvert​(int totvert)
                        throws java.io.IOException
        Set method for struct member 'totvert'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__totvert
      • getTotcagevert

        public int getTotcagevert()
                           throws java.io.IOException
        Get method for struct member 'totcagevert'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__totcagevert
      • setTotcagevert

        public void setTotcagevert​(int totcagevert)
                            throws java.io.IOException
        Set method for struct member 'totcagevert'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__totcagevert
      • getDyngrid

        public CPointer<MDefCell> getDyngrid()
                                      throws java.io.IOException
        Get method for struct member 'dyngrid'.

        Field Documentation

        Blender Source Code

        result of dynamic binding Grid with dynamic binding cell points.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dyngrid
      • setDyngrid

        public void setDyngrid​(CPointer<MDefCell> dyngrid)
                        throws java.io.IOException
        Set method for struct member 'dyngrid'.

        Field Documentation

        Blender Source Code

        result of dynamic binding Grid with dynamic binding cell points.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dyngrid
      • getDyninfluences

        public CPointer<MDefInfluence> getDyninfluences()
                                                 throws java.io.IOException
        Get method for struct member 'dyninfluences'.

        Field Documentation

        Blender Source Code

        Dynamic binding vertex influences.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dyninfluences
      • setDyninfluences

        public void setDyninfluences​(CPointer<MDefInfluence> dyninfluences)
                              throws java.io.IOException
        Set method for struct member 'dyninfluences'.

        Field Documentation

        Blender Source Code

        Dynamic binding vertex influences.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dyninfluences
      • getDynverts

        public CPointer<java.lang.Integer> getDynverts()
                                                throws java.io.IOException
        Get method for struct member 'dynverts'.

        Field Documentation

        Blender Source Code

        Is this vertex bound or not?

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dynverts
      • setDynverts

        public void setDynverts​(CPointer<java.lang.Integer> dynverts)
                         throws java.io.IOException
        Set method for struct member 'dynverts'.

        Field Documentation

        Blender Source Code

        Is this vertex bound or not?

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dynverts
      • getDyngridsize

        public int getDyngridsize()
                           throws java.io.IOException
        Get method for struct member 'dyngridsize'.

        Field Documentation

        Blender Source Code

        Size of the dynamic bind grid.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dyngridsize
      • setDyngridsize

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

        Field Documentation

        Blender Source Code

        Size of the dynamic bind grid.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dyngridsize
      • getTotinfluence

        public int getTotinfluence()
                            throws java.io.IOException
        Get method for struct member 'totinfluence'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__totinfluence
      • setTotinfluence

        public void setTotinfluence​(int totinfluence)
                             throws java.io.IOException
        Set method for struct member 'totinfluence'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__totinfluence
      • getDyncellmin

        public CArrayFacade<java.lang.Float> getDyncellmin()
                                                    throws java.io.IOException
        Get method for struct member 'dyncellmin'.

        Field Documentation

        Blender Source Code

        Offset of the dynamic bind grid.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dyncellmin
      • setDyncellmin

        public void setDyncellmin​(CArrayFacade<java.lang.Float> dyncellmin)
                           throws java.io.IOException
        Set method for struct member 'dyncellmin'.

        Field Documentation

        Blender Source Code

        Offset of the dynamic bind grid.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dyncellmin
      • getDyncellwidth

        public float getDyncellwidth()
                              throws java.io.IOException
        Get method for struct member 'dyncellwidth'.

        Field Documentation

        Blender Source Code

        Width of dynamic bind cell.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dyncellwidth
      • setDyncellwidth

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

        Field Documentation

        Blender Source Code

        Width of dynamic bind cell.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dyncellwidth
      • getBindmat

        public CArrayFacade<CArrayFacade<java.lang.Float>> getBindmat()
                                                               throws java.io.IOException
        Get method for struct member 'bindmat'.

        Field Documentation

        Blender Source Code

        Matrix of cage at binding time.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bindmat
      • setBindmat

        public void setBindmat​(CArrayFacade<CArrayFacade<java.lang.Float>> bindmat)
                        throws java.io.IOException
        Set method for struct member 'bindmat'.

        Field Documentation

        Blender Source Code

        Matrix of cage at binding time.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bindmat
      • getBindweights

        public CPointer<java.lang.Float> getBindweights()
                                                 throws java.io.IOException
        Get method for struct member 'bindweights'.

        Field Documentation

        Blender Source Code

        deprecated storage Deprecated inefficient storage.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bindweights
      • setBindweights

        public void setBindweights​(CPointer<java.lang.Float> bindweights)
                            throws java.io.IOException
        Set method for struct member 'bindweights'.

        Field Documentation

        Blender Source Code

        deprecated storage Deprecated inefficient storage.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bindweights
      • getBindcos

        public CPointer<java.lang.Float> getBindcos()
                                             throws java.io.IOException
        Get method for struct member 'bindcos'.

        Field Documentation

        Blender Source Code

        Deprecated storage of cage coords.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bindcos
      • setBindcos

        public void setBindcos​(CPointer<java.lang.Float> bindcos)
                        throws java.io.IOException
        Set method for struct member 'bindcos'.

        Field Documentation

        Blender Source Code

        Deprecated storage of cage coords.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bindcos