Class bGPDstroke_Runtime


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

    Class Documentation

    Blender Source Code


    GP Strokes Runtime temp data for bGPDstroke

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__tmp_layerinfo

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

        Field Documentation

        Blender Source Code

        temporary layer name only used during copy/paste to put the stroke in the original layer

        Pointer Arithmetics

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

         bGPDstroke_Runtime bgpdstroke_runtime = ...;
         CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD__tmp_layerinfo);
         CPointer<CArrayFacade<Byte>> p_tmp_layerinfo = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'tmp_layerinfo'
        • Signature: 'char[128]'
        • Actual Size (32bit/64bit): 128/128
      • __DNA__FIELD__multi_frame_falloff

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

        Field Documentation

        Blender Source Code

        Runtime falloff factor (only for transform).

        Pointer Arithmetics

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

         bGPDstroke_Runtime bgpdstroke_runtime = ...;
         CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD__multi_frame_falloff);
         CPointer<Float> p_multi_frame_falloff = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'multi_frame_falloff'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__stroke_start

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

        Field Documentation

        Blender Source Code

        Triangle offset in the IBO where this stroke starts.

        Pointer Arithmetics

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

         bGPDstroke_Runtime bgpdstroke_runtime = ...;
         CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD__stroke_start);
         CPointer<Integer> p_stroke_start = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'stroke_start'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__fill_start

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

        Field Documentation

        Blender Source Code

        Triangle offset in the IBO where this fill starts.

        Pointer Arithmetics

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

         bGPDstroke_Runtime bgpdstroke_runtime = ...;
         CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD__fill_start);
         CPointer<Integer> p_fill_start = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'fill_start'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__vertex_start

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

        Field Documentation

        Blender Source Code

        Vertex offset in the VBO where this stroke starts.

        Pointer Arithmetics

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

         bGPDstroke_Runtime bgpdstroke_runtime = ...;
         CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD__vertex_start);
         CPointer<Integer> p_vertex_start = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'vertex_start'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__curve_start

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

        Field Documentation

        Blender Source Code

        Curve Handles offset in the IBO where this handle starts.

        Pointer Arithmetics

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

         bGPDstroke_Runtime bgpdstroke_runtime = ...;
         CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD__curve_start);
         CPointer<Integer> p_curve_start = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'curve_start'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD___pad0

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

        Pointer Arithmetics

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

         bGPDstroke_Runtime bgpdstroke_runtime = ...;
         CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD___pad0);
         CPointer<Integer> p__pad0 = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: '_pad0'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__gps_orig

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

        Field Documentation

        Blender Source Code

        Original stroke (used to dereference evaluated data)

        Pointer Arithmetics

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

         bGPDstroke_Runtime bgpdstroke_runtime = ...;
         CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD__gps_orig);
         CPointer<CPointer<bGPDstroke>> p_gps_orig = p.cast(new Class[]{CPointer.class, bGPDstroke.class});
         

        Metadata

        • Field: 'gps_orig'
        • Signature: 'bGPDstroke*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD___pad2

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

        Pointer Arithmetics

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

         bGPDstroke_Runtime bgpdstroke_runtime = ...;
         CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD___pad2);
         CPointer<CPointer<Object>> p__pad2 = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

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

      • bGPDstroke_Runtime

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

      • getTmp_layerinfo

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

        Field Documentation

        Blender Source Code

        temporary layer name only used during copy/paste to put the stroke in the original layer

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tmp_layerinfo
      • setTmp_layerinfo

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

        Field Documentation

        Blender Source Code

        temporary layer name only used during copy/paste to put the stroke in the original layer

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tmp_layerinfo
      • getMulti_frame_falloff

        public float getMulti_frame_falloff()
                                     throws java.io.IOException
        Get method for struct member 'multi_frame_falloff'.

        Field Documentation

        Blender Source Code

        Runtime falloff factor (only for transform).

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__multi_frame_falloff
      • setMulti_frame_falloff

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

        Field Documentation

        Blender Source Code

        Runtime falloff factor (only for transform).

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__multi_frame_falloff
      • getStroke_start

        public int getStroke_start()
                            throws java.io.IOException
        Get method for struct member 'stroke_start'.

        Field Documentation

        Blender Source Code

        Triangle offset in the IBO where this stroke starts.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__stroke_start
      • setStroke_start

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

        Field Documentation

        Blender Source Code

        Triangle offset in the IBO where this stroke starts.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__stroke_start
      • getFill_start

        public int getFill_start()
                          throws java.io.IOException
        Get method for struct member 'fill_start'.

        Field Documentation

        Blender Source Code

        Triangle offset in the IBO where this fill starts.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fill_start
      • setFill_start

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

        Field Documentation

        Blender Source Code

        Triangle offset in the IBO where this fill starts.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fill_start
      • getVertex_start

        public int getVertex_start()
                            throws java.io.IOException
        Get method for struct member 'vertex_start'.

        Field Documentation

        Blender Source Code

        Vertex offset in the VBO where this stroke starts.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_start
      • setVertex_start

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

        Field Documentation

        Blender Source Code

        Vertex offset in the VBO where this stroke starts.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_start
      • getCurve_start

        public int getCurve_start()
                           throws java.io.IOException
        Get method for struct member 'curve_start'.

        Field Documentation

        Blender Source Code

        Curve Handles offset in the IBO where this handle starts.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__curve_start
      • setCurve_start

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

        Field Documentation

        Blender Source Code

        Curve Handles offset in the IBO where this handle starts.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__curve_start
      • get_pad0

        public int get_pad0()
                     throws java.io.IOException
        Get method for struct member '_pad0'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad0
      • set_pad0

        public void set_pad0​(int _pad0)
                      throws java.io.IOException
        Set method for struct member '_pad0'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad0
      • getGps_orig

        public CPointer<bGPDstroke> getGps_orig()
                                         throws java.io.IOException
        Get method for struct member 'gps_orig'.

        Field Documentation

        Blender Source Code

        Original stroke (used to dereference evaluated data)

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gps_orig
      • setGps_orig

        public void setGps_orig​(CPointer<bGPDstroke> gps_orig)
                         throws java.io.IOException
        Set method for struct member 'gps_orig'.

        Field Documentation

        Blender Source Code

        Original stroke (used to dereference evaluated data)

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gps_orig
      • get_pad2

        public CPointer<java.lang.Object> get_pad2()
                                            throws java.io.IOException
        Get method for struct member '_pad2'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad2
      • set_pad2

        public void set_pad2​(CPointer<java.lang.Object> _pad2)
                      throws java.io.IOException
        Set method for struct member '_pad2'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad2