Class LengthGpencilModifierData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__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:

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__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:

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__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__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:

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__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:

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__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:

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__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__start_fac

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

        Field Documentation

        Blender Source Code

        Length.

        Pointer Arithmetics

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

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__DNA__FIELD__start_fac);
         CPointer<Float> p_start_fac = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'start_fac'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__end_fac

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

        Pointer Arithmetics

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

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__DNA__FIELD__end_fac);
         CPointer<Float> p_end_fac = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'end_fac'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__rand_start_fac

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

        Field Documentation

        Blender Source Code

        Random length factors.

        Pointer Arithmetics

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

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__DNA__FIELD__rand_start_fac);
         CPointer<Float> p_rand_start_fac = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'rand_start_fac'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__rand_end_fac

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

        Pointer Arithmetics

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

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__DNA__FIELD__rand_end_fac);
         CPointer<Float> p_rand_end_fac = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'rand_end_fac'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__rand_offset

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

        Pointer Arithmetics

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

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__DNA__FIELD__rand_offset);
         CPointer<Float> p_rand_offset = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'rand_offset'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__overshoot_fac

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

        Field Documentation

        Blender Source Code

        Overshoot trajectory factor.

        Pointer Arithmetics

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

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__DNA__FIELD__overshoot_fac);
         CPointer<Float> p_overshoot_fac = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'overshoot_fac'
        • Signature: 'float'
        • 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

        (first element is the index) random values.

        Pointer Arithmetics

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

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__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__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:

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__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__mode

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

        Field Documentation

        Blender Source Code

        Modifier mode.

        Pointer Arithmetics

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

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__DNA__FIELD__mode);
         CPointer<Integer> p_mode = p.cast(new Class[]{Integer.class});
         

        Metadata

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

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__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__point_density

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

        Field Documentation

        Blender Source Code

        Curvature parameters.

        Pointer Arithmetics

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

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__DNA__FIELD__point_density);
         CPointer<Float> p_point_density = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'point_density'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__segment_influence

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

        Pointer Arithmetics

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

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__DNA__FIELD__segment_influence);
         CPointer<Float> p_segment_influence = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'segment_influence'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__max_angle

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

        Pointer Arithmetics

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

         LengthGpencilModifierData lengthgpencilmodifierdata = ...;
         CPointer<Object> p = lengthgpencilmodifierdata.__dna__addressof(LengthGpencilModifierData.__DNA__FIELD__max_angle);
         CPointer<Float> p_max_angle = p.cast(new Class[]{Float.class});
         

        Metadata

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

      • LengthGpencilModifierData

        public LengthGpencilModifierData​(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
      • 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
      • getStart_fac

        public float getStart_fac()
                           throws java.io.IOException
        Get method for struct member 'start_fac'.

        Field Documentation

        Blender Source Code

        Length.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__start_fac
      • setStart_fac

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

        Field Documentation

        Blender Source Code

        Length.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__start_fac
      • getEnd_fac

        public float getEnd_fac()
                         throws java.io.IOException
        Get method for struct member 'end_fac'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__end_fac
      • setEnd_fac

        public void setEnd_fac​(float end_fac)
                        throws java.io.IOException
        Set method for struct member 'end_fac'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__end_fac
      • getRand_start_fac

        public float getRand_start_fac()
                                throws java.io.IOException
        Get method for struct member 'rand_start_fac'.

        Field Documentation

        Blender Source Code

        Random length factors.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__rand_start_fac
      • setRand_start_fac

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

        Field Documentation

        Blender Source Code

        Random length factors.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__rand_start_fac
      • getRand_end_fac

        public float getRand_end_fac()
                              throws java.io.IOException
        Get method for struct member 'rand_end_fac'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__rand_end_fac
      • setRand_end_fac

        public void setRand_end_fac​(float rand_end_fac)
                             throws java.io.IOException
        Set method for struct member 'rand_end_fac'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__rand_end_fac
      • getRand_offset

        public float getRand_offset()
                             throws java.io.IOException
        Get method for struct member 'rand_offset'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__rand_offset
      • setRand_offset

        public void setRand_offset​(float rand_offset)
                            throws java.io.IOException
        Set method for struct member 'rand_offset'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__rand_offset
      • getOvershoot_fac

        public float getOvershoot_fac()
                               throws java.io.IOException
        Get method for struct member 'overshoot_fac'.

        Field Documentation

        Blender Source Code

        Overshoot trajectory factor.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__overshoot_fac
      • setOvershoot_fac

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

        Field Documentation

        Blender Source Code

        Overshoot trajectory factor.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__overshoot_fac
      • getSeed

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

        Field Documentation

        Blender Source Code

        (first element is the index) random values.

        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

        (first element is the index) random values.

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

        public int getMode()
                    throws java.io.IOException
        Get method for struct member 'mode'.

        Field Documentation

        Blender Source Code

        Modifier mode.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mode
      • setMode

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

        Field Documentation

        Blender Source Code

        Modifier mode.

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

        public float getPoint_density()
                               throws java.io.IOException
        Get method for struct member 'point_density'.

        Field Documentation

        Blender Source Code

        Curvature parameters.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__point_density
      • setPoint_density

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

        Field Documentation

        Blender Source Code

        Curvature parameters.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__point_density
      • getSegment_influence

        public float getSegment_influence()
                                   throws java.io.IOException
        Get method for struct member 'segment_influence'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__segment_influence
      • setSegment_influence

        public void setSegment_influence​(float segment_influence)
                                  throws java.io.IOException
        Set method for struct member 'segment_influence'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__segment_influence
      • getMax_angle

        public float getMax_angle()
                           throws java.io.IOException
        Get method for struct member 'max_angle'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__max_angle
      • setMax_angle

        public void setMax_angle​(float max_angle)
                          throws java.io.IOException
        Set method for struct member 'max_angle'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__max_angle