Class OutlineGpencilModifierData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

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

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

        Field Documentation

        Blender Source Code

        Target stroke origin.

        Pointer Arithmetics

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

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

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

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

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

         OutlineGpencilModifierData outlinegpencilmodifierdata = ...;
         CPointer<Object> p = outlinegpencilmodifierdata.__dna__addressof(OutlineGpencilModifierData.__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__thickness

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

        Field Documentation

        Blender Source Code

        Thickness.

        Pointer Arithmetics

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

         OutlineGpencilModifierData outlinegpencilmodifierdata = ...;
         CPointer<Object> p = outlinegpencilmodifierdata.__dna__addressof(OutlineGpencilModifierData.__DNA__FIELD__thickness);
         CPointer<Integer> p_thickness = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'thickness'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__sample_length

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

        Field Documentation

        Blender Source Code

        Sample Length.

        Pointer Arithmetics

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

         OutlineGpencilModifierData outlinegpencilmodifierdata = ...;
         CPointer<Object> p = outlinegpencilmodifierdata.__dna__addressof(OutlineGpencilModifierData.__DNA__FIELD__sample_length);
         CPointer<Float> p_sample_length = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'sample_length'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__subdiv

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

        Field Documentation

        Blender Source Code

        Subdivisions.

        Pointer Arithmetics

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

         OutlineGpencilModifierData outlinegpencilmodifierdata = ...;
         CPointer<Object> p = outlinegpencilmodifierdata.__dna__addressof(OutlineGpencilModifierData.__DNA__FIELD__subdiv);
         CPointer<Integer> p_subdiv = p.cast(new Class[]{Integer.class});
         

        Metadata

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

         OutlineGpencilModifierData outlinegpencilmodifierdata = ...;
         CPointer<Object> p = outlinegpencilmodifierdata.__dna__addressof(OutlineGpencilModifierData.__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__outline_material

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

        Field Documentation

        Blender Source Code

        Material for outline.

        Pointer Arithmetics

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

         OutlineGpencilModifierData outlinegpencilmodifierdata = ...;
         CPointer<Object> p = outlinegpencilmodifierdata.__dna__addressof(OutlineGpencilModifierData.__DNA__FIELD__outline_material);
         CPointer<CPointer<Material>> p_outline_material = p.cast(new Class[]{CPointer.class, Material.class});
         

        Metadata

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

      • OutlineGpencilModifierData

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

      • getObject

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

        Field Documentation

        Blender Source Code

        Target stroke origin.

        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

        Target stroke origin.

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

        public int getThickness()
                         throws java.io.IOException
        Get method for struct member 'thickness'.

        Field Documentation

        Blender Source Code

        Thickness.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__thickness
      • setThickness

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

        Field Documentation

        Blender Source Code

        Thickness.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__thickness
      • getSample_length

        public float getSample_length()
                               throws java.io.IOException
        Get method for struct member 'sample_length'.

        Field Documentation

        Blender Source Code

        Sample Length.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sample_length
      • setSample_length

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

        Field Documentation

        Blender Source Code

        Sample Length.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sample_length
      • getSubdiv

        public int getSubdiv()
                      throws java.io.IOException
        Get method for struct member 'subdiv'.

        Field Documentation

        Blender Source Code

        Subdivisions.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__subdiv
      • setSubdiv

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

        Field Documentation

        Blender Source Code

        Subdivisions.

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

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

        Field Documentation

        Blender Source Code

        Material for outline.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__outline_material
      • setOutline_material

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

        Field Documentation

        Blender Source Code

        Material for outline.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__outline_material