Class SpaceClip


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

    Class Documentation

    Blender Source Code

    Clip Editor.

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__next);
         CPointer<CPointer<SpaceLink>> p_next = p.cast(new Class[]{CPointer.class, SpaceLink.class});
         

        Metadata

        • Field: 'next'
        • Signature: 'SpaceLink*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__prev

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

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__prev);
         CPointer<CPointer<SpaceLink>> p_prev = p.cast(new Class[]{CPointer.class, SpaceLink.class});
         

        Metadata

        • Field: 'prev'
        • Signature: 'SpaceLink*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__regionbase

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

        Field Documentation

        Blender Source Code

        Storage of regions for inactive spaces.

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__regionbase);
         CPointer<ListBase> p_regionbase = p.cast(new Class[]{ListBase.class});
         

        Metadata

        • Field: 'regionbase'
        • Signature: 'ListBase'
        • Actual Size (32bit/64bit): 8/16
      • __DNA__FIELD__spacetype

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

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__spacetype);
         CPointer<Byte> p_spacetype = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'spacetype'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__link_flag

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

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__link_flag);
         CPointer<Byte> p_link_flag = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'link_flag'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __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:

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD___pad0);
         CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad0'
        • Signature: 'char[6]'
        • Actual Size (32bit/64bit): 6/6
      • __DNA__FIELD___pad1

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

        Field Documentation

        Blender Source Code

        End 'SpaceLink ' header.

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD___pad1);
         CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad1'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__xof

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

        Field Documentation

        Blender Source Code

        User defined offset, image is centered.

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__xof);
         CPointer<Float> p_xof = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'xof'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__yof

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

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__yof);
         CPointer<Float> p_yof = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'yof'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__xlockof

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

        Field Documentation

        Blender Source Code

        User defined offset from locked position.

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__xlockof);
         CPointer<Float> p_xlockof = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'xlockof'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__ylockof

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

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__ylockof);
         CPointer<Float> p_ylockof = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'ylockof'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__zoom

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

        Field Documentation

        Blender Source Code

        User defined zoom level.

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__zoom);
         CPointer<Float> p_zoom = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'zoom'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__user

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

        Field Documentation

        Blender Source Code

        User of clip.

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__user);
         CPointer<MovieClipUser> p_user = p.cast(new Class[]{MovieClipUser.class});
         

        Metadata

        • Field: 'user'
        • Signature: 'MovieClipUser'
        • Actual Size (32bit/64bit): 8/8
      • __DNA__FIELD__clip

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

        Field Documentation

        Blender Source Code

        Clip data.

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__clip);
         CPointer<CPointer<MovieClip>> p_clip = p.cast(new Class[]{CPointer.class, MovieClip.class});
         

        Metadata

        • Field: 'clip'
        • Signature: 'MovieClip*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__scopes

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

        Field Documentation

        Blender Source Code

        Different scoped displayed in space panels.

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__scopes);
         CPointer<MovieClipScopes> p_scopes = p.cast(new Class[]{MovieClipScopes.class});
         

        Metadata

        • Field: 'scopes'
        • Signature: 'MovieClipScopes'
        • Actual Size (32bit/64bit): 120/136
      • __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:

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

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

        Field Documentation

        Blender Source Code

        Editor mode (editing context being displayed).

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__mode);
         CPointer<Short> p_mode = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'mode'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__view

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

        Field Documentation

        Blender Source Code

        Type of the clip editor view.

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__view);
         CPointer<Short> p_view = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'view'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__path_length

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

        Field Documentation

        Blender Source Code

        Length of displaying path, in frames.

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__path_length);
         CPointer<Integer> p_path_length = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'path_length'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__loc

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

        Field Documentation

        Blender Source Code

        current stabilization data Pre-composed stabilization data.

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__loc);
         CPointer<CArrayFacade<Float>> p_loc = p.cast(new Class[]{CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'loc'
        • Signature: 'float[2]'
        • Actual Size (32bit/64bit): 8/8
      • __DNA__FIELD__scale

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

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__scale);
         CPointer<Float> p_scale = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'scale'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__angle

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

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__angle);
         CPointer<Float> p_angle = p.cast(new Class[]{Float.class});
         

        Metadata

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__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__stabmat

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

        Field Documentation

        Blender Source Code

        Current stabilization matrix and the same matrix in unified space, defined when drawing and used for mouse position calculation.

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__stabmat);
         CPointer<CArrayFacade<CArrayFacade<Float>>> p_stabmat = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'stabmat'
        • Signature: 'float[4][4]'
        • Actual Size (32bit/64bit): 64/64
      • __DNA__FIELD__unistabmat

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

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__unistabmat);
         CPointer<CArrayFacade<CArrayFacade<Float>>> p_unistabmat = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'unistabmat'
        • Signature: 'float[4][4]'
        • Actual Size (32bit/64bit): 64/64
      • __DNA__FIELD__postproc_flag

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

        Field Documentation

        Blender Source Code

        Movie postprocessing.

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__postproc_flag);
         CPointer<Integer> p_postproc_flag = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'postproc_flag'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__gpencil_src

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

        Field Documentation

        Blender Source Code

        grease pencil

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__gpencil_src);
         CPointer<Short> p_gpencil_src = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'gpencil_src'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __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:

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD___pad2);
         CPointer<CArrayFacade<Byte>> p__pad2 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Pivot point for transforms.

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__around);
         CPointer<Integer> p_around = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'around'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD___pad4

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

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD___pad4);
         CPointer<CArrayFacade<Byte>> p__pad4 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad4'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__cursor

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

        Field Documentation

        Blender Source Code

        Mask editor 2d cursor.

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__cursor);
         CPointer<CArrayFacade<Float>> p_cursor = p.cast(new Class[]{CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'cursor'
        • Signature: 'float[2]'
        • Actual Size (32bit/64bit): 8/8
      • __DNA__FIELD__mask_info

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

        Pointer Arithmetics

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

         SpaceClip spaceclip = ...;
         CPointer<Object> p = spaceclip.__dna__addressof(SpaceClip.__DNA__FIELD__mask_info);
         CPointer<MaskSpaceInfo> p_mask_info = p.cast(new Class[]{MaskSpaceInfo.class});
         

        Metadata

        • Field: 'mask_info'
        • Signature: 'MaskSpaceInfo'
        • Actual Size (32bit/64bit): 12/16
    • Constructor Detail

      • SpaceClip

        public SpaceClip​(long __address,
                         Block __block,
                         BlockTable __blockTable)
      • SpaceClip

        protected SpaceClip​(SpaceClip that)
    • Method Detail

      • setNext

        public void setNext​(CPointer<SpaceLink> next)
                     throws java.io.IOException
        Set method for struct member 'next'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__next
      • setPrev

        public void setPrev​(CPointer<SpaceLink> prev)
                     throws java.io.IOException
        Set method for struct member 'prev'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__prev
      • getRegionbase

        public ListBase getRegionbase()
                               throws java.io.IOException
        Get method for struct member 'regionbase'.

        Field Documentation

        Blender Source Code

        Storage of regions for inactive spaces.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__regionbase
      • setRegionbase

        public void setRegionbase​(ListBase regionbase)
                           throws java.io.IOException
        Set method for struct member 'regionbase'.

        Field Documentation

        Blender Source Code

        Storage of regions for inactive spaces.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__regionbase
      • getSpacetype

        public byte getSpacetype()
                          throws java.io.IOException
        Get method for struct member 'spacetype'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__spacetype
      • setSpacetype

        public void setSpacetype​(byte spacetype)
                          throws java.io.IOException
        Set method for struct member 'spacetype'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__spacetype
      • getLink_flag

        public byte getLink_flag()
                          throws java.io.IOException
        Get method for struct member 'link_flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__link_flag
      • setLink_flag

        public void setLink_flag​(byte link_flag)
                          throws java.io.IOException
        Set method for struct member 'link_flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__link_flag
      • get_pad0

        public CArrayFacade<java.lang.Byte> 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​(CArrayFacade<java.lang.Byte> _pad0)
                      throws java.io.IOException
        Set method for struct member '_pad0'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad0
      • get_pad1

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

        Field Documentation

        Blender Source Code

        End 'SpaceLink ' header.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad1
      • set_pad1

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

        Field Documentation

        Blender Source Code

        End 'SpaceLink ' header.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad1
      • getXof

        public float getXof()
                     throws java.io.IOException
        Get method for struct member 'xof'.

        Field Documentation

        Blender Source Code

        User defined offset, image is centered.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__xof
      • setXof

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

        Field Documentation

        Blender Source Code

        User defined offset, image is centered.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__xof
      • getYof

        public float getYof()
                     throws java.io.IOException
        Get method for struct member 'yof'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__yof
      • setYof

        public void setYof​(float yof)
                    throws java.io.IOException
        Set method for struct member 'yof'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__yof
      • getXlockof

        public float getXlockof()
                         throws java.io.IOException
        Get method for struct member 'xlockof'.

        Field Documentation

        Blender Source Code

        User defined offset from locked position.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__xlockof
      • setXlockof

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

        Field Documentation

        Blender Source Code

        User defined offset from locked position.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__xlockof
      • getYlockof

        public float getYlockof()
                         throws java.io.IOException
        Get method for struct member 'ylockof'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ylockof
      • setYlockof

        public void setYlockof​(float ylockof)
                        throws java.io.IOException
        Set method for struct member 'ylockof'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ylockof
      • getZoom

        public float getZoom()
                      throws java.io.IOException
        Get method for struct member 'zoom'.

        Field Documentation

        Blender Source Code

        User defined zoom level.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__zoom
      • setZoom

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

        Field Documentation

        Blender Source Code

        User defined zoom level.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__zoom
      • getUser

        public MovieClipUser getUser()
                              throws java.io.IOException
        Get method for struct member 'user'.

        Field Documentation

        Blender Source Code

        User of clip.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__user
      • setUser

        public void setUser​(MovieClipUser user)
                     throws java.io.IOException
        Set method for struct member 'user'.

        Field Documentation

        Blender Source Code

        User of clip.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__user
      • getClip

        public CPointer<MovieClip> getClip()
                                    throws java.io.IOException
        Get method for struct member 'clip'.

        Field Documentation

        Blender Source Code

        Clip data.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__clip
      • setClip

        public void setClip​(CPointer<MovieClip> clip)
                     throws java.io.IOException
        Set method for struct member 'clip'.

        Field Documentation

        Blender Source Code

        Clip data.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__clip
      • getScopes

        public MovieClipScopes getScopes()
                                  throws java.io.IOException
        Get method for struct member 'scopes'.

        Field Documentation

        Blender Source Code

        Different scoped displayed in space panels.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__scopes
      • setScopes

        public void setScopes​(MovieClipScopes scopes)
                       throws java.io.IOException
        Set method for struct member 'scopes'.

        Field Documentation

        Blender Source Code

        Different scoped displayed in space panels.

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

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

        Field Documentation

        Blender Source Code

        Editor mode (editing context being displayed).

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

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

        Field Documentation

        Blender Source Code

        Editor mode (editing context being displayed).

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

        public short getView()
                      throws java.io.IOException
        Get method for struct member 'view'.

        Field Documentation

        Blender Source Code

        Type of the clip editor view.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__view
      • setView

        public void setView​(short view)
                     throws java.io.IOException
        Set method for struct member 'view'.

        Field Documentation

        Blender Source Code

        Type of the clip editor view.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__view
      • getPath_length

        public int getPath_length()
                           throws java.io.IOException
        Get method for struct member 'path_length'.

        Field Documentation

        Blender Source Code

        Length of displaying path, in frames.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__path_length
      • setPath_length

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

        Field Documentation

        Blender Source Code

        Length of displaying path, in frames.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__path_length
      • getLoc

        public CArrayFacade<java.lang.Float> getLoc()
                                             throws java.io.IOException
        Get method for struct member 'loc'.

        Field Documentation

        Blender Source Code

        current stabilization data Pre-composed stabilization data.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__loc
      • setLoc

        public void setLoc​(CArrayFacade<java.lang.Float> loc)
                    throws java.io.IOException
        Set method for struct member 'loc'.

        Field Documentation

        Blender Source Code

        current stabilization data Pre-composed stabilization data.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__loc
      • getScale

        public float getScale()
                       throws java.io.IOException
        Get method for struct member 'scale'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__scale
      • setScale

        public void setScale​(float scale)
                      throws java.io.IOException
        Set method for struct member 'scale'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__scale
      • getAngle

        public float getAngle()
                       throws java.io.IOException
        Get method for struct member 'angle'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__angle
      • setAngle

        public void setAngle​(float angle)
                      throws java.io.IOException
        Set method for struct member 'angle'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__angle
      • 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
      • getStabmat

        public CArrayFacade<CArrayFacade<java.lang.Float>> getStabmat()
                                                               throws java.io.IOException
        Get method for struct member 'stabmat'.

        Field Documentation

        Blender Source Code

        Current stabilization matrix and the same matrix in unified space, defined when drawing and used for mouse position calculation.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__stabmat
      • setStabmat

        public void setStabmat​(CArrayFacade<CArrayFacade<java.lang.Float>> stabmat)
                        throws java.io.IOException
        Set method for struct member 'stabmat'.

        Field Documentation

        Blender Source Code

        Current stabilization matrix and the same matrix in unified space, defined when drawing and used for mouse position calculation.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__stabmat
      • getPostproc_flag

        public int getPostproc_flag()
                             throws java.io.IOException
        Get method for struct member 'postproc_flag'.

        Field Documentation

        Blender Source Code

        Movie postprocessing.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__postproc_flag
      • setPostproc_flag

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

        Field Documentation

        Blender Source Code

        Movie postprocessing.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__postproc_flag
      • getGpencil_src

        public short getGpencil_src()
                             throws java.io.IOException
        Get method for struct member 'gpencil_src'.

        Field Documentation

        Blender Source Code

        grease pencil

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gpencil_src
      • setGpencil_src

        public void setGpencil_src​(short gpencil_src)
                            throws java.io.IOException
        Set method for struct member 'gpencil_src'.

        Field Documentation

        Blender Source Code

        grease pencil

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

        public CArrayFacade<java.lang.Byte> 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​(CArrayFacade<java.lang.Byte> _pad2)
                      throws java.io.IOException
        Set method for struct member '_pad2'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad2
      • getAround

        public int getAround()
                      throws java.io.IOException
        Get method for struct member 'around'.

        Field Documentation

        Blender Source Code

        Pivot point for transforms.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__around
      • setAround

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

        Field Documentation

        Blender Source Code

        Pivot point for transforms.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__around
      • get_pad4

        public CArrayFacade<java.lang.Byte> get_pad4()
                                              throws java.io.IOException
        Get method for struct member '_pad4'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad4
      • set_pad4

        public void set_pad4​(CArrayFacade<java.lang.Byte> _pad4)
                      throws java.io.IOException
        Set method for struct member '_pad4'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad4
      • getCursor

        public CArrayFacade<java.lang.Float> getCursor()
                                                throws java.io.IOException
        Get method for struct member 'cursor'.

        Field Documentation

        Blender Source Code

        Mask editor 2d cursor.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cursor
      • setCursor

        public void setCursor​(CArrayFacade<java.lang.Float> cursor)
                       throws java.io.IOException
        Set method for struct member 'cursor'.

        Field Documentation

        Blender Source Code

        Mask editor 2d cursor.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cursor
      • getMask_info

        public MaskSpaceInfo getMask_info()
                                   throws java.io.IOException
        Get method for struct member 'mask_info'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_info
      • setMask_info

        public void setMask_info​(MaskSpaceInfo mask_info)
                          throws java.io.IOException
        Set method for struct member 'mask_info'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_info
      • __io__addressof

        public CPointer<SpaceClip> __io__addressof()
        Instantiates a pointer on this instance.