Class NoiseGpencilModifierData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__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__material

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

        Field Documentation

        Blender Source Code

        Material for filtering.

        Pointer Arithmetics

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

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__material);
         CPointer<CPointer<Material>> p_material = p.cast(new Class[]{CPointer.class, Material.class});
         

        Metadata

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

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__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
        Deprecated.
        Deprecated

        Pointer Arithmetics

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

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__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
        Field descriptor (offset) for struct member 'materialname'.

        Field Documentation

        Blender Source Code

        Material name.

      • __DNA__FIELD__vgname

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

        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:

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__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
      • __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:

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__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

        Several flags.

        Pointer Arithmetics

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

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__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__factor

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

        Field Documentation

        Blender Source Code

        Factor of noise.

        Pointer Arithmetics

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

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__factor);
         CPointer<Float> p_factor = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'factor'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__factor_strength

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

        Pointer Arithmetics

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

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__factor_strength);
         CPointer<Float> p_factor_strength = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'factor_strength'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__factor_thickness

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

        Pointer Arithmetics

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

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__factor_thickness);
         CPointer<Float> p_factor_thickness = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'factor_thickness'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__factor_uvs

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

        Pointer Arithmetics

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

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__factor_uvs);
         CPointer<Float> p_factor_uvs = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'factor_uvs'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__noise_scale

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

        Field Documentation

        Blender Source Code

        Noise Frequency scaling

        Pointer Arithmetics

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

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__noise_scale);
         CPointer<Float> p_noise_scale = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'noise_scale'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__noise_offset

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

        Pointer Arithmetics

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

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__noise_offset);
         CPointer<Float> p_noise_offset = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'noise_offset'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__noise_mode

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

        Pointer Arithmetics

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

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__noise_mode);
         CPointer<Short> p_noise_mode = p.cast(new Class[]{Short.class});
         

        Metadata

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

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

        Metadata

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

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

        Field Documentation

        Blender Source Code

        How many frames before recalculate randoms.

        Pointer Arithmetics

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

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__step);
         CPointer<Integer> p_step = p.cast(new Class[]{Integer.class});
         

        Metadata

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

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__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__seed

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

        Field Documentation

        Blender Source Code

        Random seed

        Pointer Arithmetics

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

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__seed);
         CPointer<Integer> p_seed = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'seed'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__curve_intensity

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

        Pointer Arithmetics

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

         NoiseGpencilModifierData noisegpencilmodifierdata = ...;
         CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__curve_intensity);
         CPointer<CPointer<CurveMapping>> p_curve_intensity = p.cast(new Class[]{CPointer.class, CurveMapping.class});
         

        Metadata

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

      • NoiseGpencilModifierData

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

      • getMaterial

        public CPointer<Material> getMaterial()
                                       throws java.io.IOException
        Get method for struct member 'material'.

        Field Documentation

        Blender Source Code

        Material for filtering.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__material
      • setMaterial

        public void setMaterial​(CPointer<Material> material)
                         throws java.io.IOException
        Set method for struct member 'material'.

        Field Documentation

        Blender Source Code

        Material for filtering.

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

        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
        Deprecated.
        Deprecated

        Set method for struct member 'materialname'.

        Field Documentation

        Blender Source Code

        Material name.

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

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

        Field Documentation

        Blender Source Code

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

        Optional vertexgroup name, MAX_VGROUP_NAME.

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

        Several 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

        Several flags.

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

        public float getFactor()
                        throws java.io.IOException
        Get method for struct member 'factor'.

        Field Documentation

        Blender Source Code

        Factor of noise.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__factor
      • setFactor

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

        Field Documentation

        Blender Source Code

        Factor of noise.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__factor
      • getFactor_strength

        public float getFactor_strength()
                                 throws java.io.IOException
        Get method for struct member 'factor_strength'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__factor_strength
      • setFactor_strength

        public void setFactor_strength​(float factor_strength)
                                throws java.io.IOException
        Set method for struct member 'factor_strength'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__factor_strength
      • getFactor_thickness

        public float getFactor_thickness()
                                  throws java.io.IOException
        Get method for struct member 'factor_thickness'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__factor_thickness
      • setFactor_thickness

        public void setFactor_thickness​(float factor_thickness)
                                 throws java.io.IOException
        Set method for struct member 'factor_thickness'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__factor_thickness
      • getFactor_uvs

        public float getFactor_uvs()
                            throws java.io.IOException
        Get method for struct member 'factor_uvs'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__factor_uvs
      • setFactor_uvs

        public void setFactor_uvs​(float factor_uvs)
                           throws java.io.IOException
        Set method for struct member 'factor_uvs'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__factor_uvs
      • getNoise_scale

        public float getNoise_scale()
                             throws java.io.IOException
        Get method for struct member 'noise_scale'.

        Field Documentation

        Blender Source Code

        Noise Frequency scaling

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noise_scale
      • setNoise_scale

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

        Field Documentation

        Blender Source Code

        Noise Frequency scaling

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noise_scale
      • getNoise_offset

        public float getNoise_offset()
                              throws java.io.IOException
        Get method for struct member 'noise_offset'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noise_offset
      • setNoise_offset

        public void setNoise_offset​(float noise_offset)
                             throws java.io.IOException
        Set method for struct member 'noise_offset'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noise_offset
      • getNoise_mode

        public short getNoise_mode()
                            throws java.io.IOException
        Get method for struct member 'noise_mode'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noise_mode
      • setNoise_mode

        public void setNoise_mode​(short noise_mode)
                           throws java.io.IOException
        Set method for struct member 'noise_mode'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noise_mode
      • 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
      • getStep

        public int getStep()
                    throws java.io.IOException
        Get method for struct member 'step'.

        Field Documentation

        Blender Source Code

        How many frames before recalculate randoms.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__step
      • setStep

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

        Field Documentation

        Blender Source Code

        How many frames before recalculate randoms.

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

        public int getSeed()
                    throws java.io.IOException
        Get method for struct member 'seed'.

        Field Documentation

        Blender Source Code

        Random seed

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__seed
      • setSeed

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

        Field Documentation

        Blender Source Code

        Random seed

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__seed