Class ArmatureGpencilModifierData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

         ArmatureGpencilModifierData armaturegpencilmodifierdata = ...;
         CPointer<Object> p = armaturegpencilmodifierdata.__dna__addressof(ArmatureGpencilModifierData.__DNA__FIELD__modifier);
         CPointer<GpencilModifierData> p_modifier = p.cast(new Class[]{GpencilModifierData.class});
         

        Metadata

        • Field: 'modifier'
        • Signature: 'GpencilModifierData'
        • Actual Size (32bit/64bit): 92/104
      • __DNA__FIELD__deformflag

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

        Field Documentation

        Blender Source Code

        Deformflag replaces armature->deformflag.

        Pointer Arithmetics

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

         ArmatureGpencilModifierData armaturegpencilmodifierdata = ...;
         CPointer<Object> p = armaturegpencilmodifierdata.__dna__addressof(ArmatureGpencilModifierData.__DNA__FIELD__deformflag);
         CPointer<Short> p_deformflag = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'deformflag'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__multi

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

        Pointer Arithmetics

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

         ArmatureGpencilModifierData armaturegpencilmodifierdata = ...;
         CPointer<Object> p = armaturegpencilmodifierdata.__dna__addressof(ArmatureGpencilModifierData.__DNA__FIELD__multi);
         CPointer<Short> p_multi = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'multi'
        • 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:

         ArmatureGpencilModifierData armaturegpencilmodifierdata = ...;
         CPointer<Object> p = armaturegpencilmodifierdata.__dna__addressof(ArmatureGpencilModifierData.__DNA__FIELD___pad);
         CPointer<Integer> p__pad = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: '_pad'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__object

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

        Pointer Arithmetics

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

         ArmatureGpencilModifierData armaturegpencilmodifierdata = ...;
         CPointer<Object> p = armaturegpencilmodifierdata.__dna__addressof(ArmatureGpencilModifierData.__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__prevCos

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

        Field Documentation

        Blender Source Code

        Stored input of previous modifier, for vertexgroup blending.

        Pointer Arithmetics

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

         ArmatureGpencilModifierData armaturegpencilmodifierdata = ...;
         CPointer<Object> p = armaturegpencilmodifierdata.__dna__addressof(ArmatureGpencilModifierData.__DNA__FIELD__prevCos);
         CPointer<CPointer<Float>> p_prevCos = p.cast(new Class[]{CPointer.class, Float.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        MAX_VGROUP_NAME.

        Pointer Arithmetics

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

         ArmatureGpencilModifierData armaturegpencilmodifierdata = ...;
         CPointer<Object> p = armaturegpencilmodifierdata.__dna__addressof(ArmatureGpencilModifierData.__DNA__FIELD__vgname);
         CPointer<CArrayFacade<Byte>> p_vgname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

      • ArmatureGpencilModifierData

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

      • getDeformflag

        public short getDeformflag()
                            throws java.io.IOException
        Get method for struct member 'deformflag'.

        Field Documentation

        Blender Source Code

        Deformflag replaces armature->deformflag.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__deformflag
      • setDeformflag

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

        Field Documentation

        Blender Source Code

        Deformflag replaces armature->deformflag.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__deformflag
      • getMulti

        public short getMulti()
                       throws java.io.IOException
        Get method for struct member 'multi'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__multi
      • setMulti

        public void setMulti​(short multi)
                      throws java.io.IOException
        Set method for struct member 'multi'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__multi
      • get_pad

        public int 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​(int _pad)
                     throws java.io.IOException
        Set method for struct member '_pad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad
      • getPrevCos

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

        Field Documentation

        Blender Source Code

        Stored input of previous modifier, for vertexgroup blending.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__prevCos
      • setPrevCos

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

        Field Documentation

        Blender Source Code

        Stored input of previous modifier, for vertexgroup blending.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__prevCos
      • getVgname

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

        Field Documentation

        Blender Source Code

        MAX_VGROUP_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vgname
      • setVgname

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

        Field Documentation

        Blender Source Code

        MAX_VGROUP_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vgname