Class MultiplyGpencilModifierData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

         MultiplyGpencilModifierData multiplygpencilmodifierdata = ...;
         CPointer<Object> p = multiplygpencilmodifierdata.__dna__addressof(MultiplyGpencilModifierData.__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__layername

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

        Field Documentation

        Blender Source Code

        Layer name.

        Pointer Arithmetics

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

         MultiplyGpencilModifierData multiplygpencilmodifierdata = ...;
         CPointer<Object> p = multiplygpencilmodifierdata.__dna__addressof(MultiplyGpencilModifierData.__DNA__FIELD__layername);
         CPointer<CArrayFacade<Byte>> p_layername = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Material name.

        Pointer Arithmetics

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

         MultiplyGpencilModifierData multiplygpencilmodifierdata = ...;
         CPointer<Object> p = multiplygpencilmodifierdata.__dna__addressof(MultiplyGpencilModifierData.__DNA__FIELD__materialname);
         CPointer<CArrayFacade<Byte>> p_materialname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Custom index for passes.

        Pointer Arithmetics

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

         MultiplyGpencilModifierData multiplygpencilmodifierdata = ...;
         CPointer<Object> p = multiplygpencilmodifierdata.__dna__addressof(MultiplyGpencilModifierData.__DNA__FIELD__pass_index);
         CPointer<Integer> p_pass_index = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'pass_index'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__flag

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

        Field Documentation

        Blender Source Code

        Flags.

        Pointer Arithmetics

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

         MultiplyGpencilModifierData multiplygpencilmodifierdata = ...;
         CPointer<Object> p = multiplygpencilmodifierdata.__dna__addressof(MultiplyGpencilModifierData.__DNA__FIELD__flag);
         CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'flag'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__layer_pass

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

        Field Documentation

        Blender Source Code

        Custom index for passes.

        Pointer Arithmetics

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

         MultiplyGpencilModifierData multiplygpencilmodifierdata = ...;
         CPointer<Object> p = multiplygpencilmodifierdata.__dna__addressof(MultiplyGpencilModifierData.__DNA__FIELD__layer_pass);
         CPointer<Integer> p_layer_pass = p.cast(new Class[]{Integer.class});
         

        Metadata

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

         MultiplyGpencilModifierData multiplygpencilmodifierdata = ...;
         CPointer<Object> p = multiplygpencilmodifierdata.__dna__addressof(MultiplyGpencilModifierData.__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__flags

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

        Pointer Arithmetics

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

         MultiplyGpencilModifierData multiplygpencilmodifierdata = ...;
         CPointer<Object> p = multiplygpencilmodifierdata.__dna__addressof(MultiplyGpencilModifierData.__DNA__FIELD__flags);
         CPointer<Integer> p_flags = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'flags'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__duplications

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

        Pointer Arithmetics

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

         MultiplyGpencilModifierData multiplygpencilmodifierdata = ...;
         CPointer<Object> p = multiplygpencilmodifierdata.__dna__addressof(MultiplyGpencilModifierData.__DNA__FIELD__duplications);
         CPointer<Integer> p_duplications = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'duplications'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__distance

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

        Pointer Arithmetics

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

         MultiplyGpencilModifierData multiplygpencilmodifierdata = ...;
         CPointer<Object> p = multiplygpencilmodifierdata.__dna__addressof(MultiplyGpencilModifierData.__DNA__FIELD__distance);
         CPointer<Float> p_distance = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'distance'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__offset

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

        Field Documentation

        Blender Source Code

        -1:inner 0:middle 1:outer

        Pointer Arithmetics

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

         MultiplyGpencilModifierData multiplygpencilmodifierdata = ...;
         CPointer<Object> p = multiplygpencilmodifierdata.__dna__addressof(MultiplyGpencilModifierData.__DNA__FIELD__offset);
         CPointer<Float> p_offset = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'offset'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__fading_center

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

        Pointer Arithmetics

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

         MultiplyGpencilModifierData multiplygpencilmodifierdata = ...;
         CPointer<Object> p = multiplygpencilmodifierdata.__dna__addressof(MultiplyGpencilModifierData.__DNA__FIELD__fading_center);
         CPointer<Float> p_fading_center = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'fading_center'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__fading_thickness

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

        Pointer Arithmetics

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

         MultiplyGpencilModifierData multiplygpencilmodifierdata = ...;
         CPointer<Object> p = multiplygpencilmodifierdata.__dna__addressof(MultiplyGpencilModifierData.__DNA__FIELD__fading_thickness);
         CPointer<Float> p_fading_thickness = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'fading_thickness'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__fading_opacity

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

        Pointer Arithmetics

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

         MultiplyGpencilModifierData multiplygpencilmodifierdata = ...;
         CPointer<Object> p = multiplygpencilmodifierdata.__dna__addressof(MultiplyGpencilModifierData.__DNA__FIELD__fading_opacity);
         CPointer<Float> p_fading_opacity = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'fading_opacity'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__split_angle

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

        Field Documentation

        Blender Source Code

        in rad not deg

        Pointer Arithmetics

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

         MultiplyGpencilModifierData multiplygpencilmodifierdata = ...;
         CPointer<Object> p = multiplygpencilmodifierdata.__dna__addressof(MultiplyGpencilModifierData.__DNA__FIELD__split_angle);
         CPointer<Float> p_split_angle = p.cast(new Class[]{Float.class});
         

        Metadata

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

      • MultiplyGpencilModifierData

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

      • getLayername

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

        Field Documentation

        Blender Source Code

        Layer name.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__layername
      • setLayername

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

        Field Documentation

        Blender Source Code

        Layer name.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__layername
      • getMaterialname

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

        Field Documentation

        Blender Source Code

        Material name.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__materialname
      • setMaterialname

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

        Field Documentation

        Blender Source Code

        Material name.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__materialname
      • getPass_index

        public int getPass_index()
                          throws java.io.IOException
        Get method for struct member 'pass_index'.

        Field Documentation

        Blender Source Code

        Custom index for passes.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__pass_index
      • setPass_index

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

        Field Documentation

        Blender Source Code

        Custom index for passes.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__pass_index
      • getFlag

        public int getFlag()
                    throws java.io.IOException
        Get method for struct member 'flag'.

        Field Documentation

        Blender Source Code

        Flags.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • setFlag

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

        Field Documentation

        Blender Source Code

        Flags.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • getLayer_pass

        public int getLayer_pass()
                          throws java.io.IOException
        Get method for struct member 'layer_pass'.

        Field Documentation

        Blender Source Code

        Custom index for passes.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__layer_pass
      • setLayer_pass

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

        Field Documentation

        Blender Source Code

        Custom index for passes.

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

        public int getFlags()
                     throws java.io.IOException
        Get method for struct member 'flags'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flags
      • setFlags

        public void setFlags​(int flags)
                      throws java.io.IOException
        Set method for struct member 'flags'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flags
      • getDuplications

        public int getDuplications()
                            throws java.io.IOException
        Get method for struct member 'duplications'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__duplications
      • setDuplications

        public void setDuplications​(int duplications)
                             throws java.io.IOException
        Set method for struct member 'duplications'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__duplications
      • getDistance

        public float getDistance()
                          throws java.io.IOException
        Get method for struct member 'distance'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__distance
      • setDistance

        public void setDistance​(float distance)
                         throws java.io.IOException
        Set method for struct member 'distance'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__distance
      • getOffset

        public float getOffset()
                        throws java.io.IOException
        Get method for struct member 'offset'.

        Field Documentation

        Blender Source Code

        -1:inner 0:middle 1:outer

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset
      • setOffset

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

        Field Documentation

        Blender Source Code

        -1:inner 0:middle 1:outer

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset
      • getFading_center

        public float getFading_center()
                               throws java.io.IOException
        Get method for struct member 'fading_center'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fading_center
      • setFading_center

        public void setFading_center​(float fading_center)
                              throws java.io.IOException
        Set method for struct member 'fading_center'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fading_center
      • getFading_thickness

        public float getFading_thickness()
                                  throws java.io.IOException
        Get method for struct member 'fading_thickness'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fading_thickness
      • setFading_thickness

        public void setFading_thickness​(float fading_thickness)
                                 throws java.io.IOException
        Set method for struct member 'fading_thickness'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fading_thickness
      • getFading_opacity

        public float getFading_opacity()
                                throws java.io.IOException
        Get method for struct member 'fading_opacity'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fading_opacity
      • setFading_opacity

        public void setFading_opacity​(float fading_opacity)
                               throws java.io.IOException
        Set method for struct member 'fading_opacity'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fading_opacity
      • getSplit_angle

        public float getSplit_angle()
                             throws java.io.IOException
        Get method for struct member 'split_angle'.

        Field Documentation

        Blender Source Code

        in rad not deg

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__split_angle
      • setSplit_angle

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

        Field Documentation

        Blender Source Code

        in rad not deg

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__split_angle